cell: additional debug
[mesa.git] / src / gallium / drivers /
2008-10-15 Brian Paulcell: additional debug
2008-10-15 Brian Paulcell: fix/add some fallback blend cases
2008-10-15 Brian Paulcell: need to flush draw module when constants change
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-14 Brian Paulcell: initial bits for 3D texture support
2008-10-14 Brian Paulcell: replace FREE() with align_free()
2008-10-14 Brian Paulcell: fix incorrect parameter type
2008-10-14 Brian Paulcell: support for cubemaps
2008-10-14 Brian Paulcell: fall-through case for TGSI_OPCODE_TXB
2008-10-14 Brian Paulcell: support NPOT textures, clamp/repeat mode, normali...
2008-10-14 Brian Paulcell: fix npot texture tiling bugs
2008-10-14 Brian Paulcell: fix broken negative texcoord conversion
2008-10-14 Brian Paulcell: use minify vs magnify filters
2008-10-14 Brian Paulcell: fix assertions
2008-10-14 Brian Paulcell: basic mipmap filtering works now
2008-10-14 Brian Paulcell: fix tex image stride bugs
2008-10-14 Brian Paulcell: now do texture twiddling in the right way, at...
2008-10-14 Brian Paulcell: remove old code, clean-ups, etc.
2008-10-14 Brian Paulcell: more clean-up in spu_tri.c
2008-10-14 Brian Paulcell: remove dead code, clean-up, reformatting
2008-10-14 Brian Paulcell: finish-up perspective-corrected interpolation
2008-10-13 Brian Paulcell: initial work for mipmap texture filtering
2008-10-13 Brian Paulcell: remove old texture-related fields
2008-10-13 Brian Paulcell: use fewer memory references in sample_texture4_bi...
2008-10-13 Brian Paulcell: remove more old texture code
2008-10-13 Brian Paulcell: bilinear texture filtering using integer arithmetic
2008-10-13 Brian Paulcell: remove old texture code
2008-10-13 Brian Paulcell: do texture sampling/filtering for four pixels...
2008-10-13 Brian Paulcell: added spu_unpack_A8R8G8B8_transpose4()
2008-10-10 Brian Paulcell: more instruction scheduling optimizations (MIN...
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
next