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

Author: Brian Paul <[email protected]>
Date:   Fri Mar 18 14:07:47 2016 -0600

hud: add sampler view declaration in text fragment shader

Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Charmaine Lee <[email protected]>

---

 src/gallium/auxiliary/hud/hud_context.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/hud/hud_context.c 
b/src/gallium/auxiliary/hud/hud_context.c
index fb99834..4673458 100644
--- a/src/gallium/auxiliary/hud/hud_context.c
+++ b/src/gallium/auxiliary/hud/hud_context.c
@@ -1191,6 +1191,7 @@ hud_create(struct pipe_context *pipe, struct cso_context 
*cso)
          "FRAG\n"
          "DCL IN[0], GENERIC[0], LINEAR\n"
          "DCL SAMP[0]\n"
+         "DCL SVIEW[0], RECT, FLOAT\n"
          "DCL OUT[0], COLOR[0]\n"
          "DCL TEMP[0]\n"
 

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

Reply via email to