i965/vs: Add support for pull constant loads for uniform arrays.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2011-08-30 Chad Versacei965: Fix Android build by removing relative includes
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-23 Kenneth Graunkei965/fs: Implement textureSize (TXS) on Gen5+.
2011-08-20 Kenneth Graunkei965/fs: Don't double-convert integer/boolean uniforms.
2011-08-16 Eric Anholti965/vs: Run the shader backend at link time and return...
2011-08-16 Eric Anholti965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
2011-08-16 Eric Anholti965: Create a shared enum for hardware and compiler...
2011-08-10 Eric Anholti965: Drop the reg/hw_reg distinction.
2011-08-10 Eric Anholti965/fs: Eliminate the magic nature of virtual GRF 0.
2011-08-05 Eric Anholti965/fs: Don't upload unused uniform components.
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-08-01 Bryan Cainr200, r600c, i965: fix build
2011-07-29 Eric Anholti965/fs: Allow register coalescing where the source...
2011-07-29 Eric Anholti965/fs: Optimize a * 1.0 -> a.
2011-07-29 Eric Anholti965/fs: If we see a RCP of a constant, try to constant...
2011-07-29 Eric Anholti965/fs: Port texture projection avoidance optimization...
2011-07-29 Eric Anholti965/fs: Stop using the exec_list iterator.
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-19 Kenneth Graunkei965/fs: Add support for TXD with shadow comparisons.
2011-06-19 Kenneth Graunkei965/fs: Check for compilation failure and bail before...
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-06-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
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-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
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-05-07 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
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-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-19 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-02 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-01 Kenneth GraunkeRevert "i965/fs: Correctly set up gl_FragCoord.w on...
2011-02-28 Christian KönigMerge remote branch 'origin/master' into pipe-video
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-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
next