Age | Commit message (Expand) | Author |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2009-12-31 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2009-12-28 | intel: Silence compiler warnings. | Vinson Lee |
2009-12-26 | i965: Extra asserts on flow control instructions to clarify for clang. | Eric Anholt |
2009-12-26 | i965: Clean up double initialization of dst_flags from a rebase resolve. | Eric Anholt |
2009-12-22 | intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync. | Eric Anholt |
2009-11-17 | Merge branch 'outputswritten64' | Ian Romanick |
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 Ironlake sampler type definitions. | 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-11-06 | i965: Collect GLSL src/dst regs up in generic code. | Eric Anholt |
2009-10-29 | i965: use macros to get/set prog_instruction::Aux field | Brian Paul |
2009-09-11 | i965: Move OPCODE_DDX/DDY to brw_wm_emit.c and make it actually work. | Eric Anholt |
2009-08-26 | i965: fix incorrect tex unit in emit_tex() and emit_txb() | Brian Paul |
2009-08-26 | i965: clean-up tex target switches | Brian Paul |
2009-08-25 | i965: add some texture unit/target assertions | Brian Paul |
2009-08-12 | i965: Allocate destination registers for GLSL TEX instructions contiguously. | Eric Anholt |
2009-08-12 | i965: drop dead scalar handling in GLSL. | Eric Anholt |
2009-08-12 | i965: Drop GLSL ABS code, which is translated away in brw_wm_fp. | Eric Anholt |
2009-08-12 | i965: Drop code for emitting OPCODE_SUB, since brw_wm_fp.c makes it an ADD. | Eric Anholt |
2009-08-12 | i965: Handle scalar result swizzling in shared GLSL/non-GLSL code. | Eric Anholt |
2009-08-12 | i965: Flag ARL-using programs as requiring brw_wm_glsl.c | Eric Anholt |
2009-08-04 | i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}. | Eric Anholt |
2009-07-31 | Rename TGSI LOOP instruction to better match theri usage. | Michal Krol |
2009-07-15 | i965: the offset of any branch/jump instruction is in unit of 64bits on IGDNG | Xiang, Haihao |
2009-07-13 | i965: add support for new chipsets | Xiang, Haihao |
2009-06-26 | i965: fix fetching constants from constant buffer in glsl path | Roland Scheidegger |
2009-06-19 | i965: asst clean-ups, var renaming in brw_wm_emit_glsl() | Brian Paul |
2009-06-16 | i965: handle OPCODE_SWZ in the glsl path | Roland Scheidegger |
2009-06-02 | i965: Support OPCODE_TRUNC in the brw_wm_fp.c code. | Eric Anholt |
2009-05-14 | i965: Fix register allocation of GLSL fp inputs. | Eric Anholt |
2009-05-12 | i965: enable additional code in emit_fb_write() | Brian Paul |
2009-05-11 | i965: handle extended swizzle terms (0,1) in get_src_reg() | Brian Paul |
2009-05-08 | i965: don't use GRF regs 126,127 for WM programs | Brian Paul |
2009-05-06 | i965: Remove bad constant buffer constant-reg-already-loaded optimization. | Eric Anholt |
2009-05-01 | Merge branch 'const-buffer-changes' | Brian Paul |
2009-04-27 | i965: only upload constant buffer data when we actually need the const buffer | Brian Paul |
2009-04-27 | i965: only upload constant buffer data when we actually need the const buffer | Brian Paul |
2009-04-24 | i965: rework GLSL/WM register allocation | Brian Paul |
2009-04-21 | i965: const correctness | Brian Paul |