Age | Commit message (Expand) | Author |
2010-05-14 | i965: Dump out the correct shared function for SEND on Ironlake. | Eric Anholt |
2010-04-29 | i965: Implement VS MAX in a more obvious way. | Eric Anholt |
2010-04-29 | i965: Use immediate float operands for some VS instructions. | Eric Anholt |
2010-04-21 | intel: Clean up chipset name and gen num for Ironlake | Zhenyu Wang |
2010-04-17 | i965: Assert that an OPCODE_IF was seen before an OPCODE_ELSE. | Vinson Lee |
2010-03-22 | i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit. | Eric Anholt |
2010-03-16 | Revert "i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV,... | Eric Anholt |
2010-03-12 | i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV. | Eric Anholt |
2010-03-12 | i965: Fix up VS DP4 sequences to avoid dependency control. | Eric Anholt |
2010-03-09 | i965: Fix nested loops in the VS. | Eric Anholt |
2010-03-03 | i965: Fix up Sandybridge VS sizing. | Eric Anholt |
2010-02-25 | i965: Fix up the VUE handling for SNB, and hopefully clarify comments. | Eric Anholt |
2010-02-25 | i965: Lump SNB in with Ironlake for bigger VUEs. | Eric Anholt |
2010-02-25 | i965: Add SNB math opcode support. | Eric Anholt |
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg |
2010-01-31 | i965: Silence uninitialized variable warning. | Vinson Lee |
2010-01-19 | i965: Upload as many VS constants as possible through the push constants. | Eric Anholt |
2010-01-18 | i965: Clean up constbuf handling by splitting reladdr/non-reladdr loads. | Eric Anholt |
2010-01-18 | i965: Only set up the stack register if it's going to get used. | Eric Anholt |
2010-01-18 | i965: Fix loads of non-relative-addr constants after a reladdr load. | Eric Anholt |
2009-12-22 | intel: Replace IS_965 checks 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-12-18 | i965: Add support for OPCODE_CMP in the VS to fix GLSL sqrt() | Eric Anholt |
2009-11-17 | Merge branch 'outputswritten64' | Ian Romanick |
2009-11-13 | i965: Avoid moving the current value back into the accumulator for MAD. | Eric Anholt |
2009-11-10 | i965: Unalias src/dst registers for SGE and friends. | Eric Anholt |
2009-11-10 | i965: Allow use of PROGRAM_LOCAL constants in ARB_vp. | Eric Anholt |
2009-09-10 | i965: Enable loops in the VS. | Eric Anholt |
2009-09-04 | i965: Don't set the complete field when there is more VUE yet to come. | Eric Anholt |
2009-08-29 | i965: Support PROGRAM_ENV_PARAMs in brw_vs_emit.c | Eric Anholt |
2009-08-07 | i965: Replace the subroutine-skipping jump in VS with a NOP if it's a NOP. | Eric Anholt |
2009-08-04 | i965: Fix dangerous warning I let slip in. | Eric Anholt |
2009-08-04 | i965: Respect CondSwizzle in OPCODE_IF. | Eric Anholt |
2009-08-04 | i965: Emit conditional code updates as required for GLSL VS if statements. | Eric Anholt |
2009-08-04 | i965: Hook up the disassembler for INTEL_DEBUG={wm,vs}. | Eric Anholt |
2009-08-03 | i965: Even if no VS inputs are set, still load some amount of URB as required. | Eric Anholt |
2009-08-03 | i965: Make sure the VS URB size is big enough to fit a VF VUE. | Eric Anholt |
2009-07-13 | i965: add support for new chipsets | Xiang, Haihao |
2009-06-30 | i965: first attempt at handling URB overflow when there's too many vs outputs | Brian Paul |
2009-06-30 | i965: comments and a new assertion | Brian Paul |
2009-06-19 | i965: initial code for loops in vertex programs | Brian Paul |
2009-06-19 | i965: asst clean-ups, etc in brw_vs_emit() | Brian Paul |
2009-05-08 | i965: const qualifiers | Brian Paul |
2009-05-07 | i965: relAddr local var (to make debug/test a little easier) | Brian Paul |
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-22 | i965: disable debug printf | Brian Paul |
2009-04-22 | i965: enable VS constant buffers | Brian Paul |
2009-04-17 | i915: fix broken indirect constant buffer reads | Brian Paul |