summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* CoglTexturePixmapX11: add support for stereo contentOwen W. Taylor2014-07-177-44/+253
* Add support for setting up stereo CoglOnscreensOwen W. Taylor2014-07-1710-3/+186
* kms-winsys: Add api that tells cogl to ignore a crtcAdel Gadllah2014-06-303-2/+42
* kms_winsys: Add cogl_kms_renderer_get_gbm apiAdel Gadllah2014-06-302-0/+15
* Use the EGL_KHR_surfacless_context extensionNeil Roberts2014-06-178-71/+154
* Add a COGL_EXT_IN_GLES3 option to specify extensions that are in GLES3Neil Roberts2014-06-176-42/+102
* atlas-texture: Keep reference on potential destination atlasFelix Riemann2014-05-191-9/+19
* cogl-winsys-egl-kms: Call swap notify handler even when pageflip ioctl failsKristian Høgsberg2014-04-301-13/+28
* cogl-winsys-egl-kms: Never set EGL_PLATFORMKristian Høgsberg2014-04-301-6/+0
* MSVC Builds: Don't Link to SDL AutomaticallyChun-wei Fan2014-04-161-9/+0
* cogl/cogl-renderer.c: Avoid Clash with Newer Windows SDKsChun-wei Fan2014-03-201-3/+3
* 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
* cogl-winsys-egl-kms: Add cogl_kms_renderer_set_kms_fdJasper St. Pierre2014-03-124-8/+56
* cogl-winsys-egl-wayland: Report an error if we can't find the globals we needJasper St. Pierre2014-03-121-6/+10
* kms: include stddef.h before drm.hAndreas Oberritter2014-02-201-0/+1
* Allocate immediately in _cogl_egl_texture_2d_new_from_imageNeil Roberts2014-02-201-1/+10
* Don't dereference an unitialised pointer in _cogl_container_ofNeil Roberts2014-02-196-32/+46
* winsys-wgl: Don't include cogl.hNeil Roberts2014-01-201-2/+0
* Set the COGL_BITWISE_BIT flag for the formats with 10-bit componentsNeil Roberts2014-01-201-9/+9
* Add support for RG texturesNeil Roberts2014-01-208-9/+165
* Tweak documentation for the CoglTexture interfaceNeil Roberts2014-01-201-11/+34
* This re-licenses Cogl under the MIT licenseRobert Bragg2014-01-14304-3673/+5600
* pipeline-cache: Prune old unused pipelines when the cache gets too bigNeil Roberts2014-01-148-87/+334
* winsys-glx: Fix swap region to remain disabled for old mesaAdel Gadllah2014-01-061-1/+1
* winsys-glx: Reenable swap_region for llvmpipe and swrastAdel Gadllah2014-01-061-10/+14
* texture: fix cogl_texture_get_components prototypeRobert Bragg2014-01-022-2/+2
* remove internal_format and redundant error argumentsRobert Bragg2014-01-0124-373/+178
* introduce texture loaders to make allocations lazyRobert Bragg2014-01-0127-838/+1598
* get_texture_bits_via_offscreen(): use meta texture formatRobert Bragg2014-01-013-25/+69
* texture: return ints from _get_width/heightRobert Bragg2014-01-012-4/+4
* texture: make cogl_texture_get_format api privateRobert Bragg2014-01-0115-30/+21
* atlas: defer checks until allocationRobert Bragg2014-01-011-24/+24
* atlas: make zero size a programmer errorRobert Bragg2014-01-011-9/+2
* texture: allocate on slicing/hw repeat queriesRobert Bragg2014-01-011-0/+6
* ensure texture allocated in _get_gl_texture() in preparationRobert Bragg2014-01-011-0/+3
* framebuffer: defer calculating level size until allocationRobert Bragg2014-01-014-34/+53
* framebuffer: if size unknown; allocate for size/vp queriesRobert Bragg2014-01-011-0/+32
* offscreen: allocate texture before querying slicingRobert Bragg2014-01-011-3/+5
* framebuffer: make format internalRobert Bragg2014-01-014-16/+11
* cogl-framebuffer: Don't mark the clear clip dirty from the journalJasper St. Pierre2013-12-043-1/+11
* Fix calculating the bounds when clipping from a primitiveNeil Roberts2013-12-031-1/+1
* Remove the framebuffer's stack of clip stacksNeil Roberts2013-11-297-254/+18
* Make cogl-sdl.h a top-level headerRobert Bragg2013-11-282-7/+30
* build: fix building introspection dataRobert Bragg2013-11-288-1/+142
* wayland: Add a convenience function to update a region from SHM bufferNeil Roberts2013-11-282-25/+115
* Use COGL_FLAGS_* for the context's private feature flagsNeil Roberts2013-11-2844-225/+290
* Declare interface types as void and remove cast macrosRobert Bragg2013-11-2712-6/+93
* Add API to control per-framebuffer depth writingHans Petter Jansson2013-10-285-8/+89
* egl: forward declare wl_resource for compatibilityRobert Bragg2013-10-281-0/+21