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

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

i965: Remove dead field brw_context::constant_map.

This was used by the old VS backend, but that's long gone.

---

 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 620f09f..c60088d 100644
--- a/src/mesa/drivers/dri/i965/brw_context.h
+++ b/src/mesa/drivers/dri/i965/brw_context.h
@@ -907,7 +907,6 @@ struct brw_context
 
    struct {
       struct brw_vs_prog_data *prog_data;
-      int8_t *constant_map; /* variable array following prog_data */
 
       drm_intel_bo *scratch_bo;
       drm_intel_bo *const_bo;

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

Reply via email to