summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
diff options
context:
space:
mode:
authorIago Toral Quiroga <[email protected]>2014-06-05 08:31:40 +0200
committerIago Toral Quiroga <[email protected]>2014-06-30 08:08:49 +0200
commitf20c7230399f5d505631dafab4252d504323d0a8 (patch)
tree44c9033b94d0fff888f2ad93aaca900a3aafbd13 /src/mesa/main
parenta7e6ec68985dda9ca70c3eeb4fa9d807b67f7c99 (diff)
mesa: add StreamId information to transform feedback outputs.
For now initialized to the default stream 0. Reviewed-by: Chris Forbes <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'src/mesa/main')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 4762d9616b3..5b110a7cdbf 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -1791,6 +1791,7 @@ struct gl_transform_feedback_output
unsigned OutputRegister;
unsigned OutputBuffer;
unsigned NumComponents;
+ unsigned StreamId;
/** offset (in DWORDs) of this output within the interleaved structure */
unsigned DstOffset;