llvmpipe: Unbreak Z32_FLOAT.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_fs.c
2010-10-13 José Fonsecallvmpipe: Unbreak Z32_FLOAT.
2010-10-11 José Fonsecallvmpipe: Use lp_tgsi_info.
2010-10-09 José Fonsecagallivm: Cleanup the rest of the flow module.
2010-10-09 José Fonsecagallivm: Remove support for Phi generation.
2010-10-09 José Fonsecagallivm: Don't generate Phis for execution mask.
2010-10-09 Keith Whitwellllvmpipe: clean up shader pre/postamble, try to catch...
2010-10-09 Keith Whitwellllvmpipe: try to be sensible about whether to branch...
2010-10-09 Keith Whitwellgallivm: specialized x8z24 depthtest path
2010-10-09 Keith Whitwellllvmpipe: dump fragment shader ir and asm when LP_DEBUG=fs
2010-10-09 Keith Whitwellllvmpipe: use alloca for fs color outputs
2010-10-09 Keith Whitwellllvmpipe: defer attribute interpolation until after...
2010-10-06 José Fonsecagallivm: Only apply min/max_lod when necessary.
2010-10-06 José Fonsecallvmpipe: Dump a few missing shader key flags.
2010-10-06 Keith Whitwellllvmpipe: make debug_fs_variant respect variant->nr_sam...
2010-09-22 José Fonsecallvmpipe: Make rgb/alpha bland func/factors match,...
2010-09-21 José Fonsecallvmpipe: When failing free fs shader too.
2010-09-21 Brian PaulMerge branch 'sprite-coord'
2010-09-20 Brian Paulllvmpipe: maintain fragment shader state for draw module
2010-09-16 Keith Whitwellllvmpipe: add DEBUG_FS to dump variant information
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-14 Vinson Leellvmpipe: Initialize variable for potentially unhandled...
2010-09-12 Keith Whitwellllvmpipe: pass linear masks to fragment shader
2010-09-12 José Fonsecallvmpipe: Only generate the whole shader specialization...
2010-09-11 José Fonsecallvmpipe: Don't store display the alpha ref value in...
2010-09-09 Brian Paulllvmpipe: remove redundant tgsi_dup_tokens() call
2010-09-07 Keith Whitwellllvmpipe: use opcodes instead of function pointers...
2010-09-07 Keith Whitwellllvmpipe: put fs variant dumping in a function
2010-09-05 José Fonsecallvmpipe: Relax the colormask constraint on opaque.
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-25 Keith Whitwellllvmpipe: fence debugging, add llvmpipe_finish
2010-08-22 Keith Whitwellllvmpipe: reduce size of fragment shader variant key
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-14 Ian RomanickMerge branch 'master' into glsl2
2010-07-30 Vinson Leellvmpipe: Fix implicit declaration of lp_func_delete_bo...
2010-07-30 Zack Rusinllvmpipe: delete function bodies after generating machi...
2010-07-29 José Fonsecallvmpipe: Avoid corrupting the FPU stack with MMX instr...
2010-07-27 Eric AnholtMerge remote branch 'origin/master' into glsl2
2010-07-14 Zack RusinMerge branch 'mesa-2d-registers'
2010-07-13 Keith Whitwellllvmpipe: pass mask into fragment shader
2010-06-28 Jakob BornecrantzMerge branch 'gallium-drm-driver-drescriptor'
2010-06-24 Eric AnholtMerge branch 'glsl2-head' into glsl2
2010-06-24 Brian PaulMerge branch 'shader-file-reorg'
2010-06-22 Zack Rusinllvmpipe: make geometry shaders and stream output work
2010-06-21 José Fonsecallvmpipe: s/lpfs/shader/
2010-06-18 José Fonsecallvmpipe: Fix pointer dereference after free.
2010-06-18 Roland Scheideggerllvmpipe: limit the number of fragment shader variants...
2010-06-07 Keith Whitwellllvmpipe: hook up basic gs and multiple constant buffer...
2010-06-03 Roland ScheideggerMerge branch 'gallium-newclear'
2010-06-03 José Fonsecallvmpipe: Number shaders/variants for more reproducible...
2010-06-02 José Fonsecallvmpipe: Centralize all position interpolation in...
2010-06-01 José Fonsecallvmpipe: Use struct lp_shader_input in the interpolator.
2010-06-01 José Fonsecallvmpipe: Don't waste time interpolating unused input...
2010-05-31 José Fonsecallvmpipe: Show fs's TGSI when LP_DEBUG=tgsi is set.
2010-05-30 José Fonsecallvmpipe: Use pointer_to_func() instead of custom wrappers.
2010-05-30 José Fonsecallvmpipe: Pass the fs variant to the rasterizer.
2010-05-21 Roland ScheideggerMerge branch 'gallium-msaa'
2010-05-21 Keith WhitwellMerge branch 'gallium-front-ccw'
2010-05-20 Brian Paulllvmpipe: more tweaks to dump_fs_variant_key()
2010-05-20 Brian Paulllvmpipe: use util_dump_logicop()
2010-05-20 Brian Paulllvmpipe: put variant print/debug code into separate...
2010-05-13 Brian Paulllvmpipe: silence casting warnings
2010-05-12 José Fonsecallvmpipe: Dump fs key's stencil state.
2010-05-12 José Fonsecallvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
2010-05-12 José Fonsecallvmpipe: Move the opaque flag computation into the...
2010-05-10 Brian Paulllvmpipe: fix up indexing of blend/colormask state...
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-06 Qicheng Christopher Lillvmpipe: implement occlusion query
2010-05-04 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-02 José Fonsecallvmpipe: Fix alpha blending for formats without alpha...
2010-05-02 Kristian HøgsbergMerge branch 'gles2-2'
2010-05-01 Vinson Leellvmpipe: Remove unused variable.
2010-04-30 Roland ScheideggerMerge commit 'origin/master' into gallium-msaa
2010-05-19 Keith WhitwellMerge commit 'origin/graw-tests'
2010-05-15 Vinson Leellvmpipe: Remove unnecessary headers.
2010-05-15 José Fonsecallvmpipe: Use GALLIVM_DEBUG opt where applicable.
2010-04-25 Vinson Leellvmpipe: Remove unused variable.
2010-04-24 Vinson Leellvmpipe: Remove unused variable.
2010-04-24 Vinson Leellvmpipe: Remove unused variable.
2010-04-23 Ian RomanickMerge branch '7.8'
2010-04-23 Jerome GlisseMerge remote branch 'origin/7.8'
2010-04-23 Michel DänzerMerge branch '7.8'
2010-04-22 Zack Rusingallivm: implement indirect addressing over temporaries
2010-04-22 Brian PaulMerge branch '7.8'
2010-04-22 José Fonsecallvmpipe: Fix typo in assert.
2010-04-21 Vinson Leellvmpipe: Remove unused variable.
2010-04-20 José FonsecaMerge branch 'gallium-index-bias'
2010-04-20 Dan NicholsonMerge branch '7.8'
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-28 Brian Paulllvmpipe: make shader-related functions static, clean...
2010-04-28 Brian Paulllvmpipe: remove some unneeded shader structure fields
2010-04-28 Brian Paulllvmpipe: dump shaders if LP_DEBUG=tgsi
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-28 Jakob BornecrantzMerge branch '7.8'
2010-04-28 Brian PaulMerge branch '7.8'
2010-04-27 Brian PaulMerge branch '7.8'
2010-04-26 Vinson Leellvmpipe: Remove unused variable.
2010-04-19 Jesse BarnesMerge branch '7.8'
2010-04-19 Brian PaulMerge branch '7.8'
2010-04-18 Brian Paulllvmpipe: update comment
2010-04-16 Brian Paulllvmpipe: fix color masking
next