diff options
author | Kenneth Graunke <[email protected]> | 2012-11-13 19:56:05 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-11-15 11:14:24 -0800 |
commit | eb18e3d32aa3c2c6775cb46b7f6fb92f949465ad (patch) | |
tree | 2107ec4a2a20b8ed9f8ca762c16b63cfd4536a6b /src/mesa | |
parent | 35e28b4583fdb206dc6b2dd49412362dc6a51953 (diff) |
i965: Remove unused struct brw_vs_ouput_sizes.
With a name like that, it can't be used. Sure enough, it's not.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 5520ca8508c..3911b22088c 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -461,14 +461,6 @@ struct brw_vs_prog_data { const float **pull_param; }; - -/* Size == 0 if output either not written, or always [0,0,0,1] - */ -struct brw_vs_ouput_sizes { - GLubyte output_size[VERT_RESULT_MAX]; -}; - - /** Number of texture sampler units */ #define BRW_MAX_TEX_UNIT 16 |