search for: __glcontextmodes

Displaying 2 results from an estimated 2 matches for "__glcontextmodes".

2006 Apr 09
2
EXT_texture_from_pixmap update
Patch for mesa with a set of updates for EXT_tfp. Includes necessary FBConfig support, adds attrib_list to BindTexImage and fixes CreateDrawable so that glXCreatePixmap works. Xgl and compiz requires this patch. Can I commit this to head? -David -------------- next part -------------- A non-text attachment was scrubbed... Name: mesa-tfp-update-1.patch Type: text/x-patch Size: 8154 bytes Desc:
2008 Jan 30
1
Hacking 3D on the NV17
...ules//drivers/nouveau_drv.so (II) Module nouveau: vendor="X.Org Foundation" compiled for 1.3.0, module version = 2.1.6 Module class: X.Org Video Driver ABI class: X.Org Video Driver, version 1.2 " The DDX expected value is hard coded in: nouveau_screen.c: ... __GLcontextModes *__driDriverInitScreen(__DRIscreenPrivate *psp) { static const __DRIversion ddx_expected = { 1, 2, 0 }; ... Example: " [root at localhost lib]# export LD_LIBRARY_PATH=/home/ezolt/nouveau/mesa/lib/ [root at localhost lib]# export LIBGL_DRIVERS_PATH=/home/ezolt/nouveau/mesa/lib/ [root...