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

Author: Brian Paul <[email protected]>
Date:   Fri Mar  6 13:37:48 2009 -0700

i965: comments

---

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

diff --git a/src/mesa/drivers/dri/i965/brw_wm.h 
b/src/mesa/drivers/dri/i965/brw_wm.h
index 6b94591..c0ffdb1 100644
--- a/src/mesa/drivers/dri/i965/brw_wm.h
+++ b/src/mesa/drivers/dri/i965/brw_wm.h
@@ -241,10 +241,12 @@ struct brw_wm_compile {
    GLuint max_wm_grf;
    GLuint last_scratch;
 
+   /** Mapping from Mesa registers to hardware registers */
    struct {
        GLboolean inited;
        struct brw_reg reg;
    } wm_regs[PROGRAM_PAYLOAD+1][256][4];
+
    struct brw_reg stack;
    struct brw_reg emit_mask_reg;
    GLuint reg_index;

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

Reply via email to