i965: Use state streaming on programs, and state base address on gen5+.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2011-06-18 Eric Anholti965: Use state streaming on programs, and state base...
2011-06-10 Eugeni DodonovFix format not a string literal error with -Werror...
2011-05-31 Eric Anholti965/fs: Use the embedded compare in SEL on gen6+.
2011-05-27 Eric Anholti965/fs: Do a FS compile up front at link time to produ...
2011-05-27 Eric Anholti965/fs: Split the GLSL IR -> FS LIR visitor to brw_fs_...
2011-05-27 Eric Anholti965/fs: Split the BRW native code emit to brw_fs_emit.cpp
2011-05-27 Eric Anholti965: Move a couple of GLSL IR -> BRW helper functions...
2011-05-27 Eric Anholti965: Move non-FS-specific shader support to brw_shader...
2011-05-27 Eric Anholti965: Avoid generating MOVs for assignments of expressions.
2011-05-27 Eric Anholti965/fs: Move the computation of register block count...
2011-05-27 Eric Anholti965/fs: Track fixed GRF regs separate from allocated...
2011-05-26 Eric Anholti965: Remove linear_color for GL_PERSPECTIVE_CORRECTION...
2011-05-25 Eric Anholti965: Fix assertion failures in unused brw_reg setup...
2011-05-20 Kenneth Graunkei965: Fix sampling on Ivybridge after headerless change.
2011-05-20 Kenneth Graunkei965: Remove "TXD" from justification of sampler messag...
2011-05-18 Eric Anholti965/fs: Don't emit a header on gen5+ sample messages...
2011-05-18 Eric Anholti965/fs: Fix GPU hang on texture2d-bias on pre-Ironlake.
2011-05-18 Eric Anholti965: Add support for correct GL_CLAMP behavior by...
2011-05-18 Eric Anholti965/fs: Drop the viewport index/rtai clearing in gen6...
2011-05-18 Eric Anholti965/fs: Add support for "if" statements in 16-wide...
2011-05-18 Eric Anholti965/fs: Fix discard and alpha test in 16-wide.
2011-05-18 Eric Anholti965/fs: Cut an instruction and a temporary from gen6...
2011-05-18 Eric Anholti965/fs: Fix compiler warnings about dead code from...
2011-05-18 Kenneth Graunkei965: Avoid register coalescing away MATH workarounds...
2011-05-18 Kenneth Graunkei965: Add support for IF/ELSE/ENDIF control flow on...
2011-05-18 Kenneth Graunkei965: Add support for Ivybridge texturing messages.
2011-05-18 Kenneth Graunkei965: Move IF stack handling into the EU abstraction...
2011-04-26 Eric Anholti965/fs: Add support for compute-to-mrf in 16-wide...
2011-04-26 Eric Anholti965/fs: Typo fix a comment.
2011-04-26 Eric Anholti965/fs: Enable constant propagation in 16-wide.
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch with uniforms...
2011-04-26 Eric Anholti965/fs: Add a little whitespace between shader dumping...
2011-04-26 Eric Anholti965/fs: Add support for compr4 MRF writes.
2011-04-26 Eric Anholti965/fs: Add support for 16-wide dispatch on gen5.
2011-04-26 Eric Anholti965/fs: Add initial support for 16-wide dispatch on...
2011-04-26 Eric Anholti965/fs: Add support for discard instructions in 16...
2011-04-26 Eric Anholti965/fs: Add support for math instructions in 16-wide...
2011-04-26 Eric Anholti965/fs: Fix interference calculation of pixel_[xy...
2011-04-26 Eric Anholti965/fs: Disable some optimization passes under 16...
2011-04-26 Eric Anholti965/fs: Add support for 16-wide texturing on gen5+.
2011-04-26 Eric Anholti965/fs: Add support for computing pixel_[xy] in 16...
2011-04-26 Eric Anholti965: Move the destination reg setup for 8/16 wide...
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of SEL instru...
2011-04-14 Eric Anholti965/fs: Constant-fold immediates in src0 of CMP instru...
2011-04-08 Eric Anholti965/fs: Remove broken optimization for live intervals...
2011-04-03 Kenneth Graunkei965/fs: Switch W and 1/W in Sandybridge interpolation...
2011-03-29 Ian Romanickmesa: Fix ugly indentation left from previous commit
2011-03-29 Ian Romanickglsl: Calcluate Mesa state slots in front-end instead...
2011-03-29 Chris Wilsoni965: Avoid name clash of loop counter and member
2011-03-27 Kenneth Graunkei965/fs: Fix linear gl_Color interpolation on pre-gen6...
2011-03-25 Ian Romanicki965/fs: Use different name for inner loop counter
2011-03-24 Eric Anholti965/fs: Make compile failure more verbose with INTEL_D...
2011-03-24 Eric Anholti965/fs: Clean up reg_undef args from long ago lack...
2011-03-24 Eric Anholti965/fs: Clean up the emit calls by introducing emit...
2011-03-17 Kenneth Graunkemesa: Remove the CompileShader driver hook; it's just...
2011-03-16 Kenneth Graunkei965: Rename brw_(IF|CONT)_gen6 functions to gen6_...
2011-03-16 Kenneth Graunkei965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPL...
2011-03-15 Eric Anholti965: Fix alpha testing when there is no color buffer...
2011-03-15 Eric Anholti965: Do our lowering passes before the loop of optimiz...
2011-03-14 Kenneth Graunkei965: Enable texture lookups whose return type is ...
2011-03-12 Eric AnholtRevert "i965: Use the fixed function GLSL program inste...
2011-03-11 Eric Anholti965: Use the fixed function GLSL program instead of...
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-03-01 Kenneth GraunkeRevert "i965/fs: Correctly set up gl_FragCoord.w on...
2011-02-25 Kenneth Graunkei965/fs: Initial plumbing to support TXD.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen5+.
2011-02-25 Kenneth Graunkei965/fs: Complete TXL support on gen4.
2011-02-25 Kenneth Graunkei965/fs: Use a properly named constant in TXB handling.
2011-02-22 Kenneth Graunkei965/fs: Correctly set up gl_FragCoord.w on Sandybridge.
2011-02-22 Kenneth Graunkei965/fs: Refactor control flow stack handling.
2011-02-22 Kenneth Graunkei965/fs: Avoid register coalescing away gen6 MATH worka...
2011-02-22 Kenneth Graunkei965/fs: Apply source modifier workarounds to POW as...
2011-01-31 Kenneth Graunkei965: Emit texel offsets in sampler messages.
2011-01-31 Kenneth GraunkeConvert everything from the talloc API to the ralloc...
2011-01-21 Kenneth Graunkeglsl, i965: Remove unnecessary talloc includes.
2011-01-20 Eric Anholti965/fs: Add a helper function for detecting math opcodes.
2011-01-20 Eric Anholti965/fs: Assign URB/CURB register numbers after instruc...
2011-01-20 Eric Anholti965/fs: Add an instruction scheduler.
2011-01-20 Eric Anholti965/fs: Add a helper for detecting texturing opcodes.
2011-01-19 Eric Anholti965: Fix a comment typo.
2011-01-19 Eric Anholti965: Fix a bug in i965 compute-to-MRF.
2011-01-18 Eric Anholti965: Fix dead pointers to fp->Parameters->ParameterVal...
2011-01-15 Brian PaulMerge branch 'draw-instanced'
2011-01-14 Eric Anholti965: Replace broken handling of dead code with an...
2011-01-14 Eric Anholti965: Add an invalidation of live intervals after regis...
2011-01-12 Eric Anholti965/fs: Do flat shading when appropriate.
2011-01-12 Eric Anholti965: Clarify when we need to (re-)calculate live inter...
2011-01-12 Eric Anholti965/fs: When producing ir_unop_abs of an operand,...
2011-01-12 Eric Anholti965: Tighten up the check for flow control interfering...
2011-01-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2010-12-29 Eric Anholti965: Do lowering of array indexing of a vector in...
2010-12-28 Eric Anholti965: Fix regression in FS comparisons on original...
2010-12-28 Eric Anholti965: Factor out the ir comparision to BRW_CONDITIONAL_...
2010-12-27 Kenneth Graunkei965: Flatten if-statements beyond depth 16 on pre...
2010-12-19 Christoph BumillerMerge remote branch 'origin/master' into nvc0-new
2010-12-22 Zhenyu Wangi965: explicit tell header present for fb write on...
2010-12-13 Eric Anholti965: Fix gl_FragCoord.z setup on gen6.
2010-12-09 Vinson Leei965: Silence uninitialized variable warning.
2010-12-08 Eric Anholti965: Fix flipped value of the not-embedded-in-if on...
2010-12-07 Eric Anholti965: Work around gen6 ignoring source modifiers on...
next