Age | Commit message (Expand) | Author | Files | Lines |
2010-10-04 | python/test: add dmul testsHEADmaster | Igor Oliveira | 1 | -0/+240 |
2010-09-29 | llvmpipe: add initial support to double opcodes in llvmpipe. | Igor Oliveira | 1 | -0/+93 |
2010-09-29 | regress: add DFRAC test | Igor Oliveira | 2 | -0/+30 |
2010-09-29 | regress: add test to DFRACEXP and DLDEXP | Igor Oliveira | 2 | -0/+23 |
2010-09-29 | tgsi: implement DFRACEXP | Igor Oliveira | 2 | -1/+42 |
2010-09-29 | gallium: add DFRACEXP opcode | Igor Oliveira | 1 | -1/+2 |
2010-09-29 | tgsi: implement DFRAC and DLDEXP opcodes | Igor Oliveira | 2 | -1/+31 |
2010-09-29 | gallium: add dfrac and dldexp opcodes | Igor Oliveira | 1 | -1/+3 |
2010-09-29 | regress: Fix tests after DMOV removal. | Michal Krol | 6 | -12/+12 |
2010-09-29 | tgsi: Add missing opcode info for DMAD. | Michal Krol | 1 | -1/+2 |
2010-09-29 | gallium: Add missing DMAD opcode definition. | Michal Krol | 1 | -1/+2 |
2010-09-29 | regress: Add tests for DABS and DNEG, remove test for DMOV. | Michal Krol | 3 | -5/+24 |
2010-09-29 | tgsi: Implement DABS and DNEG, remove DMOV. | Michal Krol | 2 | -13/+28 |
2010-09-29 | gallium: Remove DMOV, use MOV, DABS and/or DNEG instead. | Michal Krol | 1 | -12/+13 |
2010-09-29 | regress: add dmad test | Igor Oliveira | 2 | -0/+31 |
2010-09-29 | tgsi: implement DMAD trinary opcode | Igor Oliveira | 1 | -0/+14 |
2010-09-29 | tgsi: add support to trinary opcodes | Igor Oliveira | 1 | -0/+24 |
2010-09-29 | regress: add double opcode tests | Igor Oliveira | 8 | -0/+169 |
2010-09-29 | tgsi: implement double opcodes | Igor Olivera | 2 | -1/+137 |
2010-09-29 | gallium: add double opcodes ddiv, dmul, dmax, dmin, dslt, dsge, dseq, drcp an... | Igor Oliveira | 1 | -1/+10 |
2010-09-29 | regress: Add fragment shader F2D, DADD, DMOV opcode tests. | Michal Krol | 4 | -0/+50 |
2010-09-29 | tgsi: Implement F2D, D2F, DMOV, DADD in interpreter. | Michal Krol | 1 | -0/+192 |
2010-09-29 | gallium: Initial commit for TGSI opcodes operating on doubles. | Michal Krol | 2 | -2/+10 |
2010-09-30 | i965: always set tiling for fbo depth buffer on sandybridge | Zhenyu Wang | 1 | -2/+8 |
2010-09-30 | r300g: fix conditional rendering in non-wait path | Marek Olšák | 1 | -3/+3 |
2010-09-29 | i965: Remove my "safety counter" code from loops. | Eric Anholt | 1 | -14/+0 |
2010-09-29 | i965: Add live interval analysis and hook it up to the register allocator. | Eric Anholt | 1 | -2/+83 |
2010-09-29 | i965: First cut at register allocation using graph coloring. | Eric Anholt | 1 | -7/+151 |
2010-09-29 | ra: First cut at a graph-coloring register allocator for mesa. | Eric Anholt | 3 | -0/+431 |
2010-09-29 | i965: Clean up the virtual GRF handling. | Eric Anholt | 1 | -23/+53 |
2010-09-30 | r600g: return string for chip family | Dave Airlie | 1 | -6/+25 |
2010-09-30 | r600g: clean up some code from move to new paths. | Dave Airlie | 9 | -51/+44 |
2010-09-30 | r600g: add L8A8 unorm. | Dave Airlie | 1 | -0/+6 |
2010-09-30 | r600g: port r300g fix for X* formats in texformat code | Dave Airlie | 1 | -4/+14 |
2010-09-29 | i956: Make new FS discard do its work in a temp, not the null reg! | Eric Anholt | 1 | -6/+10 |
2010-09-29 | i965: Fix use of undefined mem_ctx in vector splitting. | Eric Anholt | 1 | -1/+1 |
2010-09-29 | gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding. | José Fonseca | 1 | -21/+71 |
2010-09-29 | python/retrace: Handle set_index_buffer and draw_vbo. | José Fonseca | 1 | -20/+13 |
2010-09-29 | trace: Fix set_index_buffer and draw_vbo tracing. | José Fonseca | 3 | -19/+42 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -1/+1 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -4/+10 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -3/+4 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -10/+18 |
2010-09-29 | r300/compiler: Remove declaration before code. | Vinson Lee | 1 | -5/+6 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -2/+3 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -1/+2 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -6/+13 |
2010-09-29 | r600g: Fix SCons build. | Vinson Lee | 1 | -5/+5 |
2010-09-29 | r300/compiler: Move declaration before code. | Vinson Lee | 1 | -5/+9 |
2010-09-29 | r600g: more cleanup | Jerome Glisse | 15 | -241/+257 |