Age | Commit message (Expand) | Author |
2010-09-28 | i965: fix pixel w interpolation on sandybridge | Zhenyu Wang |
2010-09-28 | i965: don't do calculation for delta_xy on sandybridge | Zhenyu Wang |
2010-09-28 | i965: Fix sampler on sandybridge | Zhenyu Wang |
2010-09-28 | i965: enable accumulator update in PS kernel too on sandybridge | Zhenyu Wang |
2010-09-28 | i965: Add support for POW in gen6 FS. | Eric Anholt |
2010-09-28 | i965: Add support for attribute interpolation on Sandybridge. | Eric Anholt |
2010-09-21 | i965: Share the KIL_NV implementation between glsl and non-glsl. | Eric Anholt |
2010-08-22 | i965: Fix 8-wide FB writes on gen6. | Eric Anholt |
2010-08-22 | i965: Fix brw_math1 with scalar argument in gen6 FS. | Eric Anholt |
2010-08-20 | i965: Also use the SIMD8 FB writes for SIMD8 mode on non-SNB. | Eric Anholt |
2010-08-20 | i965: Add support for FB writes on Sandybridge. | Zhenyu Wang |
2010-08-20 | i965: Fix DP write channel ordering on Sandybridge. | Eric Anholt |
2010-08-16 | i965: Use the implied move available in most brw_wm_emit brw_math() calls. | Eric Anholt |
2010-08-09 | i965: More s/stderr/stdout/ for program debug. | Eric Anholt |
2010-07-26 | Merge remote branch 'origin/master' into glsl2 | Eric Anholt |
2010-07-26 | i965: Fix reversed naming of the operations in compute-to-mrf optimization. | Eric Anholt |
2010-07-26 | i965: Clean up a few magic numbers to use brw_defines.h defs. | Eric Anholt |
2010-07-26 | i965: Move the GRF-to-MRF optimizations to brw_optimize.c. | Eric Anholt |
2010-07-26 | i965: Improve (i.e. remove) some grf-to-mrf unnecessary moves | Benjamin Segovia |
2010-07-02 | i965: Add support for the DP2 opcode, which we use for dot(vec2, vec2). | Eric Anholt |
2010-06-30 | i965: Add support for OPCODE_SSG. | Eric Anholt |
2010-05-14 | i965: Dump out the correct shared function for SEND on Ironlake. | Eric Anholt |
2010-04-21 | intel: Clean up chipset name and gen num for Ironlake | Zhenyu Wang |
2010-03-22 | i965: Allow FS constants to be used as immediates instead of push/pull. | Eric Anholt |
2010-03-22 | i965: Optimize OPCODE_CMP by using BRW_SEL to choose results. | Eric Anholt |
2010-03-16 | Revert "i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV,... | Eric Anholt |
2010-03-12 | i965: Clarify the roles of emit_pixel_xy(), emit_delta_xy(), emit_wpos_xy(). | Eric Anholt |
2010-03-12 | i965: Clarify that DELTAXY always occurs for both X and Y. | Eric Anholt |
2010-03-12 | i965: Do FS SLT, SGT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt |
2010-03-12 | i965: When doing a swizzled kill pixel, don't do redundant channel compares. | Eric Anholt |
2010-03-12 | i965: Use the SEL instruction to implement MIN and MAX. | Eric Anholt |
2010-03-10 | i965: Use the PLN instruction when possible in interpolation. | Eric Anholt |
2010-03-10 | i965: Add support for the CMP opcode in the GLSL path. | Eric Anholt |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-01-26 | i965: Fix fp fragment.position handling and enable HW part of ARB_fcc. | Eric Anholt |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-06 | i965: fix invalid assertion in emit_xpd(), again | Brian Paul |
2010-01-05 | i965: fix invalid assertion in emit_xpd() | Brian Paul |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-28 | intel: Silence compiler warnings. | Vinson Lee |
2009-12-22 | intel: Replace IS_G4X() across the driver with context structure usage. | Eric Anholt |
2009-12-22 | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync. | Eric Anholt |
2009-11-13 | i965: Share OPCODE_TXB between brw_wm_emit.c and brw_wm_glsl.c | Eric Anholt |
2009-11-13 | i965: Share OPCODE_TEX between brw_wm_emit.c and brw_wm_glsl.c. | Eric Anholt |
2009-11-13 | i965: Clean up emit_tex a bit. | Eric Anholt |
2009-11-13 | Merge remote branch 'origin/mesa_7_6_branch' | Eric Anholt |
2009-11-13 | i965: Clean up Ironlake sampler type definitions. | Eric Anholt |
2009-11-12 | i965: Fix Ironlake shadow comparisons. | Eric Anholt |
2009-11-06 | i965: Use Compr4 instruction compression mode on G4X and newer. | Eric Anholt |
2009-11-06 | i965: Share min/max between brw_wm_emit.c and brw_wm_glsl.c | Eric Anholt |