aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_vs_emit.c
Commit message (Expand)AuthorAgeFilesLines
* i965: Remove vestiges of function call support from the old VS backend.Kenneth Graunke2012-04-091-41/+0
* i965: Move VUE map computation to once at VS compile time.Eric Anholt2012-02-211-11/+9
* i965: Make the userclip flag for the VUE map come from VS prog data.Eric Anholt2012-02-211-2/+2
* i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop.Eric Anholt2011-12-211-10/+3
* i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching.Eric Anholt2011-12-211-26/+4
* i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start.Eric Anholt2011-12-211-1/+1
* i965: Drop unused do_insn argument from gen6_CONT().Eric Anholt2011-12-211-1/+1
* mesa: Make gl_program::InputsRead 64 bits.Mathias Fröhlich2011-11-291-2/+2
* intel: Convert from GLboolean to 'bool' from stdbool.h.Kenneth Graunke2011-10-181-25/+25
* i965 Gen6+: De-compact clip planes.Paul Berry2011-10-061-7/+7
* i965 VS: Change nr_userclip to nr_userclip_planes.Paul Berry2011-10-061-7/+7
* i965: Make brw_compute_vue_map's userclip dependency a boolean.Paul Berry2011-10-061-5/+5
* i965: Remove two_side_color from brw_compute_vue_map().Paul Berry2011-09-061-1/+1
* i965: old VS: use the VUE map to compute the URB entry size.Paul Berry2011-09-061-24/+7
* i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc...Paul Berry2011-09-061-110/+70
* i965: Make the old VS backend record pull constant references in pull_params[].Eric Anholt2011-08-301-0/+14
* i965: Remove all bits of NRM3 and NRM4 codeIan Romanick2011-08-251-31/+0
* i965: Start adding the VS visitor and codegen.Eric Anholt2011-08-161-1/+1
* Merge branch 'glsl-to-tgsi'Bryan Cain2011-08-041-1/+1
|\
| * r200, r600c, i965: fix buildBryan Cain2011-08-011-1/+1
* | i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains()Paul Berry2011-07-251-0/+3
* | i965: When emitting a src/dst read of an output, keep the swizzle and negIan Romanick2011-07-231-3/+16
* | i965: When emitting a src/dst write of an output, keep the write maskIan Romanick2011-07-231-1/+5
* | 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