Age | Commit message (Expand) | Author |
2009-12-28 | intel: Silence compiler warnings. | Vinson Lee |
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 |
2009-11-06 | i965: Share emit_fb_write() between brw_wm_emit.c and brw_wm_glsl.c | Eric Anholt |
2009-11-06 | i965: Share most of the WM functions between brw_wm_glsl.c and brw_wm_emit.c | Eric Anholt |
2009-11-06 | i965: Share math functions between brw_wm_glsl.c and brw_wm_emit.c. | Eric Anholt |
2009-11-06 | i965: Share the sop opcodes between brw_wm_glsl.c and brw_wm_emit.c. | Eric Anholt |
2009-11-06 | i965: Share OPCODE_MAD between brw_wm_glsl.c and brw_wm_emit.c | Eric Anholt |
2009-11-06 | i965: Share the DP3, DP4, and DPH between brw_wm_glsl.c and brw_wm_emit.c | Eric Anholt |
2009-11-06 | i965: Add generic GLSL code for unaliasing a 3-arg opcode, and share LRP code. | Eric Anholt |
2009-11-06 | i965: Use a normal alu1 emit for OPCODE_TRUNC. | Eric Anholt |
2009-11-06 | i965: Share basic ALU ops between brw_wm_glsl and brw_wm_emit.c | Eric Anholt |
2009-09-11 | i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work. | Eric Anholt |
2009-09-04 | i965: Add support for KIL_NV in brw_wm_emit.c | Eric Anholt |
2009-08-26 | i965: clean up texture target switches | Brian Paul |
2009-08-22 | i965: Implement frag prog DPH like DP4 | Ian Romanick |
2009-08-12 | i965: Handle scalar result swizzling in shared GLSL/non-GLSL code. | Eric Anholt |
2009-08-12 | i965: Remove some unused WM opcode args. | Eric Anholt |
2009-08-04 | i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}. | Eric Anholt |
2009-07-13 | i965: add support for new chipsets | Xiang, Haihao |
2009-07-02 | i965: fixes for JMPI | Xiang, Haihao |
2009-06-26 | i965: fix fetching constants from constant buffer in glsl path | Roland Scheidegger |
2009-06-02 | i965: Support OPCODE_TRUNC in the brw_wm_fp.c code. | Eric Anholt |
2009-04-09 | i965: new SURF_INDEX_ macros | Brian Paul |
2009-04-03 | i965: comments, whitespace changes | Brian Paul |
2009-03-23 | i965: Fix glFrontFacing in twoside GLSL demo. | Eric Anholt |
2009-03-12 | i965: comments | Brian Paul |
2009-02-20 | i965: use the new prog_instruction::TexShadow field | Brian Paul |
2009-01-01 | i965: indentation and formatting fixes | Brian Paul |
2008-09-25 | i965: more meaningful message for unsupported opcodes. | Sam Hocevar |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul |
2008-07-23 | 965: Fix partially transparent textures in Doom 3 engine games | Pawel Pieczul |
2008-06-21 | replace __inline and __inline__ with INLINE macro | Brian Paul |
2008-04-22 | i965: fix DEPTH_TEXTURE_MODE (bug #14220) | Xiang, Haihao |
2008-03-21 | [965] Avoid emitting dead code for DPx/math instructions. | Michal Wajdeczko |
2008-03-21 | [965] Improve pinterp performance by delaying reads of just-written regs. | Michal Wajdeczko |
2008-03-21 | [965] Fix negating of unsigned value in emit_wpos_xy. | Michal Wajdeczko |
2008-03-17 | [i965] fix wpos height 1 pixel higher | Zou Nan hai |
2008-03-13 | [i965] multiple rendering target support | Zou Nan hai |
2008-02-28 | [965] Bug #9151: make fragment.position return window coords not screen coords. | Eric Anholt |
2007-11-30 | i965: use uncompressed instruction to ensure only | Xiang, Haihao |
2007-10-09 | shadow sampler fix. | Zou Nan hai |
2007-06-21 | support branch and loop in pixel shader | Zou Nan hai |
2007-04-12 | Initial 965 GLSL support | Zou Nan hai |