Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | intel: s/brw_device_info/gen_device_info/ | Jason Ekstrand | 2016-09-03 | 1 | -1/+1 |
* | i965: Inform compiler of variable range to silence warning. | Matt Turner | 2016-01-19 | 1 | -1/+2 |
* | i965: quieten compiler warning about out-of-bounds access | Ilia Mirkin | 2016-01-05 | 1 | -0/+1 |
* | i965: Add tessellation shader VUE map code. | Kenneth Graunke | 2015-12-14 | 1 | -5/+89 |
* | i965: Clean up #includes in the compiler. | Matt Turner | 2015-11-24 | 1 | -1/+0 |
* | i965: Print input/output VUE maps on INTEL_DEBUG=vs, gs. | Kenneth Graunke | 2015-11-13 | 1 | -0/+27 |
* | i965: Don't re-layout varyings for separate shader programs. | Kenneth Graunke | 2015-09-26 | 1 | -11/+40 |
* | i965/vue: Make assign_vue_map() take an explicit slot. | Kenneth Graunke | 2015-09-26 | 1 | -16/+19 |
* | i965: Initialize unused VUE map slots to BRW_VARYING_SLOT_PAD. | Kenneth Graunke | 2015-09-26 | 1 | -1/+1 |
* | i965: Add and fix comments in brw_vue_map.c. | Kenneth Graunke | 2015-06-22 | 1 | -1/+13 |
* | i965: Split VUE map handling out of brw_vs.c into brw_vue_map.c. | Kenneth Graunke | 2015-06-22 | 1 | -0/+136 |