Mesa (arb_geometry_shader4): gs: better way of handling varying in/out

2009-05-18 Thread Zack Rusin
Module: Mesa Branch: arb_geometry_shader4 Commit: 95863e570e8b675efbdf58a7524f5a92b4a3d9e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95863e570e8b675efbdf58a7524f5a92b4a3d9e8 Author: Zack Rusin Date: Tue May 19 00:13:15 2009 -0400 gs: better way of handling varying in/out ---

Mesa (arb_geometry_shader4): gs: recognize "varying in|out" language

2009-05-18 Thread Zack Rusin
Module: Mesa Branch: arb_geometry_shader4 Commit: baf438c8a5c0927024777956edf807ae3bd6232c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=baf438c8a5c0927024777956edf807ae3bd6232c Author: Zack Rusin Date: Mon May 18 21:07:25 2009 -0400 gs: recognize "varying in|out" language --- s

Mesa (master): trace: Improve shader wrapping

2009-05-18 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: bd59dd69ba0f11f96e627c663c67cc15d1083776 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd59dd69ba0f11f96e627c663c67cc15d1083776 Author: Jakob Bornecrantz Date: Sat May 16 03:13:15 2009 +0100 trace: Improve shader wrapping --- src/gallium/drive

Mesa (master): st/dri: Only create new textures if drawable has changed

2009-05-18 Thread Jakob Bornecrantz
Module: Mesa Branch: master Commit: 7d11a392d780ef7f0374f8da87e3ba416d880cf2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d11a392d780ef7f0374f8da87e3ba416d880cf2 Author: Jakob Bornecrantz Date: Mon May 18 02:50:15 2009 +0100 st/dri: Only create new textures if drawable has change

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 th

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): 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/gal

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. Thi

Mesa (master): Merge branch 'mesa_7_5_branch'

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: edfbf7dccb1d90ebedfa08fe06e1db7fff9f94d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edfbf7dccb1d90ebedfa08fe06e1db7fff9f94d4 Author: Brian Paul Date: Mon May 18 10:36:50 2009 -0600 Merge branch 'mesa_7_5_branch' Conflicts: Makefile

Mesa (master): st/mesa: fix incorrect src/ dst stride params to _mesa_generate_mipmap_level()

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 7ce105d2e6885eeac73c59dc14c4cd59a89c1425 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ce105d2e6885eeac73c59dc14c4cd59a89c1425 Author: Brian Paul Date: Mon May 18 10:28:04 2009 -0600 st/mesa: fix incorrect src/dst stride params to _mesa_generate

Mesa (master): mesa: comments for _mesa_generate_mipmap_level()

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: adabd0e81e287cd5dac60fa63841d8b096d10d5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adabd0e81e287cd5dac60fa63841d8b096d10d5f Author: Brian Paul Date: Mon May 18 10:27:31 2009 -0600 mesa: comments for _mesa_generate_mipmap_level() --- src/me

Mesa (master): softpipe: add texture target sanity check assertion

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 30320f0afb3ae4409adab662d65475cf9665bc19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30320f0afb3ae4409adab662d65475cf9665bc19 Author: Brian Paul Date: Mon May 18 10:13:44 2009 -0600 softpipe: add texture target sanity check assertion --- src

Mesa (master): mesa: added linux-osmesa-static config

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: df37cde3090cabded561f4f5ef29ff5ddf980170 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df37cde3090cabded561f4f5ef29ff5ddf980170 Author: Brian Paul Date: Mon May 18 08:46:17 2009 -0600 mesa: added linux-osmesa-static config Contributed by Nicolas

Mesa (master): st: fix incorrect target parameter to screen-> is_format_supported()

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 14e5bff97b20565637d468d97dba434ac4cd2ba1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14e5bff97b20565637d468d97dba434ac4cd2ba1 Author: Brian Paul Date: Mon May 18 10:12:36 2009 -0600 st: fix incorrect target parameter to screen->is_format_suppor

Mesa (master): docs: link to 7.5 relnotes

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 6e61700541f229b55d78102a534c022caee1319c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e61700541f229b55d78102a534c022caee1319c Author: Brian Paul Date: Mon May 18 07:17:46 2009 -0600 docs: link to 7.5 relnotes --- docs/relnotes.html |1 +

Mesa (master): docs: emphasize the incomplete status of the nouveau/ R300 gallium drivers

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: da0d4e1db67d7641a535218de2db5f7bb00a6bb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da0d4e1db67d7641a535218de2db5f7bb00a6bb8 Author: Brian Paul Date: Mon May 18 07:17:36 2009 -0600 docs: emphasize the incomplete status of the nouveau/R300 gall

Mesa (master): Initialize psp->waitX/waitGL for swrast_dri.so.

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: f2445dfd85b42aafe0634e17b2929b4122ff3f03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2445dfd85b42aafe0634e17b2929b4122ff3f03 Author: Aidan Thornton Date: Mon May 18 12:47:00 2009 +0200 Initialize psp->waitX/waitGL for swrast_dri.so. Fixes htt

Mesa (master): r300: Make sure to drop current hardware state reference to texture objects.

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 09c04db3c900e4ed833d060853b48c7ca23697e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09c04db3c900e4ed833d060853b48c7ca23697e1 Author: Michel Dänzer Date: Thu May 14 11:07:49 2009 +0200 r300: Make sure to drop current hardware state reference to

Mesa (master): mesa: bump version to 7.5-rc2

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 483e247804db914835173347b7f2a12c0f78d60e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=483e247804db914835173347b7f2a12c0f78d60e Author: Brian Paul Date: Fri May 15 08:03:56 2009 -0600 mesa: bump version to 7.5-rc2 --- Makefile|

Mesa (master): docs: updates from the 7.4 branch

2009-05-18 Thread Brian Paul
Module: Mesa Branch: master Commit: 65b9cd74e3145b416f2c9695a0c3bc7bd6b85e25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65b9cd74e3145b416f2c9695a0c3bc7bd6b85e25 Author: Brian Paul Date: Fri May 15 08:02:40 2009 -0600 docs: updates from the 7.4 branch --- docs/news.html

Mesa (mesa_7_5_branch): mesa: comments for _mesa_generate_mipmap_level()

2009-05-18 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: adabd0e81e287cd5dac60fa63841d8b096d10d5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adabd0e81e287cd5dac60fa63841d8b096d10d5f Author: Brian Paul Date: Mon May 18 10:27:31 2009 -0600 mesa: comments for _mesa_generate_mipmap_level() ---

Mesa (mesa_7_5_branch): st/mesa: fix incorrect src/ dst stride params to _mesa_generate_mipmap_level()

2009-05-18 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 7ce105d2e6885eeac73c59dc14c4cd59a89c1425 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ce105d2e6885eeac73c59dc14c4cd59a89c1425 Author: Brian Paul Date: Mon May 18 10:28:04 2009 -0600 st/mesa: fix incorrect src/dst stride params to _mesa

Mesa (mesa_7_5_branch): st: fix incorrect target parameter to screen-> is_format_supported()

2009-05-18 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 14e5bff97b20565637d468d97dba434ac4cd2ba1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14e5bff97b20565637d468d97dba434ac4cd2ba1 Author: Brian Paul Date: Mon May 18 10:12:36 2009 -0600 st: fix incorrect target parameter to screen->is_form

Mesa (mesa_7_5_branch): softpipe: add texture target sanity check assertion

2009-05-18 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 30320f0afb3ae4409adab662d65475cf9665bc19 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30320f0afb3ae4409adab662d65475cf9665bc19 Author: Brian Paul Date: Mon May 18 10:13:44 2009 -0600 softpipe: add texture target sanity check assertion

Mesa (gallium-0.1): python/retrace: Fix flush dirty logic.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: 8a34f6455651e31162baee151d925acaea33b9d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a34f6455651e31162baee151d925acaea33b9d6 Author: José Fonseca Date: Mon May 18 15:41:00 2009 +0100 python/retrace: Fix flush dirty logic. --- .../state

Mesa (gallium-0.1): python/retrace: Try to cope with failures creating textures.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: 0bdaa0975dd0f5d4d446cbf4e677e3bab8953d2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bdaa0975dd0f5d4d446cbf4e677e3bab8953d2a Author: José Fonseca Date: Wed Apr 8 21:13:57 2009 +0100 python/retrace: Try to cope with failures creating text

Mesa (gallium-0.1): python/retrace: Use colors on windows console.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: c028da8bdc6b6807ee8cf0b6ee0f06a6022576dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c028da8bdc6b6807ee8cf0b6ee0f06a6022576dc Author: José Fonseca Date: Wed Apr 8 21:11:24 2009 +0100 python/retrace: Use colors on windows console. --- .

Mesa (gallium-0.1): python: Show call no in image window.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: ca2e29ccb4d0113e5834e64bd21b8d347f7ff978 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca2e29ccb4d0113e5834e64bd21b8d347f7ff978 Author: José Fonseca Date: Wed Mar 25 15:36:51 2009 + python: Show call no in image window. --- .../state_

Mesa (gallium-0.1): python/retrace: Allow to specify the range of calls of interest.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: 593c72d7a64af807d4f64f10dbf738f07794fb0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=593c72d7a64af807d4f64f10dbf738f07794fb0e Author: José Fonseca Date: Wed Apr 8 16:25:29 2009 +0100 python/retrace: Allow to specify the range of calls of

Mesa (gallium-0.1): python/retrace: Use the call no when dumping images.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: c3b1a94bf61e969a3c36893e5062f72145279f81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3b1a94bf61e969a3c36893e5062f72145279f81 Author: José Fonseca Date: Wed Mar 25 14:02:49 2009 + python/retrace: Use the call no when dumping images. T

Mesa (gallium-0.1): python/trace: Control the interpreter from command line options.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: 6af96e745a02a2ccadf78f7d873d7d56938d2a7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6af96e745a02a2ccadf78f7d873d7d56938d2a7e Author: José Fonseca Date: Wed Mar 25 13:31:27 2009 + python/trace: Control the interpreter from command line

Mesa (gallium-0.1): python: Use a sequential number to identify each call.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: 711fa6e4c6a32982665362077283dfad8340e98a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=711fa6e4c6a32982665362077283dfad8340e98a Author: José Fonseca Date: Wed Mar 25 13:44:32 2009 + python: Use a sequential number to identify each call.

Mesa (gallium-0.1): python: Use Ansi escape codes regardless of output is a tty or not.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: 0ed1362268eb9fea0bbcd4434fbc35275a4f55ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ed1362268eb9fea0bbcd4434fbc35275a4f55ba Author: José Fonseca Date: Wed Mar 25 10:22:05 2009 + python: Use Ansi escape codes regardless of output is a

Mesa (gallium-0.1): python: Allow to dump all images to disk.

2009-05-18 Thread Jose Fonseca
Module: Mesa Branch: gallium-0.1 Commit: b1d9e166e793db3424b17d78707d9164c48134b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b1d9e166e793db3424b17d78707d9164c48134b1 Author: José Fonseca Date: Tue Mar 24 21:35:10 2009 + python: Allow to dump all images to disk. --- .../st

Mesa (mesa_7_5_branch): mesa: added linux-osmesa-static config

2009-05-18 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: df37cde3090cabded561f4f5ef29ff5ddf980170 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df37cde3090cabded561f4f5ef29ff5ddf980170 Author: Brian Paul Date: Mon May 18 08:46:17 2009 -0600 mesa: added linux-osmesa-static config Contributed b

Mesa (mesa_7_5_branch): docs: link to 7.5 relnotes

2009-05-18 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: 6e61700541f229b55d78102a534c022caee1319c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e61700541f229b55d78102a534c022caee1319c Author: Brian Paul Date: Mon May 18 07:17:46 2009 -0600 docs: link to 7.5 relnotes --- docs/relnotes.html

Mesa (mesa_7_5_branch): docs: emphasize the incomplete status of the nouveau/R300 gallium drivers

2009-05-18 Thread Brian Paul
Module: Mesa Branch: mesa_7_5_branch Commit: da0d4e1db67d7641a535218de2db5f7bb00a6bb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da0d4e1db67d7641a535218de2db5f7bb00a6bb8 Author: Brian Paul Date: Mon May 18 07:17:36 2009 -0600 docs: emphasize the incomplete status of the nouveau/

Mesa (mesa_7_4_branch): Initialize psp->waitX/waitGL for swrast_dri.so.

2009-05-18 Thread Michel Dänzer
Module: Mesa Branch: mesa_7_4_branch Commit: b5eafa2d51855b8fb3f36378a5478374daca28a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5eafa2d51855b8fb3f36378a5478374daca28a7 Author: Aidan Thornton Date: Mon May 18 12:47:00 2009 +0200 Initialize psp->waitX/waitGL for swrast_dri.so.

Mesa (mesa_7_5_branch): Initialize psp->waitX/waitGL for swrast_dri.so.

2009-05-18 Thread Michel Dänzer
Module: Mesa Branch: mesa_7_5_branch Commit: f2445dfd85b42aafe0634e17b2929b4122ff3f03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2445dfd85b42aafe0634e17b2929b4122ff3f03 Author: Aidan Thornton Date: Mon May 18 12:47:00 2009 +0200 Initialize psp->waitX/waitGL for swrast_dri.so.

Mesa (radeon-rewrite): radeon: fix DRI1 cmd stream

2009-05-18 Thread Jerome Glisse
Module: Mesa Branch: radeon-rewrite Commit: d039cf4574893e480d33f286e3526c6805d919fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d039cf4574893e480d33f286e3526c6805d919fd Author: Jerome Glisse Date: Mon May 18 10:13:05 2009 +0200 radeon: fix DRI1 cmd stream --- src/mesa/drivers