summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.7.4 (snapshot)wip/release-1.7.4Robert Bragg2011-07-201-3/+3
* dist: enable more features for distcheckRobert Bragg2011-07-202-2/+10
* dist: Don't use elaborate script to gen ChangelogsRobert Bragg2011-07-205-92/+22
* Add note about updating libtool versioning in doc/RELEASINGRobert Bragg2011-07-201-0/+1
* Updates NEWS for 1.7.4 releaseRobert Bragg2011-07-201-2/+62
* gles: don't check for glClientActiveTextureRobert Bragg2011-07-201-1/+6
* x11: don't try and close a NULL displayRobert Bragg2011-07-201-1/+1
* Adds ColorMask support to CoglRobert Bragg2011-07-1911-3/+260
* configure: Add configure options to override the GL library nameNeil Roberts2011-07-191-0/+20
* Specify the full filename when g_module_open'ing the GL libraryNeil Roberts2011-07-193-22/+8
* gles: Or in private features into ctx->private_feature_flagsRobert Bragg2011-07-191-1/+1
* hello: Make sure to clear background explicitlyRobert Bragg2011-07-181-0/+3
* egl: if texture_pixmap_x11_create fails free priv dataRobert Bragg2011-07-181-1/+4
* examples: Add x11-tfp exampleRobert Bragg2011-07-182-1/+237
* texture-pixmap-x11: set ->winsys = NULL if _create failsRobert Bragg2011-07-181-0/+3
* texture-pixmap-x11: initialize ->use_winsys_textureRobert Bragg2011-07-181-1/+6
* Combine _cogl_context_check_gl_version and update_features into oneNeil Roberts2011-07-189-87/+55
* Compilation fixes for sunccEmmanuele Bassi2011-07-182-3/+9
* 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