summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
...
* st/xorg: add yuv shadersZack Rusin2009-10-263-16/+83
* st/xorg: fix text with component alpha renderingZack Rusin2009-10-233-23/+45
* mesa: Enable remap table in core.Chia-I Wu2009-10-234-81/+5
* st/xorg: lots of fixes related to compositingZack Rusin2009-10-234-93/+109
* g3dvl: pass display and screen to g3dvl when creating video private contextCooper Yuan2009-10-231-1/+1
* st/xorg: fix the makefile when used with new xextprotoZack Rusin2009-10-221-0/+2
* st/xorg: cleanup the checks for whether the op is acceleratedZack Rusin2009-10-221-60/+36
* st/xorg: lots of render fixesZack Rusin2009-10-224-113/+114
* st/xorg: Move drm init to own functionJakob Bornecrantz2009-10-201-29/+36
* st/xorg: Cleanly shutdownJakob Bornecrantz2009-10-202-5/+10
* st/xorg: Remove output functions not usedJakob Bornecrantz2009-10-191-69/+15
* st/xorg: makefile garbageZack Rusin2009-10-191-1/+0
* st/xorg: implement basic src/mask transformationsZack Rusin2009-10-196-40/+231
* dri-st: Add EXT_provoking_vertex.Corbin Simpson2009-10-191-0/+4
* st/xorg: Switch to set_mode_majorJakob Bornecrantz2009-10-182-58/+32
* st/xorg: Massivly redo root pixmap creationJakob Bornecrantz2009-10-183-38/+137
* st/xorg: Clean up cursor functions a bitJakob Bornecrantz2009-10-181-34/+47
* st/xorg: Support more then one output of a given typeJakob Bornecrantz2009-10-181-10/+13
* st/xorg: Change how disable accel is handledJakob Bornecrantz2009-10-181-21/+6
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-176-31/+85
* st/xorg: refix source overZack Rusin2009-10-151-1/+1
* st/xorg: fix most of the composition modesZack Rusin2009-10-151-8/+32
* st/xorg: Fix dpms include problemsJakob Bornecrantz2009-10-132-3/+2
* st/xorg: get transparency on fills working (fixes Qt/KDE apps)Zack Rusin2009-10-142-7/+15
* st/xorg: solid fills with masks are supportedZack Rusin2009-10-131-6/+1
* st/xorg: fix and enable by default xrender accelerationZack Rusin2009-10-133-4/+17
* st/xorg: initialize pipe in the rendererZack Rusin2009-10-111-0/+1
* st/xorg: lots of rendering and xv changesZack Rusin2009-10-1111-786/+1170
* st/xorg: implement basics of xvZack Rusin2009-10-114-6/+66
* st/xorg: Old X servers don't deal well with failing accessesJakob Bornecrantz2009-10-081-1/+5
* st/xorg: More fallback debuggingJakob Bornecrantz2009-10-083-32/+35
* Revert "st/xorg: Debug fallbacks for composite as well"Jakob Bornecrantz2009-10-081-28/+16
* st/xorg: Debug fallbacks for composite as wellJakob Bornecrantz2009-10-081-16/+28
* st/xorg: Use A8 textures for depth 8 pixmapsJakob Bornecrantz2009-10-081-1/+1
* st/xorg: Fix depth stencil buffers on old X serversJakob Bornecrantz2009-10-081-1/+4
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-081-4/+6
|\
| * gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
* | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-10-073-16/+39
|\ \ | |/
| * gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-073-13/+34
| * gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
* | st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer2009-10-071-0/+4
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-051-4/+4
|\ \ | |/
| * gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul2009-10-021-2/+2
| * gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul2009-10-021-2/+2
* | 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/xorg: Use PIPE_TRANSFER_MAP_DIRECTLY flag in EXA PrepareAccess hook.Michel Dänzer2009-10-021-59/+34
* | gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-022-3/+2