aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: fix mask used to write to clip distance registers when gen>6Paul Berry2011-06-241-1/+1
* i965: Add support for GL_FIXED vertex attributes.Eric Anholt2011-06-101-0/+22
* i965: Initial Ivybridge URB space partitioning, including push constants.Kenneth Graunke2011-05-171-1/+10
* i965: Move IF stack handling into the EU abstraction layer/brw_compile.Kenneth Graunke2011-05-171-15/+10
* i965/gen6: Align interleaved URB writes for overflow outputs as well.Eric Anholt2011-05-011-8/+27
* intel: Add support for ARB_color_buffer_float.Eric Anholt2011-04-201-1/+2
* i965: Add comments about URB size units and limits.Kenneth Graunke2011-04-121-0/+6
* i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke2011-03-161-1/+1
* i965: bump VS thread number to 60 on SNBZou Nan hai2011-03-011-1/+9
* i965/vs: When MOVing to produce ABS, strip negate of the operand.Eric Anholt2011-01-121-0/+1
* i965: Avoid double-negation of immediate values in the VS.Eric Anholt2011-01-071-4/+3
* i965: fix register region descriptionXiang, Haihao2010-12-241-1/+1
* i965: Fix ARL to work on gen6.Eric Anholt2010-12-131-1/+17
* i965: support for two-sided lighting on SandybridgeXiang, Haihao2010-12-101-2/+33
* i965: Add support for gen6 reladdr VS constant loading.Eric Anholt2010-12-091-10/+16
* i965: Add support for gen6 constant-index constant loading.Eric Anholt2010-12-091-2/+0
* i965: Fix VS constants regression pre-gen6.Eric Anholt2010-12-091-1/+1
* i965: Drop push-mode reladdr constant loading and always use constant_map.Eric Anholt2010-12-081-61/+78
* i965: Always hand the absolute value to RSQ.Eric Anholt2010-12-071-1/+1
* i965: Add support for loops in the VS.Eric Anholt2010-12-011-25/+33
* i965: also using align1 mode for math2 on sandybridgeZhenyu Wang2010-12-011-6/+50
* i965: Don't write mrf assignment for pointsize outputKristian Høgsberg2010-11-241-1/+2
* i965: Use the new embedded compare in SEL on gen6 for VS MIN and MAX opcodes.Eric Anholt2010-11-231-6/+24
* i965: Work around strangeness in swizzling/masking of gen6 math.Eric Anholt2010-11-101-11/+58
* Revert "i965: VS use SPF mode on sandybridge for now"Zhenyu Wang2010-11-101-4/+0
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-031-3/+3
* i965: Add user clip planes support to gen6.Eric Anholt2010-10-281-23/+61
* i965: Assert out on gen6 VS constant buffer reads that hang the GPU for now.Eric Anholt2010-10-181-0/+4
* i965: Don't compute-to-MRF in gen6 VS math.Eric Anholt2010-10-111-7/+15
* i965: VS use SPF mode on sandybridge for nowZhenyu Wang2010-09-281-0/+4
* i965: fix point size setting in header on sandybridgeZhenyu Wang2010-09-281-2/+5
* i965: Fix color interpolation on sandybridgeZhenyu Wang2010-09-281-3/+2
* i965: Store the byte address in the VS constant buffer as an integer.Eric Anholt2010-09-071-1/+1
* i965: set the source width/stride when handling reladdr dests in the VS.Eric Anholt2010-09-071-0/+6
* i965: Clear the cached constant buffer entry in the VS at control flow.Eric Anholt2010-08-301-1/+21
* i965: Make brw_CONT and brw_BREAK take the pop count.Eric Anholt2010-08-301-5/+2
* i965: Add support for destination RelAddr writes in the VS.Eric Anholt2010-08-261-11/+45
* i965: Add AccWrCtl support on Sandybridge.Zhenyu Wang2010-08-201-0/+3
* i965: Set the if stack pop count when breaking out of a loop inside an if.Eric Anholt2010-08-181-5/+11
* i965: Don't set the swizzle on an immediate value in the VS.Eric Anholt2010-08-181-4/+7
* i965: Add support for DP2 in the VS.Eric Anholt2010-08-171-0/+4
* i965: More s/stderr/stdout/ for program debug.Eric Anholt2010-08-091-1/+1
* i965: Settle on printing our program debug to stdout.Eric Anholt2010-08-041-1/+2
* Merge remote branch 'origin/master' into glsl2Eric Anholt2010-07-261-102/+123
|\
| * i965: Allow VS MOVs to use immediate constants.Eric Anholt2010-07-261-0/+1
| * i965: Add support for VS relative addressing of temporary arrays.Eric Anholt2010-07-231-2/+49
| * i965: Avoid extra MOV in VS indirect register reads.Eric Anholt2010-07-221-15/+16
| * i965: Fix up VS temporary array access for fixed index offset != 0.Eric Anholt2010-07-221-1/+1
| * i965: In the VS, multiply the address reg by the appropriate register size.Eric Anholt2010-07-211-27/+14
| * i965: Clean up brw_dp_READ_4_vs() now that it has fewer options to support.Eric Anholt2010-07-211-3/+0