summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* gallium: Introduce PIPE_ARCH_SSE define for SSE support.José Fonseca2008-10-071-1/+1
* CELL: changes to generate SPU code for stencilingRobert Ellison2008-10-0310-116/+834
* cell: checkpoint: more work in emit_function_call()Brian Paul2008-09-261-6/+39
* cell: stub-out sin/cos function bodies to avoid trashing caller's stack for nowBrian Paul2008-09-261-0/+10
* cell: move command processing code into new spu_command.c fileBrian Paul2008-09-264-556/+611
* cell: move debug-related declarationsBrian Paul2008-09-262-2/+8
* cell: move debug macros into new spu_debug.hBrian Paul2008-09-262-27/+63
* cell: move really_clear_tiles()Brian Paul2008-09-263-40/+41
* cell: align instruction buffers to 8-byte, not 32-byte boundaryBrian Paul2008-09-262-6/+6
* cell: asst clean-up, var renamingBrian Paul2008-09-261-10/+9
* cell: remove unneeded blend/depth_stencil subclassesBrian Paul2008-09-264-72/+15
* cell: checkpoint: support for function calls in SPU shadersBrian Paul2008-09-268-3/+254
* cell: inst reorder to save a cycleBrian Paul2008-09-261-1/+1
* CELL: fix colormask code generationRobert Ellison2008-09-231-83/+78
* cell: Fixed bug with absolute, negate, set-negative logic in source fetch for...Jonathan White2008-09-221-9/+5
* cell: Added TRUNC, SWZ (extended) and XPD instructions, verified against soft...Jonathan White2008-09-221-45/+156
* cell: Added DPH instruction and verified against softpipe.Jonathan White2008-09-221-0/+41
* cell: make sure the fragment ops and fragment shader code buffer is at a 32-b...Brian Paul2008-09-192-5/+7
* cell: Added FRC instructionJonathan White2008-09-191-0/+41
* cell: Added FLR instruction. Verified the following instructions match softp...Jonathan White2008-09-191-9/+20
* cell: Fixed bugs with DP3 and DP4, they match softpipe results now.Jonathan White2008-09-191-3/+37
* cell: flesh out support for other Z/stencil formatBrian Paul2008-09-191-36/+64
* cell: issue warning to stderr when using fallback fragment opsBrian Paul2008-09-191-1/+9
* cell: fix a commentBrian Paul2008-09-191-1/+1
* cell: the test for CELL_DEBUG_FRAGMENT_OP_FALLBACK in cmd_state_fragment_ops(...Brian Paul2008-09-191-1/+1
* cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul2008-09-192-4/+4
* CELL: add codegen for logic op, color maskRobert Ellison2008-09-191-6/+137
* softpipe: Obey const qualifier.José Fonseca2008-09-191-2/+2
* CELL: mark several transient files as .gitignoreRobert Ellison2008-09-181-0/+1
* cell: Added CMP instructionJonathan White2008-09-181-7/+7
* Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-181-1/+1
|\
| * trace: Fix typo in build instructions.José Fonseca2008-09-161-1/+1
| * cell: disable calls to old gen codeBrian Paul2008-09-121-2/+4
* | cell: Fix bug with complement logic for SGE and SLEJonathan White2008-09-181-4/+38
* | cell: Added SGE and SLE instructions to dispatch functionJonathan White2008-09-181-0/+4
* | cell: Added SGE and SLE instructionsJonathan White2008-09-181-0/+62
* | CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison2008-09-181-217/+329
* | cell: example of doing fs/fm sequence with fnms in blendingBrian Paul2008-09-171-0/+18
* | cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-173-13/+43
* | CELL: fleshing out the blending fragment opsRobert Ellison2008-09-175-68/+337
* | cell: Added RCP and RSQ instruction support.Jonathan White2008-09-161-0/+48
* | cell: Added DP3 and DP4 instructionsJonathan White2008-09-161-0/+81
* | cell: Optimized LERP with fmaJonathan White2008-09-161-3/+2
* | cell: Fixed MIN/MAX algorithmJonathan White2008-09-161-7/+3
* | cell: export CELL_DEBUG=asm to dump SPU assembly codeBrian Paul2008-09-153-29/+31
* | cell: Added LERP instructionJonathan White2008-09-151-1/+91
* | cell: Added support for SLT, SEQ and SNE instructionsJonathan White2008-09-151-0/+100
* | cell: Added support for ABS instructionJonathan White2008-09-151-1/+30
* | Added support for SUB and MAD instructionsJonathan White2008-09-151-3/+58
* | cell: implement negation, absolute value and set-sign for src regs in code genBrian Paul2008-09-131-2/+42