summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2008-09-22cell: Added DPH instruction and verified against softpipe.Jonathan White
2008-09-19cell: make sure the fragment ops and fragment shader code buffer is at a 32-b...Brian Paul
2008-09-19cell: Added FRC instructionJonathan White
2008-09-19cell: Added FLR instruction. Verified the following instructions match softp...Jonathan White
2008-09-19cell: Fixed bugs with DP3 and DP4, they match softpipe results now.Jonathan White
2008-09-19cell: flesh out support for other Z/stencil formatBrian Paul
2008-09-19cell: issue warning to stderr when using fallback fragment opsBrian Paul
2008-09-19cell: fix a commentBrian Paul
2008-09-19cell: the test for CELL_DEBUG_FRAGMENT_OP_FALLBACK in cmd_state_fragment_ops(...Brian Paul
2008-09-19cell: change spe_complement() to take a src and dst reg, like other instructionsBrian Paul
2008-09-19CELL: add codegen for logic op, color maskRobert Ellison
2008-09-19softpipe: Obey const qualifier.José Fonseca
2008-09-18CELL: mark several transient files as .gitignoreRobert Ellison
2008-09-18cell: Added CMP instructionJonathan White
2008-09-18Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-18cell: Fix bug with complement logic for SGE and SLEJonathan White
2008-09-18cell: Added SGE and SLE instructions to dispatch functionJonathan White
2008-09-18cell: Added SGE and SLE instructionsJonathan White
2008-09-18CELL: finish fragment ops blending (except for unusual D3D modes)Robert Ellison
2008-09-17cell: example of doing fs/fm sequence with fnms in blendingBrian Paul
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-09-17CELL: fleshing out the blending fragment opsRobert Ellison
2008-09-16cell: Added RCP and RSQ instruction support.Jonathan White
2008-09-16cell: Added DP3 and DP4 instructionsJonathan White
2008-09-16cell: Optimized LERP with fmaJonathan White
2008-09-16cell: Fixed MIN/MAX algorithmJonathan White
2008-09-16trace: Fix typo in build instructions.José Fonseca
2008-09-15cell: export CELL_DEBUG=asm to dump SPU assembly codeBrian Paul
2008-09-15cell: Added LERP instructionJonathan White
2008-09-15cell: Added support for SLT, SEQ and SNE instructionsJonathan White
2008-09-15cell: Added support for ABS instructionJonathan White
2008-09-15Added support for SUB and MAD instructionsJonathan White
2008-09-13cell: implement negation, absolute value and set-sign for src regs in code genBrian Paul
2008-09-12cell: remove old disassembly/dump code; use dumper code in SPE emitter.Brian Paul
2008-09-12cell: implement DDX/DDY codegen (untested)Brian Paul
2008-09-12cell: implement TGSI immediates in SPE code generatorBrian Paul
2008-09-12cell: initial support for IF/ELSE/ENDIF in fragment shader codegenBrian Paul
2008-09-12cell: evaluate multiple fragment inputsBrian Paul
2008-09-12cell: disable invalid spe_release_func() calls, fixes crash on exitBrian Paul
2008-09-12cell: implement colormask on fallback pathBrian Paul
2008-09-12cell: fix non-debug build errorBrian Paul
2008-09-12cell: implement swizzling for src regsBrian Paul
2008-09-12cell: setup fragment program inputs in SOA formatBrian Paul
2008-09-12cell: disable calls to old gen codeBrian Paul
2008-09-12cell: disable calls to old gen codeBrian Paul
2008-09-11cell: initial support for fragment shader code generation.Brian Paul
2008-09-11cell: minor improvements to fragment code-genBrian Paul
2008-09-11cell: put cell_ prefix on gen_fragment_function()Brian Paul
2008-09-11cell: more comments, stub code for colormask/logicop/etcBrian Paul
2008-09-11cell: fix typos in blend code-genBrian Paul