OSDN Git Service

i965: Remove dead field brw_wm_prog_data::error.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 31 Jan 2013 05:39:00 +0000 (21:39 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 3 Feb 2013 21:38:16 +0000 (13:38 -0800)
src/mesa/drivers/dri/i965/brw_context.h

index c60088d..9affb7e 100644 (file)
@@ -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;