Mesa (master): program: Remove dead Aux field from prog_instruction.

Matt Turner mattst88 at kemper.freedesktop.org
Wed Jun 3 18:19:34 UTC 2015


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

Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Jun  1 16:27:46 2015 -0700

program: Remove dead Aux field from prog_instruction.

Appears to have been last used by the i965 driver (removed by commit
098acf6c).

Reviewed-by: Brian Paul <brianp at vmware.com>

---

 src/mesa/program/prog_instruction.h |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/program/prog_instruction.h b/src/mesa/program/prog_instruction.h
index 3ada857..3518f6c 100644
--- a/src/mesa/program/prog_instruction.h
+++ b/src/mesa/program/prog_instruction.h
@@ -356,9 +356,6 @@ struct prog_instruction
     */
    GLint BranchTarget;
 
-   /** for driver use (try to remove someday) */
-   GLint Aux;
-
    /** for debugging purposes */
    const char *Comment;
 };




More information about the mesa-commit mailing list