summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* i915simple: Front flushing does workJakob Bornecrantz2008-09-191-5/+3
* i915simple: Fix extentions being loadedJakob Bornecrantz2008-09-191-0/+1
* CELL: add codegen for logic op, color maskRobert Ellison2008-09-193-7/+163
* gallium: Fix doxygen comments.José Fonseca2008-09-194-7/+40
* 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-1818-32/+207
|\
| * tgsi: Build tgsi_text with makeJakob Bornecrantz2008-09-181-0/+1
| * util: A few more memory debugging checks.José Fonseca2008-09-181-2/+29
| * util: Add missing p_debug.h include.José Fonseca2008-09-181-0/+1
| * gallium: fix surface object memory leak in cso moduleBrian Paul2008-09-181-0/+20
| * tgsi: Make tgsi dumps look more like mesa shader dumps.Jakob Bornecrantz2008-09-181-2/+3
| * pipebuffer: New callback to flush all temporary-held buffers.José Fonseca2008-09-189-11/+113
| * gallium: fix wide point / point coord semantic info (generic, not fog)Brian Paul2008-09-171-2/+2
| * gallium: fix tgsi sanity checker with respect to END.Brian Paul2008-09-171-9/+7
| * gallium: fix lack of surface reference counting in cso_set/save/restore_frame...Brian Paul2008-09-171-3/+21
| * gallium: fix info entries for KIL, KILPBrian Paul2008-09-161-2/+2
| * tgsi: Make tgsi_sanity.c compile with makeJakob Bornecrantz2008-09-162-0/+7
| * trace: Fix typo in build instructions.José Fonseca2008-09-161-1/+1
| * gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
| * cell: fix twiddled tile display for XSHM. Fixed blank window problem.Brian Paul2008-09-121-5/+12
| * 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-183-218/+377
* | 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
* | gallium: emit SPU instructions in assembler-compatible syntaxBrian Paul2008-09-151-8/+12
* | 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
* | Fixed emit_RRRJonathan White2008-09-151-1/+1
* | i915simple: dri winsys does now compile and worksJakob Bornecrantz2008-09-151-145/+242
* | draw: Silence compiler warnings on Windows.Michal Krol2008-09-141-1/+1
* | cell: implement negation, absolute value and set-sign for src regs in code genBrian Paul2008-09-131-2/+42
* | gallium: add another value check to util_fast_pow()Brian Paul2008-09-131-2/+4
* | cell: remove old disassembly/dump code; use dumper code in SPE emitter.Brian Paul2008-09-121-76/+28
* | gallium: added print/dump code to SPE code emitterBrian Paul2008-09-122-25/+113
* | cell: implement DDX/DDY codegen (untested)Brian Paul2008-09-121-0/+37
* | gallium: added spe_splat_word()Brian Paul2008-09-122-0/+29
* | cell: implement TGSI immediates in SPE code generatorBrian Paul2008-09-121-12/+63