summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2009-10-14r300g: Compiler warning cleanup.Corbin Simpson
2009-10-14r300g: remove buffer add that should be unnecessary.Dave Airlie
2009-10-14r300g: add QUERY to KITCHEN_SINKDave Airlie
2009-10-14r300g: add one more ZTOP disable bit.Dave Airlie
2009-10-14r300g: port over last parts of oq support.Dave Airlie
2009-10-14r300g: convert query to a state for emitting.Dave Airlie
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
2009-10-14r300g: attempt to make bo space check sane.Dave Airlie
2009-10-14r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie
2009-10-13nouveau: nv30: use texture width,height for render target dimensionsPatrice Mandin
2009-10-12r300g: More debug flags.Corbin Simpson
2009-10-12r300g: Surface debug.Corbin Simpson
2009-10-12r300g: Fallback on surfaces we can't render to or from.Corbin Simpson
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson
2009-10-12r300g: Clean up texture formats.Corbin Simpson
2009-10-12Add support for more 8 and 16 bits formatsPatrice Mandin
2009-10-11r300g: Fix fragment program constants upload on R300Nicolai Hähnle
2009-10-11r300g: fix blending default state + alpha separate.Dave Airlie
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-10softpipe: fix multi-drawbuffers regressionBrian Paul
2009-10-10softpipe: revert 564df9dc5f6335eb8dc68f3c69cf054d2142663cBrian Paul
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan
2009-10-09softpipe: restore/fix print_vertex() debug helperBrian Paul
2009-10-09llvmpipe: Eliminate constant mapping/unmapping.José Fonseca
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-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-06i915g: Tweek vertexbuffer sizeJakob Bornecrantz
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-05i915g: Drop the simple sufixJakob Bornecrantz
2009-10-05i965g: Drop i965simpleJakob Bornecrantz
2009-10-05r300g: fix scons buildJoakim Sindholt
2009-10-05nv50: support PIPE_FORMAT_X8R8G8B8_UNORMBen Skeggs
2009-10-04llvmpipe: Ensure tile cache transfers are mapped before flushing it.José Fonseca
2009-10-04llvmpipe: Autogenerate lp_tile_soa.c from u_format.csv.José Fonseca
2009-10-04llvmpipe: Remove loop testing from format testing.José Fonseca
2009-10-04llvmpipe: Match header's protection macro with filename.José Fonseca
2009-10-04llvmpipe: Adjust format assertion.José Fonseca
2009-10-04r300g: xRGB and RGBx formats.Corbin Simpson
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle
2009-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle
2009-10-03llvmpipe: Fetch tile only if a color buffer is bound.José Fonseca
2009-10-03Merge branch 'master' into r300-compilerNicolai Hähnle