| Commit message (Expand) | Author | Age | Files | Lines |
* | i965/vp: Remove support for non-ARB_vp, non-NV_vp opcodes. | Eric Anholt | 2012-09-27 | 1 | -86/+0 |
* | i965/vp: Remove support for relative addressing of destination registers. | Eric Anholt | 2012-09-27 | 1 | -83/+7 |
* | i965/vp: Remove support for reading destination registers. | Eric Anholt | 2012-09-27 | 1 | -63/+4 |
* | i965/vp: Remove support for GLSL flow control from the old VS backend. | Eric Anholt | 2012-09-27 | 1 | -83/+0 |
* | i965: Move program dump to a helper function in brw_eu.c. | Eric Anholt | 2012-09-17 | 1 | -4/+1 |
* | i965: Fix accumulator_contains() test to also reject swizzles of the dst. | Eric Anholt | 2012-08-26 | 1 | -1/+1 |
* | i965: Drop the confusing saturate argument to math instruction setup. | Eric Anholt | 2012-08-08 | 1 | -3/+0 |
* | i965: Remove vestiges of function call support from the old VS backend. | Kenneth Graunke | 2012-04-09 | 1 | -41/+0 |
* | i965: Move VUE map computation to once at VS compile time. | Eric Anholt | 2012-02-21 | 1 | -11/+9 |
* | i965: Make the userclip flag for the VUE map come from VS prog data. | Eric Anholt | 2012-02-21 | 1 | -2/+2 |
* | i965: Don't make consumers of brw_CONT/brw_WHILE track if depth in loop. | Eric Anholt | 2011-12-21 | 1 | -10/+3 |
* | i965: Don't make consumers of brw_WHILE do pre-gen6 BREAK/CONT patching. | Eric Anholt | 2011-12-21 | 1 | -26/+4 |
* | i965: Don't make consumers of brw_DO()/brw_WHILE() track loop start. | Eric Anholt | 2011-12-21 | 1 | -1/+1 |
* | i965: Drop unused do_insn argument from gen6_CONT(). | Eric Anholt | 2011-12-21 | 1 | -1/+1 |
* | mesa: Make gl_program::InputsRead 64 bits. | Mathias Fröhlich | 2011-11-29 | 1 | -2/+2 |
* | intel: Convert from GLboolean to 'bool' from stdbool.h. | Kenneth Graunke | 2011-10-18 | 1 | -25/+25 |
* | i965 Gen6+: De-compact clip planes. | Paul Berry | 2011-10-06 | 1 | -7/+7 |
* | i965 VS: Change nr_userclip to nr_userclip_planes. | Paul Berry | 2011-10-06 | 1 | -7/+7 |
* | i965: Make brw_compute_vue_map's userclip dependency a boolean. | Paul Berry | 2011-10-06 | 1 | -5/+5 |
* | i965: Remove two_side_color from brw_compute_vue_map(). | Paul Berry | 2011-09-06 | 1 | -1/+1 |
* | i965: old VS: use the VUE map to compute the URB entry size. | Paul Berry | 2011-09-06 | 1 | -24/+7 |
* | i965: old VS: Use brw_vue_map instead of implicit assumptions about VUE struc... | Paul Berry | 2011-09-06 | 1 | -110/+70 |
* | i965: Make the old VS backend record pull constant references in pull_params[]. | Eric Anholt | 2011-08-30 | 1 | -0/+14 |
* | i965: Remove all bits of NRM3 and NRM4 code | Ian Romanick | 2011-08-25 | 1 | -31/+0 |
* | i965: Start adding the VS visitor and codegen. | Eric Anholt | 2011-08-16 | 1 | -1/+1 |
* | Merge branch 'glsl-to-tgsi' | Bryan Cain | 2011-08-04 | 1 | -1/+1 |
|\ |
|
| * | r200, r600c, i965: fix build | Bryan Cain | 2011-08-01 | 1 | -1/+1 |
* | | i965: vs optimization fix: Check val.{negate,abs} in accumulator_contains() | Paul Berry | 2011-07-25 | 1 | -0/+3 |
* | | i965: When emitting a src/dst read of an output, keep the swizzle and neg | Ian Romanick | 2011-07-23 | 1 | -3/+16 |
* | | i965: When emitting a src/dst write of an output, keep the write mask | Ian Romanick | 2011-07-23 | 1 | -1/+5 |
* | | i965: fix mask used to write to clip distance registers when gen>6 | Paul Berry | 2011-06-24 | 1 | -1/+1 |
|/ |
|
* | i965: Add support for GL_FIXED vertex attributes. | Eric Anholt | 2011-06-10 | 1 | -0/+22 |
* | i965: Initial Ivybridge URB space partitioning, including push constants. | Kenneth Graunke | 2011-05-17 | 1 | -1/+10 |
* | i965: Move IF stack handling into the EU abstraction layer/brw_compile. | Kenneth Graunke | 2011-05-17 | 1 | -15/+10 |
* | i965/gen6: Align interleaved URB writes for overflow outputs as well. | Eric Anholt | 2011-05-01 | 1 | -8/+27 |
* | intel: Add support for ARB_color_buffer_float. | Eric Anholt | 2011-04-20 | 1 | -1/+2 |
* | i965: Add comments about URB size units and limits. | Kenneth Graunke | 2011-04-12 | 1 | -0/+6 |
* | i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT). | Kenneth Graunke | 2011-03-16 | 1 | -1/+1 |
* | i965: bump VS thread number to 60 on SNB | Zou Nan hai | 2011-03-01 | 1 | -1/+9 |
* | i965/vs: When MOVing to produce ABS, strip negate of the operand. | Eric Anholt | 2011-01-12 | 1 | -0/+1 |
* | i965: Avoid double-negation of immediate values in the VS. | Eric Anholt | 2011-01-07 | 1 | -4/+3 |
* | i965: fix register region description | Xiang, Haihao | 2010-12-24 | 1 | -1/+1 |
* | i965: Fix ARL to work on gen6. | Eric Anholt | 2010-12-13 | 1 | -1/+17 |
* | i965: support for two-sided lighting on Sandybridge | Xiang, Haihao | 2010-12-10 | 1 | -2/+33 |
* | i965: Add support for gen6 reladdr VS constant loading. | Eric Anholt | 2010-12-09 | 1 | -10/+16 |
* | i965: Add support for gen6 constant-index constant loading. | Eric Anholt | 2010-12-09 | 1 | -2/+0 |
* | i965: Fix VS constants regression pre-gen6. | Eric Anholt | 2010-12-09 | 1 | -1/+1 |
* | i965: Drop push-mode reladdr constant loading and always use constant_map. | Eric Anholt | 2010-12-08 | 1 | -61/+78 |
* | i965: Always hand the absolute value to RSQ. | Eric Anholt | 2010-12-07 | 1 | -1/+1 |
* | i965: Add support for loops in the VS. | Eric Anholt | 2010-12-01 | 1 | -25/+33 |