Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / gallium / drivers /
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
2008-09-12 Brian Paulcell: disable calls to old gen code
2008-09-12 Brian Paulcell: disable calls to old gen code
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulcell: initial support for fragment shader code generation.
2008-09-11 Brian Paulcell: minor improvements to fragment code-gen
2008-09-11 Brian Paulcell: put cell_ prefix on gen_fragment_function()
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Brian Paulcell: more comments, stub code for colormask/logicop/etc
2008-09-11 Brian Paulcell: fix typos in blend code-gen
2008-09-11 Brian Paulcell: remove old state CMDs, added comments
2008-09-11 Brian Paulcell: clean-up, comments
2008-09-11 Brian Paulcell: disable NEW_VS emit
2008-09-11 Brian Paulcell: don't build unused sources
2008-09-11 Brian Paulcell: remove old blend/depth/stencil/logicop structs
2008-09-11 Brian Paulcell: asst. clean-up
2008-09-11 Brian Paulcell: checkpoint: remove more of the old per-fragment...
2008-09-11 Brian Paulcell: begin new blending code (both codegen and fallbac...
2008-09-11 Brian Paulcell: fix shuffle in spu_unpack_B8G8R8A8()
2008-09-11 Brian Paulcell: added cast in spu_splats() call
2008-09-11 Brian Paulcell: remove old per-fragment code, replace with all...
2008-09-11 Brian Paulcell: checkpoint commit of new per-fragment processing
2008-09-11 Brian Paulcell: minor change to Z float/int conversion code ...
2008-09-11 Brian Paulcell: comments
2008-09-11 Brian Paulcell: comments, etc.
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-09-09 José Fonsecasoftpipe: Code (commented out) to dump BMPs.
2008-09-09 Michal Krolsoftpipe: Silence compiler warning on Windows.
2008-09-08 Michal Krolsoftpipe: Protect pipe_condvar_signal/broadcast calls...
2008-09-08 Michal Krolsoftpipe: Set SP_NUM_QUAD_THREADS 1 effectively disabli...
2008-09-08 Michal Krolsoftpipe: More improvements for multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: Split changing fields of quad_header into...
2008-09-08 Michal Krolsoftpipe: Improve multithreaded softpipe.
2008-09-08 Michal Krolsoftpipe: First attempts at multithreaded softpipe.
2008-09-08 José Fonsecatrace: Request a growable file.
2008-09-08 José Fonsecatrace: Use util's stream.
2008-09-05 Brian Paulcell: code clean-up, comments
2008-09-05 Brian Paulcell: convert clear color if needed
2008-09-05 Brian Paulsoftpipe: convert clear color to surface format if...
2008-09-05 Brian Paulcell: move batch buffer init code
2008-09-05 Brian Paulcell: comments
2008-09-05 Brian Paulcell: more cell_init_*_functions()
2008-09-05 Brian Paulcell: implement CELL_DEBUG env/options var
next