Mesa (master): i965: Remove unused struct brw_vs_ouput_sizes.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Nov 15 19:16:19 UTC 2012


Module: Mesa
Branch: master
Commit: eb18e3d32aa3c2c6775cb46b7f6fb92f949465ad
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb18e3d32aa3c2c6775cb46b7f6fb92f949465ad

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Nov 13 19:56:05 2012 -0800

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 at anholt.net>

---

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




More information about the mesa-commit mailing list