summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* | r600g: add z16 to color setupDave Airlie2010-09-202-0/+13
* | 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: 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-201-108/+4
* | r600g: fix exports_ps to export a number not a mask.Henri Verbeet2010-09-202-2/+2
* | Revert "r600g: Flush upload buffers before draws instead of before flushes."Henri Verbeet2010-09-192-5/+4
* | r600g: Buffer object maps imply a wait.Henri Verbeet2010-09-194-24/+0
* | r600g: Remove a redundant flush in r600_texture_transfer_map().Henri Verbeet2010-09-191-1/+0
* | r600g: Flush upload buffers before draws instead of before flushes.Henri Verbeet2010-09-192-4/+5
* | r600g: only emit uses waterfall on r6xx hw.Dave Airlie2010-09-191-1/+1
* | r600g; add uses waterfall to asm cf for r6xx.Dave Airlie2010-09-193-0/+3
* | r600g: Added support for TGSI_SEMANTIC_FACE.Tilman Sauerbeck2010-09-192-2/+16
* | nv50: Remove dead initialization.Vinson Lee2010-09-181-1/+1
* | nv50: Remove dead initialization.Vinson Lee2010-09-181-1/+1
* | nv50: Silence missing initializer warning.Vinson Lee2010-09-181-1/+1
* | nv50: fix typo in fifo packet length limitChristoph Bumiller2010-09-182-2/+6
* | nv50: emit constbuf relocs before uploading constantsChristoph Bumiller2010-09-183-21/+56
* | nv50: add relocs for stack and local mem buffersChristoph Bumiller2010-09-185-3/+31
* | r600g: Remove unused variable.Vinson Lee2010-09-181-1/+0
* | nvfx: Silence uninitialized variable warnings.Vinson Lee2010-09-181-0/+2
* | nvfx: Remove const qualifer from nvfx_vertprog_translate.Vinson Lee2010-09-181-1/+1
* | r600g: Silence unused variable warnings.Vinson Lee2010-09-171-0/+2
* | r600g: Remove unnecessary header.Vinson Lee2010-09-171-1/+0
* | llvmpipe: Default to no threading on single processor systems.José Fonseca2010-09-171-2/+1
|/
* r600g: alternative command stream building from contextJerome Glisse2010-09-178-16/+4580
* r600g: Fixed the shift in S_02880C_KILL_ENABLE.Tilman Sauerbeck2010-09-172-2/+2
* r600g: Enable PIPE_SHADER_CAP_TGSI_CONT_SUPPORTED.Tilman Sauerbeck2010-09-171-2/+1
* r600g: Only set PA_SC_EDGERULE on rv770 and greater.Tilman Sauerbeck2010-09-171-2/+14
* r600g: Added DB_SHADER_CONTROL defines.Tilman Sauerbeck2010-09-174-6/+46
* r600g: Formatting fixes.Tilman Sauerbeck2010-09-171-27/+26
* r600g: add upload manager support.Dave Airlie2010-09-176-47/+223
* r600g: add support for kernel boDave Airlie2010-09-172-0/+8
* r600g: move constant buffer creation behind winsys abstraction.Dave Airlie2010-09-178-45/+23
* r600g: attempt to abstract kernel bos from pipe driver.Dave Airlie2010-09-1711-127/+132
* r600g: hide radeon_ctx inside winsys.Dave Airlie2010-09-176-48/+22
* gallivm: Start collecting bitwise arithmetic helpers in a new module.José Fonseca2010-09-161-2/+3
* r300g/swtcl: fix CS overrunMarek Olšák2010-09-162-8/+28
* llvmpipe: add DEBUG_FS to dump variant informationKeith Whitwell2010-09-163-1/+3
* llvmpipe: add LP_PERF flag to disable various aspects of rasterizationKeith Whitwell2010-09-168-6/+90
* nv50: get shader fixups/relocations into working stateChristoph Bumiller2010-09-164-54/+79
* nv50: don't segfault on shaders with 0 instructionsChristoph Bumiller2010-09-161-1/+3
* r600g: Use clamped math for RCP and RSQ.Tilman Sauerbeck2010-09-161-2/+14