summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i965/brw_vs_emit.c
AgeCommit message (Expand)Author
2010-12-07i965: Always hand the absolute value to RSQ.Eric Anholt
2010-12-01i965: Add support for loops in the VS.Eric Anholt
2010-12-01i965: also using align1 mode for math2 on sandybridgeZhenyu Wang
2010-11-24i965: Don't write mrf assignment for pointsize outputKristian Høgsberg
2010-11-23i965: Use the new embedded compare in SEL on gen6 for VS MIN and MAX opcodes.Eric Anholt
2010-11-10i965: Work around strangeness in swizzling/masking of gen6 math.Eric Anholt
2010-11-10Revert "i965: VS use SPF mode on sandybridge for now"Zhenyu Wang
2010-11-03intel: Annotate debug printout checks with unlikely().Eric Anholt
2010-10-28i965: Add user clip planes support to gen6.Eric Anholt
2010-10-18i965: Assert out on gen6 VS constant buffer reads that hang the GPU for now.Eric Anholt
2010-10-11i965: Don't compute-to-MRF in gen6 VS math.Eric Anholt
2010-09-28i965: VS use SPF mode on sandybridge for nowZhenyu Wang
2010-09-28i965: fix point size setting in header on sandybridgeZhenyu Wang
2010-09-28i965: Fix color interpolation on sandybridgeZhenyu Wang
2010-09-07i965: Store the byte address in the VS constant buffer as an integer.Eric Anholt
2010-09-07i965: set the source width/stride when handling reladdr dests in the VS.Eric Anholt
2010-08-30i965: Clear the cached constant buffer entry in the VS at control flow.Eric Anholt
2010-08-30i965: Make brw_CONT and brw_BREAK take the pop count.Eric Anholt
2010-08-26i965: Add support for destination RelAddr writes in the VS.Eric Anholt
2010-08-20i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang
2010-08-18i965: Set the if stack pop count when breaking out of a loop inside an if.Eric Anholt
2010-08-18i965: Don't set the swizzle on an immediate value in the VS.Eric Anholt
2010-08-17i965: Add support for DP2 in the VS.Eric Anholt
2010-08-09i965: More s/stderr/stdout/ for program debug.Eric Anholt
2010-08-04i965: Settle on printing our program debug to stdout.Eric Anholt
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt
2010-07-26i965: Allow VS MOVs to use immediate constants.Eric Anholt
2010-07-23i965: Add support for VS relative addressing of temporary arrays.Eric Anholt
2010-07-22i965: Avoid extra MOV in VS indirect register reads.Eric Anholt
2010-07-22i965: Fix up VS temporary array access for fixed index offset != 0.Eric Anholt
2010-07-21i965: In the VS, multiply the address reg by the appropriate register size.Eric Anholt
2010-07-21i965: Clean up brw_dp_READ_4_vs() now that it has fewer options to support.Eric Anholt
2010-07-21i965: Support relative addressed VS constant reads using the appropriate msg.Eric Anholt
2010-07-21i965: Clean up dead code from the VS get_constant/get_reladdr_constant split.Eric Anholt
2010-07-21i965: Remove an unused variable.Carl Worth
2010-07-19i965: Mostly fix glsl-max-varyings.Eric Anholt
2010-07-19i965: Clean up message register setup in emit_vertex_write().Eric Anholt
2010-07-19i965: Don't set up VUE space for the disabled user clip distances on gen6.Eric Anholt
2010-06-30i965: Add support for OPCODE_SSG.Eric Anholt
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul
2010-05-14i965: Dump out the correct shared function for SEND on Ironlake.Eric Anholt
2010-04-29i965: Implement VS MAX in a more obvious way.Eric Anholt
2010-04-29i965: Use immediate float operands for some VS instructions.Eric Anholt
2010-04-21intel: Clean up chipset name and gen num for IronlakeZhenyu Wang
2010-04-17i965: Assert that an OPCODE_IF was seen before an OPCODE_ELSE.Vinson Lee
2010-03-22i965: Remove gratuitous jump or nop from OPCODE_END to vertex emit.Eric Anholt
2010-03-16Revert "i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV,...Eric Anholt
2010-03-12i965: Do VS SGT, SLT, and friends using CMP, SEL instead of CMP, MOV, MOV.Eric Anholt
2010-03-12i965: Fix up VS DP4 sequences to avoid dependency control.Eric Anholt
2010-03-09i965: Fix nested loops in the VS.Eric Anholt