summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-04python/test: add dmul testsHEADmasterIgor Oliveira1-0/+240
2010-09-29 llvmpipe: add initial support to double opcodes in llvmpipe.Igor Oliveira1-0/+93
2010-09-29regress: add DFRAC testIgor Oliveira2-0/+30
2010-09-29regress: add test to DFRACEXP and DLDEXPIgor Oliveira2-0/+23
2010-09-29tgsi: implement DFRACEXPIgor Oliveira2-1/+42
2010-09-29gallium: add DFRACEXP opcodeIgor Oliveira1-1/+2
2010-09-29tgsi: implement DFRAC and DLDEXP opcodesIgor Oliveira2-1/+31
2010-09-29gallium: add dfrac and dldexp opcodesIgor Oliveira1-1/+3
2010-09-29regress: Fix tests after DMOV removal.Michal Krol6-12/+12
2010-09-29tgsi: Add missing opcode info for DMAD.Michal Krol1-1/+2
2010-09-29gallium: Add missing DMAD opcode definition.Michal Krol1-1/+2
2010-09-29regress: Add tests for DABS and DNEG, remove test for DMOV.Michal Krol3-5/+24
2010-09-29tgsi: Implement DABS and DNEG, remove DMOV.Michal Krol2-13/+28
2010-09-29gallium: Remove DMOV, use MOV, DABS and/or DNEG instead.Michal Krol1-12/+13
2010-09-29regress: add dmad testIgor Oliveira2-0/+31
2010-09-29tgsi: implement DMAD trinary opcodeIgor Oliveira1-0/+14
2010-09-29tgsi: add support to trinary opcodesIgor Oliveira1-0/+24
2010-09-29regress: add double opcode testsIgor Oliveira8-0/+169
2010-09-29tgsi: implement double opcodesIgor Olivera2-1/+137
2010-09-29gallium: add double opcodes ddiv, dmul, dmax, dmin, dslt, dsge, dseq, drcp an...Igor Oliveira1-1/+10
2010-09-29regress: Add fragment shader F2D, DADD, DMOV opcode tests.Michal Krol4-0/+50
2010-09-29tgsi: Implement F2D, D2F, DMOV, DADD in interpreter.Michal Krol1-0/+192
2010-09-29gallium: Initial commit for TGSI opcodes operating on doubles.Michal Krol2-2/+10
2010-09-30i965: always set tiling for fbo depth buffer on sandybridgeZhenyu Wang1-2/+8
2010-09-30r300g: fix conditional rendering in non-wait pathMarek Olšák1-3/+3
2010-09-29i965: Remove my "safety counter" code from loops.Eric Anholt1-14/+0
2010-09-29i965: Add live interval analysis and hook it up to the register allocator.Eric Anholt1-2/+83
2010-09-29i965: First cut at register allocation using graph coloring.Eric Anholt1-7/+151
2010-09-29ra: First cut at a graph-coloring register allocator for mesa.Eric Anholt3-0/+431
2010-09-29i965: Clean up the virtual GRF handling.Eric Anholt1-23/+53
2010-09-30r600g: return string for chip familyDave Airlie1-6/+25
2010-09-30r600g: clean up some code from move to new paths.Dave Airlie9-51/+44
2010-09-30r600g: add L8A8 unorm.Dave Airlie1-0/+6
2010-09-30r600g: port r300g fix for X* formats in texformat codeDave Airlie1-4/+14
2010-09-29i956: Make new FS discard do its work in a temp, not the null reg!Eric Anholt1-6/+10
2010-09-29i965: Fix use of undefined mem_ctx in vector splitting.Eric Anholt1-1/+1
2010-09-29gallivm: Use SSE4.1's ROUNDSS/ROUNDSD for scalar rounding.José Fonseca1-21/+71
2010-09-29python/retrace: Handle set_index_buffer and draw_vbo.José Fonseca1-20/+13
2010-09-29trace: Fix set_index_buffer and draw_vbo tracing.José Fonseca3-19/+42
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-1/+1
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-4/+10
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-3/+4
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-10/+18
2010-09-29r300/compiler: Remove declaration before code.Vinson Lee1-5/+6
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-2/+3
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-1/+2
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-6/+13
2010-09-29r600g: Fix SCons build.Vinson Lee1-5/+5
2010-09-29r300/compiler: Move declaration before code.Vinson Lee1-5/+9
2010-09-29r600g: more cleanupJerome Glisse15-241/+257