summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r300g: Surface debug.Corbin Simpson2009-10-123-6/+8
* r300g: Fallback on surfaces we can't render to or from.Corbin Simpson2009-10-121-2/+11
* r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson2009-10-121-5/+17
* r300g: Clean up texture formats.Corbin Simpson2009-10-123-9/+9
* Add support for more 8 and 16 bits formatsPatrice Mandin2009-10-122-1/+15
* 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
* configs: fix some remains of the i915simple driverZack Rusin2009-10-111-1/+1
* st/xorg: implement basics of xvZack Rusin2009-10-114-6/+66
* r300g: Fix fragment program constants upload on R300Nicolai Hähnle2009-10-111-1/+1
* r300g: fix blending default state + alpha separate.Dave Airlie2009-10-111-9/+32
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-1/+6
|\
| * softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul2009-10-101-1/+6
* | softpipe: fix multi-drawbuffers regressionBrian Paul2009-10-101-3/+3
* | r300g: add video surface create and destroy functionsCooper Yuan2009-10-102-1/+65
* | 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
* | softpipe: restore/fix print_vertex() debug helperBrian Paul2009-10-091-2/+6
* | util: Force ESI register for cpuid's ebx result.José Fonseca2009-10-091-1/+1
* | llvmpipe: Eliminate constant mapping/unmapping.José Fonseca2009-10-093-56/+17
* | gdi: Fix the build when llvmpipe is requested (the default) but llvm is not p...José Fonseca2009-10-091-6/+12
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-081-4/+6
|\|
| * gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
* | i915g: Fix MSVC build.Vinson Lee2009-10-071-1/+1
* | softpipe: new commentsBrian Paul2009-10-071-0/+39
* | softpipe: whitespace and comment fixesBrian Paul2009-10-071-11/+8
* | softpipe: prefix non-static functions with sp_Brian Paul2009-10-073-55/+55
* | Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-07161-21291/+745
|\ \
| * | 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
| * | util: do some more util_blit_pixels cases without temporariesKeith Whitwell2009-10-071-90/+73
| * | st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer2009-10-071-0/+4
| * | i915g: Use buffer write instead of map for lit verticesJakob Bornecrantz2009-10-071-2/+37
| * | i915g: Change order of buffer_write argumentsJakob Bornecrantz2009-10-072-5/+5
| * | i915g: Disable vbuf fifo and minor commenting of vbuf codeJakob Bornecrantz2009-10-071-11/+26
| * | nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton2009-10-061-113/+34
| * | nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs2009-10-062-4/+10
| * | nouveau: fix buffer object leakBen Skeggs2009-10-061-1/+4
| * | i915g: Add more defines to tweek batchbufferJakob Bornecrantz2009-10-061-13/+28
| * | i915g: Tweek vertexbuffer sizeJakob Bornecrantz2009-10-061-4/+4
| * | i965g: remove 965/brw files from XLIB_WINSYS_SOURCESBrian Paul2009-10-051-3/+0
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-0511-21/+15
| |\|
| | * 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
| | * gallium: replace // comments with /* */Brian Paul2009-10-029-11/+11