summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca2009-10-047-974/+339
| * | util: Fix cpuid invocation for x86_64.José Fonseca2009-10-041-11/+23
| * | llvmpipe: Remove loop testing from format testing.José Fonseca2009-10-041-6/+0
| * | llvmpipe: Match header's protection macro with filename.José Fonseca2009-10-041-3/+3
| * | llvmpipe: Adjust format assertion.José Fonseca2009-10-041-3/+4
| * | r300g: xRGB and RGBx formats.Corbin Simpson2009-10-043-0/+15
| * | llvmpipe: Fetch tile only if a color buffer is bound.José Fonseca2009-10-032-2/+11
* | | r300/compiler: Refactor to allow different instruction typesNicolai Hähnle2009-10-041-16/+16
* | | r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle2009-10-031-3/+3
* | | Merge branch 'master' into r300-compilerNicolai Hähnle2009-10-03215-11010/+14017
|\ \ \ | |/ /
| * | r300g: Do not abort on fragment program compiler errorNicolai Hähnle2009-10-032-4/+9
| * | r300g: Fix memory leak in radeon_texture_from_shared_handleNicolai Hähnle2009-10-031-1/+6
| * | r300g: Build in the trace and softpipe driver for xorg state trackerSedat Dilek2009-10-031-0/+2