summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Handle all formats in _cogl_texture_driver_pixel_format_to_glwip/pixel-format-2101010Robert Bragg2012-02-172-16/+38
* Add support for X101010 and 2101010 pixel formats to fallback OpenGL renderingDamien Leone2012-02-172-0/+29
* Improve pixel format detection for fallback OpenGL renderingDamien Leone2012-02-171-41/+9
* Adds a _cogl_util_pixel_format_from_masks APIRobert Bragg2012-02-173-0/+144
* pixel formats: Documents the internal representationRobert Bragg2012-02-171-9/+76
* Add 30-bit color depth pixel formats X101010 and 2101010Damien Leone2012-02-172-12/+43
* Removes the COGL_PIXEL_FORMAT_{24,32} definesRobert Bragg2012-02-173-16/+10
* Remove COGL_UNORDERED_MASK defineRobert Bragg2012-02-175-32/+23
* Remove COGL_UNPREMULT_MASK defineRobert Bragg2012-02-175-9/+5
* Adds _cogl_pixel_format_is_endian_dependant apiRobert Bragg2012-02-172-0/+37
* moves and renames _cogl_get_format_bppRobert Bragg2012-02-1715-67/+87
* cogl-private.h: include cogl-context.hRobert Bragg2012-02-171-0/+2
* Move all types/prototypes from cogl.h -> cogl-context.hRobert Bragg2012-02-1710-1323/+1348
* Clean up cogl 1.x/2.0 header separationRobert Bragg2012-02-171-35/+37
* 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
* Add cogl_pipeline_set_layer_null_texture()Neil Roberts2012-02-133-0/+71
* cogl-pipeline: Fix comparing the texture data state for NULL texturesNeil Roberts2012-02-131-4/+17
* cogl-pipeline-layer: Use CoglTextureType instead of GL target enumNeil Roberts2012-02-1311-172/+204
* Add _cogl_texture_get_type()Neil Roberts2012-02-1311-0/+96
* cogl/Makefile.am: Filter out SDL winsys for Visual C++ buildsChun-wei Fan2012-02-131-3/+3
* Update cogl.symbolsChun-wei Fan2012-02-131-183/+203
* cogl-in-gles-core-functions.h: Remove stray ';'Chun-wei Fan2012-02-131-1/+1
* Win32: Update predefined cogl-defines.h'sChun-wei Fan2012-02-132-0/+16
* Update Visual C++ property sheetsChun-wei Fan2012-02-102-2/+2
* buffer: explicitly relate buffers to a contextRobert Bragg2012-02-0926-148/+214
* debug: don't overlay wireframeRobert Bragg2012-02-091-41/+45
* cogl-crate: remove spurious cogl_set_depth_test_enabled callRobert Bragg2012-02-091-2/+0
* journal: use pipeline term instead of sourceRobert Bragg2012-02-091-13/+13
* debug: Adds COGL_DEBUG=winsys optionRobert Bragg2012-02-091-1/+2
* display: Remove _EXP symbol mangling and add gtk-docRobert Bragg2012-02-091-27/+112
* framebuffer: Add cogl_framebuffer draw methodsRobert Bragg2012-02-0925-724/+958
* examples: use framebuffer matrix stack apisRobert Bragg2012-02-093-17/+23
* examples: use cogl_framebuffer_clear4f not cogl_clearRobert Bragg2012-02-097-24/+12