Mesa (master): configure: use llvm-config --cppflags instead of --cflags

2010-12-08 Thread Brian Paul
Module: Mesa Branch: master Commit: 7da704ee72bcbe656afd5c4f07702687a53a8d47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7da704ee72bcbe656afd5c4f07702687a53a8d47 Author: Brian Paul bri...@vmware.com Date: Wed Dec 8 06:44:42 2010 -0700 configure: use llvm-config --cppflags

Mesa (master): vbo: Fix GLES2 glVertexAttrib.

2010-12-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 98ee6739d97b5592a7dad0b453c78e180a51ad50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98ee6739d97b5592a7dad0b453c78e180a51ad50 Author: Chia-I Wu o...@lunarg.com Date: Tue Dec 7 21:33:53 2010 +0800 vbo: Fix GLES2 glVertexAttrib. Attribute 0 has

Mesa (master): vbo: Drop second ATTR macro.

2010-12-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: 9f0d7dd25941b2f327c7bedf7513eee871829073 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f0d7dd25941b2f327c7bedf7513eee871829073 Author: Chia-I Wu o...@lunarg.com Date: Tue Dec 7 21:22:28 2010 +0800 vbo: Drop second ATTR macro. There is no need

Mesa (master): mesa: Do not advertise GL_OES_texture_3D.

2010-12-08 Thread Chia-I Wu
Module: Mesa Branch: master Commit: d2028ba33967b3ce3de94b0837c9faf06f1c2b94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2028ba33967b3ce3de94b0837c9faf06f1c2b94 Author: Chia-I Wu o...@lunarg.com Date: Wed Dec 8 22:33:07 2010 +0800 mesa: Do not advertise GL_OES_texture_3D.

Mesa (master): i965: Set up the per-render-target blend state on gen6.

2010-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4b4dc778b6289891d18ad62efdea86b060f07061 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b4dc778b6289891d18ad62efdea86b060f07061 Author: Eric Anholt e...@anholt.net Date: Wed Dec 8 10:12:20 2010 -0800 i965: Set up the per-render-target blend

Mesa (master): i965: Set up the color masking for the first drawbuffer on gen6.

2010-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0d3b8a5cc2c1730af0efc69482d36a86ff18f15e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d3b8a5cc2c1730af0efc69482d36a86ff18f15e Author: Eric Anholt e...@anholt.net Date: Wed Dec 8 09:52:56 2010 -0800 i965: Set up the color masking for the first

Mesa (master): i965: Set the render target index in gen6 fixed-function/ ARB_fp path.

2010-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 39eaacff14ba2d529a072e737b8fe11f887011ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39eaacff14ba2d529a072e737b8fe11f887011ea Author: Eric Anholt e...@anholt.net Date: Wed Dec 8 10:17:24 2010 -0800 i965: Set the render target index in gen6

Mesa (master): i965: Use the new pixel mask location for gen6 ARB_fp KIL instructions.

2010-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: dba6fde08cca22187ac7bf23462a22147a596683 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dba6fde08cca22187ac7bf23462a22147a596683 Author: Eric Anholt e...@anholt.net Date: Wed Dec 8 10:57:22 2010 -0800 i965: Use the new pixel mask location for

Mesa (master): i965: Drop KIL_NV from the ff/ ARB_fp path since it was only used for GLSL.

2010-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: d547ab150ae8db64caebbae2b2414a3988b2f089 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d547ab150ae8db64caebbae2b2414a3988b2f089 Author: Eric Anholt e...@anholt.net Date: Wed Dec 8 10:59:58 2010 -0800 i965: Drop KIL_NV from the ff/ARB_fp path

Mesa (master): glsl: In ast_to_hir, check sampler array indexing

2010-12-08 Thread Chad Versace
Module: Mesa Branch: master Commit: f0f2ec4d8a50c79c2943ac95eb790fb734d88980 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0f2ec4d8a50c79c2943ac95eb790fb734d88980 Author: Chad Versace chad.vers...@intel.com Date: Tue Dec 7 10:35:36 2010 -0800 glsl: In ast_to_hir, check sampler

Mesa (master): mesa: revamp error checking for compressed texture images

2010-12-08 Thread Brian Paul
Module: Mesa Branch: master Commit: 7404fa3f07a953343f2640fa97d82ab82ba5545d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7404fa3f07a953343f2640fa97d82ab82ba5545d Author: Brian Paul bri...@vmware.com Date: Wed Dec 8 21:38:35 2010 -0700 mesa: revamp error checking for compressed

Mesa (master): radeon: bump mip tree levels to 15

2010-12-08 Thread Alex Deucher
Module: Mesa Branch: master Commit: fd543e1f9506fe41e6e9e78aebbe0bca01df055c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fd543e1f9506fe41e6e9e78aebbe0bca01df055c Author: Alex Deucher alexdeuc...@gmail.com Date: Thu Dec 9 00:13:21 2010 -0500 radeon: bump mip tree levels to 15 I

Mesa (master): i965: Drop push-mode reladdr constant loading and always use constant_map.

2010-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 05e534e6c4395269b1ca3a9694a1f437363dd186 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05e534e6c4395269b1ca3a9694a1f437363dd186 Author: Eric Anholt e...@anholt.net Date: Wed Dec 8 17:00:54 2010 -0800 i965: Drop push-mode reladdr constant loading