Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / gallium / drivers /
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Brian Paulcell: pass texture unit (sampler number) to txp() function
2008-10-10 Brian Paulcell: fix function prologue/epilogue code for large...
2008-10-10 Robert EllisonCELL: fixing stencil bugs
2008-10-10 Brian Paulcell: call cell_flush_int() at end of cell_create_context()
2008-10-10 Brian Paulcell: fix LERP when dst reg is a src reg
2008-10-10 Brian Paulcell: fix fm/fs copy & paste bug from a few commits ago
2008-10-10 Brian Paulcell: fix bug in emit_FLR() when src reg == dst reg
2008-10-10 Brian Paulcell: fix bug in emit_FRC() when src register == dst...
2008-10-10 Brian Paulcell: updates in response to draw's struct vertex_info...
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Brian Paulcell: implement basic TXP instruction in fragment shaders
2008-10-10 Brian Paulcell: better immediate value allocation, better comments
2008-10-10 Brian Paulcell: massage the emit functions to get better instruct...
2008-10-10 Brian Paulcell: more accurate comments
2008-10-09 Brian Paulcell: implement function calls from shader code. fslig...
2008-10-09 Brian Paulcell: implement more built-in shader functions, link...
2008-10-09 Brian Paulcell: increase SPU_MAX_FRAGMENT_PROGRAM_INSTS
2008-10-07 Brian Paulcell: add support for fragment shader constant buffers
2008-10-07 Brian Paulcell: fix incorrect extended swizzle term code in get_s...
2008-10-07 Brian Paulcell: fix formatting
2008-10-07 Brian Paulcell: remove old code
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Brian Paulcell: memset() key to zero
2008-10-07 Brian Paulcell: use new keymap to save/re-use fragment ops code
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 José Fonsecagallium: Introduce PIPE_ARCH_SSE define for SSE support.
2008-10-06 Keith Whitwellmake draw's vertex_info struct smaller/quicker to compa...
2008-10-04 Robert EllisonCELL: changes to generate SPU code for stenciling
2008-09-26 Brian Paulcell: checkpoint: more work in emit_function_call()
2008-09-26 Brian Paulcell: stub-out sin/cos function bodies to avoid trashin...
2008-09-26 Brian Paulcell: move command processing code into new spu_command...
2008-09-26 Brian Paulcell: move debug-related declarations
2008-09-26 Brian Paulcell: move debug macros into new spu_debug.h
2008-09-26 Brian Paulcell: move really_clear_tiles()
2008-09-26 Brian Paulcell: align instruction buffers to 8-byte, not 32-byte...
2008-09-26 Brian Paulcell: asst clean-up, var renaming
2008-09-26 Brian Paulcell: remove unneeded blend/depth_stencil subclasses
2008-09-26 Brian Paulcell: checkpoint: support for function calls in SPU...
2008-09-26 Brian Paulcell: inst reorder to save a cycle
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Robert EllisonCELL: fix colormask code generation
2008-09-22 Jonathan Whitecell: Fixed bug with absolute, negate, set-negative...
2008-09-22 Jonathan Whitecell: Added TRUNC, SWZ (extended) and XPD instructions...
2008-09-22 Jonathan Whitecell: Added DPH instruction and verified against softpipe.
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-19 Brian Paulcell: make sure the fragment ops and fragment shader...
2008-09-19 Jonathan Whitecell: Added FRC instruction
2008-09-19 Jonathan Whitecell: Added FLR instruction. Verified the following...
2008-09-19 Jonathan Whitecell: Fixed bugs with DP3 and DP4, they match softpipe...
2008-09-19 Brian Paulcell: flesh out support for other Z/stencil format
2008-09-19 Brian Paulcell: issue warning to stderr when using fallback fragm...
2008-09-19 Brian Paulcell: fix a comment
2008-09-19 Brian Paulcell: the test for CELL_DEBUG_FRAGMENT_OP_FALLBACK...
2008-09-19 Brian Paulcell: change spe_complement() to take a src and dst...
2008-09-19 José FonsecaMerge branch 'gallium-0.2' of ssh+git://git.freedesktop...
2008-09-19 Robert EllisonCELL: add codegen for logic op, color mask
2008-09-19 José Fonsecasoftpipe: Obey const qualifier.
2008-09-18 Robert EllisonCELL: mark several transient files as .gitignore
2008-09-18 Jonathan Whitecell: Added CMP instruction
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-18 Jonathan Whitecell: Fix bug with complement logic for SGE and SLE
2008-09-18 Jonathan Whitecell: Added SGE and SLE instructions to dispatch function
2008-09-18 Jonathan Whitecell: Added SGE and SLE instructions
2008-09-18 Robert EllisonCELL: finish fragment ops blending (except for unusual...
2008-09-17 Brian Paulcell: example of doing fs/fm sequence with fnms in...
2008-09-17 Brian Paulcell: dump generated code if CELL_DEBUG=asm
2008-09-17 Robert EllisonCELL: fleshing out the blending fragment ops
2008-09-16 Jonathan Whitecell: Added RCP and RSQ instruction support.
2008-09-16 Jonathan Whitecell: Added DP3 and DP4 instructions
2008-09-16 Jonathan Whitecell: Optimized LERP with fma
2008-09-16 Jonathan Whitecell: Fixed MIN/MAX algorithm
2008-09-16 José Fonsecatrace: Fix typo in build instructions.
2008-09-16 Brian Paulcell: export CELL_DEBUG=asm to dump SPU assembly code
2008-09-15 Jonathan Whitecell: Added LERP instruction
2008-09-15 Jonathan Whitecell: Added support for SLT, SEQ and SNE instructions
2008-09-15 Jonathan Whitecell: Added support for ABS instruction
2008-09-15 Jonathan WhiteAdded support for SUB and MAD instructions
2008-09-13 Brian Paulcell: implement negation, absolute value and set-sign...
2008-09-13 Brian Paulcell: remove old disassembly/dump code; use dumper...
2008-09-13 Brian Paulcell: implement DDX/DDY codegen (untested)
2008-09-12 Brian Paulcell: implement TGSI immediates in SPE code generator
2008-09-12 Brian Paulcell: initial support for IF/ELSE/ENDIF in fragment...
2008-09-12 Brian Paulcell: evaluate multiple fragment inputs
2008-09-12 Brian Paulcell: disable invalid spe_release_func() calls, fixes...
2008-09-12 Brian Paulcell: implement colormask on fallback path
2008-09-12 Brian Paulcell: fix non-debug build error
2008-09-12 Brian Paulcell: implement swizzling for src regs
2008-09-12 Brian Paulcell: setup fragment program inputs in SOA format
next