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

Author: Kenneth Graunke <[email protected]>
Date:   Wed Jan 30 21:39:00 2013 -0800

i965: Remove dead field brw_wm_prog_data::error.

---

 src/mesa/drivers/dri/i965/brw_context.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_context.h 
b/src/mesa/drivers/dri/i965/brw_context.h
index c60088d..9affb7e 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -301,7 +301,6 @@ struct brw_wm_prog_data {
 
    GLuint nr_params;       /**< number of float params/constants */
    GLuint nr_pull_params;
-   bool error;
    bool dual_src_blend;
    int dispatch_width;
    uint32_t prog_offset_16;

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to