summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [build] Encode the target into the backend libraryEmmanuele Bassi2009-05-293-13/+13
* Use g_once when registering enumeration typesEmmanuele Bassi2009-05-291-5/+13
* [cogl] Generate enumeration GTypesEmmanuele Bassi2009-05-299-251/+158
* [docs] Fixes for the API referenceEmmanuele Bassi2009-05-285-22/+42
* Merge branch 'master' into 1.0-integrationEmmanuele Bassi2009-05-280-0/+0
|\
* | [cogl] Make cogl_setup_viewport() a private functionEmmanuele Bassi2009-05-282-12/+14
* | [cogl deprecated] Add backface culling deprecationEmmanuele Bassi2009-05-281-7/+6
* | [cogl vertex buffers] Give indices a CoglHandle so they are shareableRobert Bragg2009-05-283-100/+38
* | [cogl journal] If we are only flushing one quad use a TRIANGLE_FANRobert Bragg2009-05-281-34/+46
* | [deprecated defines] Adds some missing cogl_texture_* deprecated definesRobert Bragg2009-05-281-0/+8
* | [cogl] renamed cogl_enable_* to cogl_set_*_enabled + added gettersRobert Bragg2009-05-284-14/+45
* | [cogl matrix] Support ortho and perspective projections.Robert Bragg2009-05-287-148/+370
* | [cogl] Remove cogl_{create,destroy}_context from the public APIRobert Bragg2009-05-284-23/+16
* | [vbo indices] tweak add_indices api to return an id and add delete_indices apiRobert Bragg2009-05-283-26/+57
* | [cogl-vertex-buffer] Seal GL types from the public APIRobert Bragg2009-05-282-73/+93
* | [cogl-vertex-buffers] Support putting index arrays into VBOSRobert Bragg2009-05-284-42/+231
* | [cogl] Remove cogl_flush_gl_state from the APIRobert Bragg2009-05-282-1/+9
* | [material] Reduce the material API in preperation for releasing Clutter 1.0Robert Bragg2009-05-2812-173/+174
* | [cogl-material] Removes all the API made redundant by the blend strings APIRobert Bragg2009-05-284-466/+34
* | [cogl-material] Support string based blending and layer combine descriptionsRobert Bragg2009-05-2819-83/+1990
* | [build] Fixes some compiler warnings when building for GLES 2Robert Bragg2009-05-282-28/+28
* | [cogl] Remove max_waste argument from Texture ctorsEmmanuele Bassi2009-05-237-95/+97
* | Merge branch 'master' into 1.0-integrationEmmanuele Bassi2009-05-223-3/+11
|\ \ | |/
| * [cogl-vertex-buffer] Ensure the clip state before renderingNeil Roberts2009-05-221-0/+4
| * [build] The cogl GE macro wasn't passing an int according to the format stringRobert Bragg2009-05-211-0/+1
| * Make backface culling work with vertex buffersNeil Roberts2009-05-212-3/+6
* | Merge branch 'pango-vbo' into 1.0-integrationNeil Roberts2009-05-210-0/+0
|\ \
* \ \ Merge commit 'origin/master' into 1.0-integrationEmmanuele Bassi2009-05-2077-1360/+1802
|\ \ \ | | |/ | |/|
| * | [cogl] Do no include gprintf.hEmmanuele Bassi2009-05-201-2/+1
| * | [cogl] Move debugging to a configure-time switchEmmanuele Bassi2009-05-197-20/+22
| * | [cogl] Rework the debug messagesEmmanuele Bassi2009-05-196-151/+131
| * | Remove duplicate cogl-internal.h headerEmmanuele Bassi2009-05-194-161/+0
| * | [cogl] Rework the GL-error-to-string conversionEmmanuele Bassi2009-05-192-36/+38
| * | [build] Link Cogl against -lmEmmanuele Bassi2009-05-143-22/+10
| * | [build] List cogl-internal.hEmmanuele Bassi2009-05-141-0/+2
| * | [build] Fix with --disable-introspectionEmmanuele Bassi2009-05-141-1/+1
| * | Don't build Cogl.gir against installed Clutter libraryOwen W. Taylor2009-05-131-18/+11
| * | [cogl-clip-stack] Support pushing rectangles onto the stack using window coordsRobert Bragg2009-05-123-8/+180
| * | [cogl] Remove the COGL{enum,int,uint} typedefsRobert Bragg2009-05-1213-143/+263
| * | [build] Fix out-of-tree builds for CoglNeil Roberts2009-05-121-0/+2
| * | [build] Unbreak compilationEmmanuele Bassi2009-05-101-2/+2
| * | [build] Build Cogl introspection dataEmmanuele Bassi2009-05-061-0/+57
| * | [build] Clean up the makefileEmmanuele Bassi2009-05-061-51/+51
| * | Fix inclusion guards and headersEmmanuele Bassi2009-05-065-5/+7
| * | [cogl-material] Adds a cogl_material_set_color4f convenience functionRobert Bragg2009-05-022-2/+14
| * | [cogl-offscreen] Cleans up the cogl offscreen API and adds documentationRobert Bragg2009-05-028-272/+68
| * | add cogl_push_draw_buffer() and cogl_pop_draw_buffer()Havoc Pennington2009-05-027-10/+184
| * | [cogl] Only expose CoglBitmap as a CoglHandleRobert Bragg2009-05-0216-80/+135
| * | [cogl-material] make _cogl_material_layer_free check for an invalid texture h...Robert Bragg2009-05-021-1/+2
| * | [cogl] Updates all file headers and removes lots of trailing white spaceRobert Bragg2009-05-0269-463/+684