cell: implement basic TXP instruction in fragment shaders
[mesa.git] / src / gallium /
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-10 Alan Hourihanegallium: silence warning
2008-10-09 Stephane MarchesinGallivm: cleanup soa storage.
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-08 Brian Paulgallium: asst. clean-ups
2008-10-08 Brian Paulgallium: better instruction printing for SPE code
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 MarchesinGallivm: reorder the functions alphabetically so I...
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 Brian Paulgallium: added general-purpose key->data map/lookup...
2008-10-07 Stephane MarchesinGallivm: don't say hello, it's rude.
2008-10-07 Stephane MarchesinMerge branch 'gallium-0.2' of git+ssh://marcheu@git...
2008-10-07 Stephane MarchesinGallivm: fix the constant layout, this gets a bunch...
2008-10-07 José Fonsecagallium: Introduce PIPE_ARCH_SSE define for SSE support.
2008-10-04 Robert EllisonCELL: changes to generate SPU code for stenciling
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-02 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-10-02 Stephane MarchesinGallivm: port to llvm 2.4.
2008-10-02 Stephane MarchesinGallivm: fix off-by-one.
2008-10-02 Stephane MarchesinGallivm: more instructions.
2008-10-02 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-09-30 José Fonsecautil: No-op u_sse.h outside PIPE_ARCH_X86/X86_64.
2008-09-30 José Fonsecatgsi: Include p_config.h.
2008-09-30 Jonathan Whitecell: Moved X86 checks to wrap #include section so...
2008-09-30 José Fonsecautil: Fix util_fast_pow/exp2/log2.
2008-09-29 José Fonsecatgsi: SSE2 optimized exp2, log2 and pow implementations.
2008-09-29 José Fonsecautil: Header for SSE2 intrinsics portability.
2008-09-29 José Fonsecartasm: Implement immediate group 1 instructions. Fix...
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 Paulgallium: SPU register comments
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 Alan Hourihanest: change from ** to * for st_unreference_framebuffer()
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-26 José Fonsecautil: Update fast_log2 article url.
2008-09-24 Alan Hourihaneadd cso_hash_contains() function
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-23 Robert EllisonCELL: improve legibility of CELL_DEBUG environment...
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: use different opcodes for spe_move() depending...
2008-09-19 Brian Paulcell: make sure the fragment ops and fragment shader...
2008-09-19 Brian Paulgallium: added ALIGN32_ATTRIB
2008-09-19 Brian Paulgallium: added spe_code_size()
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: disable XShmPutImage for tiled surface for now
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 José Fonsecautil: Use OpenGL rasterization rules in blits and mipma...
2008-09-19 Jakob Bornecrantzi915simple: Use defined MSAA array
2008-09-19 Alan Hourihanefix for MSAA
2008-09-19 Jakob Bornecrantzi915simple: Front flushing does work
2008-09-19 Jakob Bornecrantzi915simple: Fix extentions being loaded
2008-09-19 Robert EllisonCELL: add codegen for logic op, color mask
2008-09-19 José Fonsecagallium: Fix doxygen comments.
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
next