summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* 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
* wayland-server: Use wl_resource instead of wl_bufferNeil Roberts2013-10-154-6/+5
* Fix build on big-endianEmilio Pozuelo Monfort2013-10-151-1/+1
* cogl.symbols: Make Sure cogl_is_atlas_texture is ExportedChun-wei Fan2013-10-151-0/+1
* framebuffer: NOP _set_color_mask if mask isn't changingRobert Bragg2013-10-151-0/+3
* Remove padding from eulers and quaternionsRobert Bragg2013-10-142-16/+2
* Avoid conflicting client/server wayland includesRobert Bragg2013-10-141-3/+0
* util: simplify _COGL_STATIC_ASSERT definitionRobert Bragg2013-10-141-20/+2
* pipeline: notify all progends of changesRobert Bragg2013-10-141-15/+28
* fence: add scope annotationLionel Landwerlin2013-10-141-3/+3
* buffer: add missing transfer annotationsLionel Landwerlin2013-10-141-2/+4
* pixel-buffer: add missing transfer annotationLionel Landwerlin2013-10-141-0/+2
* frame-info: add missing annotationLionel Landwerlin2013-10-141-2/+2
* matrix-stack: add missing transfer annotationLionel Landwerlin2013-10-141-1/+1
* matrix: add missing transfer annotationLionel Landwerlin2013-10-141-2/+2
* index-buffer: add missing transfer annotationLionel Landwerlin2013-10-141-0/+2
* attribute-buffer: add missing annotationLionel Landwerlin2013-10-141-1/+2
* attribute-buffer: add missing transfer annotationsLionel Landwerlin2013-10-141-2/+2
* attribute: add constructor annotationLionel Landwerlin2013-10-141-1/+1