Mesa (master): r300-gallium: Update clear() code.

2009-04-04 Thread Corbin Simpson
Module: Mesa Branch: master Commit: a4a853e593c257d3b25f8229706d11b92e1ec8c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4a853e593c257d3b25f8229706d11b92e1ec8c8 Author: Corbin Simpson Date: Sat Apr 4 22:30:14 2009 -0700 r300-gallium: Update clear() code. We have a huge

Mesa (master): r300-gallium: vs: Expand instruction emission.

2009-04-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 7cd535b47805cc086783cc4aa857292b5986672e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7cd535b47805cc086783cc4aa857292b5986672e Author: Corbin Simpson Date: Sat Apr 4 22:57:45 2009 -0700 r300-gallium: vs: Expand instruction emission. --- src

Mesa (master): r300-gallium: Properly interface with Draw for vert shaders.

2009-04-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: ce7963f338ab95b06619074bc6aaf99c96ff5f11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce7963f338ab95b06619074bc6aaf99c96ff5f11 Author: Corbin Simpson Date: Sun Apr 5 01:00:25 2009 -0700 r300-gallium: Properly interface with Draw for vert

Mesa (master): r300-gallium: Update state handlers/ setters for vertex shaders.

2009-04-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 484795ff14faa794b7a150f29554a73e0113f67d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=484795ff14faa794b7a150f29554a73e0113f67d Author: Corbin Simpson Date: Sun Apr 5 00:15:19 2009 -0700 r300-gallium: Update state handlers/setters for vertex

Mesa (master): r300-gallium: Re-translate shaders if constants change.

2009-04-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 50ee103cf02b66d68a2728840c9c2f990773576b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50ee103cf02b66d68a2728840c9c2f990773576b Author: Corbin Simpson Date: Sun Apr 5 01:32:00 2009 -0700 r300-gallium: Re-translate shaders if constants change

Mesa (master): r300-gallium: vs: Use a tab to properly set up OVM.

2009-04-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 84d76607ec0e43edd7dd28d1d5b6a538fd087434 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84d76607ec0e43edd7dd28d1d5b6a538fd087434 Author: Corbin Simpson Date: Sun Apr 5 01:32:55 2009 -0700 r300-gallium: vs: Use a tab to properly set up OVM

Mesa (master): r300-gallium: vp: Moar.

2009-04-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 36ae0766b90a1545ea3d9381974602d8e6fe8642 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36ae0766b90a1545ea3d9381974602d8e6fe8642 Author: Corbin Simpson Date: Sun Apr 5 02:05:08 2009 -0700 r300-gallium: vp: Moar. --- src/gallium/drivers/r300

Mesa (master): r300-gallium: vs: Moar vert shaders.

2009-04-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 316b244ff1b18b3916ebd31078ba4c920e9585c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=316b244ff1b18b3916ebd31078ba4c920e9585c1 Author: Corbin Simpson Date: Sat Apr 4 23:44:37 2009 -0700 r300-gallium: vs: Moar vert shaders. --- src/gallium

Mesa (master): r300-gallium: Properly setup HW/SW TCL controls.

2009-04-06 Thread Corbin Simpson
Module: Mesa Branch: master Commit: ffbf3f4952fa9e7c2971a73d9540ed977fdc6c9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffbf3f4952fa9e7c2971a73d9540ed977fdc6c9a Author: Corbin Simpson Date: Mon Apr 6 23:17:33 2009 -0700 r300-gallium: Properly setup HW/SW TCL controls. This

Mesa (master): r300-gallium: vs: Add MAD.

2009-04-06 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 799f43f2e01be8b3143c44fbd45485220174febd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=799f43f2e01be8b3143c44fbd45485220174febd Author: Corbin Simpson Date: Mon Apr 6 23:36:34 2009 -0700 r300-gallium: vs: Add MAD. --- src/gallium/drivers

Mesa (master): r300-gallium: vs: Add MUL.

2009-04-06 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 00bb3deed24bd721686d6db45506fffb2a442dc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00bb3deed24bd721686d6db45506fffb2a442dc9 Author: Corbin Simpson Date: Mon Apr 6 23:26:38 2009 -0700 r300-gallium: vs: Add MUL. --- src/gallium/drivers

Mesa (master): r300-gallium: Fix surface_copy too.

2009-04-06 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 6a1be41af93ef0ad835c75b993603c54917f934d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a1be41af93ef0ad835c75b993603c54917f934d Author: Corbin Simpson Date: Mon Apr 6 23:25:27 2009 -0700 r300-gallium: Fix surface_copy too. --- src/gallium

Mesa (master): r300-gallium: Properly emit indexbufs.

2009-04-08 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 8648c2685870174cf620ef15de70ef030a8d5a20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8648c2685870174cf620ef15de70ef030a8d5a20 Author: Corbin Simpson Date: Wed Apr 8 14:54:17 2009 -0700 r300-gallium: Properly emit indexbufs. This fixes

Mesa (master): r300-gallium: Add vertex shader constant emit.

2009-04-08 Thread Corbin Simpson
Module: Mesa Branch: master Commit: b3639d43f2085c893bb6136c8febe5bc7944869e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3639d43f2085c893bb6136c8febe5bc7944869e Author: Corbin Simpson Date: Tue Apr 7 02:04:07 2009 -0700 r300-gallium: Add vertex shader constant emit. --- src

Mesa (master): r300-gallium: Split up vertex format tallying for HW and SW TCL.

2009-04-10 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 9340c994b78d15253326b83cfcb15c7349c0403a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9340c994b78d15253326b83cfcb15c7349c0403a Author: Corbin Simpson Date: Fri Apr 10 18:34:55 2009 -0700 r300-gallium: Split up vertex format tallying for HW and

Mesa (master): r300-gallium: Finish up cleanup of vertex format state.

2009-04-10 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1b5b083d5ccaeeca29375072d978d32a258f606f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b5b083d5ccaeeca29375072d978d32a258f606f Author: Corbin Simpson Date: Fri Apr 10 18:15:46 2009 -0700 r300-gallium: Finish up cleanup of vertex format state

Mesa (master): r300-gallium: Point size is at OVM position 15, not 1.

2009-04-15 Thread Corbin Simpson
Module: Mesa Branch: master Commit: a5f68b40cb4299b54d5cb400bbbf4338673d82ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5f68b40cb4299b54d5cb400bbbf4338673d82ec Author: Corbin Simpson Date: Wed Apr 15 13:25:20 2009 -0700 r300-gallium: Point size is at OVM position 15, not 1

Mesa (master): r300-gallium: vs: Dot products.

2009-04-15 Thread Corbin Simpson
Module: Mesa Branch: master Commit: ada7ced1890c7d657f14a9af2caa72bad3af879f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ada7ced1890c7d657f14a9af2caa72bad3af879f Author: Corbin Simpson Date: Wed Apr 15 13:23:25 2009 -0700 r300-gallium: vs: Dot products. --- src/gallium

Mesa (master): r300-gallium: Don't use indexbufs for now.

2009-04-15 Thread Corbin Simpson
Module: Mesa Branch: master Commit: a4e0a46a8d6a4f308216c085849305ad82c52f15 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4e0a46a8d6a4f308216c085849305ad82c52f15 Author: Corbin Simpson Date: Wed Apr 15 14:12:11 2009 -0700 r300-gallium: Don't use indexbufs for now. They a

Mesa (master): r300-gallium: Use viewport state.

2009-04-15 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1a84072db9fb8faf39bd155c3bf249dcc99130d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a84072db9fb8faf39bd155c3bf249dcc99130d8 Author: Corbin Simpson Date: Wed Apr 15 15:09:43 2009 -0700 r300-gallium: Use viewport state. --- src/gallium

Mesa (master): r300-gallium: Set framebuffer pitch on every framebuffer change.

2009-04-25 Thread Corbin Simpson
framebuffer change. Signed-off-by: Corbin Simpson --- src/gallium/drivers/r300/r300_emit.c |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/src/gallium/drivers/r300/r300_emit.c b/src/gallium/drivers/r300/r300_emit.c index 417d5f6..cce5c59 100644 --- a/src/gallium/drivers

Mesa (master): r300-gallium: Clean up FB state emit.

2009-04-25 Thread Corbin Simpson
Module: Mesa Branch: master Commit: f45a7a1d1f8a576daf02e94ecabfd42f556dd9b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f45a7a1d1f8a576daf02e94ecabfd42f556dd9b4 Author: Corbin Simpson Date: Fri Apr 24 16:53:38 2009 -0700 r300-gallium: Clean up FB state emit. --- src/gallium

Mesa (master): r300-gallium: Fix vertex shader OVM counting.

2009-04-25 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 233c6fb694ebd946ae76cb48701adf4d2086b1c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=233c6fb694ebd946ae76cb48701adf4d2086b1c1 Author: Corbin Simpson Date: Sat Apr 25 16:53:38 2009 -0700 r300-gallium: Fix vertex shader OVM counting. Attribs

Mesa (master): r300-gallium: Add a draw_flush() to r300_flush().

2009-04-26 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 86d2144412915b0052a468806c4fba81d72a682d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86d2144412915b0052a468806c4fba81d72a682d Author: Mathias Gottschlag Date: Sun Apr 26 12:04:35 2009 +0200 r300-gallium: Add a draw_flush() to r300_flush(). Thi

Mesa (master): r300-gallium: Correctly flush Draw.

2009-04-26 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 904b563fd027c05a9755bc07719c55099ab5a9fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=904b563fd027c05a9755bc07719c55099ab5a9fd Author: Corbin Simpson Date: Sun Apr 26 10:06:02 2009 -0700 r300-gallium: Correctly flush Draw. Should help with a

Mesa (master): radeon: Use PCI_MATCH_ANY for xorg driver.

2009-04-28 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1ae877d95adbc19cb0a8d4fe07f46ac4d46c8147 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ae877d95adbc19cb0a8d4fe07f46ac4d46c8147 Author: Corbin Simpson Date: Tue Apr 28 03:28:37 2009 -0700 radeon: Use PCI_MATCH_ANY for xorg driver. Might as well

Mesa (master): radeon-r300: Fix a bit of breakage.

2009-04-28 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 81ded8092a4068ec289e6c7207078f076bfee5fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81ded8092a4068ec289e6c7207078f076bfee5fd Author: Corbin Simpson Date: Tue Apr 28 03:28:57 2009 -0700 radeon-r300: Fix a bit of breakage. Not really sure why

Mesa (master): radeon: Fix cast and comment.

2009-05-01 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1f43cc1d841d3be04433224842f89ff03ba28a02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f43cc1d841d3be04433224842f89ff03ba28a02 Author: Corbin Simpson Date: Tue Apr 28 04:37:56 2009 -0700 radeon: Fix cast and comment. --- src/gallium/winsys

Mesa (master): r300-gallium: Don't bother with conditional double define.

2009-05-01 Thread Corbin Simpson
Module: Mesa Branch: master Commit: a609f78cf688c97eda8cde3d876397e042fdb60d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a609f78cf688c97eda8cde3d876397e042fdb60d Author: Corbin Simpson Date: Fri May 1 04:47:50 2009 -0700 r300-gallium: Don't bother with conditional double d

Mesa (master): r300-gallium, radeon-winsys: Space accounting.

2009-05-01 Thread Corbin Simpson
Module: Mesa Branch: master Commit: c11ad489e7432f3ed2fcaf5b15b8fe3538ae6d30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c11ad489e7432f3ed2fcaf5b15b8fe3538ae6d30 Author: Corbin Simpson Date: Fri May 1 05:54:53 2009 -0700 r300-gallium, radeon-winsys: Space accounting. It is no

Mesa (master): r300-gallium, radeon-winsys: Reorganize r300_winsys header, break ABI.

2009-05-01 Thread Corbin Simpson
Module: Mesa Branch: master Commit: d7f4ac9f34a72efe53a1a140557f1822afbadf16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7f4ac9f34a72efe53a1a140557f1822afbadf16 Author: Corbin Simpson Date: Fri May 1 05:03:56 2009 -0700 r300-gallium, radeon-winsys: Reorganize r300_winsys

Mesa (master): r300-gallium, radeon-winsys: Hide radeon_cs from r300 pipe.

2009-05-01 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 5b15cc312f16c6147e1f8f3d25c6ed34076aa3a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b15cc312f16c6147e1f8f3d25c6ed34076aa3a1 Author: Corbin Simpson Date: Fri May 1 06:01:52 2009 -0700 r300-gallium, radeon-winsys: Hide radeon_cs from r300

Mesa (master): radeon: Don' t even bother with things too big to fit into our card.

2009-05-01 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 2953b180044df602fbbf5882715774a779ff2123 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2953b180044df602fbbf5882715774a779ff2123 Author: Corbin Simpson Date: Fri May 1 07:29:14 2009 -0700 radeon: Don't even bother with things too big to fit

Mesa (master): r300-gallium, radeon: A couple cleanups.

2009-05-08 Thread Corbin Simpson
Module: Mesa Branch: master Commit: cd59933d9f70c6acea63013f1b773b545026bf81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd59933d9f70c6acea63013f1b773b545026bf81 Author: Corbin Simpson Date: Fri May 8 16:50:42 2009 -0700 r300-gallium, radeon: A couple cleanups. Trying to track

Mesa (master): r300-gallium: Finish space accounting.

2009-05-08 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 4816764777485b46f360eb6f86dea243d1809221 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4816764777485b46f360eb6f86dea243d1809221 Author: Corbin Simpson Date: Fri May 8 15:28:09 2009 -0700 r300-gallium: Finish space accounting. Still broken

Mesa (master): radeon-gallium: Shut up Valgrind.

2009-05-08 Thread Corbin Simpson
Module: Mesa Branch: master Commit: bed917641cfde06b9ff609760ba20b498a65cefa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bed917641cfde06b9ff609760ba20b498a65cefa Author: Corbin Simpson Date: Fri May 8 17:09:32 2009 -0700 radeon-gallium: Shut up Valgrind. --- src/gallium

Mesa (master): r300-gallium, radeon: BO handling fixes, some useful asserts .

2009-05-08 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1b26c2bbaefe3608b96d9351c0f2eac80274891c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b26c2bbaefe3608b96d9351c0f2eac80274891c Author: Corbin Simpson Date: Fri May 8 19:40:38 2009 -0700 r300-gallium, radeon: BO handling fixes, some useful

Mesa (master): r300-gallium: Fix bad cast. Space accounting completely works now.

2009-05-08 Thread Corbin Simpson
Module: Mesa Branch: master Commit: ce758a21b9984cce14db4234fbe353d06a3a2d32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce758a21b9984cce14db4234fbe353d06a3a2d32 Author: Corbin Simpson Date: Fri May 8 22:05:18 2009 -0700 r300-gallium: Fix bad cast. Space accounting completely

Mesa (master): r300-gallium: vs: Add scalar setup, RSQ.

2009-05-09 Thread Corbin Simpson
Module: Mesa Branch: master Commit: e669ce01d4ee1e785671c811140e4e95e9a7548e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e669ce01d4ee1e785671c811140e4e95e9a7548e Author: Corbin Simpson Date: Fri May 8 22:46:12 2009 -0700 r300-gallium: vs: Add scalar setup, RSQ. Icky icky icky

Mesa (master): r300-gallium: vs: Add writemasks.

2009-05-09 Thread Corbin Simpson
Module: Mesa Branch: master Commit: c6d2b4a495affbaf0fbc53cf54159a7b2b4f6085 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6d2b4a495affbaf0fbc53cf54159a7b2b4f6085 Author: Corbin Simpson Date: Fri May 8 22:45:56 2009 -0700 r300-gallium: vs: Add writemasks. --- src/gallium

Mesa (master): r300-gallium: vs: Add MAX.

2009-05-09 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 9b1077714889a5c331c0e208f36233767d39d875 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b1077714889a5c331c0e208f36233767d39d875 Author: Corbin Simpson Date: Fri May 8 22:52:32 2009 -0700 r300-gallium: vs: Add MAX. --- src/gallium/drivers

Mesa (master): r300-gallium: vs: Add SLT, clean up MAX.

2009-05-09 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 7e347a0f49bd737f1a219fe8001c8ddb4f8c3d85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e347a0f49bd737f1a219fe8001c8ddb4f8c3d85 Author: Corbin Simpson Date: Fri May 8 22:54:52 2009 -0700 r300-gallium: vs: Add SLT, clean up MAX. This should be

Mesa (master): r300-gallium: Start VS dumper.

2009-05-09 Thread Corbin Simpson
Module: Mesa Branch: master Commit: c4c5bf31a743bc53a9dbdef7807928dacae7958a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4c5bf31a743bc53a9dbdef7807928dacae7958a Author: Corbin Simpson Date: Sat May 9 00:28:49 2009 -0700 r300-gallium: Start VS dumper. --- src/gallium/drivers

Mesa (master): r300-gallium: vs: Make imms work, cleanup some of the switches.

2009-05-09 Thread Corbin Simpson
Module: Mesa Branch: master Commit: a738d2b4c2979d7d54064f2ad08da401b28a473b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a738d2b4c2979d7d54064f2ad08da401b28a473b Author: Corbin Simpson Date: Sat May 9 00:38:07 2009 -0700 r300-gallium: vs: Make imms work, cleanup some of the

Mesa (master): radeon-gallium: Clean up some of the BO counting logic.

2009-05-09 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 53c2cc8fefa07723fc456d94eda292e201c41dae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53c2cc8fefa07723fc456d94eda292e201c41dae Author: Corbin Simpson Date: Sat May 9 00:43:05 2009 -0700 radeon-gallium: Clean up some of the BO counting logic

Mesa (master): radeon-gallium: Support new info ioctls in addition to classic getparams.

2009-05-11 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 2e22bd8460ebbb2dd85417d8e5e670fa651d0da9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e22bd8460ebbb2dd85417d8e5e670fa651d0da9 Author: Corbin Simpson Date: Mon May 11 09:04:15 2009 -0700 radeon-gallium: Support new info ioctls in addition to

Mesa (master): r300-gallium: Cleanup some compile warnings.

2009-05-11 Thread Corbin Simpson
Module: Mesa Branch: master Commit: b315ec43eed981b867bc3af16d0e6dc4d050e9ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b315ec43eed981b867bc3af16d0e6dc4d050e9ae Author: Corbin Simpson Date: Mon May 11 10:07:40 2009 -0700 r300-gallium: Cleanup some compile warnings. --- src

Mesa (master): radeon-gallium: Forgot a typedef.

2009-05-11 Thread Corbin Simpson
Module: Mesa Branch: master Commit: f38a02212fef426dd3f86e5d0f52126e4132a003 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f38a02212fef426dd3f86e5d0f52126e4132a003 Author: Corbin Simpson Date: Mon May 11 09:55:28 2009 -0700 radeon-gallium: Forgot a typedef. --- src/gallium

Mesa (master): r300-gallium: Setup surface in r300_surface_copy.

2009-05-11 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 64f60bc04666dbe2b53c951a2fbab06e2628ee1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64f60bc04666dbe2b53c951a2fbab06e2628ee1b Author: Corbin Simpson Date: Mon May 11 10:09:59 2009 -0700 r300-gallium: Setup surface in r300_surface_copy. I

Mesa (master): r300-gallium: Cleanup PSC for HW TCL.

2009-05-11 Thread Corbin Simpson
Module: Mesa Branch: master Commit: e9f8b7f1b9fee80fd705864d047cc017059143f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9f8b7f1b9fee80fd705864d047cc017059143f8 Author: Corbin Simpson Date: Mon May 11 09:57:57 2009 -0700 r300-gallium: Cleanup PSC for HW TCL. Still dies in

Mesa (master): r300-gallium: Space accounting for textures.

2009-05-13 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 15601e970250e12f5d566ba782aae06d9714fbdc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15601e970250e12f5d566ba782aae06d9714fbdc Author: Corbin Simpson Date: Wed May 13 17:01:03 2009 -0700 r300-gallium: Space accounting for textures. --- src

Mesa (master): r300-gallium: Clean up outdated comments.

2009-05-13 Thread Corbin Simpson
Module: Mesa Branch: master Commit: d3912e301fd707738b0952cd11e19f34b87765b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3912e301fd707738b0952cd11e19f34b87765b8 Author: Corbin Simpson Date: Wed May 13 17:24:47 2009 -0700 r300-gallium: Clean up outdated comments. --- src

Mesa (master): r300-gallium: Correct VTE setup for surface_fill, make surface_copy emit right.

2009-05-14 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 96922d1b71dc1ba7375b4fea6439127e62c36073 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96922d1b71dc1ba7375b4fea6439127e62c36073 Author: Corbin Simpson Date: Thu May 14 08:17:08 2009 -0700 r300-gallium: Correct VTE setup for surface_fill, make

Mesa (master): r300-gallium: Various cleanups leftover from before.

2009-05-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 13131adbf1beb3e4222ce16c32ac7910a4a5331b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13131adbf1beb3e4222ce16c32ac7910a4a5331b Author: Corbin Simpson Date: Sat May 16 08:47:36 2009 -0700 r300-gallium: Various cleanups leftover from before

Mesa (master): Create common trace_drm code, add to radeon_winsys.

2009-05-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 5e39a8c4503596a019dc7c3ed4e24ee4117b1fca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e39a8c4503596a019dc7c3ed4e24ee4117b1fca Author: Corbin Simpson Date: Sat May 16 09:58:54 2009 -0700 Create common trace_drm code, add to radeon_winsys

Mesa (master): intel-gallium: Fix trace_drm integration.

2009-05-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 0e8c6e56e467864249dfa311be1eef4dfc381f2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e8c6e56e467864249dfa311be1eef4dfc381f2a Author: Corbin Simpson Date: Sat May 16 10:03:46 2009 -0700 intel-gallium: Fix trace_drm integration. Compile-tested

Mesa (master): r300-gallium: Update screen caps.

2009-05-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 13f8e7bc9c5b4a7de0fe4f53af2eb6237b3e71fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13f8e7bc9c5b4a7de0fe4f53af2eb6237b3e71fd Author: Corbin Simpson Date: Sat May 16 10:46:55 2009 -0700 r300-gallium: Update screen caps. Anisotropic filtering

Mesa (master): r300-gallium: Update floating-point params too.

2009-05-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 17b395638b92139feef9beaea4039f76710bb23a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17b395638b92139feef9beaea4039f76710bb23a Author: Corbin Simpson Date: Sat May 16 10:56:17 2009 -0700 r300-gallium: Update floating-point params too. Even

Mesa (master): r300-gallium: Die on bad texture formats.

2009-05-16 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 08ec7e0d329a72433b427e8167b2c3442d1f53b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08ec7e0d329a72433b427e8167b2c3442d1f53b4 Author: Corbin Simpson Date: Sat May 16 11:17:05 2009 -0700 r300-gallium: Die on bad texture formats. Odds are good

Mesa (master): r300-gallium: vs: Dupe tokens, better debug, count spurious insts.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 764bf9501adea0f3dbe8d7c718b22dfb067fbbfa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=764bf9501adea0f3dbe8d7c718b22dfb067fbbfa Author: Corbin Simpson Date: Sun May 17 09:39:06 2009 -0700 r300-gallium: vs: Dupe tokens, better debug, count

Mesa (master): r300-gallium: Comment out useless debugging code.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 7e97219ff8adce22d30abeda53144f7193589c30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e97219ff8adce22d30abeda53144f7193589c30 Author: Corbin Simpson Date: Sun May 17 09:44:14 2009 -0700 r300-gallium: Comment out useless debugging code. Those

Mesa (master): r300-gallium: r500-fs: Enable depth writes, kinda.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 8dae8f28e52ed20b087ecf0d09efe2d94bdd09cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dae8f28e52ed20b087ecf0d09efe2d94bdd09cf Author: Corbin Simpson Date: Sun May 17 10:30:59 2009 -0700 r300-gallium: r500-fs: Enable depth writes, kinda

Mesa (master): r300-gallium: vs: Fix vert shader init.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 45435abcb967931c79aba1714ae797a1c5dc075e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45435abcb967931c79aba1714ae797a1c5dc075e Author: Corbin Simpson Date: Sun May 17 10:33:56 2009 -0700 r300-gallium: vs: Fix vert shader init. Makes the last

Mesa (master): r300-gallium: Correct default MSPOS.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: fbcfcd9f5ce7523bde69103fcf1ebae30531a10c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbcfcd9f5ce7523bde69103fcf1ebae30531a10c Author: Corbin Simpson Date: Sun May 17 11:58:53 2009 -0700 r300-gallium: Correct default MSPOS. Per agd5f

Mesa (master): r300-gallium: Update XXX.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: e5f5390f4bcb0fb04dff11cd1333b426cba6d0d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5f5390f4bcb0fb04dff11cd1333b426cba6d0d1 Author: Corbin Simpson Date: Sun May 17 12:51:18 2009 -0700 r300-gallium: Update XXX. Lops work fine as long as HW

Mesa (master): r300-gallium: Clean up more invariant state.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 60665ae6277f15a1b5e48b65ba7d94cea2535c2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60665ae6277f15a1b5e48b65ba7d94cea2535c2c Author: Corbin Simpson Date: Sun May 17 13:23:39 2009 -0700 r300-gallium: Clean up more invariant state. GA_ENHANCE

Mesa (master): r300-gallium: Don't set GB_TILE_CONFIG (in userspace.)

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: d6e085bd76ad8e6cfb67c317dc1b32b04434a8b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6e085bd76ad8e6cfb67c317dc1b32b04434a8b5 Author: Corbin Simpson Date: Sun May 17 16:42:54 2009 -0700 r300-gallium: Don't set GB_TILE_CONFIG (in user

Mesa (master): r300-gallium, radeon-gallium: Nuke gb_pipes from orbit.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a40d1e9d96f8e8c57bc3bbd6f567cacd4471f59 Author: Corbin Simpson Date: Sun May 17 17:03:15 2009 -0700 r300-gallium, radeon-gallium: Nuke gb_pipes from orbit

Mesa (master): r300-gallium: Size mismatch.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 572d7d1358b60c93ec4f1f28151bb0e708a9df17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=572d7d1358b60c93ec4f1f28151bb0e708a9df17 Author: Corbin Simpson Date: Sun May 17 20:49:39 2009 -0700 r300-gallium: Size mismatch. --- src/gallium/drivers

Mesa (master): r300-gallium: Add half-right COS and SIN.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 06a7b798f2261a7faaede71946e4489979840713 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06a7b798f2261a7faaede71946e4489979840713 Author: Corbin Simpson Date: Sun May 17 21:10:07 2009 -0700 r300-gallium: Add half-right COS and SIN. HW trig does a

Mesa (master): dri-gallium: Add GLSL support.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 0036f2ccba6720e06a578333f04086d100d188b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0036f2ccba6720e06a578333f04086d100d188b1 Author: Corbin Simpson Date: Sun May 17 21:39:11 2009 -0700 dri-gallium: Add GLSL support. Oh, look, it's

Mesa (master): r300-gallium: r500-fs: DDX and DDY support.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 9569221563fd0e9fba564126d61bf3786cf74715 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9569221563fd0e9fba564126d61bf3786cf74715 Author: Corbin Simpson Date: Sun May 17 21:40:16 2009 -0700 r300-gallium: r500-fs: DDX and DDY support. Oh, look

Mesa (master): r300-gallium: Enable GLSL for r500.

2009-05-17 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 27206add2738f9813d1e9f42fe3b1bdfbd9b8aa4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27206add2738f9813d1e9f42fe3b1bdfbd9b8aa4 Author: Corbin Simpson Date: Sun May 17 21:41:25 2009 -0700 r300-gallium: Enable GLSL for r500. Before you get all

Mesa (master): r300-gallium: Always do VTE, never software viewport.

2009-05-18 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 301d238c1adf3d451b412333a77c81af14feed6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=301d238c1adf3d451b412333a77c81af14feed6f Author: Corbin Simpson Date: Mon May 18 09:40:13 2009 -0700 r300-gallium: Always do VTE, never software viewport

Mesa (master): r300-gallium: Cleanup viewport state setup.

2009-05-18 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 5236ea39006fd0b475ff1658a1418abc71ec998c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5236ea39006fd0b475ff1658a1418abc71ec998c Author: Corbin Simpson Date: Mon May 18 09:41:21 2009 -0700 r300-gallium: Cleanup viewport state setup. --- src

Mesa (master): radeon-gallium: Remove BO validation debug.

2009-05-18 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 026f4c97dc4cf29c93461857afa76b07086ede42 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=026f4c97dc4cf29c93461857afa76b07086ede42 Author: Corbin Simpson Date: Mon May 18 09:47:37 2009 -0700 radeon-gallium: Remove BO validation debug. It appears

Mesa (master): r300-gallium: Fix (another) wrong value in MSPOS.

2009-05-18 Thread Corbin Simpson
Module: Mesa Branch: master Commit: d0639d067e9b95875b1d395eaa6634996296 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0639d067e9b95875b1d395eaa6634996296 Author: Corbin Simpson Date: Mon May 18 09:50:30 2009 -0700 r300-gallium: Fix (another) wrong value in MSPOS. Again

Mesa (master): radeon-gallium: Don' t permit reading and writing a BO in one CS.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 4550423211063010a2fa482037d8233bb80e3773 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4550423211063010a2fa482037d8233bb80e3773 Author: Corbin Simpson Date: Wed May 20 07:18:08 2009 -0700 radeon-gallium: Don't permit reading and writing a

Mesa (master): r300-gallium: Make surface_copy work, and refactor buffer validation.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 65946ef0813e00944763ae959698e281871ee642 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65946ef0813e00944763ae959698e281871ee642 Author: Corbin Simpson Date: Wed May 20 11:46:26 2009 -0700 r300-gallium: Make surface_copy work, and refactor buffer

Mesa (master): r300-gallium: Add missing R481 PCI ID.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: b22b6f074381f3a0cfb9b6c3f45eaa533c1a0426 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b22b6f074381f3a0cfb9b6c3f45eaa533c1a0426 Author: Corbin Simpson Date: Wed May 20 12:08:00 2009 -0700 r300-gallium: Add missing R481 PCI ID. Per 74cb2aba on

Mesa (master): r300-gallium: Make surface_copy actually load the texture in shader.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 9e8de1b91136d056ee29e1a448196b5648ac2b3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e8de1b91136d056ee29e1a448196b5648ac2b3f Author: Corbin Simpson Date: Wed May 20 12:22:24 2009 -0700 r300-gallium: Make surface_copy actually load the texture

Mesa (master): radeon-gallium: Add surface_buffer_create callback.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 0ba7f762339cbc8be31fe98421b0c9b44c7402fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ba7f762339cbc8be31fe98421b0c9b44c7402fa Author: Corbin Simpson Date: Wed May 20 13:21:17 2009 -0700 radeon-gallium: Add surface_buffer_create callback

Mesa (master): r300-gallium: fs: Remove cruft from way back when.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 364a4a829341b3691b4d1e559d5cc3c178147b97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=364a4a829341b3691b4d1e559d5cc3c178147b97 Author: Corbin Simpson Date: Wed May 20 14:17:27 2009 -0700 r300-gallium: fs: Remove cruft from way back when

Mesa (master): r300-gallium: Raise constantbuf limits.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 4151c0ea91212ac5ec73fa6d1936df9254978672 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4151c0ea91212ac5ec73fa6d1936df9254978672 Author: Corbin Simpson Date: Wed May 20 14:38:22 2009 -0700 r300-gallium: Raise constantbuf limits. Still not

Mesa (master): r300-gallium: Another constantbuf shader recompile test.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: d04c85d01bf37d480df8b9a21d9a79194d2e67f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d04c85d01bf37d480df8b9a21d9a79194d2e67f3 Author: Corbin Simpson Date: Wed May 20 14:55:03 2009 -0700 r300-gallium: Another constantbuf shader recompile test

Mesa (master): r300-gallium: Prevent assert when fogcoords are present.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: d67fb5ea1d93db3f64720994017c312a04867eea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d67fb5ea1d93db3f64720994017c312a04867eea Author: Corbin Simpson Date: Wed May 20 15:02:45 2009 -0700 r300-gallium: Prevent assert when fogcoords are present

Mesa (master): r300-gallium: r500-fs: Combine function.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: f1f0893eba6a3785d309f60ce4027980237fb8a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1f0893eba6a3785d309f60ce4027980237fb8a6 Author: Corbin Simpson Date: Wed May 20 16:53:45 2009 -0700 r300-gallium: r500-fs: Combine function. --- src

Mesa (master): r300-gallium: r500-fs: POW.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 3af0952bc9bade8d5a5c60349c045b28762f8815 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3af0952bc9bade8d5a5c60349c045b28762f8815 Author: Corbin Simpson Date: Wed May 20 23:22:16 2009 -0700 r300-gallium: r500-fs: POW. I feel so unclean

Mesa (master): r300-gallium: r500-fs: LRP.

2009-05-20 Thread Corbin Simpson
Module: Mesa Branch: master Commit: cfd241e8a68bc04f0f82960eae9ff1ec01384b67 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cfd241e8a68bc04f0f82960eae9ff1ec01384b67 Author: Corbin Simpson Date: Wed May 20 21:52:11 2009 -0700 r300-gallium: r500-fs: LRP. Goddammit. This cannot be

Mesa (master): r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.

2009-05-28 Thread Corbin Simpson
Module: Mesa Branch: master Commit: b70fcd620d69850c6e19213d84ae4584e77ab689 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b70fcd620d69850c6e19213d84ae4584e77ab689 Author: Corbin Simpson Date: Thu May 28 07:46:34 2009 -0700 r300-gallium, radeon-gallium: Make add_buffer indicate

Mesa (master): r300-gallium: Slightly hacky fix for glxgears-style TCL.

2009-06-01 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1fa023ae48c31176434f5ad4691eae347e7a395f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fa023ae48c31176434f5ad4691eae347e7a395f Author: Corbin Simpson Date: Mon Jun 1 12:04:29 2009 -0700 r300-gallium: Slightly hacky fix for glxgears-style TCL

Mesa (master): r300-gallium: vs: Add negation, SUB.

2009-06-04 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 31609acbe9d80daea49e98f026196023a20258a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31609acbe9d80daea49e98f026196023a20258a0 Author: Corbin Simpson Date: Thu Jun 4 22:41:33 2009 -0700 r300-gallium: vs: Add negation, SUB. Doesn't work

Mesa (master): r300: Moar vs debug.

2009-06-04 Thread Corbin Simpson
Module: Mesa Branch: master Commit: fb7d1fb0f0ce4137b6cb84198997241d190d13a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb7d1fb0f0ce4137b6cb84198997241d190d13a8 Author: Corbin Simpson Date: Thu Jun 4 21:38:33 2009 -0700 r300: Moar vs debug. --- src/gallium/drivers/r300

Mesa (master): r300-gallium: Improve vs debug more.

2009-06-04 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 8652ad68992a63a275bdc3816540c39776b143b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8652ad68992a63a275bdc3816540c39776b143b2 Author: Corbin Simpson Date: Thu Jun 4 23:25:46 2009 -0700 r300-gallium: Improve vs debug more. Still not showing

Mesa (master): r300-gallium: Fix pasta.

2009-06-04 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 571b36831bed3c8dd5691cad5b544667d07c60b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=571b36831bed3c8dd5691cad5b544667d07c60b0 Author: Corbin Simpson Date: Thu Jun 4 23:56:08 2009 -0700 r300-gallium: Fix pasta. Trivial but annoying

Mesa (master): r300-gallium: vs: Fix negation calculation.

2009-06-04 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 4c66c5bf921357c94611e583d1a64f653e957765 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c66c5bf921357c94611e583d1a64f653e957765 Author: Corbin Simpson Date: Thu Jun 4 23:56:32 2009 -0700 r300-gallium: vs: Fix negation calculation. Still

Mesa (master): r300-gallium: Mute some debug info.

2009-06-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 90bfff0a295ce28143ecde98ed91eb6d8cfba23c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90bfff0a295ce28143ecde98ed91eb6d8cfba23c Author: Corbin Simpson Date: Fri Jun 5 00:12:26 2009 -0700 r300-gallium: Mute some debug info. Most of it is no

Mesa (master): r300-gallium: Improve vs emit.

2009-06-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 9e4590dff72b8739e787da7f0d86c7066f179186 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e4590dff72b8739e787da7f0d86c7066f179186 Author: Corbin Simpson Date: Fri Jun 5 10:18:20 2009 -0700 r300-gallium: Improve vs emit. --- src/gallium/drivers

Mesa (master): r300-gallium: Emit UCP.

2009-06-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: 1a359d983512b39783ce9f4eb842d3ea4ec012a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a359d983512b39783ce9f4eb842d3ea4ec012a6 Author: Corbin Simpson Date: Fri Jun 5 11:21:09 2009 -0700 r300-gallium: Emit UCP. --- src/gallium/drivers/r300

Mesa (master): r300-gallium: Use VAP_CLIP_CNTL.

2009-06-05 Thread Corbin Simpson
Module: Mesa Branch: master Commit: b7aa5b1d10cbe2fd0b796538426f1f2910a4832c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7aa5b1d10cbe2fd0b796538426f1f2910a4832c Author: Corbin Simpson Date: Fri Jun 5 13:46:59 2009 -0700 r300-gallium: Use VAP_CLIP_CNTL. Makes tri-userclip work

<    1   2   3   4   5   6   7   8   >