summaryrefslogtreecommitdiff
path: root/cogl
Commit message (Expand)AuthorAgeFilesLines
...
* cogl/matrix: Look-at using graphene matricesGeorges Basile Stavracas Neto2020-10-061-42/+10
* cogl/matrix: Compare using graphene matricesGeorges Basile Stavracas Neto2020-10-061-33/+5
* cogl/matrix: Scale using graphene matricesGeorges Basile Stavracas Neto2020-10-061-26/+19
* cogl/matrix: Rotate using graphene matricesGeorges Basile Stavracas Neto2020-10-061-196/+16
* cogl/matrix: Multiply using graphene matricesGeorges Basile Stavracas Neto2020-10-061-21/+11
* cogl/matrix: Translate using grapheneGeorges Basile Stavracas Neto2020-10-061-47/+34
* cogl/matrix: Add cogl_matrix_get_valueGeorges Basile Stavracas Neto2020-10-062-2/+21
* cogl/matrix: Import skew functions from ClutterGeorges Basile Stavracas Neto2020-10-062-0/+84
* cogl/tests: Compare matrices using arrayGeorges Basile Stavracas Neto2020-10-061-16/+11
* cogl/matrix: Add constant identity initializerGeorges Basile Stavracas Neto2020-10-061-0/+6
* cogl/matrix: Add cogl_matrix_init_from_matrix initializerGeorges Basile Stavracas Neto2020-10-062-0/+18
* cogl: Remove unused headerGeorges Basile Stavracas Neto2020-10-061-158/+0
* cogl tests: Show the actual output from tests if VERBOSE is setSimon McVittie2020-09-281-1/+8
* cogl: Flush specific framebuffersDaniel van Vugt2020-09-181-4/+2
* backends/native: Fall back to compositing if direct scanout failedJonas Ådahl2020-09-173-15/+23
* cogl/renderer: Set error in dmabuf constructor fallbackJonas Ådahl2020-09-141-0/+4
* cogl/scanout: Allow blitting to framebufferGeorges Basile Stavracas Neto2020-09-012-0/+33
* cogl/context: Add API to create named pipelinesRobert Mader2020-08-313-0/+65
* cogl: Fix spelling of CoglPipelineStateComparatorBjörn Daase2020-08-294-7/+7
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-2961-111/+111
* tests/clutter: Always use stage from backendJonas Ådahl2020-08-135-11/+11
* clutter: Remove support for transparent windowsJonas Ådahl2020-08-135-49/+4
* cogl: Add API to check whether a format is supported by the driverJonas Ådahl2020-08-075-0/+146
* cogl: Add 64 bit half-point pixel RGBA formatsJonas Ådahl2020-08-076-1/+167
* cogl/gles2: Add support for actual 10 bpc formatsJonas Ådahl2020-08-071-7/+33
* cogl: Add private feature flags for 10 bpc and 16 bpc formatsJonas Ådahl2020-08-073-0/+18
* cogl/bitmap-packing: Use hexadecimals for bit masksJonas Ådahl2020-08-071-25/+25
* Remove unused flag COGL_WINSYS_FEATURE_SWAP_THROTTLEDaniel van Vugt2020-08-042-5/+1
* cleanup: Remove duplicate semicolons in C codeOlivier Fourdan2020-07-281-3/+3
* cogl-texture-2d: Flush the journal before mipmappingDaniel van Vugt2020-07-071-0/+5
* 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