Demos (master): Properly defining default precision in es2gears fragment shader.

2011-02-20 Thread Chia-I Wu
Module: Demos Branch: master Commit: 0b5dc98b31382d09ed4c1be6dee6657fa64208b4 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=0b5dc98b31382d09ed4c1be6dee6657fa64208b4 Author: Ricardo Salveti de Araujo ricardo.salv...@canonical.com Date: Thu Feb 3 18:35:24 2011 -0200 Properly

Mesa (master): egl_dri2: Return NULL when xcb_get_geometry_reply fails.

2011-02-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: bf0c56522e21bd45ad3385e3115ef7eb71a7b8bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf0c56522e21bd45ad3385e3115ef7eb71a7b8bf Author: Chia-I Wu o...@lunarg.com Date: Sun Feb 20 12:23:54 2011 -0700 egl_dri2: Return NULL when

Mesa (master): Fix --enable-shared-glapi configure option

2011-02-20 Thread Chia-I Wu
Module: Mesa Branch: master Commit: aa6a5cf1d5625ecb5efff3a43233ed972ab29cad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa6a5cf1d5625ecb5efff3a43233ed972ab29cad Author: Jon TURNEY jon.tur...@dronecode.org.uk Date: Wed Feb 16 13:37:57 2011 + Fix --enable-shared-glapi

Mesa (master): i915g: Add dummy flush_frontbuffer

2011-02-20 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: ec3c5ac5924d0daab424215a45ea3a089b9df54f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec3c5ac5924d0daab424215a45ea3a089b9df54f Author: Jakob Bornecrantz wallbra...@gmail.com Date: Sun Feb 20 11:46:17 2011 +0100 i915g: Add dummy flush_frontbuffer

Mesa (master): i915g: Fix void ptr arith

2011-02-20 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: 20ff6a27522aa4b08d3c43dd509bc28b2b569c2d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20ff6a27522aa4b08d3c43dd509bc28b2b569c2d Author: Jakob Bornecrantz wallbra...@gmail.com Date: Sun Feb 20 11:46:50 2011 +0100 i915g: Fix void ptr arith ---

Mesa (master): i915g: kill remnants of mmapped batchbuffer support

2011-02-20 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: c0122daf1010ad2887298028feaef8978e4c87cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0122daf1010ad2887298028feaef8978e4c87cd Author: Daniel Vetter daniel.vet...@ffwll.ch Date: Sun Dec 5 13:23:40 2010 +0100 i915g: kill remnants of mmapped

Mesa (master): i915g: Add winsys/i915/sw to scons build

2011-02-20 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: fa186804a6c0b7231bd52a529fb1d0c42f038fd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa186804a6c0b7231bd52a529fb1d0c42f038fd0 Author: Jakob Bornecrantz wallbra...@gmail.com Date: Sun Feb 20 11:49:33 2011 +0100 i915g: Add winsys/i915/sw to scons

Mesa (master): i915g: s/__func__/__FUNCTION__/

2011-02-20 Thread Vinson Lee
Module: Mesa Branch: master Commit: 8033700814f1db711d3429c904e4bc11271e0ff2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8033700814f1db711d3429c904e4bc11271e0ff2 Author: Vinson Lee v...@vmware.com Date: Sun Feb 20 21:23:26 2011 -0800 i915g: s/__func__/__FUNCTION__/ ---