summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri/dri_drawable.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-07st/dri: Use packed RGB formatsMichel Dänzer1-4/+4
2015-07-22st/dri: expose sRGB visuals (v2)Marek Olšák1-1/+6
2015-02-07st/dri: Make depth buffer optional for postprocessingPark, Jeongmin1-1/+1
2015-01-06gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.Eric Anholt1-0/+6
2014-07-10st/dri: merge dri/drm and dri/sw backendsEmil Velikov1-0/+571
2010-03-26st/dri: Move common files to common directoryJakob Bornecrantz1-94/+0
2010-03-25st/dri: export DRI1 surface / pipeGeorge Sapountzis1-5/+2
2010-03-25st/dri: split out DRI2 codeGeorge Sapountzis1-27/+0
2010-03-25st/dri: make get_texture into validate_attGeorge Sapountzis1-2/+5
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu1-359/+19
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu1-5/+2
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu1-304/+2
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu1-0/+1
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu1-1/+1
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell1-2/+6
2010-03-01dri: Rename pipe formats.José Fonseca1-7/+7
2010-03-01gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz1-2/+6
2010-02-27st/dri: Assert pointer is not null before dereferencing.Vinson Lee1-2/+4
2010-02-18Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez1-2/+0
2010-02-17st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.Francisco Jerez1-2/+2
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez1-0/+13
2010-02-12st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin1-25/+59
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg1-1/+1
2010-02-04gallium: fix more missing includes from various placesDave Airlie1-0/+1
2010-01-28st/dri: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul1-5/+8
2010-01-19st/dri: update dri2 drawables when viewport is changedBen Skeggs1-0/+8
2010-01-18st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee1-0/+1
2010-01-18st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom1-5/+7
2010-01-14Merge branch 'mesa_7_7_branch'Jakob Bornecrantz1-0/+2
2010-01-13st/dri: Make sure we always request a fake front.Thomas Hellstrom1-2/+1
2010-01-11st/dri: update dri2 drawables when viewport is changedBen Skeggs1-0/+8
2010-01-11Revert "st/dri: no need to request fake front buffer, only handle it being re...Thomas Hellstrom1-0/+3
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-12/+12
2009-12-17Merge branch 'master' into pipe-format-simplifyMichal Krol1-1/+0
2009-12-03Move pf_get_block() to u_format auxiliary module.Michal Krol1-1/+2
2009-11-30fixups for interface changes (mostly state trackers)Roland Scheidegger1-1/+0
2009-11-26gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger1-4/+4
2009-10-17gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson1-6/+16
2009-10-07st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer1-0/+4
2009-10-05st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs1-0/+3
2009-10-05st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs1-3/+0
2009-09-02st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer1-28/+26
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz1-11/+2
2009-08-28st/dri: Fix some warningsJakob Bornecrantz1-0/+2
2009-08-28Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags."Jakob Bornecrantz1-6/+10
2009-08-27st/dri: Make sure the front left renderbuffer is there for texture-from-pixmap.Michel Dänzer1-0/+8
2009-08-27st/dri: Only ask for fake front buffer for single buffer visuals by default.Michel Dänzer1-1/+2
2009-08-27st/xorg/dri: Pass texture formats via the DRI2 protocol flags.Michel Dänzer1-10/+6
2009-08-26st/dri: Add some debug codeJakob Bornecrantz1-2/+6