summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-262-52/+87
* st/dri: make the GL_ARB_map_buffer_range entrypoints availableBen Skeggs2009-08-261-0/+2
* st/dri: Remove some debug printsJakob Bornecrantz2009-08-221-6/+0
* st/dri: Find out if the drawable is a pixmapJakob Bornecrantz2009-08-222-0/+39
* st/dri: Fix frontbuffer rendering with DRI2Jakob Bornecrantz2009-08-221-15/+15
* st/dri: remove unused dummyContext valueKeith Whitwell2009-08-142-14/+0
* st/dri: Add support for GLX_EXT_texture_from_pixmap with direct rendering.Michel Dänzer2009-08-133-0/+37
* dri-st: Unbreak GL_EXT_blend_equation_separate.Corbin Simpson2009-07-141-0/+1
* gallium: Define PIPE_CAP_BLEND_EQUATION_SEPARATE, remove extension from defau...Patrice Mandin2009-07-141-2/+0
* drm/st: Return drm_api struct from a functionJakob Bornecrantz2009-06-304-6/+13
* st/dri: Fix last depth bits logicJakob Bornecrantz2009-06-271-2/+2
* st/dri: Fix typo when checking for depth formatsJakob Bornecrantz2009-06-221-1/+1
* gallium dri st: Probe the driver for supported surface formats.Thomas Hellstrom2009-06-174-63/+114
* 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-182-0/+17
* dri-gallium: Add GLSL support.Corbin Simpson2009-05-171-1/+10
* gallium: Add SCons build support for the DRI state tracker.Michel Dänzer2009-04-301-0/+23
* gallium dri st: Propagate the drawable info when we bind to new drawables.Thomas Hellstrom2009-04-281-3/+8
* gallium dri st: Use st_get_current() instead of GET_CURRENT_CONTEXT()Thomas Hellstrom2009-04-282-15/+10
* gallium dri st: Fix up some comments and minor bugs.Thomas Hellstrom2009-04-282-8/+11
* gallium: Rename the dri state tracker lib to libdridrm.aThomas Hellstrom2009-04-281-1/+1
* gallium: indent and cleanfile the dri state-tracker.Thomas Hellstrom2009-04-287-281/+221
* gallium: Update the dri2 state tracker to support dri1.Thomas Hellstrom2009-04-286-55/+507