summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_drawable.c
Commit message (Expand)AuthorAgeFilesLines
* st/dri: fix double free of dri_drawableWuZhen2016-11-011-2/+0
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* st/dri: Don't call invalidate_resource for NULL depth/stencil buffersMichel Dänzer2016-01-181-2/+4
* st/dri: Use packed RGB formatsMichel Dänzer2015-10-041-4/+4
* st/dri: expose sRGB visuals (v2)Marek Olšák2015-07-221-1/+6
* st/dri: Make depth buffer optional for postprocessingPark, Jeongmin2015-02-071-1/+1
* gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.Eric Anholt2015-01-061-0/+6
* st/dri: merge dri/drm and dri/sw backendsEmil Velikov2014-07-101-0/+571
* st/dri: Move common files to common directoryJakob Bornecrantz2010-03-261-94/+0
* st/dri: export DRI1 surface / pipeGeorge Sapountzis2010-03-251-5/+2
* st/dri: split out DRI2 codeGeorge Sapountzis2010-03-251-27/+0
* st/dri: make get_texture into validate_attGeorge Sapountzis2010-03-251-2/+5
* st/dri: Switch from st_public.h to st_api.h.Chia-I Wu2010-03-181-359/+19
* st/dri: Headers and public symbols clean up.Chia-I Wu2010-03-181-5/+2
* st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu2010-03-181-304/+2
* st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu2010-03-181-0/+1
* st/mesa: Implement st_api.h.Chia-I Wu2010-03-121-1/+1
* Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-081-2/+6
|\
| * gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-011-2/+6
* | dri: Rename pipe formats.José Fonseca2010-03-011-7/+7
|/
* st/dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-2/+4
* Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez2010-02-181-2/+0
* st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.Francisco Jerez2010-02-171-2/+2
* st/dri2: Use event-driven buffer validation.Francisco Jerez2010-02-161-0/+13
* st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin2010-02-121-25/+59
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-1/+1
* gallium: fix more missing includes from various placesDave Airlie2010-02-041-0/+1
* st/dri: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-5/+8
|\
| * st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-191-0/+8
| * st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee2010-01-181-0/+1
| * st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom2010-01-181-5/+7
* | Merge branch 'mesa_7_7_branch'Jakob Bornecrantz2010-01-141-0/+2
|\ \ | |/
| * st/dri: Make sure we always request a fake front.Thomas Hellstrom2010-01-131-2/+1
| * Revert "st/dri: no need to request fake front buffer, only handle it being re...Thomas Hellstrom2010-01-111-0/+3
* | st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-111-0/+8
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-12/+12
* | Merge branch 'master' into pipe-format-simplifyMichal Krol2009-12-171-1/+0
|\ \
| * | fixups for interface changes (mostly state trackers)Roland Scheidegger2009-11-301-1/+0
* | | Move pf_get_block() to u_format auxiliary module.Michal Krol2009-12-031-1/+2
|/ /
* | gallium: fix more statetrackers/drivers for not using texture width/height/de...Roland Scheidegger2009-11-261-4/+4
|/
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-6/+16
* st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer2009-10-071-0/+4
* st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs2009-10-051-0/+3
* st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs2009-10-051-3/+0
* st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer2009-09-021-28/+26
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-11/+2
* st/dri: Fix some warningsJakob Bornecrantz2009-08-281-0/+2
* Revert "st/xorg/dri: Pass texture formats via the DRI2 protocol flags."Jakob Bornecrantz2009-08-281-6/+10
* st/dri: Make sure the front left renderbuffer is there for texture-from-pixmap.Michel Dänzer2009-08-271-0/+8