summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-101-3/+9
* 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-012-14/+14
|/
* 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-163-4/+27
* st/dri: don't expose visuals we'll have trouble supportingZack Rusin2010-02-121-9/+20
* st/dri, st/xorg: fix buffers that have attachements of different depthZack Rusin2010-02-121-25/+59
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-3/+6
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-1/+1
* st/dri: fix compile breakageKeith Whitwell2010-02-081-1/+1
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-081-4/+2
* gallium: fix more missing includes from various placesDave Airlie2010-02-042-0/+3
* st/dri: Remove duplicate type qualifier.Vinson Lee2010-01-311-1/+1
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-0/+5
|\
| * st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger2010-01-251-0/+5
* | st/dri: Remove unnecessary headers.Vinson Lee2010-01-282-5/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-224-5/+30
|\ \ | |/ |/|
| * st/dri: update dri2 drawables when viewport is changedBen Skeggs2010-01-193-0/+12
| * st/dri: Add comment for intentional fallthrough in case statement.Vinson Lee2010-01-181-0/+1
| * st/dri: fix optionCache memory leaksMarcin Slusarz2010-01-182-0/+16
| * st/dri: Don't request a fake front if the server adds one automatically.Thomas Hellstrom2010-01-183-5/+13
* | dri: Add an MSAA-enabled factor to DRI configs.Corbin Simpson2010-01-181-2/+3
* | dri: Properly calculate number of modes for MSAA.Corbin Simpson2010-01-181-3/+5
* | 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-113-0/+12
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+8
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-046-45/+45
* | 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
|/
* dri-st: Add some required GL 2.0 extensions.Corbin Simpson2009-11-111-0/+3
* mesa: Enable remap table in core.Chia-I Wu2009-10-232-11/+4
* dri-st: Add EXT_provoking_vertex.Corbin Simpson2009-10-191-0/+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: Install APPLE_vertex_array_object functionsNicolai Hähnle2009-10-031-0/+2
* st/dri: Install ARB_vertex_array_object functionsNicolai Hähnle2009-10-031-0/+2
* st/dri: Slight consolidation of DRI2 buffer handling.Michel Dänzer2009-09-022-30/+27
* drm_api: Operate on textures instead of buffersJakob Bornecrantz2009-08-281-11/+2
* st/dri: Fix some warningsJakob Bornecrantz2009-08-283-2/+3
* 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