summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_wm_emit.c
AgeCommit message (Expand)Author
2011-01-04i965: Correct comment for gen6 fb write control message settingZhenyu Wang
2010-12-22i965: explicit tell header present for fb write on sandybridgeZhenyu Wang
2010-12-21i965: Avoid using float type for raw moves, to work around SNB issue.Eric Anholt
2010-12-13i965: Improve the hacks for ARB_fp scalar^scalar POW on gen6.Eric Anholt
2010-12-13i956: Fix the old FP path fragment position setup on gen6.Eric Anholt
2010-12-08i965: Drop KIL_NV from the ff/ARB_fp path since it was only used for GLSL.Eric Anholt
2010-12-08i965: Use the new pixel mask location for gen6 ARB_fp KIL instructions.Eric Anholt
2010-12-08i965: Set the render target index in gen6 fixed-function/ARB_fp path.Eric Anholt
2010-12-07i965: Work around gen6 ignoring source modifiers on math instructions.Eric Anholt
2010-12-06i965: Fix up 16-wide gen6 FB writes after various refactoring.Eric Anholt
2010-12-06i965: Move payload reg setup to compile, not lookup time.Eric Anholt
2010-11-09i965: Add support for math on constants in gen6 brw_wm_glsl.c path.Eric Anholt
2010-11-09i965: Allow OPCODE_SWZ to put immediates in the first arg.Eric Anholt
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-22i965: Add support for pull constants to the new FS backend.Eric Anholt
2010-10-21i965: Add support for register spilling.Eric Anholt
2010-10-14i965: Clean up a warning in the old fragment backend.Kenneth Graunke
2010-09-28i965: fix pixel w interpolation on sandybridgeZhenyu Wang
2010-09-28i965: don't do calculation for delta_xy on sandybridgeZhenyu Wang
2010-09-28i965: Fix sampler on sandybridgeZhenyu Wang
2010-09-28i965: enable accumulator update in PS kernel too on sandybridgeZhenyu Wang
2010-09-28i965: Add support for POW in gen6 FS.Eric Anholt
2010-09-28i965: Add support for attribute interpolation on Sandybridge.Eric Anholt
2010-09-21i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt
2010-08-22i965: Fix 8-wide FB writes on gen6.Eric Anholt
2010-08-22i965: Fix brw_math1 with scalar argument in gen6 FS.Eric Anholt
2010-08-20i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB.Eric Anholt
2010-08-20i965: Add support for FB writes on Sandybridge.Zhenyu Wang
2010-08-20i965: Fix DP write channel ordering on Sandybridge.Eric Anholt
2010-08-16i965: Use the implied move available in most brw_wm_emit brw_math() calls.Eric Anholt
2010-08-09i965: More s/stderr/stdout/ for program debug.Eric Anholt
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt
2010-07-26i965: Fix reversed naming of the operations in compute-to-mrf optimization.Eric Anholt
2010-07-26i965: Clean up a few magic numbers to use brw_defines.h defs.Eric Anholt
2010-07-26i965: Move the GRF-to-MRF optimizations to brw_optimize.c.Eric Anholt
2010-07-26i965: Improve (i.e. remove) some grf-to-mrf unnecessary movesBenjamin Segovia
2010-07-02i965: Add support for the DP2 opcode, which we use for dot(vec2, vec2).Eric Anholt
2010-06-30i965: Add support for OPCODE_SSG.Eric Anholt
2010-05-14i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang
2010-03-22i965: Allow FS constants to be used as immediates instead of push/pull.Eric Anholt
2010-03-22i965: Optimize OPCODE_CMP by using BRW_SEL to choose results.Eric Anholt
2010-03-16Revert "i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV,...Eric Anholt
2010-03-12i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy().Eric Anholt
2010-03-12i965: Clarify that DELTAXY always occurs for both X and Y.Eric Anholt
2010-03-12i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt
2010-03-12i965: When doing a swizzled kill pixel, don't do redundant channel compares.Eric Anholt
2010-03-12i965: Use the SEL instruction to implement MIN and MAX.Eric Anholt
2010-03-10i965: Use the PLN instruction when possible in interpolation.Eric Anholt
2010-03-10i965: Add support for the CMP opcode in the GLSL path.Eric Anholt