summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* r600g: set back to correct codepaths.Dave Airlie2010-09-211-1/+1
* r600g: deal with overflow of VTX/TEX CF clauses.Dave Airlie2010-09-211-2/+8
* tgsi: Remove duplicate case value.Vinson Lee2010-09-201-1/+0
* tgsi: Actually care what check_soa_dependencies saysJakob Bornecrantz2010-09-211-17/+39
* tgsi: Don't ignore indirect registers in tgsi_check_soa_dependenciesJosé Fonseca2010-09-211-2/+4
* r600g: add back reference check when mapping bufferJerome Glisse2010-09-202-7/+8
* r600g: use pipe context for flushing inside mapJerome Glisse2010-09-208-19/+28
* python/tests: Fixed tri.py for API and TGSI syntax changes.Tilman Sauerbeck2010-09-201-4/+4
* r600g: Implemented the Z and W component write for the SCS opcode.Tilman Sauerbeck2010-09-201-0/+49
* r600g: Honour destination operand's writemask in the SCS implementation.Tilman Sauerbeck2010-09-201-26/+35
* softpipe: fix whitespaceLuca Barbieri2010-09-201-2/+2
* tgsi: add switch/case opcodes to tgsi_opcode_tmp.hLuca Barbieri2010-09-201-0/+4
* softpipe: make z/s test always pass if no zsbuf, instead of crashingLuca Barbieri2010-09-201-2/+6
* gallium: avoid the C++ keyword "template" in sw_winsys.hLuca Barbieri2010-09-201-1/+1
* gallivm: remove debug codeBrian Paul2010-09-201-2/+0
* llvmpipe: fix query bug when no there's no sceneBrian Paul2010-09-201-2/+3
* r600g: move chip class to radeon common structureJerome Glisse2010-09-2014-75/+100
* i915g: Link with wrapper sw winsys with sconsJakob Bornecrantz2010-09-201-0/+1
* svga: Integer constant register file has a separate namespace.Michal Krol2010-09-203-8/+9
* svga: Fix relative addressing translation for pixel shaders.Michal Krol2010-09-201-14/+37
* r600g: Cleanup viewport floats.Corbin Simpson2010-09-191-10/+23
* r600g: Clean up PS setup.Corbin Simpson2010-09-192-16/+25
* r600g: only flush for the correct colorbuffer, not all of them.Dave Airlie2010-09-201-2/+4
* r600g: add missing BC_INST wrapper for evergreenDave Airlie2010-09-201-1/+1
* r600g: fixup r700 CB_SHADER_CONTROL register.Dave Airlie2010-09-203-35/+36
* r600g: fix r700 cube map sizing.Dave Airlie2010-09-201-4/+9
* r600g: add color/texture support for more depth formats.Dave Airlie2010-09-203-2/+20
* r600g: add z16 to color setupDave Airlie2010-09-202-0/+13
* r600g: fix tiling support for ddx supplied buffersDave Airlie2010-09-201-9/+9
* r600g: "tmp" is such a bad name for a texture.Corbin Simpson2010-09-191-10/+10
* r600g: Fix false and true.Corbin Simpson2010-09-198-17/+17
* r600g: Clean up some indentation and |= vs. | usage.Corbin Simpson2010-09-191-21/+22
* r600g: Deobfuscate and comment a few more functions in r600_hw_states.Corbin Simpson2010-09-192-11/+66
* r600g: Trivially deobfuscate r600_hw_states.Corbin Simpson2010-09-191-20/+40
* r600g: Use align() instead of handrolled code.Corbin Simpson2010-09-193-6/+3
* r600g: drop debugging that snuck inDave Airlie2010-09-201-1/+0
* r600g: clean up valgrind issues on maxtargets test.Dave Airlie2010-09-201-1/+7
* r600g: fix fbo-drawbuffers-maxtargetsDave Airlie2010-09-202-8/+26
* r600g: send correct surface base update for multi-cbufsDave Airlie2010-09-201-2/+4
* r600g: modify index buffers for sizes the hw can't deal with.Dave Airlie2010-09-201-2/+37
* util/r300g: split the r300 index buffer modifier functions out to utilDave Airlie2010-09-205-108/+174
* r600g: fix exports_ps to export a number not a mask.Henri Verbeet2010-09-202-2/+2
* scons: Link against talloc in the Gallium DRI driversJakob Bornecrantz2010-09-201-0/+1
* rbug: Add function to get opcode name stringJakob Bornecrantz2010-09-202-0/+69
* rbug: Cast opcode to corrent int sizeJakob Bornecrantz2010-09-204-28/+28
* Revert "r600g: Flush upload buffers before draws instead of before flushes."Henri Verbeet2010-09-192-5/+4
* r600g: Respect PB_USAGE_UNSYNCHRONIZED in radeon_bo_pb_map_internal().Henri Verbeet2010-09-191-0/+8
* gallium/docs: Fixed a typo in the SCS opcode description.Tilman Sauerbeck2010-09-191-1/+1
* auxiliary: fix depth-only and stencil-only clearsLuca Barbieri2010-09-191-1/+1
* r600g: Buffer object maps imply a wait.Henri Verbeet2010-09-196-42/+13