i965: Normalize cubemap coordinates like is done in the Mesa IR path.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2010-10-07 Eric Anholti965: Normalize cubemap coordinates like is done in...
2010-10-07 Eric Anholti965: Disable emitting if () statements on gen6 until...
2010-10-06 Eric Anholti965: Don't assume that WPOS is always provided on...
2010-10-06 Eric Anholti965: Add support for gl_FrontFacing on gen6.
2010-10-06 Eric Anholti965: Refactor gl_FrontFacing setup out of general...
2010-10-06 Eric Anholti965: Gen6's sampler messages are the same as Ironlake.
2010-10-06 Eric Anholti965: Don't do 1/w multiplication in new FS for gen6
2010-10-06 Eric Anholti965: Fix botch in the header_present case in the new FS.
2010-10-06 Eric Anholti965: Add back gen6 headerless FB writes to the new...
2010-10-06 Eric Anholti965: Also do constant propagation for the second opera...
2010-10-06 Eric Anholti965: Enable the constant propagation code.
2010-10-04 Eric Anholti965: Add support for gen6 FB writes to the new FS.
2010-10-04 Eric Anholti965: Add initial folding of constants into operand...
2010-10-04 Eric Anholti965: Add trivial dead code elimination in the new...
2010-10-04 Eric Anholti965: Be more conservative on live interval calculation.
2010-10-03 Eric Anholti965: Add support for EXT_texture_swizzle to the new...
2010-10-02 Eric Anholti965: Don't try to emit code if we failed register...
2010-10-02 Eric Anholti965: Fix off-by-ones in handling the last members...
2010-10-02 Eric Anholti965: Add a sanity check for register allocation sizes.
2010-10-02 Eric Anholti965: When producing a single channel swizzle, don...
2010-10-02 Eric Anholti965: Restore the forcing of aligned pairs for delta_xy...
2010-10-01 Eric Anholti965: Fix up copy'n'pasteo from moving coordinate setup...
2010-10-01 Eric Anholti965: Add real support for pre-gen5 texture sampling...
2010-10-01 Eric Anholti965: Pre-gen6, map VS outputs (not FS inputs) to URB...
2010-10-01 Eric Anholti965: Also increment attribute location when skipping...
2010-10-01 Eric Anholti965: Fix the gen6 jump size for BREAK/CONT in new FS.
2010-10-01 Eric Anholti965: Add gen6 attribute interpolation to new FS backend.
2010-10-01 Eric Anholti965: Split the gen4 and gen5 sampler handling apart.
2010-10-01 Eric Anholti965: Use the lowering pass for texture projection.
2010-09-30 Eric Anholti965: Fix new FS handling of builtin uniforms with...
2010-09-30 Eric Anholti965: Fix whole-structure/array assignment in new FS.
2010-09-29 Eric Anholti965: Remove my "safety counter" code from loops.
2010-09-29 Eric Anholti965: Add live interval analysis and hook it up to...
2010-09-29 Eric Anholti965: First cut at register allocation using graph...
2010-09-29 Eric Anholti965: Clean up the virtual GRF handling.
2010-09-29 Eric Anholti956: Make new FS discard do its work in a temp, not...
2010-09-28 Eric Anholti965: Add support for builtin uniforms to the new FS...
2010-09-28 Eric Anholti965: Clean up obsolete FINISHME comment.
2010-09-28 Eric Anholti965: Fix array indexing of arrays of matrices.
2010-09-28 Eric Anholti965: Don't try to emit interpolation for unused varyin...
2010-09-28 Eric Anholti965: Do interpolation for varying matrices and arrays...
2010-09-28 Eric Anholti965: Add support for ARB_fragment_coord_conventions...
2010-09-28 Eric Anholti965: Add support for ir_loop counters to the new FS...
2010-09-28 Eric Anholti965: Add support for MRT to the new FS backend.
2010-09-28 Eric Anholti965: Add support for non-color render target write...
2010-09-28 Eric Anholti965: Set up sampler numbers in the FS backend.
2010-09-28 Eric Anholti965: Subtract instead of adding when computing y delta...
2010-09-28 Eric Anholti965: Add support for gl_FrontFacing to the new FS...
2010-09-28 Eric Anholti965: Add support for struct, array, and matrix uniform...
2010-09-28 Eric Anholti965: Add support for dereferencing structs to the...
2010-09-28 Eric Anholti965: Set the variable type when dereferencing an array.
2010-09-28 Eric Anholti965: Fix up the FS backend for the variable array...
2010-09-28 Eric Anholti965: Fix valgrind complaint about base_ir for new...
2010-09-28 Eric Anholti965: Apply the same set of lowering passes to new...
2010-09-28 Eric Anholti965: Actually track the "if" depth in loop in the...
2010-09-28 Eric Anholti965: Fix negation in the new FS backend.
2010-09-28 Eric Anholti965: Add support for dFdx()/dFdy() to the FS backend.
2010-09-27 Eric Anholti965: Handle all_equal/any_nequal in the new FS.
2010-09-27 Eric Anholti965: Fix up writemasked assignments in the new FS.
2010-09-22 Eric Anholti965: Warning fix for vector result any_nequal/all_equa...
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-10 Eric Anholti965: Add switch cases for ir_unop_noise, which should...
2010-09-09 Luca Barbieriglsl: add several EmitNo* options, and MaxUnrollIterations
2010-09-07 Eric Anholti965: Make pixel_xy results UW.
2010-09-07 Eric Anholti965: Don't bother with RNDZ for f2i.
2010-09-07 Eric Anholti965: Align the start of attribute interp coefficients...
2010-09-07 Eric Anholti965: Just assert when we flagged a compile error in...
2010-09-07 Eric Anholti965: Clean up fs_reg setup by using a helper for const...
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-08-30 Eric Anholti965: Add support for loops to the new FS backend.
2010-08-30 Eric Anholti965: Add "discard" support to the new FS backend.
2010-08-30 Eric Anholti965: Fix the new implementation of ir_unop_sign to...
2010-08-30 Eric Anholti965: Add support for texturing with bias to i965 FS...
2010-08-29 Eric Anholti965: Add initial support for texturing to the new...
2010-08-29 Cedric Vivieri965: Move libdrm/C++ hack introduced in fa2deb3d to...
2010-08-27 Eric Anholti965: Don't strip negate/abs flags when assigning unifo...
2010-08-27 Eric Anholti965: Add missing handling for BRW_OPCODE_SEL.
2010-08-27 Eric Anholti965: Mask out higher bits of the result of BRW_CMP...
2010-08-27 Eric Anholti965: Fix the types of immediate integer values.
2010-08-27 Eric Anholti965: Add translation for RNDD and RNDZ.
2010-08-27 Eric Anholti965: Add support for ir_binop_mod using do_mod_to_fract.
2010-08-27 Eric Anholti965: Fix swapped instructions in ir_unop_abs and ir_un...
2010-08-27 Eric Anholti965: Add generate() handling for AND, OR, XOR.
2010-08-27 Eric Anholti965: Add support for if instructions in the new FS...
2010-08-27 Eric Anholti965: When encountering an unknown opcode in new FS...
2010-08-27 Eric Anholti965: Fix the maximum grf counting in the new FS backend.
2010-08-27 Eric Anholti965: Validate the IR tree after doing our custom optim...
2010-08-27 Eric Anholti965: Add a bit of support for matrices to the new FS.
2010-08-27 Eric Anholti965: Fix destination writemasking in the new FS.
2010-08-27 Eric Anholti965: Add preliminary support for uniforms to the new...
2010-08-27 Eric Anholti965: Abort on gl_FragDepth in the new FS backend for...
2010-08-27 Eric Anholti965: Fix up and actually enable the NewShader and...
2010-08-26 Eric Anholti965: Hack in avoidance of c++ reserved keyword in...
2010-08-26 Eric Anholti965: Add GLSL IR-level source annotation and comments...
2010-08-26 Eric Anholti965: Use the implied move in brw_math() in the new FS.
2010-08-26 Eric Anholti965: Add support for in varyings to the new FS codegen.
2010-08-26 Eric Anholti965: Start building the codegen visitor.
2010-08-26 Eric Anholti965: Start building direct GLSL2 IR to 965 assembly...
2010-08-26 Eric Anholti965: Add new pass to split vectors into scalar variables
2010-08-26 Eric Anholti965: Add a pass for the FS to reduce vector expression...
next