summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stash: virtual-framebuffer work in progresswip/virtual-framebufferRobert Bragg2011-11-298-4/+538
* rework enabling of attributes, removing _cogl_enable()Robert Bragg2011-11-298-610/+435
* stash: deal with fb winding state like other fb stateRobert Bragg2011-11-292-35/+67
* stash: track fb color mask like other fb stateRobert Bragg2011-11-292-19/+41
* framebuffer: Optimize _cogl_framebuffer_flush_state()Robert Bragg2011-11-2910-109/+425
* stash: remove redundant _cogl_clip_state_flush() apiRobert Bragg2011-11-293-16/+5
* remove redundant _cogl_clip_stack_dirty() apiRobert Bragg2011-11-293-17/+0
* cogl-matrix-stack: remove flush avoidance checksRobert Bragg2011-11-293-68/+2
* stash: docs: updates cogl-matrix.h docs to match cogl-framebuffer.h matrix st...Robert Bragg2011-11-291-22/+27
* matrix-stack: Avoid referencing the default CoglContextRobert Bragg2011-11-297-74/+88
* stash: use cogl_framebuffer_push_path_clip in cogl2-path.cRobert Bragg2011-11-291-2/+5
* docs: make cogl2-clips-state.h docs consistent with cogl-framebuffer.hRobert Bragg2011-11-291-2/+3
* docs: make cogl.h clip stack docs consistent with cogl-framebuffer.hRobert Bragg2011-11-291-2/+4
* stash: Add CoglFramebuffer clip stack methodsRobert Bragg2011-11-296-128/+286
* avoid touching fb matrix stack directlyRobert Bragg2011-11-293-15/+36
* Adds cogl_framebuffer_identity_matrixRobert Bragg2011-11-292-0/+22
* docs: make cogl.h matrix stack documentation consistent with cogl-framebuffer.hRobert Bragg2011-11-291-11/+21
* framebuffer: Add CoglFramebuffer matrix stack methodsRobert Bragg2011-11-293-81/+434
* cogl-matrix-stack: Adds _cogl_matrix_stack_equalRobert Bragg2011-11-292-0/+20
* stash: Add cogl_matrix_orthographicRobert Bragg2011-11-293-18/+63
* texture: assert set_region size <= src sizeRobert Bragg2011-11-292-5/+22
* docs: Fix a s/called/culled/ typoRobert Bragg2011-11-291-5/+5
* build: include missing headers in cogl-winsys-egl-private.hRobert Bragg2011-11-281-0/+8
* build: don't inc egl headers for non EGL buildsRobert Bragg2011-11-282-0/+4
* kms: avoid using redundant g* and GL* typesRobert Bragg2011-11-281-3/+3
* build: only include cogl-winsys-kms.h if KMS enabledRobert Bragg2011-11-281-0/+2
* kms: Check for EGL_KHR_surfaceless_opengl extensionRobert Bragg2011-11-283-1/+16
* kms: flatten setup_kms into _cogl_winsys_kms_display_setupRobert Bragg2011-11-283-74/+61
* kms: move Cogl*EGL typedefs to cogl-winsys-egl-private.hRobert Bragg2011-11-282-87/+88
* kms: Add first version of "baremetal" backend for EGL on KMSRob Bradford2011-11-285-14/+639
* cogl-debug: Mark _cogl_debug_flags with dllexport for MSVCNeil Roberts2011-11-252-1/+19
* VS 2008/2010 project files to build CoglChun-wei Fan2011-11-2543-3/+4977
* Update Simplified Chinese translation.Yinghua Wang2011-11-251-7/+312
* Fix comparing the uniforms stateNeil Roberts2011-11-241-1/+6
* Update cogl/winsys/cogl-winsys-stub.cChun-wei Fan2011-11-231-22/+34
* Bump development version to 1.9.3Robert Bragg2011-11-221-2/+2
* Release 1.9.2 (snapshot)1.9.2Robert Bragg2011-11-221-3/+3
* Updates NEWS for the 1.9.2 releaseRobert Bragg2011-11-221-0/+98
* reference: don't look for $(top_srcdir)/cogl/winsys/*.hRobert Bragg2011-11-221-2/+1
* cogl-flags: Fix iterating flag when the most-significant bit is setNeil Roberts2011-11-221-1/+6
* Updated Spanish translationJorge González2011-11-171-12/+12
* cogl-pipeline: Use a hash table for faster uniform name lookupNeil Roberts2011-11-164-19/+26
* cogl-pipeline: Store the uniform overrides in an array instead of listNeil Roberts2011-11-164-112/+77
* cogl-bitmask: Add _cogl_bitmask_popcountNeil Roberts2011-11-163-0/+99
* Add a conformance test for setting uniforms on a pipelineNeil Roberts2011-11-163-0/+430
* cogl-pipeline: Add support for setting uniform valuesNeil Roberts2011-11-1610-4/+880
* cogl-bitmask: Add _cogl_bitmask_set_flagsNeil Roberts2011-11-162-1/+32
* cogl-matrix: Add a public cogl_matrix_transpose()Neil Roberts2011-11-164-2/+29
* Move POPCOUNTL to cogl-utilNeil Roberts2011-11-163-20/+55
* cogl-boxed-value: Add _cogl_boxed_value_copyNeil Roberts2011-11-162-0/+45