Browse Source

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 <eric@anholt.net>
tags/gles3-fmt-v1
Kenneth Graunke 13 years ago
parent
commit
eb18e3d32a
1 changed files with 0 additions and 8 deletions
  1. 0
    8
      src/mesa/drivers/dri/i965/brw_context.h

+ 0
- 8
src/mesa/drivers/dri/i965/brw_context.h View File

@@ -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


Loading…
Cancel
Save