summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* gallium: Move the dri2 state tracker since we're about to extend it to dri1.Thomas Hellstrom2009-04-288-0/+1154