summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* pipeline: make _equal() cost scale by n bits in differenceswip/rib/master-nextRobert Bragg2012-02-202-129/+102
* debug: support wireframe mode with vertex shadersRobert Bragg2012-02-201-144/+181
* object: avoid creating a new entry for NULL dataRobert Bragg2012-02-201-0/+6
* examples: Adds a more advanced hairy cube exampleRobert Bragg2012-02-204-1/+638
* onscreen: move swap_buffer apis to onscreen namespaceRobert Bragg2012-02-209-47/+46
* pipeline: Expose min/mag filter gettersRobert Bragg2012-02-202-4/+46
* tex-pixmap-x11: remove CoglHandle use + pass contextRobert Bragg2012-02-204-69/+94
* texture-pixmap-x11.h: define __COGL_XLIB_H_INSIDE__Robert Bragg2012-02-201-0/+2
* Adds a context arg to cogl_pipeline_new()Robert Bragg2012-02-2027-87/+113
* offscreen: Replace use of CoglHandle with CoglOffscreenRobert Bragg2012-02-206-31/+45
* context: removes some uses of CoglHandleRobert Bragg2012-02-205-17/+22
* texture-3d: remove _EXP defines + CoglHandle and pass contextRobert Bragg2012-02-205-123/+114
* pango: don't pass COGL_MATERIAL enums to pipeline apiRobert Bragg2012-02-201-1/+1
* cogl.h: Exclude 1.x headers if 2.0 api requestedRobert Bragg2012-02-201-13/+31
* Remove all internal includes of cogl.hRobert Bragg2012-02-2080-83/+41
* Handle all formats in _cogl_texture_driver_pixel_format_to_glRobert Bragg2012-02-202-16/+38
* Add support for X101010 and 2101010 pixel formats to fallback OpenGL renderingDamien Leone2012-02-202-0/+29
* Improve pixel format detection for fallback OpenGL renderingDamien Leone2012-02-201-41/+9
* Adds a _cogl_util_pixel_format_from_masks APIRobert Bragg2012-02-203-0/+144
* pixel formats: Documents the internal representationRobert Bragg2012-02-201-9/+76
* Add 30-bit color depth pixel formats X101010 and 2101010Damien Leone2012-02-202-12/+43
* Removes the COGL_PIXEL_FORMAT_{24,32} definesRobert Bragg2012-02-203-16/+10
* Remove COGL_UNORDERED_MASK defineRobert Bragg2012-02-205-32/+23
* Remove COGL_UNPREMULT_MASK defineRobert Bragg2012-02-205-9/+5
* Adds _cogl_pixel_format_is_endian_dependant apiRobert Bragg2012-02-202-0/+37
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-2015-67/+87
* cogl-private.h: include cogl-context.hRobert Bragg2012-02-201-0/+2
* Move all types/prototypes from cogl.h -> cogl[1]-context.hRobert Bragg2012-02-2028-1322/+1423
* Clean up cogl 1.x/2.0 header separationRobert Bragg2012-02-201-35/+37
* Uyghur translation addedGheyret Kenji2012-02-191-0/+334
* Updated Belarusian translation.Ihar Hrachyshka2012-02-181-39/+47
* Updated Belarusian translation.Kasia Bondarava2012-02-181-9/+316
* Fix build on OSXEmmanuele Bassi2012-02-151-0/+1
* Ensure that the CoglPango GIR is built against the correct libcoglEmmanuele Bassi2012-02-151-1/+1
* Update cogl.symbolsChun-wei Fan2012-02-151-0/+1
* Update .gitignoreJasper St. Pierre2012-02-141-4/+15
* Fix some doc issuesJasper St. Pierre2012-02-146-12/+12
* pipeline-state: Fix crash in the get_all_uniform_values functionNeil Roberts2012-02-131-9/+10
* test-snippets: Add a test case for sampling arbitrary unitsNeil Roberts2012-02-131-0/+43
* tests: Move the create_color_texture function to test-utilsNeil Roberts2012-02-133-21/+30
* test-snippets: Add a test for using cogl_sampler in tex hookNeil Roberts2012-02-131-0/+29
* test-snippets: Split up the tests into multiple functionsNeil Roberts2012-02-131-31/+195
* Pass the sampler object to snippet hooks on the texture_hookupNeil Roberts2012-02-132-19/+28
* glsl: always emit sampler uniforms for non NULL layersRobert Bragg2012-02-132-33/+61
* glsl: Use layer numbers not unit numbers for builtin uniformsNeil Roberts2012-02-132-8/+6
* pipeline: Use layer numbers not unit numbers in the combine stringsNeil Roberts2012-02-134-76/+158
* Add a version of _cogl_pipeline_get_layer which does not create itNeil Roberts2012-02-132-5/+15
* Add a test for pipelines with sparse layer indicesNeil Roberts2012-02-133-0/+92
* test-texture-3d: Add a test for multi-texturing 3D and 2D texturesNeil Roberts2012-02-131-0/+64
* test-texture-3d: Port to CoglNeil Roberts2012-02-133-78/+79