summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* emscripten: rely on emcc's EMSCRIPTEN definewip/rigRobert Bragg2014-06-133-4/+3
* sdl2: return a CoglError instead of calling c_errorRobert Bragg2014-06-131-2/+10
* test-utils: support testing with sdlRobert Bragg2014-06-131-5/+22
* Remove support for CoglTextureRectangleRobert Bragg2014-06-1339-1772/+114
* Use the EGL_KHR_surfacless_context extensionNeil Roberts2014-06-138-71/+153
* Add a COGL_EXT_IN_GLES3 option to specify extensions that are in GLES3Neil Roberts2014-06-136-42/+92
* Add cogl_poll_renderer_dispatch_fd apiRobert Bragg2014-06-112-0/+46
* Rename ulib to clib ready for merging into rigRobert Bragg2014-06-11298-10983/+4769
* ulib: fix linking with libiconv if requiredRobert Bragg2014-05-163-12/+12
* support glsl >= 1.3 with varying/attribute deprecatedRobert Bragg2014-05-168-39/+96
* gl: consider min glsl ver. of 1.3 with GL 3.1 core profileRobert Bragg2014-05-161-5/+22
* fragend-glsl: avoid re-getting the shader stateRobert Bragg2014-04-011-29/+49
* pipeline: don't free BigState before we might dereference itRobert Bragg2014-03-261-3/+3
* pango: include cogl-texture-private.h for _get_format() apiRobert Bragg2014-03-241-3/+2
* Remove support for GL's legacy fixed function apisRobert Bragg2014-03-2430-1707/+439
* Remove ARBfp supportRobert Bragg2014-03-2417-1280/+36
* Remove OpenGL ES 1.1 supportRobert Bragg2014-03-2439-611/+203
* texture: make some texture vfuncs optionalRobert Bragg2014-03-242-5/+14
* bitmap: avoid unsigned intRobert Bragg2014-03-243-9/+9
* xlib: remove deprecated apisRobert Bragg2014-03-245-170/+4
* texture-pixmap-x11: avoid depending on _GET_CONTEXTRobert Bragg2014-03-246-40/+47
* blend-string: Avoid using _COGL_GET_CONTEXTRobert Bragg2014-03-244-15/+22
* blend-string: Expose internal test code as unit testRobert Bragg2014-03-241-56/+80
* bitmap-conversion: Avoid using _COGL_GET_CONTEXT()Robert Bragg2014-03-241-2/+1
* framebuffer: update docs for _get_depth_texture()Robert Bragg2014-03-241-7/+16
* cogl-gst: add cogl_gst_video_sink_get_natural_size() apiRobert Bragg2014-03-242-0/+119
* basic-video-player: don't try and sample mipmapRobert Bragg2014-03-241-16/+0
* Enable building without gtk-doc, e.g. on OSXRobert Bragg2014-03-242-7/+1
* sdl2: fix GL driver selectionRobert Bragg2014-03-241-4/+16
* Remove some leftover references to ClutterRobert Bragg2014-03-2417-2020/+2
* update cogl.doapRobert Bragg2014-03-241-6/+34
* Update Cogl description in README.inRobert Bragg2014-03-241-14/+26
* check if we need to explicitly link with a libiconv libraryRobert Bragg2014-03-241-1/+10
* Adds CoglAtlasSet and CoglAtlas apisRobert Bragg2014-03-2019-520/+1227
* examples: Add a new SDL2 based Android exampleRobert Bragg2014-03-2028-0/+1502
* sdl2: Add android supportRobert Bragg2014-03-201-1/+29
* configure: check for sdl2-rig instead of sdl2 pkg-config fileRobert Bragg2014-03-201-2/+2
* build: split out list of deps into Makefile.sourcesRobert Bragg2014-03-202-369/+396
* Tightly integrate ulib (was eglib)Robert Bragg2014-03-20316-7331/+7308
* eglib: simplify compiler checksRobert Bragg2014-03-204-184/+75
* eglib: remove unused gpattern and gmarkup apisRobert Bragg2014-03-207-1009/+3
* eglib: remove some redundant filesRobert Bragg2014-03-2017-2653/+5
* Add deps/eglib library from the mono projectRobert Bragg2014-03-20193-38604/+23443
* standalone: Fix building standaloneRobert Bragg2014-03-203-12/+8
* gmacros: Use _Static_assert for G_STATIC_ASSERTRobert Bragg2014-03-201-3/+6
* stb_image: upgrade to version 1.33Robert Bragg2014-03-201-1291/+2076
* Fix _COGL_RETURN_VAL_IF_FAIL return type warningRobert Bragg2014-03-201-1/+1
* cogl-gst: allocate textures synchronouslyRobert Bragg2014-03-201-3/+10
* Set COGL_WINSYS_FEATURE_BUFFER_AGE on EGLNeil Roberts2014-03-141-0/+5
* cogl-winsys-egl-kms: Make sure to close our connection to DRM at shutdownJasper St. Pierre2014-03-121-0/+3