summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri/dri_drawable.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/dri: Only ask for fake front buffer for single buffer visuals by default.Michel Dänzer2009-08-271-1/+2
* st/xorg/dri: Pass texture formats via the DRI2 protocol flags.Michel Dänzer2009-08-271-10/+6
* st/dri: Add some debug codeJakob Bornecrantz2009-08-261-2/+6
* st/dri: Redo config generationJakob Bornecrantz2009-08-261-2/+11
* st/dri: Remove some debug printsJakob Bornecrantz2009-08-221-6/+0
* st/dri: Find out if the drawable is a pixmapJakob Bornecrantz2009-08-221-0/+37
* st/dri: Fix frontbuffer rendering with DRI2Jakob Bornecrantz2009-08-221-15/+15
* st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer2009-08-131-0/+24
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-301-3/+7
* gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom2009-06-171-38/+48
* dri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TARGET property for depth...Thomas Hellstrom2009-06-111-2/+0
* st/dri: Only create new textures if drawable has changedJakob Bornecrantz2009-05-181-0/+12