nv50: use actual loads/stores if TEMPs are accessed indirectly
[mesa.git] / src / gallium / drivers / nv50 / nv50_screen.h
index 1517f5608f2fe84f67e51e8d0cc9a63cd7db85a4..ad6bdeb27c80044035a93dbbacf62c752f0330ba 100644 (file)
@@ -25,7 +25,8 @@ struct nv50_screen {
        struct nouveau_bo *tic;
        struct nouveau_bo *tsc;
 
-       struct nouveau_bo *stack_bo;
+       struct nouveau_bo *stack_bo; /* control flow stack */
+       struct nouveau_bo *local_bo; /* l[] memory */
 
        boolean force_push;
 };