Mesa (master): r300-gallium: Add draw_arrays and friends.

2009-02-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1b77138a1effe2e18a9ce9e16c43852ff855a7be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b77138a1effe2e18a9ce9e16c43852ff855a7be Author: Corbin Simpson mostawesomed...@gmail.com Date: Mon Feb 16 02:53:34 2009 -0800 r300-gallium: Add draw_arrays

Mesa (master): r300-gallium: Include-guard r300_emit.h

2009-02-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: b16d4399892dbf8ab2c72a60b46bbc03ee5cd9a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b16d4399892dbf8ab2c72a60b46bbc03ee5cd9a6 Author: Corbin Simpson mostawesomed...@gmail.com Date: Mon Feb 16 03:03:28 2009 -0800 r300-gallium: Include-guard

Mesa (master): r300-gallium: Ooops, forgot to apply this stash.

2009-02-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 18f20b70b15f5daed28eb9f4fce1eccd46cf82d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18f20b70b15f5daed28eb9f4fce1eccd46cf82d3 Author: Corbin Simpson mostawesomed...@gmail.com Date: Mon Feb 16 03:13:16 2009 -0800 r300-gallium: Ooops, forgot to

Mesa (gallium-mesa-7.4): dri2: support glXWaitX glXWaitGL by using fake front buffer.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: a5ba956a1ac731c841b73397d7ccc230c819d119 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5ba956a1ac731c841b73397d7ccc230c819d119 Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:44:40 2009 + dri2: support glXWaitX

Mesa (master): dri2: support glXWaitX glXWaitGL by using fake front buffer.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: master Commit: 63b51b5cf17ddde09b72a2811296f37b9a4c5ad2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63b51b5cf17ddde09b72a2811296f37b9a4c5ad2 Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:44:40 2009 + dri2: support glXWaitX glXWaitGL by

Mesa (mesa_7_4_branch): dri2: support glXWaitX glXWaitGL by using fake front buffer.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: mesa_7_4_branch Commit: 4130c35ca86b34193160f1085407044d943e1dcc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4130c35ca86b34193160f1085407044d943e1dcc Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:44:40 2009 + dri2: support glXWaitX

Mesa (gallium-mesa-7.4): demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 003e5b2fa376d37c5b7cd7c7fc569ba52bc02dc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=003e5b2fa376d37c5b7cd7c7fc569ba52bc02dc1 Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:54:58 2009 + demos: fix glxpixmap and call

Mesa (mesa_7_4_branch): demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: mesa_7_4_branch Commit: ac0955f5e26de49450508cd605b066b3c6b69971 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac0955f5e26de49450508cd605b066b3c6b69971 Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:54:58 2009 + demos: fix glxpixmap and call

Mesa (master): demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: master Commit: cfae542d1f34d95ce6a740311d8331a74307d31f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfae542d1f34d95ce6a740311d8331a74307d31f Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:54:58 2009 + demos: fix glxpixmap and call glXWaitGL

Mesa (master): r300-gallium: Add verbosity level to debugging.

2009-02-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: ffbe28d25d755bc51d9f865ac176a110f6f8f5e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffbe28d25d755bc51d9f865ac176a110f6f8f5e0 Author: Corbin Simpson mostawesomed...@gmail.com Date: Mon Feb 16 03:56:03 2009 -0800 r300-gallium: Add verbosity

Mesa (master): cell: use some SPU intrinsics to get slightly better code in eval_inputs()

2009-02-16 Thread Brian Paul
Module: Mesa Branch: master Commit: c51938afe1626bfccfe38fe2f508bf90e58ca74c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c51938afe1626bfccfe38fe2f508bf90e58ca74c Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 08:25:33 2009 -0700 cell: use some SPU intrinsics to get

Mesa (master): glsl: silence some uninit var warnings

2009-02-16 Thread Brian Paul
Module: Mesa Branch: master Commit: 9d49802b7a3a1e292965098da41c459fabf84cc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d49802b7a3a1e292965098da41c459fabf84cc4 Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 08:25:57 2009 -0700 glsl: silence some uninit var warnings ---

Mesa (gallium-mesa-7.4): xlib: use MESA_GLX_FORCE_DIRECT to make glXIsDirect() always return True

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: ce9c69ddbc639c2f7c436a47d2b1ea9d2da13004 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce9c69ddbc639c2f7c436a47d2b1ea9d2da13004 Author: Brian Paul bri...@vmware.com Date: Tue Feb 3 10:12:51 2009 -0700 xlib: use MESA_GLX_FORCE_DIRECT to

Mesa (gallium-mesa-7.4): docs: fixed Windows build error, added MESA_GLX_FORCE_DIRECT env var

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: a69bdbbbdd38fcc23c564ff31028d0f583977323 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a69bdbbbdd38fcc23c564ff31028d0f583977323 Author: Brian Paul bri...@vmware.com Date: Tue Feb 3 15:40:16 2009 -0700 docs: fixed Windows build error,

Mesa (gallium-mesa-7.4): swrast: return (0,0,0,1) when sampling incomplete textures, not (0,0,0,0)

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 4608a9172fd4d8f8fc3ed9be17cde6ead3088b4c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4608a9172fd4d8f8fc3ed9be17cde6ead3088b4c Author: Brian Paul bri...@vmware.com Date: Sat Feb 7 12:02:22 2009 -0700 swrast: return (0,0,0,1) when

Mesa (gallium-mesa-7.4): mesa: fix tnl- render_inputs_bitset setup for fragment program texcoords

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: a0880a152fd4ab77d3d72800f8011470cde17dc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0880a152fd4ab77d3d72800f8011470cde17dc9 Author: Brian Paul bri...@vmware.com Date: Sat Feb 7 12:03:37 2009 -0700 mesa: fix tnl-render_inputs_bitset

Mesa (gallium-mesa-7.4): mesa: fix logic error in computing enableBits in update_texture_state()

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 7e8f2c56c00f93ad55842dc5e3b123a1fcf74b3c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e8f2c56c00f93ad55842dc5e3b123a1fcf74b3c Author: Brian Paul bri...@vmware.com Date: Sat Feb 7 12:04:15 2009 -0700 mesa: fix logic error in computing

Mesa (gallium-mesa-7.4): dri2: support glXWaitX glXWaitGL by using fake front buffer.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 4130c35ca86b34193160f1085407044d943e1dcc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4130c35ca86b34193160f1085407044d943e1dcc Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:44:40 2009 + dri2: support glXWaitX

Mesa (gallium-mesa-7.4): demos: fix glxpixmap and call glXWaitGL before calling XCopyArea.

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: ac0955f5e26de49450508cd605b066b3c6b69971 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac0955f5e26de49450508cd605b066b3c6b69971 Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 11:54:58 2009 + demos: fix glxpixmap and call

Mesa (gallium-mesa-7.4): glsl: replace assertion with conditional in _slang_pop_var_table()

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: d0e38f7ec042d0e1b798c48076b1c0c7c35e6a32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0e38f7ec042d0e1b798c48076b1c0c7c35e6a32 Author: Brian Paul bri...@vmware.com Date: Sat Feb 7 11:57:43 2009 -0700 glsl: replace assertion with

Mesa (gallium-mesa-7.4): docs: document new MESA_GLX_FORCE_DIRECT env var for the Xlib driver

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: 88c97a266296ba93d2dc45ac2eb79a1120861477 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88c97a266296ba93d2dc45ac2eb79a1120861477 Author: Brian Paul bri...@vmware.com Date: Tue Feb 3 15:39:13 2009 -0700 docs: document new

Mesa (master): nouveau: oops :-)

2009-02-16 Thread Patrice Mandin
Module: Mesa Branch: master Commit: 0f4a91b50908ce4c1ae5fc65d73791608de30f06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f4a91b50908ce4c1ae5fc65d73791608de30f06 Author: Patrice Mandin patman...@gmail.com Date: Mon Feb 16 18:43:56 2009 +0100 nouveau: oops :-) ---

Mesa (master): i965: tell GLSL compiler to emit code using condition codes

2009-02-16 Thread Brian Paul
Module: Mesa Branch: master Commit: a9e753c84cc5acc2a89686a5e4109f3b056d4fb4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9e753c84cc5acc2a89686a5e4109f3b056d4fb4 Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 11:45:57 2009 -0700 i965: tell GLSL compiler to emit code using

Mesa (master): mesa: remove old comments

2009-02-16 Thread Brian Paul
Module: Mesa Branch: master Commit: c5c383596ddb26cd75e4b355918ad16915283b59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5c383596ddb26cd75e4b355918ad16915283b59 Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 11:50:05 2009 -0700 mesa: remove old comments Note: the default

Mesa (gallium-texture-transfer): gallium: fix merge

2009-02-16 Thread Keith Whitwell
Module: Mesa Branch: gallium-texture-transfer Commit: 3da38db5949f4c73ec01282ebf9138a0510abbee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3da38db5949f4c73ec01282ebf9138a0510abbee Author: Keith Whitwell kei...@vmware.com Date: Mon Feb 16 20:19:40 2009 + gallium: fix merge It

Mesa (master): gallium: fix glean's vertProg1

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: master Commit: b9de2089b1ffafd7d072d78f716c9e39bab06627 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9de2089b1ffafd7d072d78f716c9e39bab06627 Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 20:20:55 2009 + gallium: fix glean's vertProg1

Mesa (gallium-mesa-7.4): gallium: fix glean's vertProg1

2009-02-16 Thread Alan Hourihane
Module: Mesa Branch: gallium-mesa-7.4 Commit: f5c6a690eb9fed0d32c981ebe8feec4762ea2ebf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5c6a690eb9fed0d32c981ebe8feec4762ea2ebf Author: Alan Hourihane al...@vmware.com Date: Mon Feb 16 20:20:55 2009 + gallium: fix glean's vertProg1

Mesa (radeon-rewrite): dri/radeon: export a function to cleanup a texture object.

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 5325f8624093bb1ec30d581b4ff64218ceab99f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5325f8624093bb1ec30d581b4ff64218ceab99f9 Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 10:25:34 2009 +1000 dri/radeon: export a function to

Mesa (radeon-rewrite): radeon: move YUV on first texunit check after hw state is setup

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 7a1dbcabf3f2599c90665e7fdbdba8698528841a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a1dbcabf3f2599c90665e7fdbdba8698528841a Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 10:26:33 2009 +1000 radeon: move YUV on first texunit

Mesa (radeon-rewrite): r200: align with r100 code

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: a365f9b78bb493a5202c9a4985de40979ed42038 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a365f9b78bb493a5202c9a4985de40979ed42038 Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 10:28:43 2009 +1000 r200: align with r100 code ---

Mesa (radeon-rewrite): radeon: fix not emitting texture state correctly

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 646325a5efb3cf4157623d115d6d8fa36f0b357d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=646325a5efb3cf4157623d115d6d8fa36f0b357d Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 10:27:45 2009 +1000 radeon: fix not emitting texture

Mesa (radeon-rewrite): radeon/r200: drop dirty state from texture object + pp_txoffset

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 62d504d818f1ab1836a134658b1661ceabb65f1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62d504d818f1ab1836a134658b1661ceabb65f1f Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 10:34:01 2009 +1000 radeon/r200: drop dirty state from

Mesa (radeon-rewrite): radeon: remove leftover debug

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 43c71a2d40d417cf721656e8b088e375dc4bdedb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43c71a2d40d417cf721656e8b088e375dc4bdedb Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 10:42:51 2009 +1000 radeon: remove leftover debug ---

Mesa (master): softpipe: some improvements to texture tile cache

2009-02-16 Thread Brian Paul
Module: Mesa Branch: master Commit: 07855a1d766e21e4a017a5f9f19936ce5511e088 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07855a1d766e21e4a017a5f9f19936ce5511e088 Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 18:45:58 2009 -0700 softpipe: some improvements to texture tile

Mesa (mesa_7_4_branch): mesa: fix/change state validation order for program /texture state

2009-02-16 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 8278c70716162b8ea36050f99020daef3834994a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8278c70716162b8ea36050f99020daef3834994a Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 20:22:46 2009 -0700 mesa: fix/change state validation

Mesa (mesa_7_4_branch): glsl: fix incorrect size returned by glGetActiveUniform() for array elements.

2009-02-16 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 29981c14da9d04866c13f8041b458b04aae2fbe8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29981c14da9d04866c13f8041b458b04aae2fbe8 Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 20:28:14 2009 -0700 glsl: fix incorrect size returned

Mesa (mesa_7_4_branch): glsl: fix glUniform() array bounds error checking

2009-02-16 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 0486d117e4b2022ab9a86c8932e6170aae6b0c3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0486d117e4b2022ab9a86c8932e6170aae6b0c3b Author: Brian Paul bri...@vmware.com Date: Wed Feb 11 08:46:21 2009 -0700 glsl: fix glUniform() array bounds

Mesa (mesa_7_4_branch): glsl: rework _mesa_get_uniform[fi]v() to avoid using a fixed size intermediate array

2009-02-16 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 3e3e80c431e2c0b89974f3601336c5993d82ec4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e3e80c431e2c0b89974f3601336c5993d82ec4f Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 20:29:36 2009 -0700 glsl: rework

Mesa (mesa_7_4_branch): glsl: raise GL_INVALID_OPERATION for glUniform( location -1)

2009-02-16 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 46f8b62d5f989b2f878383813c291e055af936fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46f8b62d5f989b2f878383813c291e055af936fa Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 20:30:06 2009 -0700 glsl: raise GL_INVALID_OPERATION

Mesa (mesa_7_4_branch): glsl: allow setting arrays of samplers in set_program_uniform()

2009-02-16 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 5f74a6613215622e46d6ac45227f0f174d5e1daa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f74a6613215622e46d6ac45227f0f174d5e1daa Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 20:30:49 2009 -0700 glsl: allow setting arrays of

Mesa (mesa_7_4_branch): docs: recent 7.4 bug fixes

2009-02-16 Thread Brian Paul
Module: Mesa Branch: mesa_7_4_branch Commit: 0e6d9c1a55510cb4096728fb5fcfac77be09129e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e6d9c1a55510cb4096728fb5fcfac77be09129e Author: Brian Paul bri...@vmware.com Date: Mon Feb 16 20:35:12 2009 -0700 docs: recent 7.4 bug fixes ---

Mesa (radeon-rewrite): radeon/r200: fixup texturing aging calls

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 48e7b940ebc2cb3594074ca35fad9c63f6568582 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48e7b940ebc2cb3594074ca35fad9c63f6568582 Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 13:39:38 2009 +1000 radeon/r200: fixup texturing aging

Mesa (radeon-rewrite): radeon/r200: drop legacy texture heap code

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 2ba4fc3d603ebc9e3210ef96f9fbc2cd488e0a33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ba4fc3d603ebc9e3210ef96f9fbc2cd488e0a33 Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 14:00:24 2009 +1000 radeon/r200: drop legacy texture

Mesa (radeon-rewrite): Revert dri/radeon: export a function to cleanup a texture object.

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 7ce6af25e56e28a819c38e60b4371caea3c8b5b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ce6af25e56e28a819c38e60b4371caea3c8b5b0 Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 14:46:12 2009 +1000 Revert dri/radeon: export a

Mesa (radeon-rewrite): radeon: legacy texMem interface fixups.

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 9c040745fe1d8c6cad3ac79030ead13fbcb5ae4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c040745fe1d8c6cad3ac79030ead13fbcb5ae4d Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 14:48:49 2009 +1000 radeon: legacy texMem interface

Mesa (radeon-rewrite): radeon: initialise swapped objects pointer

2009-02-16 Thread Dave Airlie
Module: Mesa Branch: radeon-rewrite Commit: 745c78733822573a5791fbae9b3e8fab785f7aca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=745c78733822573a5791fbae9b3e8fab785f7aca Author: Dave Airlie airl...@redhat.com Date: Tue Feb 17 16:01:16 2009 +1000 radeon: initialise swapped objects