summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* clutter/cogl: Take over global frame count responsibilityJonas Ådahl2020-07-022-2/+3
* cogl/onscreen: Let swap buffer caller create frame infoJonas Ådahl2020-07-029-31/+48
* clutter/stage: Remove color propertyGeorges Basile Stavracas Neto2020-06-276-6/+6
* clutter: Drop ClutterGroupGeorges Basile Stavracas Neto2020-06-272-2/+2
* clutter/actor: Remove clutter_actor_show_allGeorges Basile Stavracas Neto2020-06-273-3/+3
* cogl: Remove some unused #define GL_BLAH safetiesAdam Jackson2020-06-183-26/+0
* cogl: Remove some dead stores not flagged by the compilerAdam Jackson2020-06-181-9/+0
* cogl: Remove unused driver includesAdam Jackson2020-06-183-3/+0
* cogl: Move graphics reset status into the driver vtableAdam Jackson2020-06-187-38/+53
* cogl: Move GL-specific uniform code to the driver vtableAdam Jackson2020-06-186-87/+105
* cogl: Add and use sampler init/free hooks in the CoglDriverVtableAdam Jackson2020-06-188-55/+72
* cogl: Move texture unit state to CoglGLContextAdam Jackson2020-06-184-22/+39
* cogl: Add a slot for driver-private state to CoglContextAdam Jackson2020-06-183-0/+13
* cogl: Move some pre-layer-change-notify code into the driverAdam Jackson2020-06-182-12/+10
* cogl: Move some GL-specific GLSL details into the driverAdam Jackson2020-06-189-342/+231
* cogl: Move GL context/version details into the driverAdam Jackson2020-06-184-106/+102
* cogl: Remove now-unused CoglGpuInfoAdam Jackson2020-06-188-698/+0
* cogl: Introduce and use cogl_context_is_hardware_acceleratedAdam Jackson2020-06-188-0/+56
* cogl/frame-info: Stop passing the CoglOutputJonas Ådahl2020-06-054-24/+0
* cogl tests: Normally skip tests that are not expected to succeedSimon McVittie2020-06-024-12/+27
* cogl tests: Force defined behaviour for 24-bit left-shiftsSimon McVittie2020-05-272-4/+14
* cogl test-premult: Don't free texture data until CoglBitmap is freedSimon McVittie2020-05-272-2/+6
* cogl/dma-buf: Add mmap/munmap helpersJonas Ådahl2020-05-262-0/+50
* cogl/dma-buf: Add API to synchronize readingJonas Ådahl2020-05-263-0/+60
* cogl: Make private BLIT_FRAMEBUFFER feature publicJonas Ådahl2020-05-268-10/+12
* cogl/dma-buf-handle: Pass more metadata to handle constructorJonas Ådahl2020-05-262-1/+90
* cogl: Add new function cogl_pipeline_set_layer_max_mipmap_level()Daniel van Vugt2020-05-135-2/+32
* cogl: Generalize `maybe_update_max_level()` into `set_max_level()`Daniel van Vugt2020-05-137-14/+15
* cogl: Ensure GL_TEXTURE_MAX_LEVEL is set before using itDaniel van Vugt2020-05-131-2/+2
* cogl: Replace an outdated #ifdefDaniel van Vugt2020-05-131-3/+9
* cogl: Delete a duplicate (masked) variable declarationDaniel van Vugt2020-05-131-1/+0
* clutter/view: Make it possible to assign a temporary direct scanoutJonas Ådahl2020-04-161-1/+1
* cogl/onscreen: Add API to scanout a buffer directlyJonas Ådahl2020-04-167-0/+100
* cogl: Use autopointers to free structs on returnMarco Trevisan (Treviño)2020-04-123-5/+7
* cogl: Remove unused fields from CoglContextAdam Jackson2020-04-092-33/+0
* cogl: Remove CoglPath and the tesselatorCarlos Garnacho2020-04-0849-9441/+13
* cogl: Defend against empty or unallocated framebuffersSimon McVittie2020-04-031-2/+2
* cogl: Don't allow creating sized textures with 0 pixelsSimon McVittie2020-04-031-0/+3
* cogl-pango: Special case alpha of 0 for color glyphsCarlos Garnacho2020-03-291-1/+2
* cogl: Export two more functionsFlorian Müllner2020-03-291-0/+2
* cogl: Remove obsolete .map fileFlorian Müllner2020-03-291-50/+0
* cogl-pango: Factor in default color alpha againCarlos Garnacho2020-03-281-1/+3
* cogl-pango: Special case alpha of 0Florian Müllner2020-03-281-1/+1
* cogl-pango: Forward alpha from correct colorCarlos Garnacho2020-03-271-1/+1
* cogl-pango: Honor foreground alpha PangoAttributeCarlos Garnacho2020-03-271-2/+6
* cogl/driver: Remove GError from context_initGeorges Basile Stavracas Neto2020-03-276-11/+7
* cogl/renderer: Remove documentation of nonexistent enumGeorges Basile Stavracas Neto2020-03-261-1/+0
* cogl/gl: Move shared functions to shared fileGeorges Basile Stavracas Neto2020-03-262-17/+27
* cogl: Mark exported cogl symbols using COGL_EXPORTJonas Ådahl2020-03-2684-628/+637
* cogl: Install cogl-trace.h and include from cogl.hJonas Ådahl2020-03-265-50/+60