Mesa (master): Revert "configure.ac: remove deprecated --with-driver="

2012-01-04 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 9d21b5dd265959b28ab1e4103fb381074ec51a08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d21b5dd265959b28ab1e4103fb381074ec51a08 Author: Kenneth Graunke Date: Wed Jan 4 23:49:18 2012 -0800 Revert "configure.ac: remove deprecated --with-driver="

Mesa (master): glsl: rename VERSION to VERSION_TOK for automake

2012-01-04 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: cb96b06130c7728fe5838845325571ed18f6e983 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb96b06130c7728fe5838845325571ed18f6e983 Author: Matt Turner Date: Fri Dec 23 19:21:05 2011 -0500 glsl: rename VERSION to VERSION_TOK for automake Signed-off-

Mesa (master): configure.ac: bump AC_PREREQ to 2.60

2012-01-04 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 5172383de0e7012b15c503db685b5c2ea3bfda2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5172383de0e7012b15c503db685b5c2ea3bfda2b Author: Matt Turner Date: Fri Dec 23 19:21:04 2011 -0500 configure.ac: bump AC_PREREQ to 2.60 All other xorg modules

Mesa (master): configure.ac: remove deprecated --with-driver=

2012-01-04 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 5a478976ae0bb12dd712648d5a9b988dd29c97ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a478976ae0bb12dd712648d5a9b988dd29c97ef Author: Matt Turner Date: Fri Dec 23 19:21:03 2011 -0500 configure.ac: remove deprecated --with-driver= See 9e7a4147.

Mesa (master): i965: Enable EXT_texture_integer by default

2012-01-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: f22ecaa14f4c1b7cbdf0a53d58628f619ea12e8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f22ecaa14f4c1b7cbdf0a53d58628f619ea12e8e Author: Ian Romanick Date: Wed Jan 4 16:51:22 2012 -0800 i965: Enable EXT_texture_integer by default Signed-off-by:

Mesa (master): mesa: Add missing GL_RG_INTEGER cases

2012-01-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: 0e52be58f05eaa5762b9a03ac860da4d9581cead URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e52be58f05eaa5762b9a03ac860da4d9581cead Author: Ian Romanick Date: Wed Jan 4 16:08:20 2012 -0800 mesa: Add missing GL_RG_INTEGER cases Adds two missing '||

Mesa (master): i965: Fix infinite loop regression in intel_miptree_all_slices_resolve.

2012-01-04 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: a0a0a909f21acfcddaab603079ba98266e8daf0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0a0a909f21acfcddaab603079ba98266e8daf0e Author: Kenneth Graunke Date: Wed Jan 4 15:45:49 2012 -0800 i965: Fix infinite loop regression in intel_miptree_all_s

Mesa (master): i965/vs: Use the proper dimensionality for the sampler result register.

2012-01-04 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: fbbbc8c04e2462a0ae272d81e61eee5f85f08aa6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbbbc8c04e2462a0ae272d81e61eee5f85f08aa6 Author: Kenneth Graunke Date: Mon Jan 2 15:51:58 2012 -0800 i965/vs: Use the proper dimensionality for the sampler re

Mesa (master): i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.

2012-01-04 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 207cbc68dc43049c56c3af7a460ce07bd4284aa9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=207cbc68dc43049c56c3af7a460ce07bd4284aa9 Author: Kenneth Graunke Date: Wed Jan 4 03:14:01 2012 -0800 i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog s

Mesa (master): mesa: Additional error checks for transform feedback.

2012-01-04 Thread Paul Berry
Module: Mesa Branch: master Commit: 86bb45ffc36280263ba99fdca0c341489ad99e7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86bb45ffc36280263ba99fdca0c341489ad99e7f Author: Paul Berry Date: Fri Dec 30 10:14:35 2011 -0800 mesa: Additional error checks for transform feedback. >From t

Mesa (master): mesa: Check that all buffers are bound in BeginTransformFeedback.

2012-01-04 Thread Paul Berry
Module: Mesa Branch: master Commit: ebfad9f6a125738b9bfc5d5f7d09a8b57856674a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebfad9f6a125738b9bfc5d5f7d09a8b57856674a Author: Paul Berry Date: Thu Dec 29 15:55:01 2011 -0800 mesa: Check that all buffers are bound in BeginTransformFeedba

Mesa (master): mesa: Fix typos in transform feedback error messages.

2012-01-04 Thread Paul Berry
Module: Mesa Branch: master Commit: 1979e22e13dd28553bcc67cc51e56684e6ee4768 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1979e22e13dd28553bcc67cc51e56684e6ee4768 Author: Paul Berry Date: Fri Dec 30 11:02:31 2011 -0800 mesa: Fix typos in transform feedback error messages. Reviewe

Mesa (7.11): glsl: Don't use base type for bit-not when there's an error

2012-01-04 Thread Ian Romanick
Module: Mesa Branch: 7.11 Commit: 7722a54e60c9da080b557d6596e4c9d363ead515 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7722a54e60c9da080b557d6596e4c9d363ead515 Author: Ian Romanick Date: Fri Dec 23 17:16:43 2011 -0800 glsl: Don't use base type for bit-not when there's an error O

Mesa (master): glsl: Don't use base type for bit-not when there's an error

2012-01-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: 39464489510270bbe472d11f7614c04ce1b6ae33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39464489510270bbe472d11f7614c04ce1b6ae33 Author: Ian Romanick Date: Fri Dec 23 17:16:43 2011 -0800 glsl: Don't use base type for bit-not when there's an error

Mesa (master): glx: More hacking around versions of XCB that lack GLX_ARB_create_context support

2012-01-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: 4becf676e0b09b421821b6895251549ec98d4e5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4becf676e0b09b421821b6895251549ec98d4e5d Author: Ian Romanick Date: Tue Jan 3 11:35:59 2012 -0800 glx: More hacking around versions of XCB that lack GLX_ARB_c

Mesa (master): gallium/util: fix argument cast in x32_s8_get_tile_rgba() call

2012-01-04 Thread Brian Paul
Module: Mesa Branch: master Commit: c2e537fef26be6f9995f99e04015d0c1ac9ed5ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2e537fef26be6f9995f99e04015d0c1ac9ed5ae Author: Brian Paul Date: Wed Jan 4 13:34:54 2012 -0700 gallium/util: fix argument cast in x32_s8_get_tile_rgba() call

Mesa (master): st/mesa: remove st_CompressedTexSubImage1D/2D/3D()

2012-01-04 Thread Brian Paul
Module: Mesa Branch: master Commit: 2a0c515b8960a3227c3e64c84a3014823da276a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a0c515b8960a3227c3e64c84a3014823da276a3 Author: Brian Paul Date: Wed Jan 4 13:30:35 2012 -0700 st/mesa: remove st_CompressedTexSubImage1D/2D/3D() Just use t

Mesa (master): st/mesa: fix indentation in st_copy_texsubimage()

2012-01-04 Thread Brian Paul
Module: Mesa Branch: master Commit: 29725470478ecc8efa9f74fd9f7bee33d34058df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29725470478ecc8efa9f74fd9f7bee33d34058df Author: Brian Paul Date: Wed Jan 4 13:30:35 2012 -0700 st/mesa: fix indentation in st_copy_texsubimage() --- src/m

Mesa (master): st/mesa: remove st_TexImage(), use core Mesa code instead

2012-01-04 Thread Brian Paul
Module: Mesa Branch: master Commit: 5d67d4fbebb7c7d6582c4c92fc5cea4a8e6a60ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d67d4fbebb7c7d6582c4c92fc5cea4a8e6a60ab Author: Brian Paul Date: Wed Jan 4 13:30:35 2012 -0700 st/mesa: remove st_TexImage(), use core Mesa code instead The

Mesa (master): st/mesa: refactor gl_TexImage() code into prep_teximage()

2012-01-04 Thread Brian Paul
Module: Mesa Branch: master Commit: 19840c46f38b7bfe04bfaa925a6f56b3777be6ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19840c46f38b7bfe04bfaa925a6f56b3777be6ff Author: Brian Paul Date: Wed Jan 4 13:30:35 2012 -0700 st/mesa: refactor gl_TexImage() code into prep_teximage() Pre

Mesa (master): intel: Re-enable GL_OES_standard_derivatives on GEN4+

2012-01-04 Thread Ian Romanick
Module: Mesa Branch: master Commit: 18f53efa01e6a706ca274929a7a3be9efe7e331f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18f53efa01e6a706ca274929a7a3be9efe7e331f Author: Ian Romanick Date: Mon Jan 2 12:48:34 2012 -0800 intel: Re-enable GL_OES_standard_derivatives on GEN4+ This

Mesa (master): intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.

2012-01-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: 43f12e5eb8dbbe57344188ab7cacab8c7fe91da1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43f12e5eb8dbbe57344188ab7cacab8c7fe91da1 Author: Eric Anholt Date: Tue Dec 27 17:16:10 2011 -0800 intel: Re-allow blitting glCopyBufferSubData() on gen >= 6.

Mesa (master): intel: Fix bad read/ write flags on self-copies for glCopyBufferSubData().

2012-01-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: 15e309cf8a8f9ce7f7c86f0a0f391721bc50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15e309cf8a8f9ce7f7c86f0a0f391721bc50 Author: Eric Anholt Date: Tue Dec 27 16:42:44 2011 -0800 intel: Fix bad read/write flags on self-copies for glCopyBuff

Mesa (master): intel: Fix pitch handling for linear blits.

2012-01-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8aa7fa770c4ae7660b37ea9d8f496bd6e62d3df8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8aa7fa770c4ae7660b37ea9d8f496bd6e62d3df8 Author: Eric Anholt Date: Tue Dec 27 17:22:30 2011 -0800 intel: Fix pitch handling for linear blits. The new assert i

Mesa (master): Remove xmesa_xf86.h

2012-01-04 Thread Adam Jackson
Module: Mesa Branch: master Commit: 3bc4959b14a81ac2b4153acbf63d863d108342cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bc4959b14a81ac2b4153acbf63d863d108342cf Author: Adam Jackson Date: Wed Jan 4 11:32:38 2012 -0500 Remove xmesa_xf86.h This was a leftover from libGLcore. Si

Mesa (master): drisw: Fix drawable creation against non-default screens

2012-01-04 Thread Adam Jackson
Module: Mesa Branch: master Commit: 2af17433b5b037af99198acfac567c57618286c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2af17433b5b037af99198acfac567c57618286c3 Author: Adam Jackson Date: Tue Jan 3 14:39:28 2012 -0500 drisw: Fix drawable creation against non-default screens We

Mesa (master): mesa: remove unused _mesa_init_teximage_fields() target parameter

2012-01-04 Thread Brian Paul
Module: Mesa Branch: master Commit: 892a2542a3f0753a7064c710b96f077dd5490624 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=892a2542a3f0753a7064c710b96f077dd5490624 Author: Brian Paul Date: Tue Jan 3 17:48:12 2012 -0700 mesa: remove unused _mesa_init_teximage_fields() target parame

Mesa (master): vl/mpeg2: simple fix to get xine running again

2012-01-04 Thread Christian König
Module: Mesa Branch: master Commit: 7b181d16c3b954bf567563e90e5e94bda833fab8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b181d16c3b954bf567563e90e5e94bda833fab8 Author: Christian König Date: Wed Jan 4 15:59:29 2012 +0100 vl/mpeg2: simple fix to get xine running again Otherwise