SOURCES: Mesa-glx-x11-render-texture.diff - fixed

wolf wolf at pld-linux.org
Mon Feb 20 19:52:04 CET 2006


Author: wolf                         Date: Mon Feb 20 18:52:04 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed

---- Files affected:
SOURCES:
   Mesa-glx-x11-render-texture.diff (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/Mesa-glx-x11-render-texture.diff
diff -u SOURCES/Mesa-glx-x11-render-texture.diff:1.1 SOURCES/Mesa-glx-x11-render-texture.diff:1.2
--- SOURCES/Mesa-glx-x11-render-texture.diff:1.1	Mon Feb 20 16:07:12 2006
+++ SOURCES/Mesa-glx-x11-render-texture.diff	Mon Feb 20 19:51:59 2006
@@ -35,7 +35,7 @@
 +    GetReqExtra(GLXVendorPrivate, sizeof(GLXDrawable)+sizeof(int),req);
 +    req->reqType = opcode;
 +    req->glxCode = X_GLXVendorPrivate;
-+    req->vendorCode = X_GLXvop_BindTexImageMESA;
++    req->vendorCode = X_GLXvop_BindTexImageEXT;
 +    req->contextTag = gc->currentContextTag;
 +
 +    drawable_ptr = (GLXDrawable *) (req + 1);
@@ -77,7 +77,7 @@
 +    GetReqExtra(GLXVendorPrivate, sizeof(GLXDrawable)+sizeof(int),req);
 +    req->reqType = opcode;
 +    req->glxCode = X_GLXVendorPrivate;
-+    req->vendorCode = X_GLXvop_ReleaseTexImageMESA;
++    req->vendorCode = X_GLXvop_ReleaseTexImageEXT;
 +    req->contextTag = gc->currentContextTag;
 +
 +    drawable_ptr = (GLXDrawable *) (req + 1);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/Mesa-glx-x11-render-texture.diff?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list