llvmpipe: Update for TGSI_INTERPOLATE_COLOR.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_fs.c
2012-01-11 José Fonsecallvmpipe: Update for TGSI_INTERPOLATE_COLOR.
2011-12-31 Dave Airliellvmpipe: fix blending for intensity formats
2011-12-08 José Fonsecallvmpipe: Trim the fragment shader cached based on...
2011-12-08 José Fonsecallvmpipe,draw,gallivm: Ensure we don't walk beyond...
2011-11-14 José Fonsecallvmpipe: Remove unused variables.
2011-09-29 José Fonsecallvmpipe: Prevent segfault during fs variant cache...
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-01-20 Brian Paulllvmpipe: implement TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-10 Christian KönigMerge remote branch 'vdpau/pipe-video' into pipe-video
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-22 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-22 Vinson Leellvmpipe: Remove unnecessary headers.
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-12-09 Brian Paulgallivm/llvmpipe: implement system values and instanceID
2010-11-30 Brian Paulgallivm/llvmpipe: squash merge of the llvm-context...
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-11 Christian KönigMerge remote branch 'origin/master' into pipe-video
2010-11-02 Brian Paulllvmpipe: add a cast
2010-11-02 Brian Paulllvmpipe: assign context's frag shader pointer before...
2010-10-29 Chia-I WuMerge branch 'glapi-reorg'
2010-10-28 José Fonsecagallivm: Remove the EMMS opcodes.
2010-10-28 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-26 Thomas Balling Sør... Merge branch 'pipe-video' of git://anongit.freedesktop...
2010-10-26 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-17 José Fonsecallvmpipe: Fix bad refactoring.
2010-10-15 Keith Whitwellllvmpipe: validate color outputs against key->nr_cbufs
2010-10-15 Keith Whitwellllvmpipe: check shader outputs are non-null before...
2010-10-15 Keith Whitwellllvmpipe: don't pass frontfacing as a float
2010-10-14 Brian Paulllvmpipe: code to dump bytecode to file (disabled)
2010-10-14 Keith Whitwellllvmpipe: don't try to emit non-existent color outputs
2010-10-13 José Fonsecallvmpipe: Unbreak Z32_FLOAT.
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
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-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
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-18 Keith Whitwellllvmpipe: use llvm for attribute interpolant calculation
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-01 Younes MantonMerge branch 'master' of ssh://git.freedesktop.org...
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
next