summaryrefslogtreecommitdiff
path: root/cogl/cogl/cogl-framebuffer.c
Commit message (Expand)AuthorAgeFilesLines
* cogl/framebuffer: Remove scissor clipGeorges Basile Stavracas Neto2023-05-171-21/+0
* cogl/framebuffer: Remove requirement to discard color bufferErico Nunes2023-02-081-2/+0
* cogl/journal: Make CoglJournal a free-form structGeorges Basile Stavracas Neto2022-05-311-1/+1
* cogl: Remove usages of framebuffer_draw_primitiveFernando Monteiro2021-12-071-8/+0
* cogl: Add GPU timestamp querying utilitiesIvan Molodetskikh2021-07-131-0/+25
* cogl/journal: Don't sometimes hold a ref on the framebufferJonas Ådahl2021-02-181-31/+2
* cogl/gl-framebuffer: Check Y-flipped-ness instead of framebuffer typeJonas Ådahl2021-01-301-1/+1
* cogl/framebuffer: Move read_pixels_into_bitmap() to driver classJonas Ådahl2021-01-301-8/+5
* cogl/framebuffer: Move attribute drawing to driver classJonas Ådahl2021-01-301-21/+17
* cogl/framebuffer: Move discard_buffers() to driver sub typesJonas Ådahl2021-01-301-2/+1
* cogl/framebuffer: Move flush() and finish() to driver classJonas Ådahl2021-01-301-4/+2
* cogl/framebuffer: Move clear() to CoglFramebufferDriverJonas Ådahl2021-01-301-4/+6
* cogl/gl-framebuffer: Split up into FBO and back driversJonas Ådahl2021-01-301-24/+18
* cogl: Init framebuffer driver up frontJonas Ådahl2021-01-301-25/+50
* cogl: Move "flush framebuffers" under the context scopeJonas Ådahl2021-01-301-13/+16
* cogl/offscreen: Move CoglOffscreen code to its own fileJonas Ådahl2021-01-301-126/+0
* cogl: Use memory management helpers moreJonas Ådahl2020-10-161-6/+2
* cogl/framebuffer: Move allocation and y-flip-ness to non-abstract typesJonas Ådahl2020-10-161-50/+60
* cogl: Turn CoglFramebuffer, CoglOffscreen and CoglOnscreen into GObjectsJonas Ådahl2020-10-161-80/+185
* cogl: Remove cogl_offscreen_new_to_texture()Jonas Ådahl2020-10-161-17/+0
* cogl/framebuffer: Clean up cleanup functionJonas Ådahl2020-10-161-8/+4
* cogl/framebuffer: Move public struct fields to private structJonas Ådahl2020-10-161-250/+657
* cogl/framebuffer/gl: Move OpenGL driver fields to private structJonas Ådahl2020-10-161-2/+22
* cogl/framebuffer: Fix argument naming to blit_framebuffer()Jonas Ådahl2020-10-161-13/+13
* Remove CoglMatrixGeorges Basile Stavracas Neto2020-10-061-7/+0
* cogl: Use graphene APIsGeorges Basile Stavracas Neto2020-10-061-2/+1
* Replace the CoglMatrix type by graphene_matrix_tGeorges Basile Stavracas Neto2020-10-061-11/+11
* *: Fix spelling mistakes found by codespellBjörn Daase2020-08-291-2/+2
* cogl: Make private BLIT_FRAMEBUFFER feature publicJonas Ådahl2020-05-261-1/+1
* cogl/framebuffer: Add cogl_framebuffer_flushGeorges Basile Stavracas Neto2020-02-281-0/+11
* cogl: Inline _cogl_framebuffer_remove_all_dependencies into its one callerAdam Jackson2020-01-311-11/+4
* cogl: Remove unused _cogl_framebuffer_set_clip_stackAdam Jackson2020-01-311-9/+0
* cogl: Remove unused _cogl_framebuffer_{push,pop}_projectionAdam Jackson2020-01-311-24/+0
* cogl: Remove the framebuffer and source stacksJonas Ådahl2019-12-031-12/+6
* cogl: Add support for clipping regionsCarlos Garnacho2019-11-221-0/+13
* cogl: Remove unused COGL_OBJECT_DEFINE_DEPRECATED_REF_COUNTINGAdam Jackson2019-11-201-1/+0
* cogl: Remove unused deprecated cogl_framebuffer_{,v}draw_*Adam Jackson2019-11-201-112/+0
* cogl: Remove unused depth texture APIAdam Jackson2019-10-211-35/+0
* cogl: Remove always-set COGL_FEATURE_ID_OFFSCREENAdam Jackson2019-10-211-8/+0
* cogl: Remove unneeded driver/ includes from the coreAdam Jackson2019-10-211-1/+0
* cogl: Remove midscene trackingGeorges Basile Stavracas Neto2019-10-161-12/+0
* cogl/journal: Track viewportGeorges Basile Stavracas Neto2019-10-161-8/+17
* framebuffer: Fix clip tracking in the unclipped caseJasper St. Pierre2019-10-161-12/+5
* cogl/framebuffer: Check buffer bits before modifying itGeorges Basile Stavracas Neto2019-10-161-3/+7
* Remove CoglQuaternionGeorges Basile Stavracas Neto2019-10-161-13/+0
* Replace CoglEuler by graphene_euler_tGeorges Basile Stavracas Neto2019-10-161-1/+1
* cogl: Add a notion of pixel format planesNiels De Graef2019-10-151-1/+4
* cogl: Flush journal before blittingOlivier Fourdan2019-10-031-0/+5
* cogl: Expose cogl_blit_framebufferPekka Paalanen2019-07-101-13/+27
* cogl: Rename feature OFFSCREEN_BLIT to BLIT_FRAMEBUFFERPekka Paalanen2019-07-101-1/+1