Files
mesa/src
Timothy Arceri d1b1fca0b7 i965/vec4: add support for packing vs/gs/tes outputs
Here we create a new output_generic_reg array with the ability to
store the dst_reg for each component of user defined varyings.
This is needed as the previous code only stored the dst_reg based
on the varying location which meant packed varyings would overwrite
each other.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
2016-07-21 12:06:11 +10:00
..
2016-07-20 15:48:54 +01:00
2016-06-23 13:55:03 -07:00