Merge branch 'lp-offset-twoside'
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.h
2010-11-22 Keith WhitwellMerge branch 'lp-offset-twoside'
2010-11-20 Eric Anholti965: Remove duplicate MRF writes in the FS backend.
2010-11-20 Eric Anholti965: Recognize saturates and turn them into a saturate...
2010-11-20 Eric Anholti965: Just use memset() to clear most members in FS...
2010-10-22 Eric Anholti965: Add support for pull constants to the new FS...
2010-10-22 Eric Anholti965: Move the FS disasm/annotation printout to codegen...
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Eric Anholti965: Use the new style of IF statement with embedded...
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-15 Eric Anholti965: Set the type of the null register to fix gen6...
2010-10-14 Eric Anholti965: Add a function for handling the move of boolean...
2010-10-14 Eric Anholti965: Add a pass to the FS to split virtual GRFs to...
2010-10-13 Kristian HøgsbergDrop GLcontext typedef and use struct gl_context instead
2010-10-11 Eric Anholti965: Compute to MRF in the new FS backend.
2010-10-11 Eric Anholti965: Give the FB write and texture opcodes the info...
2010-10-11 Eric Anholti965: Give the math opcodes information on base mrf...
2010-10-11 Eric Anholti965: Move FS backend structures to a header.