summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Adds ColorMask support to Coglwip/color-maskRobert Bragg2011-07-1810-3/+248
* matrix: Add cogl_matrix_init_looking_at APIRobert Bragg2011-07-182-0/+97
* Use MESA_pack_invert to avoid read_pixels flipRobert Bragg2011-07-133-4/+27
* build: don't referencing wayland syms if not availableRobert Bragg2011-07-131-0/+2
* configure: Expose COGL_HAS_GLX_SUPPORT publiclyRobert Bragg2011-07-131-1/+1
* framebuffer: Add dither_enabled getter/settersRobert Bragg2011-07-135-0/+75
* Add some generated files to the gitignore listEmmanuele Bassi2011-07-132-1/+3
* cogl-pipeline: Use the pipeline cache for the GLSL backendsNeil Roberts2011-07-135-4/+192
* fragend-arbfp: Move the pipeline cache to a separate fileNeil Roberts2011-07-137-151/+248
* pipeline: Unify how the backends store private dataNeil Roberts2011-07-137-698/+567
* pipeline: NULLify deprecated_get_layers_list on copyDamien Lespiau2011-07-121-0/+1
* pipeline: Plug a leak of GListsDamien Lespiau2011-07-121-0/+2
* build: Fix the help string for --enable-profileDamien Lespiau2011-07-121-1/+1
* build: Correctly quote the help message for --enable-profileDamien Lespiau2011-07-121-2/+2
* dist: Make sure to dist cogl-winsys-egl-feature-functions.hRobert Bragg2011-07-111-20/+2
* dist: give 2.0 manual unique DOC_MODULE nameRobert Bragg2011-07-114-2/+2
* Adds examples/crate to .gitignoreRobert Bragg2011-07-111-0/+1
* fix namespace for cogl_context_egl_get_egl_contextRobert Bragg2011-07-112-3/+3
* Remove cogl_context_set_default APIRobert Bragg2011-07-113-17/+0
* onscreen: make platform specific onscreen apis consistentRobert Bragg2011-07-114-27/+27
* Dynamically load the GL or GLES libraryNeil Roberts2011-07-1148-1106/+1552
* Move the cogl texture driver functions to a vtableNeil Roberts2011-07-0813-337/+419
* cogl-context: Remove the driver private dataNeil Roberts2011-07-084-81/+0
* Use all core GL functions through indirect pointersNeil Roberts2011-07-0831-828/+989
* Move all of the GL function pointers directly to CoglContextNeil Roberts2011-07-0730-858/+750
* cogl-pipeline: Fix reference counting on promoting weak parentsNeil Roberts2011-07-061-18/+21
* cogl-internal: remove COGL_PRIVATE_FEATURE_EGL flagsRobert Bragg2011-07-051-3/+1
* egl: look for EGL_IMAGE_FROM_X11_PIXMAP as winsys featureRobert Bragg2011-07-051-2/+5
* egl: fix tracking of priv features in check_egl_extensionsRobert Bragg2011-07-051-1/+1
* docs: update cogl-context 2.0 docsRobert Bragg2011-07-042-3/+1
* docs: Adds missing cogl_framebuffer syms to referenceRobert Bragg2011-07-042-0/+75
* framebuffer: Add _get_XYZ_bits() functionsRobert Bragg2011-07-044-60/+68
* doc: Adds missing cogl_matrix syms to 2.0 referenceRobert Bragg2011-07-041-2/+7
* matrix: Adds cogl_matrix_is_identity APIRobert Bragg2011-07-044-0/+24
* matrix: Flatten cogl-matrix-mesa.[ch] into cogl-matrix.[ch]Robert Bragg2011-07-044-1969/+1586
* matrix-mesa: move to _cogl_matrix namespaceRobert Bragg2011-07-044-63/+53
* matrix-mesa: remove unused macros functions and cruftRobert Bragg2011-07-042-288/+71
* README: Fix a tiny typoNeil Roberts2011-07-041-1/+1
* Added Japanese translation.Takeshi AIHANA2011-07-031-0/+34
* cogl-pipeline: Use BSD lists for the list of pipeline childrenNeil Roberts2011-07-012-48/+23
* cogl-queue: Make suitable for use in Cogl source codeNeil Roberts2011-07-011-435/+445
* Add the code from FreeBSD for their linked-list/queue implementationNeil Roberts2011-07-012-0/+638
* Post-release version bump to 1.7.3Neil Roberts2011-07-011-2/+2
* Release 1.7.2 (snapshot)1.7.2Neil Roberts2011-07-011-3/+3
* NEWS: Update for the 1.7.2 releaseNeil Roberts2011-07-011-0/+40
* releasing: Fix the check for an even micro version numberNeil Roberts2011-07-011-2/+2
* README: Fix the required version number replacementsNeil Roberts2011-07-012-10/+20
* release: Fix the release mail templateNeil Roberts2011-07-011-15/+26
* gles: Fix the name of the GLeglImageOES typeNeil Roberts2011-07-011-2/+2
* build: egl fix typo introduced by 3b64a439f0Robert Bragg2011-06-301-1/+1