[cogl] (139 commits) Created branch wip/rib/cogl-1.12
- From: Robert Bragg <rbragg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl] (139 commits) Created branch wip/rib/cogl-1.12
- Date: Wed, 15 Aug 2012 13:03:26 +0000 (UTC)
The branch 'wip/rib/cogl-1.12' was created.
Summary of new commits:
763ecde... Bump version to 1.11.1
943afe5... winsys-glx: Remove unused variable
fa88ed8... cogl/Makefile.am: Fix filters for MSVC projects
e85a04f... Fix cogl.symbols
6400b45... Don't include any GL header from the public GL headers
d2a5d6f... Add a context member to CoglPath
eaf29af... bitmap-pixbuf: Fix the bitmap loader on Quartz
097d282... Add _COGL_STATIC_ASSERT macro
09642a8... Removes all remaining use of CoglHandle
54735de... Switch use of primitive glib types to c99 equivalents
8dd77de... Replace cogl_path_{stroke,fill} with framebuffer API
a9d1939... configure: Fix the check for _Static_assert
e58c7da... build: Include stdint.h
e16b42a... tests: Adds journal micro benchmark
97d5406... Adds internal CoglMemoryStack utility API
882ff56... Adds a "magazine" allocator for chunks of fixed size
e3d6bc3... Re-design the matrix stack using a graph of ops
8b22b0d... journal: avoiding some _cogl_matrix_entry_get()'s
b6b9ac0... Add a cogl-version header
9cf7aac... Allow npot Texture2D creation with only basic npot support
d0c939c... Updated Spanish translation
0492f50... Fixes for make dist
ed6f237... Updated Hebrew translation.
8952b77... Updated Galician translations
805a624... Updated Galician translations
85efb7d... Don't typedef CoglMemoryStack twice
7261952... [l10n] Updated German translation
2db173c... Updated Greek translation
d57fcd9... buffer: Use GL_STREAM_DRAW on GLES2
3dbe49a... Updated Czech translation
1d3d173... Fixes for building with --disable-gl
68a6e82... Add support for the WebOS version of SDL
7ff0b52... matrix: Add a init_translation() constructor
aa1a4a4... [l10n] Update Japanese translation
413862e... Visual C++ projects Update
28655fd... quaternion: Document init_from_euler()
e172cac... quaternion: Document init_from_quaternion()
86a5259... doc: Include the documentation for CoglEuler
542fdcd... doc: Hide the private fields of CoglQuaternion
f5ca673... doc: Remove the inclusion of non-existent cogl-clipping.xml
ba86470... doc: Fix a couple of renamed symbols
e6b75b6... quaternion: Fix typo in the init_from_z_rotation documentat
23becf6... Fix Visual C++ build
feaaaad... Update cogl.symbols
37fbfff... Visual C++ 2008 support: Add note in README.txt
b8e380e... gpu-info: Detect more info including architecture
a945890... Workaround drisw bug where clipped redraws don't work
fb63600... By default enable swap throttling
3f2cb89... Fix depth testing, write enable bug
f729798... Convert the test-atlas-migration test to a standalone Cogl
010d16f... Adds initial GLES2 integration support
10340a5... Adds libcogl-gles2 frontend GLES2 api
0047a1f... Adds a cogl-gles2-gears example
8d0b771... conform: Adds a gles2 context test
4989370... Adds gles2-context renderer constraint
59ffa9a... Don't build cogl-gles2-gears if configured with --disable-c
06c3a7b... Fix a warning on test-gles2-context
b977d75... Fix disabling debugging
bdc8a12... Fix the documentation for cogl_quaterinon_init_from_array
0210cc4... Make cogl_matrix_init_from_quaternion take a const quaterni
6eb8864... Add a cogl_matrix_init_from_euler function
aa749bb... matrix-stack: Fix the _cogl_matrix_entry_equal function
5e8ff24... Add functions to directly transform from a euler or a quate
9026acd... Add a basic conformance test for eulers and quaternions
702873c... matrix-stack: Prune stack entries when loading a replacemen
1357c4c... Preserve the CoglDrawFlags when drawing a wireframe
67a095b... Cache the debug wireframe snippet
9a654d1... Fix a typo in _cogl_matrix_init_translation
5c16ad6... build: add newly introduced header to fix make dist
e58b210... Update .gitignore
81bb87e... Use the internal format to check if the texture size is sup
4d0c345... Updated Slovenian translation
da5789e... Updated French translation
df23d1c... Updated Latvian translation
55ec6e1... Updated Esperanto translation
5a36ce4... [l10n] Updated German translation
a87b657... Add a note about [0, 0, 0] and cogl_vector3_normalize()
66dd06d... Updated Telugu Translation
9a1f0c4... cogl-gles2: Add glTexParameterf to wrapper library
17c818a... Add an SDL2 winsys
2e50693... Add a conformance test for removing a pipeline layer
a3989d0... Fix removing layers when the pipeline is not the owner
763c1de... Use the old GLSL extensions if GL 2.0 is not available
ecc5c96... Initialize the inverse matrix in invert_matrix_3d()
0257a95... Fix the inclusion of the SDL integration documentation
829aafc... Update the cogl_sdl_context_new() code snippet
4ad1e9b... Use <literal> not <pre> in the comments
93d0de1... Mass rename CLUTTER_COMPILATION to COGL_COMPILATION
7cdaaf2... Don't use the transpose argument of glUniformMatrix*
df77e85... Don't use eglGetProcAddress to retrieve core functions
d1dc4e1... Don't use the label 'ERROR' because it conflicts with windo
1686e75... bitmap: Adds cogl_android_bitmap_new_from_asset()
053845f... framebuffer: Only remember offscreen allocate flags when !C
960cf64... Updated Bulgarian translation
2ae352b... Fix point sprite coordinates in shaders on GLES2
786d1b8... Split test-point-sprite into two, one without checking orie
0ac0ef3... Fix up Visual C++ property sheets
72f992e... Update Visual C++ project files
df51574... onscreen: Adds support for resizable windows
5638243... stack: don't deref freed mem in _cogl_memory_stack_free
8f4dd45... onscreen: Free swap notify callback state
9618321... quaternions: Allow multiplication into 'a' arg
c66d886... Updated Norwegian bokmÃl translation
90641cf... Updated Indonesian translation
bb258c1... Avoid including the EGL headers from the public Cogl header
9d50136... Updated Belarusian translation.
8960c8a... Updated Traditional Chinese translation(Hong Kong and Taiwa
d559c93... Visual C++ support: Re-enable C4819 warnings
371d509... Update Chinese simplified translation for ui
c7c90d4... Updated Serbian translation
cbad21f... pipeline: Remove the CoglPipelineFlag enum
e5fea8b... egl-x11: Don't use GLXDrawable on EGL
74fd618... Add conf vars to trick Cogl to think extensions are disable
5fff83c... cogl-texture-2d-private: Include egl-defines.h
59ff396... cogl-winsys-egl-kms: Remove some unused variables
96b726b... cogl-winsys-sdl: Fix the signature for the get_proc_address
0e168ed... Fix the header guards for cogl-texture-2d{,-private}.h
f31ce3d... Updated Serbian translation
e347135... Move cogl_wayland_display_ proto to cogl-wayland-server.h
683545b... build: Remove clutter-project.org from the release rules
6a024ac... display: inc cogl-wayland-server.h if needed
3a755ed... Updated Traditional Chinese translation(Hong Kong and Taiwa
1be1fda... Updated Slovenian translation
a975438... Updated Spanish translation
f373c4a... Assamese translation updated
0cd88bd... cogl-gles2-context: Fix the default viewport and scissor si
12a1ef7... cogl-gles2-context: Keep some extra data for shaders and pr
0c66431... Add a wrapper for 'memmem'
8e12e40... cogl-gles2-context: Flip the rendering when framebuffer is
4c1b7c9... test-gles2-context: Fix error checking for cogl_gles2_conte
d12399b... test-gles2-context: Add a test case for rendering to an FBO
77edc1f... cogl-gles2-context: Keep track of extra data per texture ob
19ccb72... cogl-gles2-context: Wrap glCopyTex{Sub,}Image2D to flip the
0e69a64... Support building with automake 1.12.x
09ddb9a... Updated Hebrew translation.
57f420e... Remove one final user of cogl-handle and cogl-handle.h itse
1ed717d... configure: use AC_GNU_SOURCE
39f8ae7... Updates NEWS for the 1.11.2 release
0315661... Release 1.11.2 (snapshot)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]