summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_fs.cpp
AgeCommit message (Expand)Author
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
2010-10-14i965: Use logical-not when emitting ir_unop_ceil.Kenneth Graunke
2010-10-14i965: Add peepholing of conditional mod generation from expressions.Eric Anholt
2010-10-14i965: Add a function for handling the move of boolean values to flag regs.Eric Anholt
2010-10-14i965: Add a pass to the FS to split virtual GRFs to float channels.Eric Anholt
2010-10-14i965: Update the live interval when coalescing regs.Eric Anholt
2010-10-14i965: Set class_sizes[] for the aligned reg pair class.Eric Anholt
2010-10-13i965: Add support for rescaling GL_TEXTURE_RECTANGLE coords to new FS.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-12i965: Fix missing "break;" in i2b/f2b, and missing AND of CMP result.Eric Anholt
2010-10-11i965: Always use the new FS backend on gen6.Eric Anholt
2010-10-11i965: Fix gen6 pixel_[xy] setup to avoid mixing int and float src operands.Eric Anholt
2010-10-11i965: Expand uniform args to gen6 math to full registers to get hstride == 1.Eric Anholt
2010-10-11i965: Don't compute-to-MRF in gen6 math instructions.Eric Anholt