Mesa (master): r300/compiler: Add a register rename pass.

2010-07-08 Thread Tom Stellard
Module: Mesa Branch: master Commit: 8a8e311d8c3c60982d101826a4aa013672730e6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a8e311d8c3c60982d101826a4aa013672730e6c Author: Tom Stellard tstel...@gmail.com Date: Thu Jul 8 14:40:48 2010 -0700 r300/compiler: Add a register rename pass

Mesa (7.8): r300/compiler: Fix scheduling of TEX instructions.

2010-07-08 Thread Tom Stellard
Module: Mesa Branch: 7.8 Commit: b69d5414aa6ed1a816fc2a15a287325b376cebef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b69d5414aa6ed1a816fc2a15a287325b376cebef Author: Tom Stellard tstel...@gmail.com Date: Sun Jul 4 12:30:52 2010 -0700 r300/compiler: Fix scheduling of TEX

Mesa (master): r300/compiler: Don't unroll loops with continue or break.

2010-08-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 680f486ffd4aab8b9354f1b5a035b3881ac2310c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=680f486ffd4aab8b9354f1b5a035b3881ac2310c Author: Tom Stellard tstel...@gmail.com Date: Mon Jul 12 13:14:38 2010 -0700 r300/compiler: Don't unroll loops

Mesa (master): r300/compiler: KILP may not always be inside an IF statement .

2010-08-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 9dcc5006660037665fe98bf2d9fb966e620a038b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dcc5006660037665fe98bf2d9fb966e620a038b Author: Tom Stellard tstel...@gmail.com Date: Sun Aug 1 20:06:53 2010 -0700 r300/compiler: KILP may not always

Mesa (master): r300/compiler: r500 hw support for break and continue in loops.

2010-08-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 2824d5687a19e42ba0da8fd08e80610c4469a3b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2824d5687a19e42ba0da8fd08e80610c4469a3b3 Author: Tom Stellard tstel...@gmail.com Date: Tue Aug 3 15:23:23 2010 -0700 r300/compiler: r500 hw support for break

Mesa (master): r300/compiler: Always unroll loops when doing loop emulation .

2010-08-03 Thread Tom Stellard
Module: Mesa Branch: master Commit: 09c8fa570e69272f65cb49840ec7c709820b1b2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09c8fa570e69272f65cb49840ec7c709820b1b2a Author: Tom Stellard tstel...@gmail.com Date: Tue Aug 3 20:17:00 2010 -0700 r300/compiler: Always unroll loops when

Mesa (master): r300/compiler: Correctly transform nested loops.

2010-08-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 5c7b7da798b47126d9cc887b0df4b2c24ad9176b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c7b7da798b47126d9cc887b0df4b2c24ad9176b Author: Tom Stellard tstel...@gmail.com Date: Thu Aug 5 21:03:55 2010 -0700 r300/compiler: Correctly transform nested

Mesa (master): r300/compiler: Use predicate bit for IF statements in r500 vertex shaders

2010-08-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 8dd4308b5e29fd684d6e516161513d3045e5ff9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8dd4308b5e29fd684d6e516161513d3045e5ff9e Author: Tom Stellard tstel...@gmail.com Date: Sun Aug 8 12:53:29 2010 -0700 r300/compiler: Use predicate bit

Mesa (master): r300/compiler: Implement hardware assisted loops for vertex shaders.

2010-08-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: c298bab60ea63882f34825a35cbc60f662783e64 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c298bab60ea63882f34825a35cbc60f662783e64 Author: Tom Stellard tstel...@gmail.com Date: Thu Aug 5 10:19:00 2010 -0700 r300/compiler: Implement hardware

Mesa (master): r300/compiler: Handle loops in the register allocator.

2010-08-11 Thread Tom Stellard
Module: Mesa Branch: master Commit: 953e39c61d051feb9f4f25f8390045c18f211d2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=953e39c61d051feb9f4f25f8390045c18f211d2a Author: Tom Stellard tstel...@gmail.com Date: Wed Aug 11 09:24:07 2010 -0700 r300/compiler: Handle loops

Mesa (master): r300/compiler: Implement the CONT opcode.

2010-08-11 Thread Tom Stellard
Module: Mesa Branch: master Commit: f78445de5d2316934ebeaa19a616d2f960c89237 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f78445de5d2316934ebeaa19a616d2f960c89237 Author: Tom Stellard tstel...@gmail.com Date: Wed Aug 11 09:25:45 2010 -0700 r300/compiler: Implement the CONT opcode

Mesa (master): r300/compiler: Remove stray break statement

2010-09-04 Thread Tom Stellard
Module: Mesa Branch: master Commit: 7a212525a238eef7ba8a5c890019aab2d7be1045 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a212525a238eef7ba8a5c890019aab2d7be1045 Author: Tom Stellard tstel...@gmail.com Date: Sat Sep 4 17:27:55 2010 -0700 r300/compiler: Remove stray break

Mesa (master): r300/compiler: Enable presubtract sources

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 63432ecfce5415fbf07f1781ec77b5ea3efff599 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63432ecfce5415fbf07f1781ec77b5ea3efff599 Author: Tom Stellard tstel...@gmail.com Date: Tue Jul 13 21:25:27 2010 -0700 r300/compiler: Enable presubtract sources

Mesa (master): r300/compiler: Clean up rc_pair_alloc_source()

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 598e220f9581db750cf212c59275d25fda810fe1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=598e220f9581db750cf212c59275d25fda810fe1 Author: Tom Stellard tstel...@gmail.com Date: Sat Sep 4 19:10:23 2010 -0700 r300/compiler: Clean up

Mesa (master): r300/compiler: Add peephole optimization for the 'add' presubtract operation

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: a64b4a05af362fff52c9e52eb51cd92fe164afcc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a64b4a05af362fff52c9e52eb51cd92fe164afcc Author: Tom Stellard tstel...@gmail.com Date: Mon Aug 30 08:59:30 2010 -0700 r300/compiler: Add peephole optimization

Mesa (master): r300/compiler: Add peephole optimization for the 'sub' presubtract operation

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 564653b9f196b9bf91fe772fd1ca1e131ff33774 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=564653b9f196b9bf91fe772fd1ca1e131ff33774 Author: Tom Stellard tstel...@gmail.com Date: Mon Sep 6 10:57:20 2010 -0700 r300/compiler: Add peephole optimization

Mesa (master): r300/compiler: Fix copy propigation for some presub instructions

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 66b1e716fb2f36db98ce490dc6e58d5585c652ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=66b1e716fb2f36db98ce490dc6e58d5585c652ae Author: Tom Stellard tstel...@gmail.com Date: Mon Sep 6 15:31:07 2010 -0700 r300/compiler: Fix copy propigation

Mesa (master): r300/compiler: Replace asserts with error messages

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: d442c7f172df72875bc4a4c8e20ddd8c49dee12a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d442c7f172df72875bc4a4c8e20ddd8c49dee12a Author: Tom Stellard tstel...@gmail.com Date: Mon Sep 6 20:48:10 2010 -0700 r300/compiler: Replace asserts with error

Mesa (master): r300/compiler: Fix dataflow bug in presub_helper()

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: e3fc210a4f93c41cd3d1601dd1c937388f117d97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3fc210a4f93c41cd3d1601dd1c937388f117d97 Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 7 10:22:16 2010 -0700 r300/compiler: Fix dataflow bug

Mesa (master): r300/compiler: Print the presub subtract operation in the correct order

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 8b67159e9a8f2e3782dfb78bc612e2753395563a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b67159e9a8f2e3782dfb78bc612e2753395563a Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 7 10:23:30 2010 -0700 r300/compiler: Print the presub subtract

Mesa (master): r300/compiler: Don't use presubtract in TEX instructions

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 3fffcb317c90b03cad733bca027ff2a978567306 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fffcb317c90b03cad733bca027ff2a978567306 Author: Tom Stellard tstel...@gmail.com Date: Thu Sep 9 10:19:52 2010 -0700 r300/compiler: Don't use presubtract

Mesa (master): r300/compiler: Reorganize presub_helper()

2010-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 4749429a4a4bb893c35cd945a2aed60bf8f94a3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4749429a4a4bb893c35cd945a2aed60bf8f94a3e Author: Tom Stellard tstel...@gmail.com Date: Thu Sep 9 19:13:57 2010 -0700 r300/compiler: Reorganize presub_helper

Mesa (master): r300/compiler: Refactor the pair instruction data structures

2010-09-20 Thread Tom Stellard
Module: Mesa Branch: master Commit: 610aed81dbaee73bc2a1fb9a030d7ec0e49e73cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=610aed81dbaee73bc2a1fb9a030d7ec0e49e73cb Author: Tom Stellard tstel...@gmail.com Date: Thu Sep 16 10:31:19 2010 -0700 r300/compiler: Refactor the pair

Mesa (master): r300/compiler: Fix scheduler bug causing texture corruption

2011-10-27 Thread Tom Stellard
Module: Mesa Branch: master Commit: 17a1c0cb0d9e04607c1726d04ef23485979dfc98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17a1c0cb0d9e04607c1726d04ef23485979dfc98 Author: Tom Stellard tstel...@gmail.com Date: Sat Oct 22 18:30:46 2011 -0700 r300/compiler: Fix scheduler bug causing

Mesa (master): gallivm: Allow target specific intrinsics in lp_declare_intrinsic()

2012-01-13 Thread Tom Stellard
Module: Mesa Branch: master Commit: 9611237051e32b912f17e2d6cd23528d66ad5d81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9611237051e32b912f17e2d6cd23528d66ad5d81 Author: Tom Stellard thomas.stell...@amd.com Date: Thu Jan 5 10:18:54 2012 -0500 gallivm: Allow target specific

Mesa (master): tgsi: Add output_mode to struct tgsi_opcode_info v2

2012-01-30 Thread Tom Stellard
Module: Mesa Branch: master Commit: df169457909e1985c65e8a19c245133d2f5f013d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=df169457909e1985c65e8a19c245133d2f5f013d Author: Tom Stellard thomas.stell...@amd.com Date: Fri Jan 6 17:38:37 2012 -0500 tgsi: Add output_mode to struct

Mesa (master): gallivm: Add function lp_bld_gather_values()

2012-01-30 Thread Tom Stellard
Module: Mesa Branch: master Commit: 52049744620854487012151a7ac26ca978905411 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52049744620854487012151a7ac26ca978905411 Author: Tom Stellard thomas.stell...@amd.com Date: Wed Jan 11 13:05:16 2012 -0500 gallivm: Add function

Mesa (master): gallium: Prefix #defines in tgsi_exec.h with TGSI_

2012-01-30 Thread Tom Stellard
Module: Mesa Branch: master Commit: 6b63e25b3d7a6ac0bd738c139ead0c7e7ad84368 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b63e25b3d7a6ac0bd738c139ead0c7e7ad84368 Author: Tom Stellard tstel...@gmail.com Date: Sat Jan 14 08:46:05 2012 -0500 gallium: Prefix #defines in tgsi_exec.h

Mesa (master): gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h

2012-01-30 Thread Tom Stellard
Module: Mesa Branch: master Commit: 9ee1bcf7a5442ccb517a5cfbaf024755bd4d2738 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ee1bcf7a5442ccb517a5cfbaf024755bd4d2738 Author: Tom Stellard tstel...@gmail.com Date: Sat Jan 14 08:31:04 2012 -0500 gallium: Unify defines of CHAN_[XYZW

Mesa (master): r300g: Fix build when libdrm is installed to non-standard dir

2012-02-19 Thread Tom Stellard
Module: Mesa Branch: master Commit: e1044b40822cdda1fec39af5a64f332934f2e7ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1044b40822cdda1fec39af5a64f332934f2e7ea Author: Tom Stellard tstel...@gmail.com Date: Sun Feb 19 19:37:30 2012 -0500 r300g: Fix build when libdrm is installed

Mesa (master): r600g: Fix build when libdrm is installed to non-standard dir.

2012-02-22 Thread Tom Stellard
is installed to non-standard dir. Signed-off-by: Satyajit Sarangikernel.s...@gmail.com Signed-off-by: Tom Stellard tstel...@gmail.com --- src/gallium/drivers/r600/Makefile |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/r600/Makefile b/src/gallium

Mesa (master): r300/compiler: Fix bug when lowering KILP on r300 cards

2012-02-26 Thread Tom Stellard
Module: Mesa Branch: master Commit: 342cac71669662abad3435fd13ecf28d073874c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=342cac71669662abad3435fd13ecf28d073874c3 Author: Tom Stellard tstel...@gmail.com Date: Mon Feb 13 21:27:28 2012 -0500 r300/compiler: Fix bug when lowering KILP

Mesa (master): r300/compiler: Use the smart scheduler for r300 cards

2012-02-26 Thread Tom Stellard
Module: Mesa Branch: master Commit: 134a0a5ff88851c971fb95863317f640b5b9fa3a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=134a0a5ff88851c971fb95863317f640b5b9fa3a Author: Tom Stellard tstel...@gmail.com Date: Mon Feb 13 21:26:15 2012 -0500 r300/compiler: Use the smart scheduler

Mesa (master): r300/compiler: Schedule KIL instructions before output writes

2012-02-26 Thread Tom Stellard
Module: Mesa Branch: master Commit: 7acbbc07048d85ee16b15b48a00e232cd26e2322 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7acbbc07048d85ee16b15b48a00e232cd26e2322 Author: Tom Stellard tstel...@gmail.com Date: Sun Feb 26 15:12:36 2012 -0500 r300/compiler: Schedule KIL instructions

Mesa (master): r300g: Reorganize the compiler unit tests

2012-02-26 Thread Tom Stellard
Module: Mesa Branch: master Commit: edf33079771d61b093c6bffd98094b197915d758 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edf33079771d61b093c6bffd98094b197915d758 Author: Tom Stellard tstel...@gmail.com Date: Fri Feb 24 09:00:01 2012 -0500 r300g: Reorganize the compiler unit tests

Mesa (master): r300g: Use automake to generate Makefile v3

2012-02-26 Thread Tom Stellard
Module: Mesa Branch: master Commit: e6fa2d89e14452b6bdf42c7eb4150fb2a2c46a4a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6fa2d89e14452b6bdf42c7eb4150fb2a2c46a4a Author: Tom Stellard tstel...@gmail.com Date: Sun Feb 19 19:38:58 2012 -0500 r300g: Use automake to generate Makefile

Mesa (8.0): r300/compiler: Fix bug when lowering KILP on r300 cards

2012-02-26 Thread Tom Stellard
Module: Mesa Branch: 8.0 Commit: 82043eb72dec18375d5ab0e49a6cc432b7413afc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82043eb72dec18375d5ab0e49a6cc432b7413afc Author: Tom Stellard tstel...@gmail.com Date: Mon Feb 13 21:27:28 2012 -0500 r300/compiler: Fix bug when lowering KILP

Mesa (master): r300/compiler: Add support for inline literals

2012-03-04 Thread Tom Stellard
Module: Mesa Branch: master Commit: befcce264c8bf8fdac233e6a01cadc595a1d11d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=befcce264c8bf8fdac233e6a01cadc595a1d11d3 Author: Tom Stellard tstel...@gmail.com Date: Sat Jan 14 08:08:33 2012 -0500 r300/compiler: Add support for inline

Mesa (master): gallium/drivers: Use automake to generate makefile

2012-03-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: fe3f98ed70be01a49dd2e93870907d092fe4a283 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe3f98ed70be01a49dd2e93870907d092fe4a283 Author: Tom Stellard tstel...@gmail.com Date: Sat Mar 3 09:07:48 2012 -0500 gallium/drivers: Use automake to generate

Mesa (master): galahad: Use non-recursive automake

2012-03-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: 26ab747284e0d7ec5ef039c6ab3d50c3fab42ac4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26ab747284e0d7ec5ef039c6ab3d50c3fab42ac4 Author: Tom Stellard tstel...@gmail.com Date: Sat Mar 3 20:02:05 2012 -0500 galahad: Use non-recursive automake

Mesa (master): identity: Use non-recursive automake

2012-03-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: 3f3f10f78c4ae5baa3344a2424b687518510c2fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f3f10f78c4ae5baa3344a2424b687518510c2fc Author: Tom Stellard tstel...@gmail.com Date: Sat Mar 3 20:14:00 2012 -0500 identity: Use non-recursive automake

Mesa (master): noop: Use non-recursive automake

2012-03-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: dc382e5c35a6e91a323789327c9a1ba3bc9f8c72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc382e5c35a6e91a323789327c9a1ba3bc9f8c72 Author: Tom Stellard tstel...@gmail.com Date: Sat Mar 3 20:35:39 2012 -0500 noop: Use non-recursive automake

Mesa (master): configure: Add --with-llvm-shared-libs

2012-03-30 Thread Tom Stellard
Module: Mesa Branch: master Commit: 7d87c71a70c95d4fe3a94676128fd9524f048112 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d87c71a70c95d4fe3a94676128fd9524f048112 Author: Tom Stellard tstel...@gmail.com Date: Tue Mar 27 22:24:39 2012 -0400 configure: Add --with-llvm-shared-libs

Mesa (master): r300g: Always try to build libr300compiler.a

2010-09-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 92762842a0724831a92aa9f76eb52a19cc179649 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92762842a0724831a92aa9f76eb52a19cc179649 Author: Tom Stellard tstel...@gmail.com Date: Sun Sep 19 22:44:19 2010 -0700 r300g: Always try to build

Mesa (7.9): r300g: Always try to build libr300compiler.a

2010-09-23 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: 3ad027934459f84b82616cd4e1bc9aa959282d60 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ad027934459f84b82616cd4e1bc9aa959282d60 Author: Tom Stellard tstel...@gmail.com Date: Sun Sep 19 22:44:19 2010 -0700 r300g: Always try to build libr300compiler.a

Mesa (master): r300/compiler: Fix two mistakes in the presubtract optimization pass.

2010-09-25 Thread Tom Stellard
Module: Mesa Branch: master Commit: 522e994a22e8b46c8a41f2920af88c5ebad43cd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=522e994a22e8b46c8a41f2920af88c5ebad43cd8 Author: Tom Stellard tstel...@gmail.com Date: Fri Sep 24 22:14:43 2010 -0700 r300/compiler: Fix two mistakes

Mesa (7.9): r300/compiler: Fix two mistakes in the presubtract optimization pass.

2010-09-25 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: 5c78e931c230bee49f225cb00a66694529448acf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c78e931c230bee49f225cb00a66694529448acf Author: Tom Stellard tstel...@gmail.com Date: Fri Sep 24 22:14:43 2010 -0700 r300/compiler: Fix two mistakes

Mesa (master): r300/compiler: Add more helper functions for iterating through sources

2010-09-28 Thread Tom Stellard
Module: Mesa Branch: master Commit: 798355d429f3cd6e76bb1d01549c203e443348b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=798355d429f3cd6e76bb1d01549c203e443348b6 Author: Tom Stellard tstel...@gmail.com Date: Thu Sep 23 21:15:06 2010 -0700 r300/compiler: Add more helper functions

Mesa (master): r300/compiler: Print immediate values after dead constants pass

2010-09-28 Thread Tom Stellard
Module: Mesa Branch: master Commit: a716952184a7dcd3d95ea6b0d7c130aa801f1cb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a716952184a7dcd3d95ea6b0d7c130aa801f1cb6 Author: Tom Stellard tstel...@gmail.com Date: Sun Sep 26 22:16:19 2010 -0700 r300/compiler: Print immediate values

Mesa (master): r300/compiler: Use rc_for_all_reads_src() in dead constants pass

2010-09-28 Thread Tom Stellard
Module: Mesa Branch: master Commit: b3e95dc45ce0cef5a1b17324a02f18f40a506ca8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3e95dc45ce0cef5a1b17324a02f18f40a506ca8 Author: Tom Stellard tstel...@gmail.com Date: Mon Sep 27 20:51:05 2010 -0700 r300/compiler: Use rc_for_all_reads_src

Mesa (master): r300/compiler: radeon_remove_constants.c: fix indentation

2010-09-28 Thread Tom Stellard
Module: Mesa Branch: master Commit: 40d256295cbd038653db15f53211a4946d01aeb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40d256295cbd038653db15f53211a4946d01aeb8 Author: Tom Stellard tstel...@gmail.com Date: Mon Sep 27 20:35:58 2010 -0700 r300/compiler: radeon_remove_constants.c

Mesa (master): r300/compiler: Fix segfault in error path

2010-09-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: d40ff5510ce60c5bc9db238e2650fa79104d84e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d40ff5510ce60c5bc9db238e2650fa79104d84e9 Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 28 09:21:05 2010 -0700 r300/compiler: Fix segfault in error path

Mesa (master): r300/compiler: Don't use rc_error() unless the error is unrecoverable

2010-09-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: 1b76dde0cd90509da0acc631f6599fb6f7fe676d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b76dde0cd90509da0acc631f6599fb6f7fe676d Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 28 09:57:18 2010 -0700 r300/compiler: Don't use rc_error

Mesa (master): r300/compiler: Don' t merge instructions that write output regs and ALU result

2010-09-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: b27a809266bd664cd101fcfdf20886cc2b7df787 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b27a809266bd664cd101fcfdf20886cc2b7df787 Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 28 23:10:09 2010 -0700 r300/compiler: Don't merge instructions

Mesa (7.9): r300/compiler: Fix segfault in error path

2010-09-29 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: fcf5819945f0f242b03c3a3590c887a47a1a1269 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fcf5819945f0f242b03c3a3590c887a47a1a1269 Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 28 09:21:05 2010 -0700 r300/compiler: Fix segfault in error path

Mesa (7.9): r300/compiler: Don't use rc_error() unless the error is unrecoverable

2010-09-29 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: e1918fd5d59208e8d7befcbb6ce15414f8bdc863 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1918fd5d59208e8d7befcbb6ce15414f8bdc863 Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 28 09:57:18 2010 -0700 r300/compiler: Don't use rc_error() unless

Mesa (7.9): r300/compiler: Don' t merge instructions that write output regs and ALU result

2010-09-29 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: f282d7267869644f6cf5f4032b422e801a7f12a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f282d7267869644f6cf5f4032b422e801a7f12a2 Author: Tom Stellard tstel...@gmail.com Date: Tue Sep 28 23:10:09 2010 -0700 r300/compiler: Don't merge instructions

Mesa (master): r300/compiler: Create a helper function for merging presubtract sources

2010-10-18 Thread Tom Stellard
Module: Mesa Branch: master Commit: ad683577b202750ffac917392d50fb7202d5bf2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad683577b202750ffac917392d50fb7202d5bf2a Author: Tom Stellard tstel...@gmail.com Date: Thu Sep 30 23:36:57 2010 -0700 r300/compiler: Create a helper function

Mesa (master): r300/compiler: Fix incorrect assumption

2010-10-18 Thread Tom Stellard
Module: Mesa Branch: master Commit: 75734d0a37c7cb24fb97c9ba0166f9f2d2da60f8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75734d0a37c7cb24fb97c9ba0166f9f2d2da60f8 Author: Tom Stellard tstel...@gmail.com Date: Tue Oct 5 22:53:40 2010 -0700 r300/compiler: Fix incorrect assumption

Mesa (master): r300/compiler: Clear empty registers after constant folding

2010-10-18 Thread Tom Stellard
Module: Mesa Branch: master Commit: 3cdff41d9245f997c465869148a74a2041739504 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cdff41d9245f997c465869148a74a2041739504 Author: Tom Stellard tstel...@gmail.com Date: Wed Oct 13 23:45:12 2010 -0700 r300/compiler: Clear empty registers

Mesa (master): r300/compiler: Add a new function for more efficient dataflow analysis

2010-10-18 Thread Tom Stellard
Module: Mesa Branch: master Commit: 9d2ab6cb00e72fd8b53d0f97578758504b49ee23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d2ab6cb00e72fd8b53d0f97578758504b49ee23 Author: Tom Stellard tstel...@gmail.com Date: Sun Oct 10 12:39:00 2010 -0700 r300/compiler: Add a new function

Mesa (master): r300g: Add new debug option for logging vertex/ fragment program stats

2010-10-18 Thread Tom Stellard
Module: Mesa Branch: master Commit: f822cc22f223a0a4f9cf1cdd5871780e5df11d67 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f822cc22f223a0a4f9cf1cdd5871780e5df11d67 Author: Tom Stellard tstel...@gmail.com Date: Sun Oct 17 23:17:01 2010 -0700 r300g: Add new debug option for logging

Mesa (master): r300/compiler: Use rc_get_readers_normal() for presubtract optimizations

2010-10-28 Thread Tom Stellard
Module: Mesa Branch: master Commit: aa43176ebd26227947b07221f4e475c52bd7a76b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa43176ebd26227947b07221f4e475c52bd7a76b Author: Tom Stellard tstel...@gmail.com Date: Thu Oct 21 18:55:12 2010 -0700 r300/compiler: Use rc_get_readers_normal

Mesa (master): r300/compiler: Don' t clobber presubtract sources during optimizations

2010-10-30 Thread Tom Stellard
Module: Mesa Branch: master Commit: a15cf3cd0b21d593033a3abd2b1788de292001bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a15cf3cd0b21d593033a3abd2b1788de292001bd Author: Tom Stellard tstel...@gmail.com Date: Fri Oct 29 15:59:43 2010 -0700 r300/compiler: Don't clobber presubtract

Mesa (master): r300/compiler: Don't track readers into an IF block.

2010-11-01 Thread Tom Stellard
Module: Mesa Branch: master Commit: 6b999c89ce1a5bf2d5e8533929b8f2101beaa481 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b999c89ce1a5bf2d5e8533929b8f2101beaa481 Author: Tom Stellard tstel...@gmail.com Date: Mon Nov 1 22:06:20 2010 -0700 r300/compiler: Don't track readers

Mesa (master): r300/compiler: Fix instruction scheduling within IF blocks

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: 3e5f9789d653726d2602de67e996b73a813ebc2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e5f9789d653726d2602de67e996b73a813ebc2e Author: Tom Stellard tstel...@gmail.com Date: Sat Nov 13 17:12:58 2010 -0800 r300/compiler: Fix instruction scheduling

Mesa (master): r300/compiler: Fix register allocator's handling of loops

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: e2301b45c288cdbd4e763dfbc698d709045f2df5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2301b45c288cdbd4e763dfbc698d709045f2df5 Author: Tom Stellard tstel...@gmail.com Date: Sat Nov 13 16:57:06 2010 -0800 r300/compiler: Fix register allocator's

Mesa (master): r300/compiler: Use zero as the register index for unused sources

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: d668659003d0164f0d9c805f4127ff8eb64f0624 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d668659003d0164f0d9c805f4127ff8eb64f0624 Author: Tom Stellard tstel...@gmail.com Date: Thu Nov 11 01:01:13 2010 -0800 r300/compiler: Use zero as the register

Mesa (master): r300/compiler: Make sure presubtract sources use supported swizzles

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: 412803b5cd64a5771835366b38b398a2ed8732d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=412803b5cd64a5771835366b38b398a2ed8732d8 Author: Tom Stellard tstel...@gmail.com Date: Thu Nov 11 01:28:44 2010 -0800 r300/compiler: Make sure presubtract

Mesa (master): r300/compiler: Add rc_get_readers()

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: 96f9580160bf769fbdcd005b48c7bf6e92d453f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96f9580160bf769fbdcd005b48c7bf6e92d453f7 Author: Tom Stellard tstel...@gmail.com Date: Fri Oct 29 22:27:04 2010 -0700 r300/compiler: Add rc_get_readers

Mesa (master): r300/compiler: Handle BREAK and CONTINUE in rc_get_readers()

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: 255860113f12062c7341c012e6d9a3e6d834ab98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=255860113f12062c7341c012e6d9a3e6d834ab98 Author: Tom Stellard tstel...@gmail.com Date: Sat Nov 13 17:00:45 2010 -0800 r300/compiler: Handle BREAK and CONTINUE

Mesa (master): r300/compiler: Track readers through branches in rc_get_readers()

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: 681f56af807ed9e2a930a595ef509ee814d130dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=681f56af807ed9e2a930a595ef509ee814d130dd Author: Tom Stellard tstel...@gmail.com Date: Sat Nov 6 11:30:27 2010 -0700 r300/compiler: Track readers through

Mesa (master): r300/compiler: Convert RGB to alpha in the scheduler

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: ddceededf850c942c1bb8185ec7dc0c203d3bad6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ddceededf850c942c1bb8185ec7dc0c203d3bad6 Author: Tom Stellard tstel...@gmail.com Date: Wed Sep 29 23:52:49 2010 -0700 r300/compiler: Convert RGB to alpha

Mesa (master): r300/compiler: Enable rename_reg pass for r500 cards

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: 8833f53e659e079e7ab74bb9197f9b44b1eeefe0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8833f53e659e079e7ab74bb9197f9b44b1eeefe0 Author: Tom Stellard tstel...@gmail.com Date: Wed Nov 10 21:34:18 2010 -0800 r300/compiler: Enable rename_reg pass

Mesa (master): r300/compiler: Add a more efficient version of rc_find_free_temporary()

2010-11-21 Thread Tom Stellard
Module: Mesa Branch: master Commit: 1b6ed809729dd3adee4adfa87c227bbd98d9f23a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b6ed809729dd3adee4adfa87c227bbd98d9f23a Author: Tom Stellard tstel...@gmail.com Date: Fri Nov 12 00:59:13 2010 -0800 r300/compiler: Add a more efficient

Mesa (7.9): r300/compiler: Make sure presubtract sources use supported swizzles

2010-11-22 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: b86bf31b05574316b5a28de48d4607d0da6d78f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b86bf31b05574316b5a28de48d4607d0da6d78f4 Author: Tom Stellard tstel...@gmail.com Date: Thu Nov 11 01:28:44 2010 -0800 r300/compiler: Make sure presubtract sources

Mesa (7.9): r300/compiler: Fix register allocator's handling of loops

2010-11-22 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: 06fa5d81da6d58fbd7cfa3c74da4e37f8e48e845 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06fa5d81da6d58fbd7cfa3c74da4e37f8e48e845 Author: Tom Stellard tstel...@gmail.com Date: Sat Nov 13 16:57:06 2010 -0800 r300/compiler: Fix register allocator's

Mesa (7.9): r300/compiler: Fix instruction scheduling within IF blocks

2010-11-22 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: 7c8715ef0afd62f86c0562d6aebb98c566d426b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c8715ef0afd62f86c0562d6aebb98c566d426b9 Author: Tom Stellard tstel...@gmail.com Date: Sat Nov 13 17:12:58 2010 -0800 r300/compiler: Fix instruction scheduling

Mesa (7.9): r300/compiler: Use zero as the register index for unused sources

2010-11-22 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: 80ff25b628a100a2c3bca583e3782db604696afc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80ff25b628a100a2c3bca583e3782db604696afc Author: Tom Stellard tstel...@gmail.com Date: Thu Nov 11 01:01:13 2010 -0800 r300/compiler: Use zero as the register

Mesa (7.9): r300/compiler: Ignore alpha dest register when replicating the result

2010-11-22 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: 5551faf6498fafd7f280b7697ab0dba3b7411269 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5551faf6498fafd7f280b7697ab0dba3b7411269 Author: Tom Stellard tstel...@gmail.com Date: Thu Nov 11 01:13:01 2010 -0800 r300/compiler: Ignore alpha dest register

Mesa (7.9): r300/compiler: Use correct swizzles for all presubtract sources

2010-11-22 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: 930c168df600a745f1b0977e4a2355a1c26a91e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=930c168df600a745f1b0977e4a2355a1c26a91e7 Author: Tom Stellard tstel...@gmail.com Date: Mon Nov 22 12:00:10 2010 -0800 r300/compiler: Use correct swizzles for all

Mesa (master): r300/compiler: Don' t allow presubtract sources to be remapped twice

2010-11-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 4265c2f81980eae37f6081979c65b2d1bae60b82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4265c2f81980eae37f6081979c65b2d1bae60b82 Author: Tom Stellard tstel...@gmail.com Date: Mon Nov 22 23:48:47 2010 -0800 r300/compiler: Don't allow presubtract

Mesa (7.9): r300/compiler: Don' t allow presubtract sources to be remapped twice

2010-12-10 Thread Tom Stellard
Module: Mesa Branch: 7.9 Commit: e8bc8d6a5c83a708881e2bef2d3f65fee9210f95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8bc8d6a5c83a708881e2bef2d3f65fee9210f95 Author: Tom Stellard tstel...@gmail.com Date: Mon Nov 22 23:48:47 2010 -0800 r300/compiler: Don't allow presubtract

Mesa (master): r300/compiler: Fix black terrain in Civ4

2011-01-04 Thread Tom Stellard
Module: Mesa Branch: master Commit: e96e86d07be86ce12628d750ff686d6aea919fff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e96e86d07be86ce12628d750ff686d6aea919fff Author: Tom Stellard tstel...@gmail.com Date: Tue Jan 4 10:53:49 2011 -0800 r300/compiler: Fix black terrain in Civ4

Mesa (7.10): r300/compiler: Fix black terrain in Civ4

2011-01-04 Thread Tom Stellard
Module: Mesa Branch: 7.10 Commit: 9dfa27c92492b667bf3bd23b1da7875597ebbe72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dfa27c92492b667bf3bd23b1da7875597ebbe72 Author: Tom Stellard tstel...@gmail.com Date: Tue Jan 4 10:53:49 2011 -0800 r300/compiler: Fix black terrain in Civ4

Mesa (master): r300/compiler: Implement ROUND

2011-09-10 Thread Tom Stellard
Module: Mesa Branch: master Commit: 3d32e589879806297258e36ea80aae5044293ca3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d32e589879806297258e36ea80aae5044293ca3 Author: Tom Stellard tstel...@gmail.com Date: Mon Sep 5 06:57:36 2011 -0700 r300/compiler: Implement ROUND According

Mesa (master): r300/compiler: Don' t unroll loops that conditionally increment the counter

2011-09-16 Thread Tom Stellard
Module: Mesa Branch: master Commit: 96620d2275894d1e021d403c0e40007c61269563 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96620d2275894d1e021d403c0e40007c61269563 Author: Tom Stellard tstel...@gmail.com Date: Thu Sep 15 18:24:55 2011 -0700 r300/compiler: Don't unroll loops

Mesa (master): r300/compiler: Move some helper functions to radeon_compiler_util.c

2011-09-16 Thread Tom Stellard
Module: Mesa Branch: master Commit: 1e5138d87a3e3bc53f6e4c18b1842b752dea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e5138d87a3e3bc53f6e4c18b1842b752dea Author: Tom Stellard tstel...@gmail.com Date: Wed Jun 15 08:00:13 2011 -0700 r300/compiler: Move some helper functions

Mesa (master): r300/compiler: Add support for the output modifier (OMOD)

2011-09-16 Thread Tom Stellard
Module: Mesa Branch: master Commit: e945fb04d04c33da5e77d22d739c5740a522a61e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e945fb04d04c33da5e77d22d739c5740a522a61e Author: Tom Stellard tstel...@gmail.com Date: Wed Jun 15 08:00:53 2011 -0700 r300/compiler: Add support for the output

Mesa (master): r300/compiler: Fix regalloc for values with multiple writers

2011-09-18 Thread Tom Stellard
Module: Mesa Branch: master Commit: 2d1004d9aa719bb93a4f057b0eefe88f23b44e44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d1004d9aa719bb93a4f057b0eefe88f23b44e44 Author: Tom Stellard tstel...@gmail.com Date: Sun Sep 18 17:43:41 2011 -0700 r300/compiler: Fix regalloc for values

Mesa (master): r300/compiler: Use consistent src swizzles for transcendent instructions

2011-10-02 Thread Tom Stellard
Module: Mesa Branch: master Commit: b5ecf5ba466c3e1872dc9281b01f4e59ca1a388b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5ecf5ba466c3e1872dc9281b01f4e59ca1a388b Author: Tom Stellard tstel...@gmail.com Date: Sat Oct 1 21:06:12 2011 -0700 r300/compiler: Use consistent src

Mesa (master): r300/compiler: Fix rc_normal_rewrite_writemask()

2011-10-02 Thread Tom Stellard
Module: Mesa Branch: master Commit: 8b0418e478f9def2783060d90d1b267a54a9c6c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b0418e478f9def2783060d90d1b267a54a9c6c3 Author: Tom Stellard tstel...@gmail.com Date: Sat Oct 1 15:18:18 2011 -0700 r300/compiler: Fix

Mesa (master): r300/compiler: Rewrite source swizzles when using OMOD

2011-10-02 Thread Tom Stellard
Module: Mesa Branch: master Commit: 13814b0103812adbb5aba0dba4664249e8566290 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13814b0103812adbb5aba0dba4664249e8566290 Author: Tom Stellard tstel...@gmail.com Date: Sat Oct 1 15:21:05 2011 -0700 r300/compiler: Rewrite source swizzles

Mesa (master): r300/compiler: Fix error in OMOD optimization

2011-10-02 Thread Tom Stellard
Module: Mesa Branch: master Commit: d64c6d2ffc086bde7a025269b80c0980f7d908f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d64c6d2ffc086bde7a025269b80c0980f7d908f1 Author: Tom Stellard tstel...@gmail.com Date: Sat Oct 1 15:22:24 2011 -0700 r300/compiler: Fix error in OMOD

Mesa (master): r300/compiler: Prevent regalloc from creating non-native swizzles

2011-10-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: 6fafb6beb7df333cc2f7837407796c7970a6bfa6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fafb6beb7df333cc2f7837407796c7970a6bfa6 Author: Tom Stellard tstel...@gmail.com Date: Sat May 14 00:48:57 2011 -0700 r300/compiler: Prevent regalloc from

Mesa (master): r300/compiler: Don' t pair output writes with GPR writes in the scheduler

2011-10-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: 51fe9994bdec1625a27e12216d492916e64ab622 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51fe9994bdec1625a27e12216d492916e64ab622 Author: Tom Stellard tstel...@gmail.com Date: Thu Oct 13 16:32:35 2011 -0700 r300/compiler: Don't pair output writes

Mesa (master): r300/compiler: Enable reg rename pass on r500 and run it before optimizations

2011-10-14 Thread Tom Stellard
Module: Mesa Branch: master Commit: 0dc97e7fd49a5b8db25b95a1020fc598dba5cf65 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dc97e7fd49a5b8db25b95a1020fc598dba5cf65 Author: Tom Stellard tstel...@gmail.com Date: Fri May 13 23:29:50 2011 -0700 r300/compiler: Enable reg rename pass

Mesa (master): r300/compiler: Only convert RGB- Alpha when optimizations are enabled

2011-10-16 Thread Tom Stellard
Module: Mesa Branch: master Commit: 653c7af3d6659ed824ae248e398ac4aec94e0a41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=653c7af3d6659ed824ae248e398ac4aec94e0a41 Author: Tom Stellard tstel...@gmail.com Date: Sun Oct 16 08:12:54 2011 -0700 r300/compiler: Only convert RGB-Alpha

Mesa (master): r300/compiler: More agressive RGB to Alpha conversions

2011-10-16 Thread Tom Stellard
Module: Mesa Branch: master Commit: 8327fd18c9e2e89629696fb8dea729c7f3c773b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8327fd18c9e2e89629696fb8dea729c7f3c773b5 Author: Tom Stellard tstel...@gmail.com Date: Sat Oct 15 17:55:40 2011 -0400 r300/compiler: More agressive RGB

Mesa (master): r300g: Increase fragment shader limits for r400 cards

2011-01-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: c40ec20c273104198f7b3c52af2cd2328833b72b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c40ec20c273104198f7b3c52af2cd2328833b72b Author: Tom Stellard tstel...@gmail.com Date: Mon Dec 13 09:11:25 2010 -0800 r300g: Increase fragment shader limits

  1   2   3   4   5   6   7   8   9   >