summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* Fix Visual C++ buildChun-wei Fan2012-08-065-15/+63
* quaternion: Fix typo in the init_from_z_rotation documentationDamien Lespiau2012-08-061-1/+1
* doc: Hide the private fields of CoglQuaternionDamien Lespiau2012-08-061-0/+1
* doc: Include the documentation for CoglEulerDamien Lespiau2012-08-061-2/+2
* quaternion: Document init_from_quaternion()Damien Lespiau2012-08-061-0/+7
* quaternion: Document init_from_euler()Damien Lespiau2012-08-061-0/+7
* matrix: Add a init_translation() constructorDamien Lespiau2012-08-062-0/+58
* Add support for the WebOS version of SDLNeil Roberts2012-08-061-2/+38
* Fixes for building with --disable-glNeil Roberts2012-08-064-8/+13
* buffer: Use GL_STREAM_DRAW on GLES2Neil Roberts2012-08-061-14/+19
* Don't typedef CoglMemoryStack twiceNeil Roberts2012-08-061-2/+2
* Allow npot Texture2D creation with only basic npot supportRobert Bragg2012-08-064-50/+85
* Add a cogl-version headerNeil Roberts2012-08-066-22/+192
* journal: avoiding some _cogl_matrix_entry_get()'sRobert Bragg2012-08-061-2/+4
* Re-design the matrix stack using a graph of opsRobert Bragg2012-08-0623-772/+1454
* Adds a "magazine" allocator for chunks of fixed sizeRobert Bragg2012-08-063-0/+162
* Adds internal CoglMemoryStack utility APIRobert Bragg2012-08-063-0/+241
* build: Include stdint.hRobert Bragg2012-08-061-0/+1
* Replace cogl_path_{stroke,fill} with framebuffer APINeil Roberts2012-08-065-51/+162
* Switch use of primitive glib types to c99 equivalentsRobert Bragg2012-08-06198-1744/+1786
* Removes all remaining use of CoglHandleRobert Bragg2012-08-0668-343/+306
* Add _COGL_STATIC_ASSERT macroRobert Bragg2012-08-063-3/+67
* bitmap-pixbuf: Fix the bitmap loader on QuartzNeil Roberts2012-08-061-8/+13
* Add a context member to CoglPathNeil Roberts2012-08-063-13/+14
* Don't include any GL header from the public GL headersNeil Roberts2012-08-0610-15/+56
* Fix cogl.symbolsChun-wei Fan2012-08-061-2/+1
* cogl/Makefile.am: Fix filters for MSVC projectsChun-wei Fan2012-08-061-3/+3
* winsys-glx: Remove unused variableDamien Lespiau2012-08-061-1/+0
* Rework sdl integration apiRobert Bragg2012-04-126-1/+301
* kms: defer setting crtc modes until first swap buffersRobert Bragg2012-04-114-49/+104
* kms: Add mirror support and env var configurabilityRobert Bragg2012-04-112-82/+396
* kms: Implement the swap buffers notify featureNeil Roberts2012-04-111-10/+89
* egl-kms: Use drmModePageFlipNeil Roberts2012-04-111-16/+110
* kms: Use GBM surfacesNeil Roberts2012-04-113-171/+75
* fix cogl_context_new crash if fail to connect rendererRobert Bragg2012-04-112-8/+11
* Fix including a non-existent headerNeil Roberts2012-04-051-1/+0
* Add a workaround for slow read pixels on MesaNeil Roberts2012-04-054-6/+150
* Add a mechanism for determining GPU driver detailsNeil Roberts2012-04-056-0/+359
* Use GL_PACK_ALIGNMENT of 1 whenever possibleNeil Roberts2012-04-058-11/+55
* Use ffs to calculate the GL_{UN,}PACK_ALIGNMENTNeil Roberts2012-04-051-16/+12
* Use GL_ARB_sampler_objectsNeil Roberts2012-04-0515-264/+669
* Fix places that ignore the COGL_TEXTURE_NO_AUTO_MIPMAP flagNeil Roberts2012-04-052-2/+22
* Add constructors which take a CoglBitmap to all primitive texturesNeil Roberts2012-04-0512-92/+154
* Add a CoglPrimitiveTexture interfaceNeil Roberts2012-04-0412-13/+215
* bitmap: Store a pointer to the contextNeil Roberts2012-04-049-22/+35
* pipeline: Use cogl_depth_state_init to init default depth stateNeil Roberts2012-04-032-7/+2
* texture: Fix error handling in get_texture_bits_via_offscreenAdel Gadllah2012-04-022-5/+9
* gles2: Support the GL_EXT_unpack_subimage extensionNeil Roberts2012-03-233-10/+56
* gles: Support the GL_EXT_texture_format_BGRA8888 extensionNeil Roberts2012-03-233-3/+30
* Add a context parameter to all of the texture driver virtualsNeil Roberts2012-03-239-175/+201