summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
AgeCommit message (Expand)Author
2010-12-07i965: Fix flipped value of the not-embedded-in-if on gen6.Eric Anholt
2010-12-07i965: Work around gen6 ignoring source modifiers on math instructions.Eric Anholt
2010-12-07i965: Correctly emit constants for aggregate types (array, matrix, struct)Ian Romanick
2010-12-06i965: Move payload reg setup to compile, not lookup time.Eric Anholt
2010-12-01i965: Add support for gen6 CONTINUE instruction emit.Eric Anholt
2010-12-01i965: Add support for gen6 BREAK ISA emit.Eric Anholt
2010-12-01i965: Add support for gen6 DO/WHILE ISA emit.Eric Anholt
2010-11-29i965: Fix type of gl_FragData[] dereference for FB write.Eric Anholt
2010-11-19i965: Remove duplicate MRF writes in the FS backend.Eric Anholt
2010-11-19i965: Improve compute-to-mrf.Eric Anholt
2010-11-19i965: Recognize saturates and turn them into a saturated mov.Eric Anholt
2010-11-19i965: Fold constants into the second arg of BRW_SEL as well.Eric Anholt
2010-11-19i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.Eric Anholt
2010-11-19i965: Fix compute_to_mrf to not move a MRF write up into another live range.Eric Anholt
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick
2010-11-19glsl: Add ir_unop_sin_reduced and ir_unop_cos_reducedIan Romanick
2010-11-18i965: Eliminate dead code more aggressively.Eric Anholt
2010-11-18i965: Fail on loops on gen6 for now until we write the EU emit code for it.Eric Anholt
2010-11-18i965: Shut up spurious gcc warning about GLSL_TYPE enums.Eric Anholt
2010-11-17glsl: Remove the ir_binop_cross opcode.Kenneth Graunke
2010-11-14i965: Fix gl_FragCoord inversion when drawing to an FBO.Eric Anholt
2010-11-13i965: Silence uninitialized variable warning.Vinson Lee
2010-11-10i965: re-enable gen6 IF statements in the fragment shader.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-27i965: Add bit operation support to the fragment shader backend.Kenneth Graunke
2010-10-27i965: Make FS uniforms be the actual type of the uniform at upload time.Eric Anholt
2010-10-27Track separate programs for each stageIan Romanick
2010-10-26i965: Add support for discard instructions on gen6.Eric Anholt
2010-10-26i965: Clear some undefined fields of g0 when using them for gen6 FB writes.Eric Anholt
2010-10-22i965: Add support for pull constants to the new FS backend.Eric Anholt
2010-10-22i965: Move the FS disasm/annotation printout to codegen time.Eric Anholt
2010-10-21i965: Be more aggressive in tracking live/dead intervals within loops.Eric Anholt
2010-10-21i965: Correct scratch space allocation.Eric Anholt
2010-10-21i965: Add support for register spilling.Eric Anholt
2010-10-21i965: Fix gl_FrontFacing emit on pre-gen6.Eric Anholt
2010-10-21i965: Split register allocation out of the ever-growing brw_fs.cpp.Eric Anholt
2010-10-19i965: Use the new style of IF statement with embedded comparison on gen6.Eric Anholt
2010-10-18i965: Remove unused variable.Kenneth Graunke
2010-10-18i965: Fix a weirdness in NOT handling.Eric Anholt
2010-10-18i965: Disable the debug printf I added for FS disasm.Eric Anholt
2010-10-18i965: Add missing "break" statement.Kenneth Graunke
2010-10-15i965: Set the type of the null register to fix gen6 FS comparisons.Eric Anholt
2010-10-15i965: Fix indentation after commit 3322fbafIan Romanick
2010-10-14glsl: Slightly change the semantic of _LinkedShadersIan Romanick
2010-10-14i965: Fix texturing on pre-gen5.Eric Anholt
2010-10-14i965: Add support for ir_unop_round_even via the RNDE instruction.Kenneth Graunke
2010-10-14i965: Enable the new FS backend on pre-gen6 as well.Eric Anholt
2010-10-14i965: Use RNDZ for ir_unop_trunc in the new FS.Kenneth Graunke