Mesa (master): scons: r300/r600 now depends on libdrm.

2012-02-07 Thread Jose Fonseca
Module: Mesa Branch: master Commit: f763ad51302a8b3517e85ae7f2ee94d40b1e0326 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f763ad51302a8b3517e85ae7f2ee94d40b1e0326 Author: José Fonseca jfons...@vmware.com Date: Tue Feb 7 11:16:35 2012 + scons: r300/r600 now depends on libdrm.

Mesa (master): scons: Require same pkg-config versions as configure.

2012-02-07 Thread Jose Fonseca
Module: Mesa Branch: master Commit: 2470e918cc29e5d057a28551ce9c15e7d83fab7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2470e918cc29e5d057a28551ce9c15e7d83fab7e Author: José Fonseca jfons...@vmware.com Date: Tue Feb 7 11:17:35 2012 + scons: Require same pkg-config versions

Mesa (master): radeon: only init surface manage on r600

2012-02-07 Thread Dave Airlie
Module: Mesa Branch: master Commit: ff60bd80582176f42166b3df27df41fbbf429449 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff60bd80582176f42166b3df27df41fbbf429449 Author: Dave Airlie airl...@redhat.com Date: Tue Feb 7 14:19:28 2012 + radeon: only init surface manage on r600

Mesa (master): scons: fix typo in package version

2012-02-07 Thread Dave Airlie
Module: Mesa Branch: master Commit: 699e3b98214b52579e186594c21b972ea4cb4037 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=699e3b98214b52579e186594c21b972ea4cb4037 Author: Dave Airlie airl...@redhat.com Date: Tue Feb 7 14:26:16 2012 + scons: fix typo in package version

Mesa (master): mesa: remove redundant format/type checks in glGetTexImage()

2012-02-07 Thread Brian Paul
Module: Mesa Branch: master Commit: 8b3a517673e8a2cbc4d9472c41de9dac5df9feaf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b3a517673e8a2cbc4d9472c41de9dac5df9feaf Author: Brian Paul bri...@vmware.com Date: Tue Feb 7 07:42:33 2012 -0700 mesa: remove redundant format/type checks in

Mesa (master): mesa: new _mesa_error_check_format_and_type() function

2012-02-07 Thread Brian Paul
Module: Mesa Branch: master Commit: 627b435dfe17698a1c69e9a259838fc6f2e6bd4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=627b435dfe17698a1c69e9a259838fc6f2e6bd4e Author: Brian Paul bri...@vmware.com Date: Tue Feb 7 07:42:33 2012 -0700 mesa: new

Mesa (master): mesa: stop using _mesa_error_check_format_type() in glDrawPixels

2012-02-07 Thread Brian Paul
Module: Mesa Branch: master Commit: 6bed7a861da05ef9751b373a78490db1c5b3e277 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6bed7a861da05ef9751b373a78490db1c5b3e277 Author: Brian Paul bri...@vmware.com Date: Tue Feb 7 07:42:33 2012 -0700 mesa: stop using

Mesa (master): mesa: remove redundant format/type checks in glReadPixels()

2012-02-07 Thread Brian Paul
Module: Mesa Branch: master Commit: 675d44629c4099157404065fe86932186a53334f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=675d44629c4099157404065fe86932186a53334f Author: Brian Paul bri...@vmware.com Date: Tue Feb 7 07:42:33 2012 -0700 mesa: remove redundant format/type checks in

Mesa (master): mesa: stop using _mesa_error_check_format_type() in glReadPixels

2012-02-07 Thread Brian Paul
Module: Mesa Branch: master Commit: b8f7eef4ef84d53d32d08a70dc7daec623cf7eab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8f7eef4ef84d53d32d08a70dc7daec623cf7eab Author: Brian Paul bri...@vmware.com Date: Tue Feb 7 07:42:33 2012 -0700 mesa: stop using

Mesa (master): mesa: remove unused _mesa_error_check_format_type() function

2012-02-07 Thread Brian Paul
Module: Mesa Branch: master Commit: 938671397f6e88b68e77c93d6b440f9602950fbe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=938671397f6e88b68e77c93d6b440f9602950fbe Author: Brian Paul bri...@vmware.com Date: Tue Feb 7 07:42:33 2012 -0700 mesa: remove unused

Mesa (master): r600g: remove unused vars to silence warnings

2012-02-07 Thread Brian Paul
Module: Mesa Branch: master Commit: 7335cf1c326c7815164c242e19ba0c0b2b19f0f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7335cf1c326c7815164c242e19ba0c0b2b19f0f6 Author: Brian Paul bri...@vmware.com Date: Tue Feb 7 07:48:46 2012 -0700 r600g: remove unused vars to silence

Mesa (master): gallium/gbm: r300 and r600 now depend on libdrm

2012-02-07 Thread Alex Deucher
Module: Mesa Branch: master Commit: d048ab5558cf47edda5a383266dc451db8425d9f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d048ab5558cf47edda5a383266dc451db8425d9f Author: Tobias Droste tdro...@gmx.de Date: Tue Feb 7 16:27:11 2012 +0100 gallium/gbm: r300 and r600 now depend on

Mesa (master): intel: Remove num_mapped_regions assertion from _intel_batchbuffer_flush

2012-02-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: 65b096aeddd9b45ca038f44cc9adfff86c8c48b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65b096aeddd9b45ca038f44cc9adfff86c8c48b2 Author: Ian Romanick ian.d.roman...@intel.com Date: Wed Feb 1 11:37:54 2012 -0700 intel: Remove num_mapped_regions

Mesa (master): intel: Avoid divide by zero for very small linear blits

2012-02-07 Thread Ian Romanick
Module: Mesa Branch: master Commit: d59466279e45a1e9c3f9081f72fedbdf961afbe1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d59466279e45a1e9c3f9081f72fedbdf961afbe1 Author: Ian Romanick ian.d.roman...@intel.com Date: Thu Feb 2 16:32:45 2012 -0700 intel: Avoid divide by zero for

Mesa (master): i965: Rewrite the HiZ op

2012-02-07 Thread Chad Versace
Module: Mesa Branch: master Commit: 7b36c68ba6899c7f30fd56b7ef07a78b027771ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b36c68ba6899c7f30fd56b7ef07a78b027771ac Author: Chad Versace chad.vers...@linux.intel.com Date: Thu Jan 26 11:01:36 2012 -0800 i965: Rewrite the HiZ op The

Mesa (8.0): 32 new commits

2012-02-07 Thread Ian Romanick
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e86d90eb208292916c8a04c5d75499492003dd16 Author: Eric Anholt e...@anholt.net Date: Mon Jan 30 13:30:53 2012 -0800 dri: Add Unigine Tropics as an app that requires the GLSL warn workaround. I wasn't seeing it be needed

Mesa (master): i965: Fix HiZ change compiler warning.

2012-02-07 Thread Eric Anholt
Module: Mesa Branch: master Commit: 94866ffbb8c2bb6957a763975da859b123d74b16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94866ffbb8c2bb6957a763975da859b123d74b16 Author: Eric Anholt e...@anholt.net Date: Tue Feb 7 16:03:17 2012 -0800 i965: Fix HiZ change compiler warning. ---

Mesa (master): i965/fs: Move GL_CLAMP handling to coordinate setup.

2012-02-07 Thread Eric Anholt
Module: Mesa Branch: master Commit: 07e621c52329cd17b97051a26493626228d043b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07e621c52329cd17b97051a26493626228d043b9 Author: Eric Anholt e...@anholt.net Date: Fri Feb 3 19:06:08 2012 +0100 i965/fs: Move GL_CLAMP handling to coordinate

Mesa (master): i965/fs: Implement GL_CLAMP behavior on texture rectangles on gen6+.

2012-02-07 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7c857a6b159debf76d4661f494fd2c97d205b5b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c857a6b159debf76d4661f494fd2c97d205b5b1 Author: Eric Anholt e...@anholt.net Date: Sat Feb 4 14:05:46 2012 +0100 i965/fs: Implement GL_CLAMP behavior on