Mesa (master): i965: Fix register write checks.

2014-10-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 94841b6d5dac6dcb445a30f083ec6e9858ad2f7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94841b6d5dac6dcb445a30f083ec6e9858ad2f7d Author: Kenneth Graunke Date: Mon Sep 29 17:00:51 2014 -0700 i965: Fix register write checks. When mapping the buffer

Mesa (master): vc4: Factor out the turn-it-into-a-mov in opt_algebraic.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1cd8c1aab04c4da9aa6cbbd52460607b8416ce1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cd8c1aab04c4da9aa6cbbd52460607b8416ce1b Author: Eric Anholt Date: Thu Oct 9 15:07:24 2014 +0200 vc4: Factor out the turn-it-into-a-mov in opt_algebraic. Thi

Mesa (master): vc4: Optimize fmul(x, 0) and fmul(x, 1).

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0401f55fffc6e77807e6987e23d2709a1599d61e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0401f55fffc6e77807e6987e23d2709a1599d61e Author: Eric Anholt Date: Thu Oct 9 15:02:00 2014 +0200 vc4: Optimize fmul(x, 0) and fmul(x, 1). This was being gene

Mesa (master): vc4: Eliminate unused texture instructions.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 40748cf8d9b9f4d72bcfb9872d891c1705a81b8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40748cf8d9b9f4d72bcfb9872d891c1705a81b8d Author: Eric Anholt Date: Thu Oct 9 14:42:14 2014 +0200 vc4: Eliminate unused texture instructions. --- src/galliu

Mesa (master): vc4: Split the coordinate shader to its own vc4_compiled_shader.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: c4b0dd53568fa276079f6b6bf7ba4b857ddd65a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4b0dd53568fa276079f6b6bf7ba4b857ddd65a5 Author: Eric Anholt Date: Thu Oct 2 09:50:44 2014 -0700 vc4: Split the coordinate shader to its own vc4_compiled_shad

Mesa (master): vc4: Initialize undefined temporaries to 0.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5cfab07639c650e4e9bae063c72e08a27a5e209d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cfab07639c650e4e9bae063c72e08a27a5e209d Author: Eric Anholt Date: Thu Oct 9 17:49:23 2014 +0200 vc4: Initialize undefined temporaries to 0. Under the simula

Mesa (master): vc4: Add #defines for the texture uniform fields.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5c72d7706c55d2832b816af4192afa010de51636 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c72d7706c55d2832b816af4192afa010de51636 Author: Eric Anholt Date: Wed Oct 1 17:32:50 2014 -0700 vc4: Add #defines for the texture uniform fields. I wanted t

Mesa (master): vc4: Optimize out adds of 0.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7e67ea994c34a6ebbaeb6a097036702c7a96496f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e67ea994c34a6ebbaeb6a097036702c7a96496f Author: Eric Anholt Date: Thu Oct 9 15:10:52 2014 +0200 vc4: Optimize out adds of 0. --- src/gallium/drivers/vc4/v

Mesa (master): vc4: Dead code eliminate unused SF instructions.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: b73cab6826b54cdfa138aefb476f1f0d42b87b6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b73cab6826b54cdfa138aefb476f1f0d42b87b6a Author: Eric Anholt Date: Thu Oct 9 14:45:14 2014 +0200 vc4: Dead code eliminate unused SF instructions. --- src/g

Mesa (master): vc4: Prevent copy propagating out the MOVs from r4.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 93cac2637ba5a7cd5c79a0e74b87298fae807135 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=93cac2637ba5a7cd5c79a0e74b87298fae807135 Author: Eric Anholt Date: Thu Oct 9 16:36:45 2014 +0200 vc4: Prevent copy propagating out the MOVs from r4. Copy pro

Mesa (master): i965: Skip uploading border color when unnecessary.

2014-10-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 4ce11de4ae356375833cb403711f5af1ed681965 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ce11de4ae356375833cb403711f5af1ed681965 Author: Kenneth Graunke Date: Sat Jul 26 01:16:27 2014 -0700 i965: Skip uploading border color when unnecessary. The

Mesa (master): mesa: Make _mesa_print_arrays use stderr.

2014-10-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 8892a6b79c7c0ecb83b1e9b62f153b66030240db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8892a6b79c7c0ecb83b1e9b62f153b66030240db Author: Kenneth Graunke Date: Fri Sep 26 22:02:50 2014 -0700 mesa: Make _mesa_print_arrays use stderr. These days, mo

Mesa (master): i965: Use BDW_MOCS_PTE for renderbuffers.

2014-10-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b7844d12487dbac702ecd734faeffa6fe1a61a83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7844d12487dbac702ecd734faeffa6fe1a61a83 Author: Kenneth Graunke Date: Tue Sep 30 01:15:56 2014 -0700 i965: Use BDW_MOCS_PTE for renderbuffers. Write-back cac

Mesa (master): i965: Add a BRW_MOCS_PTE #define.

2014-10-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: d489a8a73d273e9042b3de49085576c2acd5153a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d489a8a73d273e9042b3de49085576c2acd5153a Author: Kenneth Graunke Date: Tue Sep 30 01:15:55 2014 -0700 i965: Add a BRW_MOCS_PTE #define. Like BDW_MOCS_WB and B

Mesa (master): r600g,radeonsi: Always use GTT again for PIPE_USAGE_STREAM buffers

2014-10-09 Thread Michel Dänzer
Module: Mesa Branch: master Commit: 7b4276d7acf2e0f77044cb50caa6ad936fa78786 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7b4276d7acf2e0f77044cb50caa6ad936fa78786 Author: Michel Dänzer Date: Tue Aug 26 18:21:50 2014 +0900 r600g,radeonsi: Always use GTT again for PIPE_USAGE_STREAM

Mesa (master): vc4: Move the mirrored kernel code to a kernel/ directory.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0b96a086cbb4bcf0a5aab1fee6d77c1e40295297 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b96a086cbb4bcf0a5aab1fee6d77c1e40295297 Author: Eric Anholt Date: Tue Sep 30 16:25:48 2014 -0700 vc4: Move the mirrored kernel code to a kernel/ directory. N

Mesa (master): vc4: Add some optimization of FADD(FSUB(0, x)).

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 00a9aebfe064ec252a95e0f3a38f4f6c967dadc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00a9aebfe064ec252a95e0f3a38f4f6c967dadc4 Author: Eric Anholt Date: Thu Oct 9 09:32:10 2014 +0200 vc4: Add some optimization of FADD(FSUB(0, x)). This is a co

Mesa (master): vc4: Mostly fix offset calculation for NPOT mipmap levels.

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 67aea92964ed06f10097271822f4a16378138be5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67aea92964ed06f10097271822f4a16378138be5 Author: Eric Anholt Date: Mon Oct 6 15:47:38 2014 -0700 vc4: Mostly fix offset calculation for NPOT mipmap levels. T

Mesa (master): vc4: Optimize SF(ITOF(x)) -> SF(x).

2014-10-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5a1352289862a9bd695a15009c69cad54727c66b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a1352289862a9bd695a15009c69cad54727c66b Author: Eric Anholt Date: Thu Oct 9 09:36:03 2014 +0200 vc4: Optimize SF(ITOF(x)) -> SF(x). This is a common product