[Mesa-dev] [PATCH 1/5] i965: Remove unused struct brw_vs_ouput_sizes.
Kenneth Graunke
kenneth at whitecape.org
Tue Nov 13 21:09:34 PST 2012
With a name like that, it can't be used. Sure enough, it's not.
---
src/mesa/drivers/dri/i965/brw_context.h | 8 --------
1 file changed, 8 deletions(-)
This series just deletes a bunch of random stuff. It's not necessarily
leading up to anything...but why not?
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h
index 5520ca8..3911b22 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
--
1.8.0
More information about the mesa-dev
mailing list