Mesa (master): i965/gen7: Remove gratuitous dirty flags from WM and PS state.

2011-07-08 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 57b57f6d1c3689a3a44222cb169bfd3e3142a68d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57b57f6d1c3689a3a44222cb169bfd3e3142a68d Author: Kenneth Graunke Date: Fri Jul 8 20:17:50 2011 -0700 i965/gen7: Remove gratuitous dirty flags from WM and PS s

Mesa (glsl-to-tgsi): st/mesa, glsl_to_tgsi: support glDrawPixels/ glCopyPixels with a GLSL fragment shader

2011-07-08 Thread Bryan Cain
Module: Mesa Branch: glsl-to-tgsi Commit: 45893d7c24d5a0057b2a0441398e7337a9541be5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45893d7c24d5a0057b2a0441398e7337a9541be5 Author: Bryan Cain Date: Fri Jul 8 21:12:08 2011 -0500 st/mesa, glsl_to_tgsi: support glDrawPixels/glCopyPixels

Mesa (refs/tags/useful): ARB prog parser: Compile lexer as C++

2011-07-08 Thread Ian Romanick
Module: Mesa Branch: refs/tags/useful Commit: d6db9143b6529cdbc5768c256ac3804370496faa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6db9143b6529cdbc5768c256ac3804370496faa Author: Ian Romanick Date: Thu Oct 28 16:31:10 2010 -0700 ARB prog parser: Compile lexer as C++ --- src/m

Mesa: tag mesa-7.11-rc1: Mesa 7.11 release candidate 1

2011-07-08 Thread Ian Romanick
Module: Mesa Branch: refs/tags/mesa-7.11-rc1 Tag:3891293d34d50d434796fa646ee317169505 URL: http://cgit.freedesktop.org/mesa/mesa/tag/?id=3891293d34d50d434796fa646ee317169505 Tagger: Ian Romanick Date: Fri Jul 8 18:49:54 2011 -0700 Mesa 7.11 release candidate 1

Mesa (7.11): mesa: Fix the parsers build rule so that 'make tarballs' can work

2011-07-08 Thread Ian Romanick
Module: Mesa Branch: 7.11 Commit: b033f050fd5179b051181a0a4b6d94110624d25c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b033f050fd5179b051181a0a4b6d94110624d25c Author: Ian Romanick Date: Fri Jul 8 18:47:21 2011 -0700 mesa: Fix the parsers build rule so that 'make tarballs' can w

Mesa (7.11): glsl: Fix depth unbalancing problem in if-statement flattening

2011-07-08 Thread Ian Romanick
Module: Mesa Branch: 7.11 Commit: 530c68d616dd2fb9fc5252f41877d5587fbaff17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=530c68d616dd2fb9fc5252f41877d5587fbaff17 Author: Ian Romanick Date: Thu Jun 2 12:42:48 2011 -0700 glsl: Fix depth unbalancing problem in if-statement flattening

Mesa (7.11): mesa: Bump version to 7.11-rc1

2011-07-08 Thread Ian Romanick
Module: Mesa Branch: 7.11 Commit: c66982f7dcb3670b4bb8f19290dd0d74c84ab600 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c66982f7dcb3670b4bb8f19290dd0d74c84ab600 Author: Ian Romanick Date: Fri Jul 8 18:26:39 2011 -0700 mesa: Bump version to 7.11-rc1 --- Makefile

Mesa (7.11): r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & LRP

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: 7.11 Commit: 576f489dad825424ddee79c2ea6859bdfb03b928 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=576f489dad825424ddee79c2ea6859bdfb03b928 Author: Vadim Girlin Date: Fri Jul 8 06:19:37 2011 +0400 r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & L

Mesa (7.11): r600g: introduce r600_bc_src_set_abs helper and fix LOG

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: 7.11 Commit: 270de51f1df513e0ba79dd1618c5f550640c291f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=270de51f1df513e0ba79dd1618c5f550640c291f Author: Vadim Girlin Date: Fri Jul 8 06:19:36 2011 +0400 r600g: introduce r600_bc_src_set_abs helper and fix LOG LOG i

Mesa (7.11): r600g: RSQ: clear NEG for operand

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: 7.11 Commit: 57fe695a17d649ef09823c2afa224c187eb90faf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57fe695a17d649ef09823c2afa224c187eb90faf Author: Vadim Girlin Date: Wed Jul 6 05:29:09 2011 +0400 r600g: RSQ: clear NEG for operand Need to clear NEG bit becau

Mesa (7.11): r600g: LIT: swap MUL_LIT operands to fix 0^0

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: 7.11 Commit: 189303fb302b3e2576c5e327fc85a464403a5e0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=189303fb302b3e2576c5e327fc85a464403a5e0d Author: Vadim Girlin Date: Wed Jul 6 05:29:08 2011 +0400 r600g: LIT: swap MUL_LIT operands to fix 0^0 For 0^0 case res

Mesa (master): r600g: introduce r600_bc_src_toggle_neg helper and fix SUB & LRP

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: master Commit: 3efb47f0b0557a6b96a7e41b27725cea4736a061 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3efb47f0b0557a6b96a7e41b27725cea4736a061 Author: Vadim Girlin Date: Fri Jul 8 06:19:37 2011 +0400 r600g: introduce r600_bc_src_toggle_neg helper and fix SUB &

Mesa (master): r600g: introduce r600_bc_src_set_abs helper and fix LOG

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: master Commit: f87d566f4b0e4df18ab60d64951013629bdd624c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f87d566f4b0e4df18ab60d64951013629bdd624c Author: Vadim Girlin Date: Fri Jul 8 06:19:36 2011 +0400 r600g: introduce r600_bc_src_set_abs helper and fix LOG LOG

Mesa (master): r600g: RSQ: clear NEG for operand

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: master Commit: b693787fdf82d065c548e80944aad14e9ba64def URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b693787fdf82d065c548e80944aad14e9ba64def Author: Vadim Girlin Date: Wed Jul 6 05:29:09 2011 +0400 r600g: RSQ: clear NEG for operand Need to clear NEG bit bec

Mesa (master): r600g: LIT: swap MUL_LIT operands to fix 0^0

2011-07-08 Thread Alex Deucher
Module: Mesa Branch: master Commit: 86f8b4117f35c788c8a043c2e241eb19eaacae8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86f8b4117f35c788c8a043c2e241eb19eaacae8c Author: Vadim Girlin Date: Wed Jul 6 05:29:08 2011 +0400 r600g: LIT: swap MUL_LIT operands to fix 0^0 For 0^0 case r

Mesa (master): DRI2/GLX: use new swap event types

2011-07-08 Thread Jesse Barnes
Module: Mesa Branch: master Commit: 1e39fc784bc3d0d5ad01d9c147529ac0e10f1262 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e39fc784bc3d0d5ad01d9c147529ac0e10f1262 Author: Jesse Barnes Date: Thu May 5 13:09:16 2011 -0700 DRI2/GLX: use new swap event types Use the new swap event t

Mesa (master): GLX/DRI2: handle swap event swap count wrapping

2011-07-08 Thread Jesse Barnes
Module: Mesa Branch: master Commit: 4df137691ee29bb812347fa2c5f19095243ede22 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4df137691ee29bb812347fa2c5f19095243ede22 Author: Jesse Barnes Date: Fri May 6 10:31:24 2011 -0700 GLX/DRI2: handle swap event swap count wrapping Create a ne

Mesa (master): glsl: Lower break instructions when necessary at the end of a loop.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: 067c9d7bd776260298ceabda026425ed7e4eb161 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=067c9d7bd776260298ceabda026425ed7e4eb161 Author: Paul Berry Date: Fri Jul 1 17:29:35 2011 -0700 glsl: Lower break instructions when necessary at the end of a

Mesa (master): glsl: In lower_jumps.cpp, lower both branches of a conditional.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: e71b4ab8a64bf978b2036976a41e30996eebb0c8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e71b4ab8a64bf978b2036976a41e30996eebb0c8 Author: Paul Berry Date: Fri Jul 1 15:33:36 2011 -0700 glsl: In lower_jumps.cpp, lower both branches of a conditional

Mesa (master): glsl: Use foreach_list in lower_jumps.cpp

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: 382cee91a4bbbee45897239e6802ccaa5a5ad9c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=382cee91a4bbbee45897239e6802ccaa5a5ad9c3 Author: Paul Berry Date: Fri Jul 1 12:36:23 2011 -0700 glsl: Use foreach_list in lower_jumps.cpp The visitor class i

Mesa (master): glsl: Lower unconditional return statements.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: afc9a50fba39df520046019c6993d7b7559329ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afc9a50fba39df520046019c6993d7b7559329ea Author: Paul Berry Date: Fri Jul 1 12:14:07 2011 -0700 glsl: Lower unconditional return statements. Previously, lowe

Mesa (master): glsl: lower unconditional returns and continues in loops.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: 03145ba655ad9173a74b853843eccaae78ff392f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03145ba655ad9173a74b853843eccaae78ff392f Author: Paul Berry Date: Fri Jul 1 18:26:05 2011 -0700 glsl: lower unconditional returns and continues in loops. Pre

Mesa (master): glsl: Add explanatory comments to lower_jumps.cpp.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: e2c748aec5363981a05f21f26a0c4d37ccf6419d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2c748aec5363981a05f21f26a0c4d37ccf6419d Author: Paul Berry Date: Wed Jun 29 10:28:40 2011 -0700 glsl: Add explanatory comments to lower_jumps.cpp. No functio

Mesa (master): glsl: Refactor logic for determining whether to lower return statements.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: dbaa2e627effbe1361e1a69c23cf247cf86f2709 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dbaa2e627effbe1361e1a69c23cf247cf86f2709 Author: Paul Berry Date: Fri Jul 1 11:59:32 2011 -0700 glsl: Refactor logic for determining whether to lower return s

Mesa (master): glsl: Make ir_reader able to read plain (return) statements.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: f4830be938c8fa33086f73cab19a53ab3e14cb9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f4830be938c8fa33086f73cab19a53ab3e14cb9c Author: Paul Berry Date: Wed Jun 29 15:30:40 2011 -0700 glsl: Make ir_reader able to read plain (return) statements.

Mesa (master): glsl: Remove unused function prototypes.

2011-07-08 Thread Paul Berry
Module: Mesa Branch: master Commit: 5fb79fc69f56cf2d8d44e4c6c2d8b862bc631139 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fb79fc69f56cf2d8d44e4c6c2d8b862bc631139 Author: Paul Berry Date: Tue Jul 5 11:29:40 2011 -0700 glsl: Remove unused function prototypes. No functional change

Mesa (7.11): glsl: use casts to silence warning

2011-07-08 Thread Brian Paul
Module: Mesa Branch: 7.11 Commit: c4da12e74fd89c4657931d891c96741647bb45e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4da12e74fd89c4657931d891c96741647bb45e9 Author: Brian Paul Date: Thu Jul 7 16:47:59 2011 -0600 glsl: use casts to silence warning (cherry picked from commit 7e

Mesa (7.11): gallivm: Fix build with llvm-3.0

2011-07-08 Thread Brian Paul
Module: Mesa Branch: 7.11 Commit: 8428b48673a8ab5e7d4e7bfdb1089f28879fbe8b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8428b48673a8ab5e7d4e7bfdb1089f28879fbe8b Author: Brian Paul Date: Fri Jul 8 08:03:40 2011 -0600 gallivm: Fix build with llvm-3.0 LLVM 3.0svn changes pretty rap

Mesa (master): gallivm: Fix build with llvm-3.0

2011-07-08 Thread Brian Paul
Module: Mesa Branch: master Commit: fc98444bd58960e6cab28423365923bc7e7af3e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc98444bd58960e6cab28423365923bc7e7af3e1 Author: Gustaw Smolarczyk Date: Wed Jul 6 23:12:11 2011 +0200 gallivm: Fix build with llvm-3.0 LLVM 3.0svn changes p

Mesa (7.11): st/mesa: handle float formats in st_format_datatype

2011-07-08 Thread Marek Olšák
Module: Mesa Branch: 7.11 Commit: b0a4f34ea8f471bbfba133eb2b54996ad28b0244 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0a4f34ea8f471bbfba133eb2b54996ad28b0244 Author: Marek Olšák Date: Mon Jun 27 18:57:59 2011 +0200 st/mesa: handle float formats in st_format_datatype NOTE: This

Mesa (7.11): st/mesa: use the first non-VOID channel in st_format_datatype

2011-07-08 Thread Marek Olšák
Module: Mesa Branch: 7.11 Commit: efd0ffd1b0e28d3cb118d501b63b8d92b6e95905 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=efd0ffd1b0e28d3cb118d501b63b8d92b6e95905 Author: Marek Olšák Date: Mon Jun 27 19:01:25 2011 +0200 st/mesa: use the first non-VOID channel in st_format_datatype

Mesa (7.10): st/mesa: use the first non-VOID channel in st_format_datatype

2011-07-08 Thread Marek Olšák
Module: Mesa Branch: 7.10 Commit: e041956cb230209e6ccf9d4a14336d0219350183 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e041956cb230209e6ccf9d4a14336d0219350183 Author: Marek Olšák Date: Mon Jun 27 19:01:25 2011 +0200 st/mesa: use the first non-VOID channel in st_format_datatype

Mesa (master): st/mesa: handle float formats in st_format_datatype

2011-07-08 Thread Marek Olšák
Module: Mesa Branch: master Commit: 7de28e80dcd4239a780b0f5fdc6e61e6e56a68aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7de28e80dcd4239a780b0f5fdc6e61e6e56a68aa Author: Marek Olšák Date: Mon Jun 27 18:57:59 2011 +0200 st/mesa: handle float formats in st_format_datatype NOTE: Th

Mesa (master): st/mesa: use the first non-VOID channel in st_format_datatype

2011-07-08 Thread Marek Olšák
Module: Mesa Branch: master Commit: 292148dc4b18958d4447df7596311bd2f09fd44f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=292148dc4b18958d4447df7596311bd2f09fd44f Author: Marek Olšák Date: Mon Jun 27 19:01:25 2011 +0200 st/mesa: use the first non-VOID channel in st_format_datatype

Mesa (7.11): i915g: Move back to the old method for target format fixup.

2011-07-08 Thread Stephane Marchesin
Module: Mesa Branch: 7.11 Commit: b292ef8f88f95087d210d5ac57684dedad5258cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b292ef8f88f95087d210d5ac57684dedad5258cd Author: Stéphane Marchesin Date: Sun Jul 3 19:43:19 2011 -0700 i915g: Move back to the old method for target format fix

Mesa (7.11): i915g: Improve flushing using heuristics.

2011-07-08 Thread Stephane Marchesin
Module: Mesa Branch: 7.11 Commit: dc062db95d3b82a7bf0b5d7f88c4945fc5c9de2c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc062db95d3b82a7bf0b5d7f88c4945fc5c9de2c Author: Stéphane Marchesin Date: Wed Jul 6 02:19:48 2011 -0700 i915g: Improve flushing using heuristics. --- src/gal