Mesa (master): gallium: introduce get_shader_param (ALL DRIVERS CHANGED) ( v3)

2010-09-13 Thread Luca Barbieri
Module: Mesa Branch: master Commit: a508d2dddcc67d0f92cc36b9ed6f36a9bbfc579d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a508d2dddcc67d0f92cc36b9ed6f36a9bbfc579d Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 20:50:50 2010 +0200 gallium: introduce get_shader_param

Mesa (master): mesa/st: set compiler options based on Gallium shader caps

2010-09-13 Thread Luca Barbieri
Module: Mesa Branch: master Commit: b37459388b22fb6a831d45bc08e51cdb7b9c610c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b37459388b22fb6a831d45bc08e51cdb7b9c610c Author: Luca Barbieri l...@luca-barbieri.com Date: Mon Sep 6 02:31:20 2010 +0200 mesa/st: set compiler options based

Mesa (master): mesa/st: ask GLSL to not emit noise since we have a dummy implementation

2010-09-13 Thread Luca Barbieri
Module: Mesa Branch: master Commit: fbc7c9b7a9d9df979ea82136d2b74121e5d4346e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbc7c9b7a9d9df979ea82136d2b74121e5d4346e Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 14 05:10:59 2010 +0200 mesa/st: ask GLSL to not emit noise

Mesa (shader-work): glsl: add ir_control_flow_visitor

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 54846b7423155ab7dc8e69de399553a29e0319de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54846b7423155ab7dc8e69de399553a29e0319de Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 00:22:34 2010 +0200 glsl: add

Mesa (shader-work): glsl: add continue/break/return unification/ elimination pass (v2)

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 76a5dafa583b71138e26c52d6ecf15b0381a25d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76a5dafa583b71138e26c52d6ecf15b0381a25d3 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 00:24:08 2010 +0200 glsl: add continue/break/return

Mesa (shader-work): loop_controls: fix analysis of already analyzed loops

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: a3d7aebd3dfccbc5e41997423e03fa74f5ff5116 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3d7aebd3dfccbc5e41997423e03fa74f5ff5116 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 17:02:37 2010 +0200 loop_controls: fix analysis

Mesa (shader-work): glsl: call ir_lower_jumps according to compiler options

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: d8cc3047bf1cd5100ff6c1e47ae53edba6fa15e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8cc3047bf1cd5100ff6c1e47ae53edba6fa15e1 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 02:15:26 2010 +0200 glsl: call ir_lower_jumps

Mesa (shader-work): loop_unroll: unroll loops with (lowered) breaks

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: a9cee0a35384b2f277d50a50575b9953b1de954c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9cee0a35384b2f277d50a50575b9953b1de954c Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 17:03:43 2010 +0200 loop_unroll: unroll loops

Mesa (shader-work): mesa: add GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB and env var to set it

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 0d5a3e21a4c05a9af3957ce713da3bfced52481f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d5a3e21a4c05a9af3957ce713da3bfced52481f Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 06:24:10 2010 +0200 mesa: add

Mesa (shader-work): glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps (v2 )

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 2fab36b79b02930cf0b7223162ed57c50e64fde9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fab36b79b02930cf0b7223162ed57c50e64fde9 Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 01:31:39 2010 +0200 glsl: introduce

Mesa (shader-work): glsl: teach loop analysis that array dereferences are bounds on the index (v2)

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 6321214ec425523c862c46f196d8f744a45c7038 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6321214ec425523c862c46f196d8f744a45c7038 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 19:29:00 2010 +0200 glsl: teach loop analysis

Mesa (shader-work): glsl: teach structure splitting to split arrays, and never split in/outs

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 8b2208820a194b14ad6cf8803e384fb55618bb9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b2208820a194b14ad6cf8803e384fb55618bb9a Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 03:47:58 2010 +0200 glsl: teach structure splitting

Mesa (shader-work): glsl: add pass to lower variable array indexing to conditional assignments

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 831691d0bdcae4b1efbab3a62f7ead59e30ae5d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=831691d0bdcae4b1efbab3a62f7ead59e30ae5d7 Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 01:35:44 2010 +0200 glsl: add pass to lower

Mesa (shader-work): glsl: TEMP: do array indexing lowering and structure split in main.cpp

2010-09-09 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: c9a86ab2ca9c2be64790451a8e8ec37d2afbc6f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9a86ab2ca9c2be64790451a8e8ec37d2afbc6f9 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Sep 9 20:15:09 2010 +0200 glsl: TEMP: do array indexing

Mesa (master): nouveau: restore nouveau_class.h for nv04-nv20

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 4a730b773f0cae9ff5defb407bb2b7ca43234c35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a730b773f0cae9ff5defb407bb2b7ca43234c35 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 08:19:58 2010 +0200 nouveau: restore nouveau_class.h

Mesa (shader-work): glsl: call ir_lower_jumps according to compiler options

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 121149124f4e95a54fb0697609df071ba054e222 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=121149124f4e95a54fb0697609df071ba054e222 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 02:15:26 2010 +0200 glsl: call ir_lower_jumps

Mesa (shader-work): glsl: add continue/break/return unification/ elimination pass

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: d5bfd96e83aa6de352c77f63edc7bc8fa55818af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5bfd96e83aa6de352c77f63edc7bc8fa55818af Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 00:24:08 2010 +0200 glsl: add continue/break/return

Mesa (shader-work): loop_unroll: unroll loops with (lowered) breaks

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: b739d739d97c815750ef08432314fd99c1ff7fc1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b739d739d97c815750ef08432314fd99c1ff7fc1 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 17:03:43 2010 +0200 loop_unroll: unroll loops

Mesa (shader-work): loop_controls: fix analysis of already analyzed loops

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 91eb04bb9f1d0e9ada97f0e6d3827bbf8b3bd315 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91eb04bb9f1d0e9ada97f0e6d3827bbf8b3bd315 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 17:02:37 2010 +0200 loop_controls: fix analysis

Mesa (shader-work): loop_unroll: unroll loops with (lowered) breaks

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: f58a7d68a90bec8d6578b4c51942f69d5cec8212 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f58a7d68a90bec8d6578b4c51942f69d5cec8212 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 17:03:43 2010 +0200 loop_unroll: unroll loops

Mesa (shader-work): glsl: teach loop analysis that array dereferences are bounds on the index

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 2ecf7b5cd5067d80cb6ce74d55b2ed93c974d8dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ecf7b5cd5067d80cb6ce74d55b2ed93c974d8dc Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 19:29:00 2010 +0200 glsl: teach loop analysis

Mesa (shader-work): glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 4b7392ae4856f7e602e8b5eda907497ab9953433 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b7392ae4856f7e602e8b5eda907497ab9953433 Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 01:31:39 2010 +0200 glsl: introduce

Mesa (shader-work): glsl: add pass to lower variable array indexing to conditional assignments

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 865cc7a0c9d70960131633d1b080989849f2e5fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=865cc7a0c9d70960131633d1b080989849f2e5fb Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 01:35:44 2010 +0200 glsl: add pass to lower

Mesa (shader-work): glsl: teach structure splitting to split arrays, and never split in/outs

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 277312e184ebb54f4c5f119d199bf906fed0b8dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=277312e184ebb54f4c5f119d199bf906fed0b8dc Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 03:47:58 2010 +0200 glsl: teach structure splitting

Mesa (shader-work): mesa: add GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB and env var to set it

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: c834a102d87cf4988e6e16455f53e61b414aa31c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c834a102d87cf4988e6e16455f53e61b414aa31c Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 06:24:10 2010 +0200 mesa: add

Mesa (shader-work): glsl: introduce ir_binop_all_equal and ir_binop_any_equal, allow vector cmps (v2 )

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 99f8f61b26cf406cd99893d9fbc699da30c9d4b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99f8f61b26cf406cd99893d9fbc699da30c9d4b5 Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 01:31:39 2010 +0200 glsl: introduce

Mesa (shader-work): glsl: teach loop analysis that array dereferences are bounds on the index (v2)

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: dd772777ea2c9b4a88041b95389dd182d2f3f022 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd772777ea2c9b4a88041b95389dd182d2f3f022 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 19:29:00 2010 +0200 glsl: teach loop analysis

Mesa (shader-work): glsl: add pass to lower variable array indexing to conditional assignments

2010-09-07 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: e9fb955b3954234cae625c6752cbf64274ebfaa7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9fb955b3954234cae625c6752cbf64274ebfaa7 Author: Luca Barbieri l...@luca-barbieri.com Date: Wed Sep 8 01:35:44 2010 +0200 glsl: add pass to lower

Mesa (master): nvfx: fix return in vp main

2010-09-06 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 09782c727d8e033d5127578c248bbc30c28bf0fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09782c727d8e033d5127578c248bbc30c28bf0fc Author: Luca Barbieri l...@luca-barbieri.com Date: Mon Sep 6 05:13:55 2010 +0200 nvfx: fix return in vp main

Mesa (shader-work): glsl: call ir_lower_jumps according to compiler options

2010-09-06 Thread Luca Barbieri
Module: Mesa Branch: shader-work Commit: 3b78f7d7b492eefbd72aa8256bbc9c36105a8a31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b78f7d7b492eefbd72aa8256bbc9c36105a8a31 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Sep 7 02:15:26 2010 +0200 glsl: call ir_lower_jumps

Mesa (master): nvfx: use a piglit-ignored format for unknown cap message

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 43cfc1ed8ef489b1d6077fcabbce1b91830b5e55 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43cfc1ed8ef489b1d6077fcabbce1b91830b5e55 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 05:42:39 2010 +0200 nvfx: use a piglit-ignored format

Mesa (master): nvfx: add rewritten swtnl support

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 8e2badfc269082f4b52a82ac1c5b4350bef0d01b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e2badfc269082f4b52a82ac1c5b4350bef0d01b Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 05:42:59 2010 +0200 nvfx: add rewritten swtnl support

Mesa (master): nvfx: support saturate in vp

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 76f696b1f63cd3c5f2c4dcdfa91b93d4b5a80dbe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76f696b1f63cd3c5f2c4dcdfa91b93d4b5a80dbe Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 05:53:55 2010 +0200 nvfx: support saturate in vp

Mesa (master): nvfx: properly return fogcoord.w == 1

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 14d58052354cdd72fadabaeb1ae1be2d45d2a5ca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14d58052354cdd72fadabaeb1ae1be2d45d2a5ca Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 06:42:04 2010 +0200 nvfx: properly return fogcoord.w

Mesa (master): nvfx: pause occlusion queries during blitter usage

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 49b493ddd0bd6718fe02258a070121f5f4aa10d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49b493ddd0bd6718fe02258a070121f5f4aa10d8 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 08:27:12 2010 +0200 nvfx: pause occlusion queries during

Mesa (master): nvfx: remove remaining BEGIN_RING/eng3d uses

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 3bca263a92ab206d371e18ac65f6d36cadbc62a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3bca263a92ab206d371e18ac65f6d36cadbc62a5 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 09:17:32 2010 +0200 nvfx: remove remaining BEGIN_RING

Mesa (master): nvfx: switch to rules-ng-ng register headers

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: d46c5ce7b6a707b491a28345e3ee2adfce201632 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d46c5ce7b6a707b491a28345e3ee2adfce201632 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 10:10:09 2010 +0200 nvfx: switch to rules-ng-ng register

Mesa (master): nvfx: move nv04_2d to rules-ng-ng

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 7d53a3b7a4418283a7813c2233753ddd2901a4b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d53a3b7a4418283a7813c2233753ddd2901a4b7 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 10:45:55 2010 +0200 nvfx: move nv04_2d to rules-ng-ng

Mesa (master): nouveau: delete nouveau_class.h, move nv50 regs to nv50_reg. h

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: beb3d030a1a23b827535e7c5845e53f9a77e716a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=beb3d030a1a23b827535e7c5845e53f9a77e716a Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 10:34:55 2010 +0200 nouveau: delete nouveau_class.h

Mesa (master): mesa: don' t expose unsupported GL_ARB_geometry_shader4 for now

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 9a77d0471a655b2903a9e2696aa91b4b92267583 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a77d0471a655b2903a9e2696aa91b4b92267583 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Aug 24 21:05:51 2010 +0200 mesa: don't expose unsupported

Mesa (master): mesa: don't smash the stack in _mesa_find_used_registers

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 029c1815717ea62bae28e86798c86dfa98cbc8a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=029c1815717ea62bae28e86798c86dfa98cbc8a7 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 17:57:12 2010 +0200 mesa: don't smash the stack

Mesa (master): nvfx: support nv30 simulation on nv40

2010-09-05 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 357a7e90dfab9ea0ea32936fd4a5f973a5caadc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=357a7e90dfab9ea0ea32936fd4a5f973a5caadc8 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 22:00:26 2010 +0200 nvfx: support nv30 simulation

Mesa (master): nvfx: prevent swizzled rendering into formats where it' s not supported

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: f7392eb23a700ab7a131f4a0d23426996ac352a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7392eb23a700ab7a131f4a0d23426996ac352a5 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 17:48:19 2010 +0200 nvfx: prevent swizzled rendering

Mesa (master): nvfx: fix the temporary copying logic and add asserts

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 11d29739e114350693eb8ee36d356cfdde432191 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11d29739e114350693eb8ee36d356cfdde432191 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 20:17:39 2010 +0200 nvfx: fix the temporary copying

Mesa (master): nvfx: fix inlinining in nv04_2d.c

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 90d3291595f0ea197d850aeac42333e35654ab58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90d3291595f0ea197d850aeac42333e35654ab58 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 21:21:34 2010 +0200 nvfx: fix inlinining in nv04_2d.c

Mesa (master): nvfx: fix some subrectangle copies

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 2e6c65722a98066e51d587365fc82f47c0af1158 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e6c65722a98066e51d587365fc82f47c0af1158 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 21:22:02 2010 +0200 nvfx: fix some subrectangle copies

Mesa (master): nvfx: fix swizzling of high bpp surfaces

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 5bd0e0adb1790cbc36e66c1c37a6a4338a851750 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bd0e0adb1790cbc36e66c1c37a6a4338a851750 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 17:12:02 2010 +0200 nvfx: fix swizzling of high bpp

Mesa (master): nvfx: move 2D format selection logic to 2D code

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 25ecc9521dcab781a8a3688ab331fdaee34a4fff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25ecc9521dcab781a8a3688ab331fdaee34a4fff Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 20:16:54 2010 +0200 nvfx: move 2D format selection logic

Mesa (master): nvfx: support rendering to more formats

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 20bf5037d6006329b362fe501cc8a3594a0cab24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20bf5037d6006329b362fe501cc8a3594a0cab24 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 21:29:43 2010 +0200 nvfx: support rendering to more

Mesa (master): nvfx: support using blitter to copy depth/stencil resources, fix Heaven

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 9fc50968addcefa3ce699a0ec6ebb8496dc527e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9fc50968addcefa3ce699a0ec6ebb8496dc527e1 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 23:20:33 2010 +0200 nvfx: support using blitter to copy

Mesa (master): nvfx: support unlimited constants and immediates in fp

2010-09-04 Thread Luca Barbieri
Module: Mesa Branch: master Commit: c50b7e04eb8f79e690c303663ba0e2612c3d6ec4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c50b7e04eb8f79e690c303663ba0e2612c3d6ec4 Author: Luca Barbieri l...@luca-barbieri.com Date: Sun Sep 5 01:08:08 2010 +0200 nvfx: support unlimited constants

Mesa (master): nvfx: fix support for more than 8 texture units ( fixes etqw crash)

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 6ddfdaead85df873de96939239013c772dca745f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ddfdaead85df873de96939239013c772dca745f Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Sep 3 15:44:27 2010 +0200 nvfx: fix support for more than 8

Mesa (master): nvfx: remove message

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 657b88fc4cd6630e950b55914f005a4432b9bea1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=657b88fc4cd6630e950b55914f005a4432b9bea1 Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Sep 3 20:36:29 2010 +0200 nvfx: remove message --- src

Mesa (master): nvfx: support indirect addressing in vps

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: b946984e3bbd91da3111edd0d62f90cfd4967ad3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b946984e3bbd91da3111edd0d62f90cfd4967ad3 Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Sep 3 18:31:18 2010 +0200 nvfx: support indirect addressing

Mesa (master): nvfx: report correct max lodbias

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: f1980af71d3c71546e9de2bc87f29b63f4db831a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1980af71d3c71546e9de2bc87f29b63f4db831a Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Sep 3 20:54:48 2010 +0200 nvfx: report correct max lodbias

Mesa (master): nvfx: implement LIT in fp

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: befc66788bf30f0de39c21a41bfb4d81b257b4d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=befc66788bf30f0de39c21a41bfb4d81b257b4d8 Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Sep 3 22:06:41 2010 +0200 nvfx: implement LIT in fp --- src

Mesa (master): nvfx: allow nested blitter usage, fixing bug in clear

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 60fe5757aea835214c45f05aa940e8e9e3dbd5da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60fe5757aea835214c45f05aa940e8e9e3dbd5da Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Sep 3 23:27:49 2010 +0200 nvfx: allow nested blitter usage

Mesa (master): nvfx: set magic bit to round NPOT mipmap sizes down and not up

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: fa82ad84fbe2be2bbfe9de7cda3e901a069ae16c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa82ad84fbe2be2bbfe9de7cda3e901a069ae16c Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 02:05:14 2010 +0200 nvfx: set magic bit to round NPOT

Mesa (master): nvfx: support all possible vs consts

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 351a669465e2fc8c3108f0eab751f24bc0976264 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=351a669465e2fc8c3108f0eab751f24bc0976264 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 02:26:37 2010 +0200 nvfx: support all possible vs consts

Mesa (master): nvfx: add missing pushbuffer space check

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 5dd296bcb106bccf6b7fb070d4bc877d9612642d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dd296bcb106bccf6b7fb070d4bc877d9612642d Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 02:37:41 2010 +0200 nvfx: add missing pushbuffer space

Mesa (master): nvfx: support all coord conventions in hardware

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 71a8544f89d736d481b15da421110ac275d7c24f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71a8544f89d736d481b15da421110ac275d7c24f Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 02:57:14 2010 +0200 nvfx: support all coord conventions

Mesa (master): nvfx: add missing context init

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: c98b29ec92ccb7b418139647c09bff3394e4a2b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c98b29ec92ccb7b418139647c09bff3394e4a2b1 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 03:05:28 2010 +0200 nvfx: add missing context init

Mesa (master): nvfx: tidy up state_emit

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: e887a9fcad75e9349b644e30b8073eea8725c546 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e887a9fcad75e9349b644e30b8073eea8725c546 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 03:05:22 2010 +0200 nvfx: tidy up state_emit --- src

Mesa (master): nv40: support all 10 texcoords

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: f1507806ca1f4efbd433b9d58565cfcac9082ff2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1507806ca1f4efbd433b9d58565cfcac9082ff2 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 03:35:22 2010 +0200 nv40: support all 10 texcoords

Mesa (master): nvfx: don't claim we support preds since the driver doesn't

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 527a4f11a774a334c21027a51ce5530caf218677 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=527a4f11a774a334c21027a51ce5530caf218677 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 03:40:49 2010 +0200 nvfx: don't claim we support preds

Mesa (master): nvfx: fix vp DP2

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: f1d50606ba4f5d19b917e5b92f9b16581f67b3eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1d50606ba4f5d19b917e5b92f9b16581f67b3eb Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 04:43:02 2010 +0200 nvfx: fix vp DP2 --- src/gallium

Mesa (master): nvfx: implement fp SSG properly

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 72648ca51fddb99a4b9724524c46a8c774aba820 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72648ca51fddb99a4b9724524c46a8c774aba820 Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 04:17:16 2010 +0200 nvfx: implement fp SSG properly

Mesa (master): mesa/st: add missing _mesa_set_fetch_functions in st_get_tex_image

2010-09-03 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 603bef557220d68dbb165e775c7c9b0d6db7709e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=603bef557220d68dbb165e775c7c9b0d6db7709e Author: Luca Barbieri l...@luca-barbieri.com Date: Sat Sep 4 05:13:06 2010 +0200 mesa/st: add missing

Mesa (floating): mesa: document known possible deviations from ARB_color_buffer_float

2010-08-31 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 2e678451193e4ce43e8ff3a1cf0ff65242efc4ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e678451193e4ce43e8ff3a1cf0ff65242efc4ad Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Aug 31 16:50:57 2010 +0200 mesa: document known possible

Mesa (master): glapi: fix generator which got out of sync with the codebase

2010-08-30 Thread Luca Barbieri
Module: Mesa Branch: master Commit: 699c82e30ce78c3975b3ce1a6fba148c70a9a78a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=699c82e30ce78c3975b3ce1a6fba148c70a9a78a Author: Luca Barbieri l...@luca-barbieri.com Date: Mon Aug 30 20:48:49 2010 +0200 glapi: fix generator which got out

Mesa (floating): glapi: fix generator which got out of sync with the codebase

2010-08-30 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: d4a2b563cfa8bb01b703aef998d08175c32b549f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4a2b563cfa8bb01b703aef998d08175c32b549f Author: Luca Barbieri l...@luca-barbieri.com Date: Mon Aug 30 20:48:49 2010 +0200 glapi: fix generator which got out

Mesa (floating): fix dri build due to broken glapi generator output

2010-08-30 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 483d055c0e74c7e6f74e975083fad7e119d7b77f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=483d055c0e74c7e6f74e975083fad7e119d7b77f Author: Luca Barbieri l...@luca-barbieri.com Date: Mon Aug 30 20:47:08 2010 +0200 fix dri build due to broken glapi

Mesa (floating): llvmpipe: don't try to use SSE3 swizzles, fixes x86-64 build

2010-08-30 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 5d5415b6fa2385179086847da682105fa6261d4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d5415b6fa2385179086847da682105fa6261d4f Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Aug 31 03:48:15 2010 +0200 llvmpipe: don't try to use SSE3

Mesa (floating): llvmpipe: respect fragment clamping and turn on ARB_color_buffer_float

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 31924658717b5981a63f2555fb9f320322f7dd89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31924658717b5981a63f2555fb9f320322f7dd89 Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Aug 27 01:28:09 2010 +0200 llvmpipe: respect fragment

Mesa (floating): mesa: respect color clamping in texenv programs (v2)

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 5d40bdbbb3c5c5c5fe056435fe2baee25ac482fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d40bdbbb3c5c5c5fe056435fe2baee25ac482fb Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:09:41 2010 +0200 mesa: respect color clamping

Mesa (floating): mesa: regenerate glapi for ARB_color_buffer_float

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 663488315ae2ff77e4ccd0dd10a9c7f0076dba35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=663488315ae2ff77e4ccd0dd10a9c7f0076dba35 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 03:14:14 2010 +0200 mesa: regenerate glapi

Mesa (floating): mesa: expose GL_ARB_color_buffer_float

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 7a4d5532ce12616121c55242db385921b8b4087f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a4d5532ce12616121c55242db385921b8b4087f Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Aug 24 21:54:56 2010 +0200 mesa: expose

Mesa (floating): mesa/st: use unclamped colors

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 2fd30a8a6f29f2ae37ac8ee827f8e88c7992f844 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fd30a8a6f29f2ae37ac8ee827f8e88c7992f844 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 17:53:41 2010 +0200 mesa/st: use unclamped colors

Mesa (floating): mesa/st: expose ARB_color_buffer_float if unclamping is supported

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: b019e4f5b01970805a853a57a1ed6698075c3dd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b019e4f5b01970805a853a57a1ed6698075c3dd7 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Aug 24 21:56:37 2010 +0200 mesa/st: expose

Mesa (floating): mesa/st: use floating point temp texture in st_DrawPixels if necessary

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 8c800d98cd6b3d6c0c2cd3b4ed204f35e57f4092 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c800d98cd6b3d6c0c2cd3b4ed204f35e57f4092 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:14:57 2010 +0200 mesa/st: use floating point temp

Mesa (floating): gallium: add color clamping to the interface

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: de5e7bd9769ec8a3940f995b0ccf1342849cc8fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de5e7bd9769ec8a3940f995b0ccf1342849cc8fa Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:18:25 2010 +0200 gallium: add color clamping

Mesa (floating): llvmpipe: don't assert on new unclamped color caps

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: c514103c5ed8c5df0d98d60f8f2612762b8b11b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c514103c5ed8c5df0d98d60f8f2612762b8b11b7 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:28:36 2010 +0200 llvmpipe: don't assert on new

Mesa (floating): mesa/st: support fragment and vertex color clamping

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: e9ff17073b7aec1ce855da0230e10e5ae56e1051 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9ff17073b7aec1ce855da0230e10e5ae56e1051 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:17:28 2010 +0200 mesa/st: support fragment

Mesa (floating): draw: respect vertex clamping in interpreter path

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 338eac3405161c234fd6483b9c7cb2bab8a3e567 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=338eac3405161c234fd6483b9c7cb2bab8a3e567 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:26:43 2010 +0200 draw: respect vertex clamping

Mesa (floating): draw_llvm: respect vertex color clamp

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: cd451a98dce54e28d9b6b87d2f3033f0a9dec8a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd451a98dce54e28d9b6b87d2f3033f0a9dec8a9 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:27:38 2010 +0200 draw_llvm: respect vertex color

Mesa (floating): draw: disable SSE and PPC paths (use LLVM instead)

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: d921818e2e4c30293c178b681954935c24b9ce2f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d921818e2e4c30293c178b681954935c24b9ce2f Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Aug 27 02:13:57 2010 +0200 draw: disable SSE and PPC paths

Mesa (floating): softpipe: rework blending to work properly

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: eff368a72c3097628e70599a00415be131b2f7ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eff368a72c3097628e70599a00415be131b2f7ad Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:22:14 2010 +0200 softpipe: rework blending to work

Mesa (floating): softpipe: respect fragment clamping and turn on ARB_color_buffer_float

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 6e25b30ca70a2b481bd3232d45b6d854808663e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e25b30ca70a2b481bd3232d45b6d854808663e9 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:24:30 2010 +0200 softpipe: respect fragment

Mesa (floating): llvmpipe: switch from byte-filled tiles to float-filled tiles

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 3d220de5b39459d5f16bc46f1e4d5c510ec14b6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d220de5b39459d5f16bc46f1e4d5c510ec14b6e Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 20:59:02 2010 +0200 llvmpipe: switch from byte-filled

Mesa (floating): llvmpipe: respect fragment clamping and turn on ARB_color_buffer_float

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 453c5729b8f24714a8c8fdfaa111080c20b18cb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=453c5729b8f24714a8c8fdfaa111080c20b18cb0 Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Aug 27 01:28:09 2010 +0200 llvmpipe: respect fragment

Mesa (floating): llvmpipe: rework blending to work properly

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 62c4db141ea06f095851bd41bbe60bc505930482 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62c4db141ea06f095851bd41bbe60bc505930482 Author: Luca Barbieri l...@luca-barbieri.com Date: Fri Aug 27 00:58:13 2010 +0200 llvmpipe: rework blending to work

Mesa (floating): mesa: respect color clamping in texenv programs (v2)

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: e15b3959b804fb018d92dd4b2bce24463a154417 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e15b3959b804fb018d92dd4b2bce24463a154417 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:09:41 2010 +0200 mesa: respect color clamping

Mesa (floating): mesa, mesa/st: handle read color clamping properly

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: bbbc49359d94e53c6de2c0690221e91e271c9e7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbbc49359d94e53c6de2c0690221e91e271c9e7a Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:12:34 2010 +0200 mesa, mesa/st: handle read color

Mesa (floating): mesa: expose GL_ARB_color_buffer_float

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: f494cfe3c9c1eeb847b65d9544a759d642031947 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f494cfe3c9c1eeb847b65d9544a759d642031947 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Aug 24 21:54:56 2010 +0200 mesa: expose

Mesa (floating): mesa: regenerate glapi for ARB_color_buffer_float

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: a1e0501e19c80f406cf89396391207bba5c59280 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1e0501e19c80f406cf89396391207bba5c59280 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 03:14:14 2010 +0200 mesa: regenerate glapi

Mesa (floating): mesa/st: use unclamped colors

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 4d832d3e0423b7f4b0813efee144cc7aecf3e337 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d832d3e0423b7f4b0813efee144cc7aecf3e337 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 17:53:41 2010 +0200 mesa/st: use unclamped colors

Mesa (floating): mesa/st: use floating point temp texture in st_DrawPixels if necessary

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: dfeb9fb65690fd36845876fa66fd3209f6371725 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfeb9fb65690fd36845876fa66fd3209f6371725 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:14:57 2010 +0200 mesa/st: use floating point temp

Mesa (floating): mesa/st: expose ARB_color_buffer_float if unclamping is supported

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 1f96d6fa87ac19239c9b5bad6d680bc0be3bbba3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f96d6fa87ac19239c9b5bad6d680bc0be3bbba3 Author: Luca Barbieri l...@luca-barbieri.com Date: Tue Aug 24 21:56:37 2010 +0200 mesa/st: expose

Mesa (floating): gallium: add color clamping to the interface

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: cb950316df8803bda4a487a6cafc9375dba13650 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb950316df8803bda4a487a6cafc9375dba13650 Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:18:25 2010 +0200 gallium: add color clamping

Mesa (floating): llvmpipe: don't assert on new unclamped color caps

2010-08-27 Thread Luca Barbieri
Module: Mesa Branch: floating Commit: 229571a0a7a27b86a396a4044fe779840b4add0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=229571a0a7a27b86a396a4044fe779840b4add0e Author: Luca Barbieri l...@luca-barbieri.com Date: Thu Aug 26 18:28:36 2010 +0200 llvmpipe: don't assert on new

<    1   2   3   4   5   >