Mesa (r6xx-rewrite): Properly set aos_count

2009-06-10 Thread Alex Deucher
Module: Mesa Branch: r6xx-rewrite Commit: 1d8d4cad6a30b994f5bea6873525966a965c5997 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d8d4cad6a30b994f5bea6873525966a965c5997 Author: Alex Deucher Date: Thu Jun 11 01:54:40 2009 -0400 Properly set aos_count This is used by radeonReleaseA

Mesa (r6xx-rewrite): move radeon_set_screen_flags() up so CHIP_FAMILY is set before using it

2009-06-10 Thread Alex Deucher
Module: Mesa Branch: r6xx-rewrite Commit: 7ac2f655f845a7a100939a9b1b2251535055ab84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ac2f655f845a7a100939a9b1b2251535055ab84 Author: Alex Deucher Date: Wed Jun 10 18:02:20 2009 -0400 move radeon_set_screen_flags() up so CHIP_FAMILY is se

Mesa (r6xx-rewrite): Use correct scratch reg offset for r6xx/r7xx

2009-06-10 Thread Alex Deucher
Module: Mesa Branch: r6xx-rewrite Commit: 51507b0e94ffb375a040ef751a435c2e196ee748 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51507b0e94ffb375a040ef751a435c2e196ee748 Author: Alex Deucher Date: Wed Jun 10 17:56:05 2009 -0400 Use correct scratch reg offset for r6xx/r7xx --- sr

Mesa (mesa_7_5_branch): mesa: Reverse s8z24 into z24s8 as required by EXT_packed_depth_stencil.

2009-06-10 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 337f559cd2d98a858719cb963450fef2256e83f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=337f559cd2d98a858719cb963450fef2256e83f7 Author: José Fonseca Date: Wed Jun 10 21:29:25 2009 +0100 mesa: Reverse s8z24 into z24s8 as required by EXT_p

Mesa (mesa_7_5_branch): mesa: Fix typo in bitmask.

2009-06-10 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 8fa8669aeba45d1b57f3cc41429578d55cad378a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8fa8669aeba45d1b57f3cc41429578d55cad378a Author: José Fonseca Date: Wed Jun 10 21:25:54 2009 +0100 mesa: Fix typo in bitmask. --- src/mesa/main/ima

Mesa (mesa_7_5_branch): mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.

2009-06-10 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 0a4fcabe4451af6472245e2630f8c8834aa9d351 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a4fcabe4451af6472245e2630f8c8834aa9d351 Author: José Fonseca Date: Wed Jun 10 19:58:54 2009 +0100 mesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8

Mesa (mesa_7_4_branch): glsl: fix warnings, update comments, s/TRUE/GL_TRUE /

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 02659868e888f8575ed4a3f6f0d269a7bbe2c5c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=02659868e888f8575ed4a3f6f0d269a7bbe2c5c2 Author: Brian Paul Date: Wed Jun 10 12:26:12 2009 -0600 glsl: fix warnings, update comments, s/TRUE/GL_TRUE/

Mesa (mesa_7_4_branch): glsl: Handle continuation characters in preprocessor.

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 457f4efab04b6eb57ceca0b9dec23042f7503ba5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=457f4efab04b6eb57ceca0b9dec23042f7503ba5 Author: Brian Paul Date: Wed Jun 10 12:25:35 2009 -0600 glsl: Handle continuation characters in preprocessor.

Mesa (mesa_7_4_branch): glsl: Expand nested preprocessor macros.

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: b7d9be69b25060b69c236ffba94da5e76a7228cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7d9be69b25060b69c236ffba94da5e76a7228cd Author: Brian Paul Date: Wed Jun 10 12:24:52 2009 -0600 glsl: Expand nested preprocessor macros. (cherry pic

Mesa (mesa_7_4_branch): glsl: Fix preprocessor define argument parsing for dead sections.

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 7b8b856c977e31b24ccfd51a45cf788459aa5c94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b8b856c977e31b24ccfd51a45cf788459aa5c94 Author: Brian Paul Date: Wed Jun 10 12:24:32 2009 -0600 glsl: Fix preprocessor define argument parsing for de

Mesa (mesa_7_4_branch): glsl: Fix symbol replacement handling in preprocessor.

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 0269eb5e3f081c6e5d9ffddf7f6ca03f69b30fe5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0269eb5e3f081c6e5d9ffddf7f6ca03f69b30fe5 Author: Brian Paul Date: Wed Jun 10 12:25:11 2009 -0600 glsl: Fix symbol replacement handling in preprocessor

Mesa (mesa_7_4_branch): glsl: preprocessor debug code (disabled)

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 24bffc4cc228ec0424a4447c13bd4b10b198a228 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24bffc4cc228ec0424a4447c13bd4b10b198a228 Author: Brian Paul Date: Wed Jun 10 12:24:11 2009 -0600 glsl: preprocessor debug code (disabled) (cherry pic

Mesa (mesa_7_5_branch): glsl: Handle continuation characters in preprocessor.

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 9225b67383ee5c5b511b84838fd248b85403bd92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9225b67383ee5c5b511b84838fd248b85403bd92 Author: Brian Paul Date: Wed Jun 10 12:21:56 2009 -0600 glsl: Handle continuation characters in preprocessor.

Mesa (mesa_7_5_branch): glsl: fix warnings, update comments, s/TRUE/GL_TRUE /

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: dbab657fe7842c9ea5315189f31fb3c7238c0158 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbab657fe7842c9ea5315189f31fb3c7238c0158 Author: Brian Paul Date: Wed Jun 10 12:22:36 2009 -0600 glsl: fix warnings, update comments, s/TRUE/GL_TRUE/

Mesa (master): glsl: fix warnings, update comments, s/TRUE/GL_TRUE/

2009-06-10 Thread Brian Paul
Module: Mesa Branch: master Commit: 7fdd64ab29576e607434fb8c82ddfa61e8ea6aa8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7fdd64ab29576e607434fb8c82ddfa61e8ea6aa8 Author: Brian Paul Date: Wed Jun 10 12:16:15 2009 -0600 glsl: fix warnings, update comments, s/TRUE/GL_TRUE/ --- sr

Mesa (master): glsl: Handle continuation characters in preprocessor.

2009-06-10 Thread Michał Król
Module: Mesa Branch: master Commit: cc22620e4b11425997f3bc1fc70f4c88cec22d2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc22620e4b11425997f3bc1fc70f4c88cec22d2e Author: Michal Krol Date: Wed Jun 10 19:45:00 2009 +0200 glsl: Handle continuation characters in preprocessor. ---

Mesa (master): gallium: updated PIPE_CAP_x comments

2009-06-10 Thread Brian Paul
Module: Mesa Branch: master Commit: aebc08b5ccc6ac2a7c6673e93c63b097c7734e6d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aebc08b5ccc6ac2a7c6673e93c63b097c7734e6d Author: Brian Paul Date: Tue Jun 9 11:10:09 2009 -0600 gallium: updated PIPE_CAP_x comments --- src/gallium/includ

Mesa (mesa_7_5_branch): swrast: fix state validation bug for changing program constants

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 88527220e44fd36c317f73e667bc6abebb0af112 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88527220e44fd36c317f73e667bc6abebb0af112 Author: Brian Paul Date: Wed Jun 10 09:18:22 2009 -0600 swrast: fix state validation bug for changing program

Mesa (mesa_7_5_branch): docs: document GLSL preprocessor fixes

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 5450281ff75eab0cccdf7a926aed7e04132d3c95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5450281ff75eab0cccdf7a926aed7e04132d3c95 Author: Brian Paul Date: Tue Jun 9 11:56:12 2009 -0600 docs: document GLSL preprocessor fixes --- docs/re

Mesa (mesa_7_5_branch): mesa: disable texture unit error check in _mesa_MatrixMode()

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 6f50c9865d96a704cf47f59c3c21b4686bddf1f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f50c9865d96a704cf47f59c3c21b4686bddf1f8 Author: Brian Paul Date: Wed Jun 10 08:39:10 2009 -0600 mesa: disable texture unit error check in _mesa_Matri

Mesa (mesa_7_5_branch): glsl: Fix symbol replacement handling in preprocessor.

2009-06-10 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 506989b20e18be0d2b849ad17710108832040207 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=506989b20e18be0d2b849ad17710108832040207 Author: Brian Paul Date: Wed Jun 10 08:39:58 2009 -0600 glsl: Fix symbol replacement handling in preprocessor

Mesa (mesa_7_5_branch): mesa: Single precision constants.

2009-06-10 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 978bca8b2a7869e875fc205f29751d31178d2281 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=978bca8b2a7869e875fc205f29751d31178d2281 Author: José Fonseca Date: Wed Jun 10 15:39:34 2009 +0100 mesa: Single precision constants. --- src/mesa/s

Mesa (mesa_7_5_branch): util: Single precision constants.

2009-06-10 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 4d16eb5e180734638fac38a8ce88541926f75c21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d16eb5e180734638fac38a8ce88541926f75c21 Author: José Fonseca Date: Wed Jun 10 15:39:47 2009 +0100 util: Single precision constants. --- src/galliu

Mesa (mesa_7_5_branch): mesa: Pure software accum buffer.

2009-06-10 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 52411a1951da10bebc439a30c02c7ca99bc27c9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52411a1951da10bebc439a30c02c7ca99bc27c9c Author: José Fonseca Date: Wed Jun 10 15:39:02 2009 +0100 mesa: Pure software accum buffer. The existing imp

Mesa (mesa_7_5_branch): gallium: Shorthand functions for computing stride and sizes for a rect.

2009-06-10 Thread Jose Fonseca
Module: Mesa Branch: mesa_7_5_branch Commit: 8bfbb7ec8b978d4b56ad6be7dca0290a96e91e6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bfbb7ec8b978d4b56ad6be7dca0290a96e91e6a Author: José Fonseca Date: Wed Jun 10 15:31:12 2009 +0100 gallium: Shorthand functions for computing stride a

Mesa (radeon-rewrite): r300: make sure indexed rendering doesn' t try to use more than the num of vertices

2009-06-10 Thread Jerome Glisse
Module: Mesa Branch: radeon-rewrite Commit: 316598b96f07a38752c0c0f534feb025ee2a3235 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=316598b96f07a38752c0c0f534feb025ee2a3235 Author: Jerome Glisse Date: Wed Jun 10 14:59:33 2009 +0200 r300: make sure indexed rendering doesn't try to us

Mesa (master): 21 new commits

2009-06-10 Thread Jakob Bornecrantz
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ee98ae5a29ca870149c4a0d2a8f25f55e0fd333a Merge: d9617deb008b75f4a605a30408aeb1948139c33e 76a1017e978f8e51114d765c8c98ff25da13042b Author: Jakob Bornecrantz Date: Tue Jun 9 07:53:25 2009 +0200 Merge branch 'mesa_7_5_branch'

Mesa (master): glsl: Fix symbol replacement handling in preprocessor.

2009-06-10 Thread Michał Król
Module: Mesa Branch: master Commit: d9617deb008b75f4a605a30408aeb1948139c33e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9617deb008b75f4a605a30408aeb1948139c33e Author: Michal Krol Date: Wed Jun 10 12:15:13 2009 +0200 glsl: Fix symbol replacement handling in preprocessor. ---

Mesa (master): winsys/gdi: Link to ws2_32 library.

2009-06-10 Thread Michał Król
Module: Mesa Branch: master Commit: 03760a3903028759032efe9806ea39804db7fba0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03760a3903028759032efe9806ea39804db7fba0 Author: Michal Krol Date: Wed Jun 10 12:01:13 2009 +0200 winsys/gdi: Link to ws2_32 library. --- src/gallium/winsys

Mesa (master): trace: __func__ --> __FUNCTION__.

2009-06-10 Thread Michał Król
Module: Mesa Branch: master Commit: 1b334587e998ea84fd0fa9276e3373e3ecef1e5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b334587e998ea84fd0fa9276e3373e3ecef1e5b Author: Michal Krol Date: Wed Jun 10 11:56:38 2009 +0200 trace: __func__ --> __FUNCTION__. --- src/gallium/drivers/

Mesa (mesa_7_5_branch): mesa/st: fix tracking of mapped buffer ranges

2009-06-10 Thread Keith Whitwell
Module: Mesa Branch: mesa_7_5_branch Commit: 76a1017e978f8e51114d765c8c98ff25da13042b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76a1017e978f8e51114d765c8c98ff25da13042b Author: Keith Whitwell Date: Tue Jun 9 18:32:18 2009 +0100 mesa/st: fix tracking of mapped buffer ranges In