Module: Mesa Branch: master Commit: a8330c343ce7a1308904e39604f01d37e395edf9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8330c343ce7a1308904e39604f01d37e395edf9
Author: Eric Anholt <[email protected]> Date: Sun May 18 21:47:29 2014 -0700 i965: Remove a dead define. Reviewed-by: Kenneth Graunke <[email protected]> --- src/mesa/drivers/dri/i965/brw_context.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index aed8e1a..c0cb267 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -141,8 +141,6 @@ extern "C" { * Handles blending and (presumably) depth and stencil testing. */ -#define BRW_MAX_CURBE (32*16) - struct brw_context; struct brw_inst; struct brw_vs_prog_key; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
