Mesa (7.9): egl_glx: Fix borken driver.

2011-01-05 Thread Chia-I Wu
Module: Mesa Branch: 7.9 Commit: c438a09b4c1f9c886b83c81aabc0838503a426ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c438a09b4c1f9c886b83c81aabc0838503a426ee Author: Chia-I Wu o...@lunarg.com Date: Wed Jan 5 18:51:39 2011 +0800 egl_glx: Fix borken driver. The driver was broken

Mesa (master): st/xorg: Flesh out colour map support and support depth 8.

2011-01-05 Thread Michel Dänzer
Module: Mesa Branch: master Commit: c7c1e5338cd4d47168fd2654ae951955578bef8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c7c1e5338cd4d47168fd2654ae951955578bef8d Author: Michel Dänzer daen...@vmware.com Date: Wed Jan 5 11:41:56 2011 +0100 st/xorg: Flesh out colour map support

Mesa (master): i965: Simplify the renderbuffer setup code.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 332a90e1015f0e1be4fb441e2d34e91f6bba812f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=332a90e1015f0e1be4fb441e2d34e91f6bba812f Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 10:04:34 2011 -0800 i965: Simplify the renderbuffer setup code.

Mesa (master): swrast: Remove unnecessary headers.

2011-01-05 Thread Vinson Lee
Module: Mesa Branch: master Commit: d5435b3f0c53e964abcd76daf296d11465bcc64e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5435b3f0c53e964abcd76daf296d11465bcc64e Author: Vinson Lee v...@vmware.com Date: Wed Jan 5 13:47:02 2011 -0800 swrast: Remove unnecessary headers. ---

Mesa (master): intel: Clean up redundant setup of firstLevel.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8f0005bfd5dad4a338c23b9650baa3f5a1b0b06f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f0005bfd5dad4a338c23b9650baa3f5a1b0b06f Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 14:04:08 2011 -0800 intel: Clean up redundant setup of

Mesa (master): intel: Drop a check for GL_TEXTURE_4D_SGIS.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: e2ee0c55d360f6b0bb8cd140b6dd6c0f46998ab1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2ee0c55d360f6b0bb8cd140b6dd6c0f46998ab1 Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 14:00:54 2011 -0800 intel: Drop a check for GL_TEXTURE_4D_SGIS.

Mesa (master): intel: Drop TEXTURE_RECTANGLE check in miptree layout setup.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6f31da584fd0c65095c325e60728f8230c66385a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f31da584fd0c65095c325e60728f8230c66385a Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 14:12:34 2011 -0800 intel: Drop TEXTURE_RECTANGLE check in

Mesa (master): i915: Implement min/max lod clamping in hardware on 8xx.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 973e821a633031fe5a8608b50beabb10af21430e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=973e821a633031fe5a8608b50beabb10af21430e Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 14:27:41 2011 -0800 i915: Implement min/max lod clamping in

Mesa (master): i915: Enable LOD preclamping on 8xx like on 915/965.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 39cc0ee3eaf0d0cae70d91ae33961053782662c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39cc0ee3eaf0d0cae70d91ae33961053782662c8 Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 14:48:05 2011 -0800 i915: Enable LOD preclamping on 8xx like on

Mesa (master): mesa: Consider textures incomplete when maxlevel baselevel .

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9b7f57b18eff3959a525297f068697ac03a75840 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b7f57b18eff3959a525297f068697ac03a75840 Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 15:48:31 2011 -0800 mesa: Consider textures incomplete when

Mesa (master): intel: Always allocate miptrees from level 0, not tObj- BaseLevel.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7ce6517f3ac41bf770ab39aba4509d4f535ef663 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ce6517f3ac41bf770ab39aba4509d4f535ef663 Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 17:02:08 2011 -0800 intel: Always allocate miptrees from level 0,

Mesa (master): intel: Drop unused first/ lastlevel args to miptree_create_for_region.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 01b70c06284f3a0ab2de61228b73c78ed00a1a14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01b70c06284f3a0ab2de61228b73c78ed00a1a14 Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 16:40:56 2011 -0800 intel: Drop unused first/lastlevel args to

Mesa (master): i915: Fix build for previous commit.

2011-01-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: d60145d06d999c5c76000499e6fa9351e11d17fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d60145d06d999c5c76000499e6fa9351e11d17fa Author: Eric Anholt e...@anholt.net Date: Wed Jan 5 18:27:13 2011 -0800 i915: Fix build for previous commit. ---

Mesa (master): i965: skip too small size mipmap

2011-01-05 Thread Nan hai Zou
Module: Mesa Branch: master Commit: a728646fb55245477d35e2761c3e0d15099b4cd4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a728646fb55245477d35e2761c3e0d15099b4cd4 Author: Zou Nan hai nanhai@intel.com Date: Thu Jan 6 11:36:23 2011 +0800 i965: skip too small size mipmap

Mesa (7.10): i965: skip too small size mipmap

2011-01-05 Thread Nan hai Zou
Module: Mesa Branch: 7.10 Commit: bbf7cc1f2a13c89e5923e2155a8f9e0326714019 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbf7cc1f2a13c89e5923e2155a8f9e0326714019 Author: Zou Nan hai nanhai@intel.com Date: Thu Jan 6 11:36:23 2011 +0800 i965: skip too small size mipmap

Mesa (master): mesa: Include mtypes.h in files that use gl_context struct.

2011-01-05 Thread Vinson Lee
Module: Mesa Branch: master Commit: 0117da40cd7edd3d165bb28569c289b37eca12b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0117da40cd7edd3d165bb28569c289b37eca12b9 Author: Vinson Lee v...@vmware.com Date: Wed Jan 5 23:11:54 2011 -0800 mesa: Include mtypes.h in files that use

Mesa (master): mesa: bump version to 7.11

2011-01-05 Thread Vinson Lee
Module: Mesa Branch: master Commit: becd98018b5334d210702d9a17df6c1895b0cf73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=becd98018b5334d210702d9a17df6c1895b0cf73 Author: Vinson Lee v...@vmware.com Date: Wed Jan 5 23:27:30 2011 -0800 mesa: bump version to 7.11 --- Makefile