summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* cogl-pango-display-list: Use CoglPrimitive instead of CoglVertexBufferNeil Roberts2011-08-111-67/+74
* cogl-blend-string: Fix TEXTURE_N sourcesNeil Roberts2011-08-041-7/+7
* Flush the journal before changing the projectionRobert Bragg2011-08-021-2/+13
* egl-gdl: Don't generate cogl-display.hDamien Lespiau2011-08-013-7/+3
* egl-gdl: Silence a gcc warningDamien Lespiau2011-08-011-5/+7
* cogl-primitives: Plug some leaks in cogl_polygonNeil Roberts2011-08-011-4/+15
* cogl-winsys-wgl: Add a fallback for failed wglGetProcAddressNeil Roberts2011-08-011-1/+23
* Add the missing check for COGL_FEATURE_POINT_SPRITE on the GL driverNeil Roberts2011-08-011-0/+4
* Include cogl-win32-renderer.h in cogl.h on WindowsChun-wei Fan2011-07-311-0/+3
* Fix cogl/cogl-framebuffer.h (#define error)Chun-wei Fan2011-07-311-1/+1
* Update vtable.id in cogl-winsys-wgl.cChun-wei Fan2011-07-311-1/+1
* gitignore: Ignore examples/x11-ftpDamien Lespiau2011-07-291-0/+1
* egl: Make sure to free the underlying egl objects when the display is freedDamien Lespiau2011-07-292-7/+23
* egl-gdl: Provide defaults to be able to initialize a "dummy" contextDamien Lespiau2011-07-292-2/+10
* egl-gdl: When compiling the GDL platform, you need to link against -lgdlDamien Lespiau2011-07-291-0/+2
* egl-gdl: Make the egl winsys know about the GDL platformDamien Lespiau2011-07-291-4/+43
* egl-gdl: struct gdl_plane never was a valid typeDamien Lespiau2011-07-293-3/+3
* egl-gdl: Correctly substitute COGL_CEX100_LIBGDL_PREFIXDamien Lespiau2011-07-293-2/+8
* egl: Make sure to have egl.h included when testing for eglext.hDamien Lespiau2011-07-291-5/+12
* egl: Guard the feature discovery of eglCreateImage()Damien Lespiau2011-07-291-0/+2
* glx: Bail from _renderer_connect if not GL driverRobert Bragg2011-07-281-0/+8
* egl: pass EGL_NO_CONTEXT to eglCreateImage for tfpRobert Bragg2011-07-281-1/+11
* framebuffer: dec current_pipeline_age to force color_maskRobert Bragg2011-07-281-0/+2
* Fix testing of undefined macro constants to check for definedness insteadPhilip Withnall2011-07-274-6/+6
* quaternion: fix init_from_array and get_rotation_axisRobert Bragg2011-07-271-3/+6
* cogl-pango: prevent linking to system cogl during make installAlexandre Rostovtsev2011-07-271-2/+2
* Don't use the 'NULL' GModule to resolve GL symbolsNeil Roberts2011-07-2715-99/+80
* Fixed uninitialized data (current_clip_stack_valid) in context creationKirk A. Baker2011-07-271-2/+2
* cogl-pipeline-fragend-arbfp: Initialise template_pipelineNeil Roberts2011-07-271-1/+1
* Export API for uploading a tex subregion from a CoglBufferRobert Bragg2011-07-259-130/+176
* Post-release version bump to 1.7.5Robert Bragg2011-07-201-2/+2
* Release 1.7.4 (snapshot)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/+63
* 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