summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
* stage-impl: Transform damage region before queuingRobert Mader2023-03-191-0/+3
* cogl/onscreen: Discard depth/stencil before swapping buffersErico Nunes2023-03-191-10/+8
* cogl/framebuffer: Remove requirement to discard color bufferErico Nunes2023-03-191-2/+0
* cogl: Add a quirk on Mali to glFlush before glGenerateMipmapDaniel van Vugt2022-09-203-0/+14
* screen-cast: Test allocate DMA buffer with implicit APIJonas Ådahl2022-04-221-0/+2
* cogl/context: Add transfer full annotation to destroy timestamp queryCorentin Noël2022-04-051-0/+7
* winsys: Check for KHR_swap_buffers_with_damageChristian Hergert2022-03-282-7/+32
* cogl/tests: Fix warning about passing a double to fabsJonas Ådahl2022-03-041-12/+12
* cogl/gl: Fix switch passthrough warningsJonas Ådahl2022-03-042-3/+3
* Name unnamed sourcesIvan Molodetskikh2022-03-041-0/+1
* cogl/renderer: Add 'is_dma_buf_supported()' vfuncJonas Ådahl2022-02-073-10/+39
* cogl: Merge FEATURE_ID_GET_GPU_TIME into FEATURE_ID_TIMESTAMP_QUERYDaniel van Vugt2022-01-276-13/+6
* cogl: Rebind the EGL image when handling damageNeil Roberts2021-12-133-10/+67
* cogl: Drop COGL_HAS_WAYLAND_EGL_SERVER_SUPPORTGeorges Basile Stavracas Neto2021-12-073-3/+1
* cogl: Drop cogl-wayland-server.hGeorges Basile Stavracas Neto2021-12-073-98/+0
* cogl: Remove cogl_texture_new_with_sizeFernando Monteiro2021-12-072-83/+0
* cogl: Remove cogl_texture_new_from_sub_textureFernando Monteiro2021-12-072-45/+0
* tests: Rename 'material' variables to 'pipeline'Fernando Monteiro2021-12-073-27/+27
* cogl: Remove cogl_material_newFernando Monteiro2021-12-074-172/+0
* cogl: Remove cogl_material_set_colorFernando Monteiro2021-12-072-29/+0
* cogl: Remove cogl_material_set_color4ubFernando Monteiro2021-12-072-33/+0
* cogl: Remove cogl_material_set_alpha_test_functionFernando Monteiro2021-12-071-58/+0
* cogl: Remove cogl_material_set_blendFernando Monteiro2021-12-072-101/+0
* cogl: Remove cogl_material_set_blend_constantFernando Monteiro2021-12-072-23/+0
* cogl: Remove cogl_material_set_user_programFernando Monteiro2021-12-072-54/+0
* cogl: Remove cogl_pipeline_set_point_sizeFernando Monteiro2021-12-072-28/+0
* cogl: Remove cogl_pipeline_set_layerFernando Monteiro2021-12-072-35/+0
* cogl: Remove cogl_pipeline_set_layer_combineFernando Monteiro2021-12-072-112/+0
* cogl: Remove cogl_material_set_layer_combine_constantFernando Monteiro2021-12-072-30/+0
* cogl: Remove cogl_material_set_layer_matrixFernando Monteiro2021-12-072-25/+0
* cogl: Remove cogl_material_set_layer_point_sprite_coords_enabledFernando Monteiro2021-12-072-39/+0
* cogl: Remove material_set_layer_filtersFernando Monteiro2021-12-075-85/+17
* cogl: Remove usages of framebuffer_draw_primitiveFernando Monteiro2021-12-073-36/+3
* cogl: Remove deprecated backface_culing APIFernando Monteiro2021-12-074-53/+0
* cogl: Remove deprecated depth_test APIFernando Monteiro2021-12-075-57/+0
* tests: Don't continue if setup commands failSimon McVittie2021-11-171-1/+1
* tests: Don't use TestEnvironmentSimon McVittie2021-11-171-2/+4
* cogl: Add support for partial updateErico Nunes2021-10-264-0/+72
* cogl: Plug leak in error pathCarlos Garnacho2021-10-251-0/+1
* cogl: Plug leak on error pathCarlos Garnacho2021-10-251-0/+1
* cogl: Plug possible GString leaksCarlos Garnacho2021-10-251-2/+4
* cogl: Plug GString leakCarlos Garnacho2021-10-251-3/+1
* cogl: Fix broken check for COGL_DISABLE_GL_EXTENSION envvarCarlos Garnacho2021-10-251-6/+10
* cogl/winsys: Remove 'multiple-onscreen' featureJonas Ådahl2021-10-183-13/+0
* cogl/context: Report error if allocating fallback texture failedJonas Ådahl2021-09-201-1/+13
* cogl: Add XRGB_FP_16161616 and XBGR_FP_16161616 formatsRobert Mader2021-09-208-0/+30
* cogl: Add XRGB_2101010 and XBGR_2101010 formatsRobert Mader2021-09-208-0/+30
* cogl: Fix GL_EXT_discard_framebuffer extension checkErico Nunes2021-08-241-2/+2
* cogl: Remove conditional g_type_init() callFlorian Müllner2021-08-221-4/+0
* cogl/trace: Add getter for trace enabled stateJonas Ådahl2021-07-291-5/+11