diff options
author | Paul Berry <[email protected]> | 2011-12-07 07:14:56 -0800 |
---|---|---|
committer | Paul Berry <[email protected]> | 2011-12-20 14:32:16 -0800 |
commit | 1413f955ebe213037a9d893e0b7391cac4ba3a57 (patch) | |
tree | 2ed56ca5e62b066be9bb09e07c0e601844e53434 /src/mesa/drivers/dri/intel | |
parent | fd5d0c8b12a0e144aa8e95540c0da2161d8e089a (diff) |
i965 gs: Move vue_map to brw_gs_compile.
This patch stores the geometry shader VUE map from a local variable in
compile_gs_prog() to a field in the brw_gs_compile struct, so that it
will be available while compiling the geometry shader. This is
necessary in order to support transform feedback on Gen6, because the
Gen6 geometry shader code that supports transform feedback needs to be
able to inspect the VUE map in order to find the correct vertex data
to output.
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/intel')
0 files changed, 0 insertions, 0 deletions