llvmpipe: Support Z16_UNORM as depth-stencil format.
[mesa.git] / src / gallium / drivers / llvmpipe / lp_state_fs.c
2013-01-29 José Fonsecallvmpipe: Support Z16_UNORM as depth-stencil format.
2013-01-28 Roland Scheideggergallivm: split sampler and texture state
2013-01-18 Roland Scheideggerllvmpipe: more fixes for integer color buffers
2013-01-18 Roland Scheideggerllvmpipe: trivial code and comment cleanup.
2013-01-18 Roland Scheideggerllvmpipe: fix using wrong format with MRT in blend...
2012-12-12 Brian Paulllvmpipe: remove unneeded draw_flush() call
2012-12-11 Brian Paulllvmpipe: support pipe_resource-based constant buffers
2012-12-07 José Fonsecagallivm,llvmpipe,draw: Support multiple constant buffers.
2012-12-04 José Fonsecallvmpipe: Fix alignment.
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
2012-12-03 José Fonsecallvmpipe: Refactor convert_to/from_blend_type to conver...
2012-12-03 José Fonsecallvmpipe: Improve color buffer loads/stores alignment.
2012-11-30 Vinson Leellvmpipe: Fix incorrect sizeof.
2012-11-29 José Fonsecallvmpipe: Eliminate color buffer swizzling.
2012-11-28 José Fonsecallvmpipe: Don't use dynamically sized arrays.
2012-11-28 James Bentonllvmpipe: Unswizzled rendering.
2012-08-06 Brian Paulllvmpipe: combine vertex/fragment sampler state into...
2012-07-20 Roland Scheideggerllvmpipe: use runtime loop instead of static loop for...
2012-07-17 José Fonsecagallivm,draw,llvmpipe: Support wider native registers.
2012-06-19 Olivier Galibertllvmpipe: Add vertex id support.
2012-06-19 Olivier Galibertllvmpipe: Simplify and fix system variables fetch.
2012-06-18 James Bentonllvmpipe: Implement cylindrical wrapping.
2012-05-22 José Fonsecallvmpipe: Fix alpha testing precision on rgba8 formats.
2012-05-16 Olivier Galibertllvmpipe: Color slot interpolation can be flat or persp...
2012-05-11 Brian Paulllvmpipe: add cast to silence warning
2012-05-11 Marek OlšákMerge branch 'master' of ssh://git.freedesktop.org...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-02 James Bentonllvmpipe: Added support for color masks in AoS blending.
2012-04-29 Marek Olšákgallium: add void *user_buffer to pipe_constant_buffer
2012-04-29 Marek Olšákgallium: change set_constant_buffer to be UBO-friendly
2012-01-30 Tom Stellardgallium: Prefix #defines in tgsi_exec.h with TGSI_
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
next