summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2009-10-09llvmpipe: hook up some state, add stub line and point functionsKeith Whitwell
2009-10-09llvmpipe: Follow write_color/write_zstencil.José Fonseca
2009-10-09llvmpipe: calculate overall width and height, pass to rasterizerKeith Whitwell
2009-10-09llvmpipe: more wip on coefficientsKeith Whitwell
2009-10-08llvmpipe: get lp_setup compilingKeith Whitwell
2009-10-08llvmpipe: triangle struct owns its copy of shader inputsKeith Whitwell
2009-10-08llvmpipe: work on clears and coefficientsKeith Whitwell
2009-10-08llvmpipe: Remove quad headers.José Fonseca
2009-10-08llvmpipe: Adjust interpolation coeffs declaration.José Fonseca
2009-10-08llvmpipe: Call lp_rast_shade_quads from tri rasterizer.José Fonseca
2009-10-08llvmpipe: Fix typo.José Fonseca
2009-10-08llvmpipe: rast_tri updatesKeith Whitwell
2009-10-08llvmpipe: Final adjustments to rasterizer methods.José Fonseca
2009-10-08llvmpipe: More assorted build fixes.José Fonseca
2009-10-08llvmpipe: Complete more rasterizer methods..José Fonseca
2009-10-08llvmpipe: Assorted build fixes.José Fonseca
2009-10-08llvmpipe: Implement some of the rasterizer functions.José Fonseca
2009-10-08llvmpipe: start cleaning upKeith Whitwell
2009-10-08llvmpipe: remove some old sampler support structsKeith Whitwell
2009-10-08llvmpipe: Fix up lp_rast_shade_quads.José Fonseca
2009-10-08llvmpipe: Remove dead files from SConscript.José Fonseca
2009-10-08llvmpipe: Update lp_setup_clear invocation.José Fonseca
2009-10-08llvmpipe: Update more copyright headers.José Fonseca
2009-10-08llvmpipe: remove tex tile cache and related codeKeith Whitwell
2009-10-08llvmpipe: rewrite llvmpipe_clear()Keith Whitwell
2009-10-08llvmpipe: wip me harderKeith Whitwell
2009-10-08llvmpipe: Update includes and copyright headers.José Fonseca
2009-10-08llvmpipe: Update SConscript.José Fonseca
2009-10-08llvmpipe: Add the rast -> jit shader glue.José Fonseca
2009-10-08llvmpipe: whip out the intra-tile code from lp_setup_tri.cKeith Whitwell
2009-10-08llvmpipe: more wippingKeith Whitwell
2009-10-08llvmpipe: import experimental softpipe rasterizer code, wip binning codeKeith Whitwell
2009-10-07i915g: Fix MSVC build.Vinson Lee
2009-10-07softpipe: new commentsBrian Paul
2009-10-07softpipe: whitespace and comment fixesBrian Paul
2009-10-07softpipe: prefix non-static functions with sp_Brian Paul
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle
2009-10-07Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-10-07util: do some more util_blit_pixels cases without temporariesKeith Whitwell
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07st/dri: Add missing front buffer case in dri_get_buffers().Michel Dänzer
2009-10-07gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul
2009-10-07i915g: Use buffer write instead of map for lit verticesJakob Bornecrantz
2009-10-07i915g: Change order of buffer_write argumentsJakob Bornecrantz
2009-10-07i915g: Disable vbuf fifo and minor commenting of vbuf codeJakob Bornecrantz
2009-10-06nv04-nv40: Fix swizzle transfers for NPOT sizes.Younes Manton
2009-10-06nv50: fix segfault when there's gaps in enabled texture unitsBen Skeggs
2009-10-06nouveau: fix buffer object leakBen Skeggs
2009-10-06i915g: Add more defines to tweek batchbufferJakob Bornecrantz
2009-10-06i915g: Tweek vertexbuffer sizeJakob Bornecrantz