summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: remove some old sampler support structsKeith Whitwell2009-10-088-107/+45
* llvmpipe: Fix up lp_rast_shade_quads.José Fonseca2009-10-082-12/+14
* llvmpipe: Remove dead files from SConscript.José Fonseca2009-10-081-2/+0
* llvmpipe: Update lp_setup_clear invocation.José Fonseca2009-10-082-6/+7
* llvmpipe: Update more copyright headers.José Fonseca2009-10-082-2/+30
* llvmpipe: remove tex tile cache and related codeKeith Whitwell2009-10-0814-2333/+33
* llvmpipe: rewrite llvmpipe_clear()Keith Whitwell2009-10-081-29/+7
* llvmpipe: wip me harderKeith Whitwell2009-10-087-304/+536
* llvmpipe: Update includes and copyright headers.José Fonseca2009-10-084-3/+61
* llvmpipe: Update SConscript.José Fonseca2009-10-081-1/+3
* llvmpipe: Add the rast -> jit shader glue.José Fonseca2009-10-083-8/+73
* llvmpipe: whip out the intra-tile code from lp_setup_tri.cKeith Whitwell2009-10-081-293/+33
* llvmpipe: more wippingKeith Whitwell2009-10-089-69/+484
* llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell2009-10-0818-2212/+1276
* 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
| | * gallium: remove // comment and extra whitespaceBrian Paul2009-10-021-7/+0
| | * gallium/util: silence uninitialized var warningBrian Paul2009-10-011-0/+1
| * | i915g: Drop the simple sufixJakob Bornecrantz2009-10-0541-11/+11
| * | i965g: Drop i965simpleJakob Bornecrantz2009-10-0574-19978/+0
| * | r300g: fix scons buildJoakim Sindholt2009-10-054-10/+17
| * | util: Improve the cpuid assembly.José Fonseca2009-10-051-10/+12
| * | util: add lost code to util_make_fragment_tex_shader_writemask()Keith Whitwell2009-10-051-1/+9
| * | st/dri: avoid segfault if we can't get a pixmap's buffersBen Skeggs2009-10-051-0/+3
| * | nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs2009-10-053-0/+12
| * | nouveau: return pitch value from local_handle_from_texture()Ben Skeggs2009-10-051-0/+1
| * | st/dri: no need to request fake front buffer, only handle it being returnedBen Skeggs2009-10-051-3/+0
| * | util: Make assert a no-op on non-debug builds.José Fonseca2009-10-041-1/+4
| * | llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca2009-10-043-2/+9