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

Author: Brian Paul <[email protected]>
Date:   Fri Jul 30 13:28:42 2010 -0600

tgsi: remove incorrect assertion

---

 src/gallium/auxiliary/tgsi/tgsi_exec.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c 
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 6fcbf4f..298f3d0 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c
@@ -651,7 +651,6 @@ tgsi_exec_machine_bind_shader(
 
    if (numSamplers) {
       assert(samplers);
-      assert(samplers[0]);
    }
 
    mach->Tokens = tokens;

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

Reply via email to