summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* [cogl] Updates all file headers and removes lots of trailing white spaceRobert Bragg2009-05-0224-205/+337
* [cogl] Adds a bitfield argument to cogl_clear for specifying which buffers to...Robert Bragg2009-05-021-19/+23
* [gl/cogl.c] #include <gmodule.h> for OS X buildsRobert Bragg2009-04-201-1/+0
* [cogl vertex buffers] Adds fallbacks for drivers without VBO supportRobert Bragg2009-04-202-35/+119
* [cogl debug] --cogl-debug=rectangles now outlines all cogl rectanglesRobert Bragg2009-04-172-5/+5
* [cogl-handle] Fix the broken debug macrosNeil Roberts2009-04-061-2/+2
* [cogl] cogl_is_*(): Don't dereference an invalid handle; just return FALSERobert Bragg2009-04-061-0/+3
* [cogl-handle] Optimize how we define cogl handlesRobert Bragg2009-04-026-142/+124
* [cogl] handle_automatic_blend_enable(): consider layers with invalid texturesRobert Bragg2009-04-021-0/+6
* Unifies 90% of the code in {gl,gles}/cogl.c in common/cogl.cRobert Bragg2009-04-013-0/+736
* [build] Fixes a cogl-vertex-buffer.c warning when building for GLESRobert Bragg2009-03-231-1/+4
* [cogl] Move rect and poly drawing code from cogl-texture.c to cogl-primitives.cRobert Bragg2009-03-231-1/+1255
* Remove usage of the grave accent as quotation markEmmanuele Bassi2009-03-171-1/+1
* [cogl-vertex-buffer] Allow querying back the number of vertices a buffer repr...Robert Bragg2009-03-161-0/+13
* [cogl-vertex-buffer] Add a flush of attribute changes in the *_draw() functionsRobert Bragg2009-03-161-6/+19
* [cogl] Avoid shadowing math.h symbolsEmmanuele Bassi2009-03-131-15/+15
* Change cogl_path_rectangle and cogl_path_round_rectangle to take x1,y1,x2,y2Neil Roberts2009-03-131-15/+15
* Finish GLES{1,2} support for client side matrix stacksRobert Bragg2009-03-121-0/+13
* Use Cogl enum when making modelview-matrix current in cogl_{rotate,transform,...Robert Bragg2009-03-121-5/+5
* Explicitly make the modelview-matrix current in cogl_{rotate,transform,etc}Robert Bragg2009-03-121-0/+5
* Avoid casting CoglMatrix to a GLfloat * when calling glGetFloatvRobert Bragg2009-03-121-3/+8
* 80 char fixRobert Bragg2009-03-121-1/+2
* Virtualize GL matrix operations and use a client-side matrix when GL is indirectHavoc Pennington2009-03-129-3/+1013
* [cogl-fixed] Implement the CoglFixed fundamental GTypeEmmanuele Bassi2009-03-101-6/+180
* [cogl] Add a PANGO debug flag for CoglPango useEmmanuele Bassi2009-03-101-1/+2
* [cogl-matrix] Documents that CoglMatrix members should be considered read onlyRobert Bragg2009-02-261-3/+3
* Declare the EnumValues for PixelFormat staticJonathan Matthew2009-02-241-1/+1
* Add runtime debug messages for COGLEmmanuele Bassi2009-02-232-1/+100
* [Cogl] Remove a debugging assert that was triggering on false positivesRobert Bragg2009-02-231-2/+0
* [cogl-material] Always glBindTexture when flushing material stateRobert Bragg2009-02-231-19/+23
* [Cogl] Fixes automatic handling of the GL blend enable state.Robert Bragg2009-02-232-57/+31
* [Cogl] the cogl_get_*_matrix functions now work with CoglMatrix typesRobert Bragg2009-02-232-23/+37
* [cogl] Provide GTypes for COGL typesEmmanuele Bassi2009-02-191-0/+175
* [cogl-color.c] #include fix for the cogl_set_source_color prototypeRobert Bragg2009-02-181-0/+1
* [Cogl] cogl_clip_{set*,unset} renamed to cogl_clip_{push*,pop}Robert Bragg2009-02-181-11/+11
* Call glActiveTexture and glClientActiveTexture through cogl_get_proc_addressNeil Roberts2009-02-162-0/+7
* [cogl-vertex-buffer] Some fixes for texturing and color arraysRobert Bragg2009-02-091-11/+8
* [cogl-material] Fixes some dirty flag checksRobert Bragg2009-02-091-35/+63
* Fix building GLES 2 after the material branch mergeNeil Roberts2009-02-022-9/+3
* [cogl-material] Always bind the new texture handleNeil Roberts2009-02-021-9/+11
* Add cogl-material-private.h to the source filesEmmanuele Bassi2009-01-291-1/+2
* Fix a variable masking warningEmmanuele Bassi2009-01-291-8/+7
* Removes cogl_color_set_from_4d as it may mislead people.Robert Bragg2009-01-281-15/+0
* Changes cogl_rectangle to take x1, y1, x2, y2 args not x1, y1, width, heightRobert Bragg2009-01-281-7/+6
* Remove gtk-doc annotationEmmanuele Bassi2009-01-281-1/+1
* [docs] Documentation fixesEmmanuele Bassi2009-01-271-5/+7
* Fallout from cogl-material mergeEmmanuele Bassi2009-01-272-13/+6
* Merge branch 'cogl-material'Robert Bragg2009-01-277-26/+1468
|\
| * Updates GLES1 support for CoglMaterialRobert Bragg2009-01-271-5/+30
| * Removes cogl_blend_func and cogl_alpha_funcRobert Bragg2009-01-271-0/+8