Age | Commit message (Expand) | Author |
2010-09-07 | i965: Store the byte address in the VS constant buffer as an integer. | Eric Anholt |
2010-09-07 | i965: set the source width/stride when handling reladdr dests in the VS. | Eric Anholt |
2010-08-30 | i965: Clear the cached constant buffer entry in the VS at control flow. | Eric Anholt |
2010-08-30 | i965: Make brw_CONT and brw_BREAK take the pop count. | Eric Anholt |
2010-08-26 | i965: Add support for destination RelAddr writes in the VS. | Eric Anholt |
2010-08-20 | i965: Add AccWrCtl support on Sandybridge. | Zhenyu Wang |
2010-08-18 | i965: Set the if stack pop count when breaking out of a loop inside an if. | Eric Anholt |
2010-08-18 | i965: Don't set the swizzle on an immediate value in the VS. | Eric Anholt |
2010-08-17 | i965: Add support for DP2 in the VS. | Eric Anholt |
2010-08-09 | i965: More s/stderr/stdout/ for program debug. | Eric Anholt |
2010-08-04 | i965: Settle on printing our program debug to stdout. | Eric Anholt |
2010-07-26 | Merge remote branch 'origin/master' into glsl2 | Eric Anholt |
2010-07-26 | i965: Allow VS MOVs to use immediate constants. | Eric Anholt |
2010-07-23 | i965: Add support for VS relative addressing of temporary arrays. | Eric Anholt |
2010-07-22 | i965: Avoid extra MOV in VS indirect register reads. | Eric Anholt |
2010-07-22 | i965: Fix up VS temporary array access for fixed index offset != 0. | Eric Anholt |
2010-07-21 | i965: In the VS, multiply the address reg by the appropriate register size. | Eric Anholt |
2010-07-21 | i965: Clean up brw_dp_READ_4_vs() now that it has fewer options to support. | Eric Anholt |
2010-07-21 | i965: Support relative addressed VS constant reads using the appropriate msg. | Eric Anholt |
2010-07-21 | i965: Clean up dead code from the VS get_constant/get_reladdr_constant split. | Eric Anholt |
2010-07-21 | i965: Remove an unused variable. | Carl Worth |
2010-07-19 | i965: Mostly fix glsl-max-varyings. | Eric Anholt |
2010-07-19 | i965: Clean up message register setup in emit_vertex_write(). | Eric Anholt |
2010-07-19 | i965: Don't set up VUE space for the disabled user clip distances on gen6. | Eric Anholt |
2010-06-30 | i965: Add support for OPCODE_SSG. | Eric Anholt |
2010-06-10 | mesa: rename src/mesa/shader/ to src/mesa/program/ | Brian Paul |
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 |