i965: Add INTEL_DEBUG=perf for failure to compile 16-wide shaders.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
2012-08-13 Eric Anholti965: Add INTEL_DEBUG=perf for failure to compile 16...
2012-08-09 Olivier Galiberti965/fs: Fix the FS inputs setup when some SF outputs...
2012-08-07 Eric Anholti965/fs: Add support for loading uniform buffer variabl...
2012-08-07 Eric Anholti965/fs: Communicate the pull constant block read param...
2012-07-25 Eric Anholti965: Remove unused param conversion code.
2012-07-19 Paul Berryi965: Avoid unnecessary recompiles for shaders that...
2012-07-18 Eric Anholti965/fs.h: Refactor tests for instructions modifying...
2012-07-18 Eric Anholti965/fs: Replace usage is_tex() with regs_written(...
2012-07-18 Eric Anholti965/fs: Rename virtual_grf_next to virtual_grf_count.
2012-07-12 Kenneth Graunkei965: Delete previous workaround for textureGrad with...
2012-07-06 Eric Anholti965/fs: Invalidate live intervals in passes that remov...
2012-07-06 Eric Anholti965/fs: Move class functions from the header to .cpp...
2012-07-02 Paul Berryi965/msaa: Fix centroid interpolation of unlit pixels.
2012-06-25 Paul Berryi965/msaa: Add backend support for centroid interpolation.
2012-06-25 Paul Berryi965/fs: Refactor interpolation code to prepare for...
2012-06-22 Paul Berryi965: Compute dFdy() correctly for FBOs.
2012-05-17 Eric Anholti965/fs: Do more register coalescing by using the inter...
2012-05-14 Eric Anholti965/fs: Add support for copy propagation.
2012-05-14 Kenneth Graunkei965/fs: Add a local common subexpression elimination...
2012-05-14 Kenneth Graunkei965/fs: Use a const reference in fs_reg::equals instea...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulintel: use _mesa_is_winsys/user_fbo() helpers
2012-04-20 Eric Anholti965: Move the old live interval analysis code next...
2012-04-12 Eric Anholti965/fs: Try to avoid generating extra MOVs to do satur...
2012-03-07 Yuanhan Liui965: handle gl_PointCoord for Gen4 and Gen5 platforms
2012-02-14 Eric Anholti965: Report the failure message when failing to compil...
2012-01-27 Eric Anholtintel: Comment typo fix.
2012-01-09 Eric Anholti965/fs: Fix projector==1.0 optimization pre-gen6.
2011-12-29 Eric Anholti965/fs: Allow constant propagation into IF with embedd...
2011-12-20 Kenneth Graunkei965/fs: Factor out texturing related data from brw_wm_...
2011-12-18 Kenneth Graunkei965: Rename texturing ops from FS_OPCODE to SHADER_OPC...
2011-11-07 Kenneth Graunkei965: Enable faster workaround-free math on Ivybridge.
2011-11-04 Paul Berryi965: Fix constant propagation into 32-bit integer...
2011-10-31 Paul Berryi965: Fix flat integral varyings.
2011-10-27 Paul Berryi965/gen6+: Add support for noperspective interpolation.
2011-10-27 Paul Berryi965/fs: use determine_interpolation_mode().
2011-10-27 Paul Berryi965/gen6+: Parameterize barycentric interpolation...
2011-10-27 Paul Berryi965/fs: Fix split_virtual_grfs() when delta_xy not...
2011-10-20 Eric Anholti965/fs: Fix comparisions with uint negation.
2011-10-18 Kenneth Graunkeintel: Convert from GLboolean to 'bool' from stdbool.h.
2011-10-11 Paul Berryi965: Fix computation of abs(-x) in FS
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Brian Pauli965: silence unused var warnings in non-debug builds
2011-10-03 Kenneth Graunkei965: Reverse the operands for INT DIV prior to Gen6.
2011-10-03 Kenneth Graunkei965/fs: Implement integer quotient and remainder math...
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
2011-09-06 Brian Pauli965: add casts to silence int/enum conversion warnings
2011-09-06 Brian Paulmesa: put _mesa_ prefix on vert_result_to_frag_attrib()
2011-09-06 Paul BerryRefactor code that converts between gl_vert_result...
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...
next