Module: Mesa
Branch: openchrome-branch
Commit: 3b15ff43d96dd3042669fe7448774cf986684ee3
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b15ff43d96dd3042669fe7448774cf986684ee3

Author: Thomas Hellstrom <thellst...@vmware.com>
Date:   Thu Jul 23 14:04:44 2009 +0200

openchrome: Remove invalid assert.

---

 src/mesa/drivers/dri/openchrome/via_ioctl.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/openchrome/via_ioctl.h 
b/src/mesa/drivers/dri/openchrome/via_ioctl.h
index 0503fab..5f8f9ac 100644
--- a/src/mesa/drivers/dri/openchrome/via_ioctl.h
+++ b/src/mesa/drivers/dri/openchrome/via_ioctl.h
@@ -58,7 +58,6 @@ extern struct _WsbmVNodeFuncs *viaVNodeFuncs(void);
 static inline struct drm_via_validate_req *
 viaValReq(struct _ValidateNode *node)
 {
-    assert(node->driver_private == 0);
     return &(containerOf(node, struct _ViaDrmValidateNode, base)->
             val_arg.d.req);
 }

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to