diff options
author | Eric Anholt <[email protected]> | 2011-09-06 13:29:21 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2011-09-08 21:34:03 -0700 |
commit | 6af968b6736c87c05ea579df50e23b6f23b900d4 (patch) | |
tree | bab4a93b85e5c9a8e3e22410c747de2d100446ea /src/mesa/drivers/dri/i965/brw_vec4.h | |
parent | 48eb1fe6f9bca74364cf43c36e48ff3fd7cd53f5 (diff) |
i965/vs: Add annotation to more of the URB write.
While we had nice debug output for most of the instruction stream, it
was terminated by a series of anonymous MOVs and a send.
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_vec4.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_vec4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_vec4.h b/src/mesa/drivers/dri/i965/brw_vec4.h index 67b509ac48a..0bfd88b25d3 100644 --- a/src/mesa/drivers/dri/i965/brw_vec4.h +++ b/src/mesa/drivers/dri/i965/brw_vec4.h @@ -361,6 +361,7 @@ public: * for the ir->location's used. */ dst_reg output_reg[BRW_VERT_RESULT_MAX]; + const char *output_reg_annotation[BRW_VERT_RESULT_MAX]; int uniform_size[MAX_UNIFORMS]; int uniform_vector_size[MAX_UNIFORMS]; int uniforms; |