Mesa (master): vc4: Drop the multi_instruction distinction for QIR instructions.

2016-04-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 483c172989be74a992befce3c0a9058a82b35c80 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=483c172989be74a992befce3c0a9058a82b35c80 Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 21 12:49:08 2016 -0700 vc4: Drop the multi_instruction disti

Mesa (master): vc4: Allow TLB Z/color/ stencil writes from any ALU operation in QIR.

2016-04-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: f029932cac36859df5a6d04d1dd7343672ced83a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f029932cac36859df5a6d04d1dd7343672ced83a Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 21 13:12:41 2016 -0700 vc4: Allow TLB Z/color/stencil write

Mesa (master): vc4: Allow multi-instruction QIR nodes to get VPM optimization.

2016-04-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: e46b48963a6f336049af3d10649bab48cd12fdee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e46b48963a6f336049af3d10649bab48cd12fdee Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 21 12:18:07 2016 -0700 vc4: Allow multi-instruction QIR

Mesa (master): vc4: Add better debug of NIR-> QIR control flow graph failure

2016-04-08 Thread Eric Anholt
dd <rhysk...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/vc4_program.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/vc4/vc4_program.c b/src/gallium/drivers/vc4/vc4_program.c index e698118..921092b 100

Mesa (master): vc4: Move FRAG_X/Y/ REV_FLAG to a QFILE like VPM or TLB color writes.

2016-04-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 30b818d5eb67c7427fbefb456c7bc2d876bf9eac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30b818d5eb67c7427fbefb456c7bc2d876bf9eac Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 21 14:11:10 2016 -0700 vc4: Move FRAG_X/Y/REV_FLAG to a QFIL

Mesa (master): vc4: Remove unused include from vc4_program.c

2016-04-08 Thread Eric Anholt
e from vc4_program.c Found with grep and inspection. Test compiled on RPi hw. Assists any future effort to remove TGSI as an intermediate stage. Signed-off-by: Rhys Kidd <rhysk...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/vc4_program.c | 1 - 1 file c

Mesa (master): vc4: Remove unused include from vc4_nir_lower_txf_ms.c

2016-03-28 Thread Eric Anholt
e from vc4_nir_lower_txf_ms.c Found with grep and inspection. Test compiled on RPi hw. Assists any future effort to remove TGSI as an intermediate stage. Signed-off-by: Rhys Kidd <rhysk...@gmail.com> Signed-off-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/vc4_nir_lower_txf_

Mesa (master): vc4: Reuse list_for_each_entry_safe_rev().

2016-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: a298fb15afa91d866c78f80fbd71bafeb9f36fda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a298fb15afa91d866c78f80fbd71bafeb9f36fda Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 15 18:50:32 2016 -0700 vc4: Reuse list_for_each_entry_sa

Mesa (master): vc4: Add a safety check for setting flags.

2016-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: b4f45f319cc5cb833b4581447c45656cdeed025a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4f45f319cc5cb833b4581447c45656cdeed025a Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 15 18:57:20 2016 -0700 vc4: Add a safety check for setting

Mesa (master): vc4: Move discard handling to the condition flag.

2016-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2b9f0dffe00bdc556436da02c099b8a50ecc4f49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b9f0dffe00bdc556436da02c099b8a50ecc4f49 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 15 18:00:22 2016 -0700 vc4: Move discard handling to the con

Mesa (master): vc4: Don't make a temporary for setting flags.

2016-03-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7c9fc439150188612c7fe595cbe0180fcea3e705 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c9fc439150188612c7fe595cbe0180fcea3e705 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 15 18:58:43 2016 -0700 vc4: Don't make a temporary for s

Mesa (master): vc4: Fix failures with nir_extract_* since the addition of the opcodes.

2016-03-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1c4b077409122a57a307e6653901aec8fbed713e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c4b077409122a57a307e6653901aec8fbed713e Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 15 12:48:55 2016 -0700 vc4: Fix failures with nir_extract_*

Mesa (master): vc4: rename file to group vpm optimizations together

2016-03-15 Thread Eric Anholt
up vpm optimizations together This file will contain optimization passes for both vpm reads and writes. Signed-off-by: Varad Gautam <varadgau...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/Makefile.sources| 2 +- src/g

Mesa (master): vc4: Coalesce instructions using VPM reads into the VPM read.

2016-03-15 Thread Eric Anholt
4808 (-7.59%) total estimated cycles in shared programs: 234670 -> 234318 (-0.15%) estimated cycles in affected programs: 5345 -> 4993 (-6.59%) Signed-off-by: Varad Gautam <varadgau...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> Tested-by: Rhys Kidd <rhysk...@gmai

Mesa (master): vc4: Don't treat conditional MOVs as raw MOV.

2016-02-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 655fa0f46531a15b6fb0e31486e305e518100c66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=655fa0f46531a15b6fb0e31486e305e518100c66 Author: Eric Anholt <e...@anholt.net> Date: Mon Feb 15 14:43:38 2016 -0800 vc4: Don't treat conditional MOVs

Mesa (master): vc4: Correct typo setting 'handled_qinst_cond'

2016-02-15 Thread Eric Anholt
riable 'handled_qinst_cond' set but not used [-Wunused-but-set-variable] bool handled_qinst_cond = true; ^ Signed-off-by: Rhys Kidd <rhysk...@gmail.com> Signed-off-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/vc4_qpu_emi

Mesa (master): vc4: Add missing braces in initializer

2016-02-15 Thread Eric Anholt
= { 0 }; ^ Signed-off-by: Rhys Kidd <rhysk...@gmail.com> Signed-off-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/vc4_qir_schedule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/vc4/vc4_qir_schedule.c b/src/g

Mesa (master): docs: Document VC4_DEBUG envvar

2016-02-15 Thread Eric Anholt
Signed-off-by: Rhys Kidd <rhysk...@gmail.com> Signed-off-by: Eric Anholt <e...@anholt.net> --- docs/envvars.html | 19 +++ 1 file changed, 19 insertions(+) diff --git a/docs/envvars.html b/docs/envvars.html index 8c4597c..4eff706 100644 --- a/docs/envvars.html +++ b

Mesa (master): vc4: Throttle outstanding rendering after submission.

2016-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3fba517bdd03551f7c7ff21dfe1896c677cbccda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fba517bdd03551f7c7ff21dfe1896c677cbccda Author: Eric Anholt <e...@anholt.net> Date: Tue Jan 26 10:34:42 2016 -0800 vc4: Throttle outstanding rendering

Mesa (master): vc4: Don't record the seqno of a failed job submit.

2016-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2a449ce7c961f3269f9a37ddf4fe340fc170c609 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a449ce7c961f3269f9a37ddf4fe340fc170c609 Author: Eric Anholt <e...@anholt.net> Date: Tue Jan 26 10:28:45 2016 -0800 vc4: Don't record the seqno of a fail

Mesa (master): vc4: Use NIR texture lowering for texture swizzling.

2016-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 12519a972f53dba13289b0abebd558fd8506a539 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12519a972f53dba13289b0abebd558fd8506a539 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 18 19:15:03 2015 -0800 vc4: Use NIR texture lowering for t

Mesa (master): vc4: Replace the SSA-style SEL operators with conditional MOVs.

2016-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 71db7d3dc577e48da3689fd66989ec3b0a069089 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71db7d3dc577e48da3689fd66989ec3b0a069089 Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 22 13:37:36 2015 -0800 vc4: Replace the SSA-style SEL ope

Mesa (master): vc4: Don't try the SF coalescing unless it's on a def.

2016-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0a89f307f95de3a3357d834f36c60fe803895f8a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a89f307f95de3a3357d834f36c60fe803895f8a Author: Eric Anholt <e...@anholt.net> Date: Mon Jan 4 13:56:39 2016 -0800 vc4: Don't try the SF coalescing

Mesa (master): vc4: Optimize out a comparison for bcsel based on an ALU comparison

2016-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 25aa436e8690dea181049e312e3e7f5f0c9d45da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25aa436e8690dea181049e312e3e7f5f0c9d45da Author: Eric Anholt <e...@anholt.net> Date: Tue Jan 5 17:18:09 2016 -0800 vc4: Optimize out a comparison for

Mesa (master): vc4: Add support for GL_ARB_texture_swizzle.

2016-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: f01ca9eeda266af8c622b07b92543aae802c9fed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f01ca9eeda266af8c622b07b92543aae802c9fed Author: Eric Anholt <e...@anholt.net> Date: Tue Jan 5 16:25:07 2016 -0800 vc4: Add support for GL_ARB_texture_s

Mesa (master): vc4: Fix driver build from last minute rebase fix.

2016-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: bbd29f13759e41ef14a77daa179a7c294a6aaa41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbd29f13759e41ef14a77daa179a7c294a6aaa41 Author: Eric Anholt <e...@anholt.net> Date: Wed Jan 6 12:48:19 2016 -0800 vc4: Fix driver build from last

Mesa (master): vc4: Add missing sRGB decode to texel fetches.

2016-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7a9eb76786ea5534d395eef199974f8221e047d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a9eb76786ea5534d395eef199974f8221e047d8 Author: Eric Anholt <e...@anholt.net> Date: Tue Jan 5 16:36:28 2016 -0800 vc4: Add missing sRGB decode to

Mesa (master): vc4: Fix build from upload changes.

2016-01-02 Thread Eric Anholt
Module: Mesa Branch: master Commit: 64253fdb2eda545a4988c02a60627a9840c79907 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64253fdb2eda545a4988c02a60627a9840c79907 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 2 17:33:19 2016 -0800 vc4: Fix build from upload c

Mesa (master): vc4: Keep sample mask writes from being reordered after TLB writes

2015-12-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 960f48809ffebca14af27ce9e87eabc04dfe9b84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=960f48809ffebca14af27ce9e87eabc04dfe9b84 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 18 11:41:38 2015 -0800 vc4: Keep sample mask writes from

Mesa (master): vc4: Do instruction scheduling on the QIR to hide texture fetch latency.

2015-12-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: f1fb85e5440d8874997eea1df982cf02b6ca2ca2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1fb85e5440d8874997eea1df982cf02b6ca2ca2 Author: Eric Anholt <e...@anholt.net> Date: Fri Sep 19 12:26:27 2014 -0700 vc4: Do instruction scheduling on t

Mesa (master): vc4: Fix latency handling for QPU texture scheduling.

2015-12-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5278c64de58b545dfe3272b005b331fd5b71da68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5278c64de58b545dfe3272b005b331fd5b71da68 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 18 11:30:30 2015 -0800 vc4: Fix latency handling for QPU t

Mesa (master): vc4: Add support for dumping executed commands to a file.

2015-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3858722740185c644bdea1d6f27ff4960d4c49c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3858722740185c644bdea1d6f27ff4960d4c49c5 Author: Eric Anholt <e...@anholt.net> Date: Tue Oct 14 12:35:47 2014 +0100 vc4: Add support for dumping ex

Mesa (master): vc4: Import updated vc4_drm.h with hang state.

2015-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 07570edb98dc9e3b637a8057264c7953eb92a652 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07570edb98dc9e3b637a8057264c7953eb92a652 Author: Eric Anholt <e...@anholt.net> Date: Mon Nov 2 12:54:06 2015 -0800 vc4: Import updated vc4_drm.h wit

Mesa (master): vc4: Don't consider nr_samples==1 surfaces to be MSAA.

2015-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: f2cf2a63f1211642ca20b73ad5f23c60cc3fa703 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2cf2a63f1211642ca20b73ad5f23c60cc3fa703 Author: Eric Anholt <e...@anholt.net> Date: Mon Dec 14 15:22:55 2015 -0800 vc4: Don't consider nr_samples==1 su

Mesa (master): vc4: Fix min() wrapper definition for the simulator' s kernel code.

2015-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: da92f16c500642879221b201a8292080236b4251 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=da92f16c500642879221b201a8292080236b4251 Author: Eric Anholt <e...@anholt.net> Date: Mon Dec 14 12:25:28 2015 -0800 vc4: Fix min() wrapper defi

Mesa (master): vc4: Only update vc4->msaa when the framebuffer changes.

2015-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: c5b886b02829adc58a60453c57b00c2e8d6265f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5b886b02829adc58a60453c57b00c2e8d6265f0 Author: Eric Anholt <e...@anholt.net> Date: Mon Dec 14 15:31:40 2015 -0800 vc4: Only update vc4->

Mesa (master): vc4: Warn instead of abort()ing on exec ioctl failures.

2015-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 02bcb443ee39cec1b61e5ba3e466471f3668f536 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=02bcb443ee39cec1b61e5ba3e466471f3668f536 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 11 19:06:09 2015 -0800 vc4: Warn instead of abort()ing o

Mesa (master): vc4: Fix handling of sample_mask output.

2015-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 53b2523c6ed8202ba44596bee7ec7ba8420c4e92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53b2523c6ed8202ba44596bee7ec7ba8420c4e92 Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 8 17:18:37 2015 -0800 vc4: Fix handling of sample_mask outp

Mesa (master): vc4: Add debugging of the estimated time to run the shader to shader-db.

2015-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5989ef2b0feb40821a20768c7b4b196b3e793960 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5989ef2b0feb40821a20768c7b4b196b3e793960 Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 8 17:55:36 2015 -0800 vc4: Add debugging of the estimate

Mesa (master): vc4: When doing algebraic optimization into a MOV, use the right MOV.

2015-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: e3efc4b02334897e0103f8cf926f376159ca1293 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3efc4b02334897e0103f8cf926f376159ca1293 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 10 22:02:30 2015 -0800 vc4: When doing algebraic optimi

Mesa (master): vc4: Add quick algebraic optimization for clamping of unpacked values.

2015-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 076551116ed5fc1b0991cb84e1e5453f5a2e11db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=076551116ed5fc1b0991cb84e1e5453f5a2e11db Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 10 21:54:41 2015 -0800 vc4: Add quick algebraic optimi

Mesa (master): vc4: Add missing progress note in opt_algebraic.

2015-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: b70a2f4d81940ef103c95ee51f2a84391a076ac0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b70a2f4d81940ef103c95ee51f2a84391a076ac0 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 10 21:51:03 2015 -0800 vc4: Add missing progres

Mesa (master): vc4: Fix handling of src packs on in qir_follow_movs().

2015-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2591beef890015538bed005a79414274a7497b2f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2591beef890015538bed005a79414274a7497b2f Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 10 22:23:10 2015 -0800 vc4: Fix handling of src

Mesa (master): vc4: Fix check for tile RCL blits with mismatched y.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2792d118f17f92b1908e3f0fc735087bb7ea4c38 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2792d118f17f92b1908e3f0fc735087bb7ea4c38 Author: Eric Anholt <e...@anholt.net> Date: Mon Dec 7 20:24:12 2015 -0800 vc4: Fix check for tile RCL

Mesa (master): vc4: Add support for drawing in MSAA.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: edfd4d853a0d26bc0cde811de7b20116db7e66fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edfd4d853a0d26bc0cde811de7b20116db7e66fc Author: Eric Anholt <e...@anholt.net> Date: Mon Jun 22 13:12:27 2015 -0700 vc4: Add support for drawing i

Mesa (master): vc4: Add disabled debug printf for describing blits.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: fb4877dbab52d2b8fcc0ad7ec500385f87b6bdec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb4877dbab52d2b8fcc0ad7ec500385f87b6bdec Author: Eric Anholt <e...@anholt.net> Date: Mon Dec 7 20:27:20 2015 -0800 vc4: Add disabled debug

Mesa (master): vc4: Add support for texel fetches from MSAA resources.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6b4dfd53ae9b4f86cda0377a4d67b79e9faf7cc8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b4dfd53ae9b4f86cda0377a4d67b79e9faf7cc8 Author: Eric Anholt <e...@anholt.net> Date: Tue Jun 23 09:50:36 2015 -0700 vc4: Add support for texel fetche

Mesa (master): vc4: Fix compiler warning from size_t change.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1529f138fff59bdb857d5f7da0ee2537521d5044 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1529f138fff59bdb857d5f7da0ee2537521d5044 Author: Eric Anholt <e...@anholt.net> Date: Mon Dec 7 12:24:46 2015 -0800 vc4: Fix compiler warning from

Mesa (master): vc4: Add a workaround for HW-2905, and additional failure I saw with MSAA.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: edc3305de7d749338ad88a949cedfc290a796fe5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edc3305de7d749338ad88a949cedfc290a796fe5 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 20 20:25:46 2015 -0800 vc4: Add a workaround for H

Mesa (master): vc4: Add kernel RCL support for MSAA rendering.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: e7c8ad0a6c8ba263f29b7c3c5120bc6beabeba7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7c8ad0a6c8ba263f29b7c3c5120bc6beabeba7b Author: Eric Anholt <e...@anholt.net> Date: Sat Jun 20 15:30:04 2015 -0700 vc4: Add kernel RCL support fo

Mesa (master): vc4: Allow RCL blits to the edge of the surface.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: bf92017ace970104b24219fad0ce5b51bc4509b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf92017ace970104b24219fad0ce5b51bc4509b5 Author: Eric Anholt <e...@anholt.net> Date: Mon Dec 7 15:18:59 2015 -0800 vc4: Allow RCL blits to th

Mesa (master): vc4: Enable MSAA.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: f61ceeb3fd368cec18b13416a65a35fc233d7799 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f61ceeb3fd368cec18b13416a65a35fc233d7799 Author: Eric Anholt <e...@anholt.net> Date: Sat Jun 20 15:21:40 2015 -0700 vc4: Enable MSAA. We still have s

Mesa (master): vc4: Add support for multisample framebuffer operations.

2015-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: a97b40dca4949b5b8b3320e76768e54f430c9e78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a97b40dca4949b5b8b3320e76768e54f430c9e78 Author: Eric Anholt <e...@anholt.net> Date: Tue Jun 23 13:11:55 2015 -0700 vc4: Add support for multi

Mesa (master): vc4: Bring over cleanups from submitting to the kernel.

2015-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0afe83078d10e0d376f7c3e2515ab2682fec0eb1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0afe83078d10e0d376f7c3e2515ab2682fec0eb1 Author: Eric Anholt <e...@anholt.net> Date: Sat Dec 5 12:25:25 2015 -0800 vc4: Bring over cleanups from subm

Mesa (master): vc4: Fix accidental scissoring when scissor is disabled.

2015-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: a4eff86f4afb6618aff488e9da5600e33d97a9c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4eff86f4afb6618aff488e9da5600e33d97a9c3 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 4 13:41:50 2015 -0800 vc4: Fix accidental scissoring when s

Mesa (master): vc4: Disable RCL blitting when scissors are enabled.

2015-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: d16d666776ee12659145f08bd35566dd2cc0f925 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d16d666776ee12659145f08bd35566dd2cc0f925 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 4 13:15:01 2015 -0800 vc4: Disable RCL blitting when sc

Mesa (master): vc4: Add support for storing sample mask.

2015-12-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: 74c4b3b80cc4246fd1eb503d97edb3d293eef5de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74c4b3b80cc4246fd1eb503d97edb3d293eef5de Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 20 17:18:03 2015 -0800 vc4: Add support for storing sampl

Mesa (master): vc4: Add support for laying out MSAA resources.

2015-12-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3c3b1184eb57951c8a40258c9214a1aece1602e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c3b1184eb57951c8a40258c9214a1aece1602e6 Author: Eric Anholt <e...@anholt.net> Date: Mon Jun 22 17:41:08 2015 -0700 vc4: Add support for laying ou

Mesa (master): vc4: Add support for loading sample mask.

2015-12-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: a664233042e1ad343184a0c237c3bd7ac5010779 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a664233042e1ad343184a0c237c3bd7ac5010779 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 20 17:11:18 2015 -0800 vc4: Add support for loading sampl

Mesa (master): vc4: Fix up tile alignment checks for blitting using just an RCL.

2015-12-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3a508a0d94d020d9cd95f8882e9393d83ffac377 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a508a0d94d020d9cd95f8882e9393d83ffac377 Author: Eric Anholt <e...@anholt.net> Date: Sat Nov 21 19:26:54 2015 -0800 vc4: Fix up tile alignment

Mesa (master): vc4: Add debug dumping of MSAA surfaces.

2015-12-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: a69ac4e89c1c3edc33eb4e9361229a3f25de3ee6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a69ac4e89c1c3edc33eb4e9361229a3f25de3ee6 Author: Eric Anholt <e...@anholt.net> Date: Sun Aug 9 14:16:30 2015 -0700 vc4: Add debug dumping of MSAA su

Mesa (master): vc4: Add the RCL to CL debug dumping when in simulator mode.

2015-12-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 83e65ca8314ab2cee65ff169d0ae296ee9cd2c5e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83e65ca8314ab2cee65ff169d0ae296ee9cd2c5e Author: Eric Anholt <e...@anholt.net> Date: Sat Nov 21 19:10:02 2015 -0800 vc4: Add the RCL to CL debug dumpin

Mesa (master): mapi: Fix enums.c build with other build systems.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 148c2f5b175eb0c6355d9f1fc4a60c2f7013535d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=148c2f5b175eb0c6355d9f1fc4a60c2f7013535d Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 1 12:01:53 2015 -0800 mapi: Fix enums.c build with other

Mesa (master): travis: Add a test build with scons.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 18f8da7865ddc27e4bb17f935c826f803bdfd5ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18f8da7865ddc27e4bb17f935c826f803bdfd5ba Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 1 11:57:49 2015 -0800 travis: Add a test build with scons.

Mesa (master): mesa: Drop the blacklisting of new GL enums.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4922a3ae522de31287808f22a8e3a1fcbb2d3dab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4922a3ae522de31287808f22a8e3a1fcbb2d3dab Author: Eric Anholt <e...@anholt.net> Date: Sat Sep 19 12:35:15 2015 -0400 mesa: Drop the blacklisting of new GL

Mesa (master): travis: Initial import of travis instructions.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1c0ac1976ac7a87bfd2ade47f25047c31527f18a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c0ac1976ac7a87bfd2ade47f25047c31527f18a Author: Eric Anholt <e...@anholt.net> Date: Mon Nov 23 16:25:29 2015 -0800 travis: Initial import of

Mesa (master): mesa: Cut enum_strings.cpp test down to a few hand-chosen enums.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: edc88504366c7182035f07034dd6073a09a7c29e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edc88504366c7182035f07034dd6073a09a7c29e Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 24 22:11:41 2015 -0800 mesa: Cut enum_strings.cpp tes

Mesa (master): mesa: Prefer newer names to older ones among names present in core.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: c75cfe1c8a85cf2fc55826c58718d7654a4c5132 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c75cfe1c8a85cf2fc55826c58718d7654a4c5132 Author: Eric Anholt <e...@anholt.net> Date: Wed Nov 25 17:04:21 2015 -0800 mesa: Prefer newer names to olde

Mesa (master): mesa: Use a 32-bit offset for the enums.c string offset table.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: b65e44f55d531ff8ceaec8861f02a2c3c7a01297 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b65e44f55d531ff8ceaec8861f02a2c3c7a01297 Author: Eric Anholt <e...@anholt.net> Date: Sat Sep 19 12:57:22 2015 -0400 mesa: Use a 32-bit offset for the e

Mesa (master): mesa: Fix a typo in AMD_performance_monitor enum.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5a7e5d8bb67a4aaad2d6dd42e336ff17f8882a16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a7e5d8bb67a4aaad2d6dd42e336ff17f8882a16 Author: Eric Anholt <e...@anholt.net> Date: Fri Sep 18 15:02:07 2015 -0400 mesa: Fix a typo in AMD_performance_m

Mesa (master): mesa: Fix enum definition of CULL_VERTEX_EYE/ OBJECT_POSITION

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: bfc64b968827aff39477d7dab0203446d03eb459 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfc64b968827aff39477d7dab0203446d03eb459 Author: Eric Anholt <e...@anholt.net> Date: Fri Sep 18 14:55:41 2015 -0400 mesa: Fix enum defi

Mesa (master): mesa: Drop bitfield "enums" from the enum-to-string table.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 710762b64a16d41bb3223ff78b719be27a51b303 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=710762b64a16d41bb3223ff78b719be27a51b303 Author: Eric Anholt <e...@anholt.net> Date: Wed Nov 25 17:00:00 2015 -0800 mesa: Drop bitfield "enums&quo

Mesa (master): mesa: Switch to using the Khronos registry for generating enums.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: cbabf5f9dc4f69ef17e24566cb3fbc1c4ef0de4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cbabf5f9dc4f69ef17e24566cb3fbc1c4ef0de4f Author: Eric Anholt <e...@anholt.net> Date: Thu Sep 17 19:10:28 2015 -0400 mesa: Switch to using the Khronos re

Mesa (master): mesa: Drop apparently typoed GL_ALL_CLIENT_ATTRIB_BITS.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 741f642a6f6dedf51838248894a8a79f3cb53b83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=741f642a6f6dedf51838248894a8a79f3cb53b83 Author: Eric Anholt <e...@anholt.net> Date: Wed Nov 25 16:29:10 2015 -0800 mesa: Drop apparently

Mesa (master): mesa: Remove the python mode bits from gl_enums.py.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: f72923aaead58e6c51a044c1125ee1dccd8c910a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f72923aaead58e6c51a044c1125ee1dccd8c910a Author: Eric Anholt <e...@anholt.net> Date: Wed Nov 25 15:38:55 2015 -0800 mesa: Remove the python mode bit

Mesa (master): mesa: Drop enums that had been removed in later revs of specs.

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5cb9dc45c72595ae040e94cef5d4665bf61297fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cb9dc45c72595ae040e94cef5d4665bf61297fa Author: Eric Anholt <e...@anholt.net> Date: Sat Sep 19 11:28:46 2015 -0400 mesa: Drop enums that had been r

Mesa (master): mesa: Add a copy of the Khronos gl.xml (SVN #31705).

2015-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 76ec0b903865c19ab3a2a36aab9211f75480ee9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76ec0b903865c19ab3a2a36aab9211f75480ee9e Author: Eric Anholt <e...@anholt.net> Date: Thu Sep 17 17:39:52 2015 -0400 mesa: Add a copy of the Khronos gl.xm

Mesa (master): vc4: Take precedence over ilo when in simulator mode.

2015-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1b62a4e885267c374dbbe5d5bb2c36515eee6a95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b62a4e885267c374dbbe5d5bb2c36515eee6a95 Author: Eric Anholt <e...@anholt.net> Date: Sat Nov 21 12:52:48 2015 -0800 vc4: Take precedence over il

Mesa (master): vc4: Just put USE_VC4_SIMULATOR in DEFINES.

2015-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: a39eac80fd491abb990b0b77dd5e4adc5b9c53e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a39eac80fd491abb990b0b77dd5e4adc5b9c53e1 Author: Eric Anholt <e...@anholt.net> Date: Sat Nov 21 13:07:42 2015 -0800 vc4: Just put USE_VC4_SIMULATOR in D

Mesa (master): vc4: Use nir_channel() to simplify all of our nir_swizzle() cases.

2015-11-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4cff16bc3a84569da05e672c8226931678aa62c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4cff16bc3a84569da05e672c8226931678aa62c0 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 20 20:42:12 2015 -0800 vc4: Use nir_channel() to simpli

Mesa (master): vc4: Fix point size lookup.

2015-11-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 81544f231ad6eba1c7eb8b89273c59eb53a25879 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81544f231ad6eba1c7eb8b89273c59eb53a25879 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 20 18:52:58 2015 -0800 vc4: Fix point size lookup. I think

Mesa (master): vc4: Fix uniform reordering to support reading the same uniform twice.

2015-11-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: dffe7260cd5f9c70df4b817c26a4268ddad2475c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dffe7260cd5f9c70df4b817c26a4268ddad2475c Author: Eric Anholt <e...@anholt.net> Date: Mon Nov 16 20:45:46 2015 -0800 vc4: Fix uniform reordering to s

Mesa (master): vc4: Add support for nir_op_uge, using the carry bit on QPU_A_SUB.

2015-11-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: a4bf28178f064082d3b818d2cd48abf9075cc459 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4bf28178f064082d3b818d2cd48abf9075cc459 Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 10 15:37:47 2015 -0800 vc4: Add support for nir_op_uge,

Mesa (master): vc4: Don' t bother lowering uniforms when the same value is used twice.

2015-11-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: dd05ffebfcb5d2e7ca44def1907aa2fbadd5e19d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd05ffebfcb5d2e7ca44def1907aa2fbadd5e19d Author: Eric Anholt <e...@anholt.net> Date: Wed Nov 11 17:09:40 2015 -0800 vc4: Don't bother lowering uniform

Mesa (master): vc4: Fix documentation on vc4_qir_lower_uniforms.c.

2015-11-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: d18d1ba5877c234a2cf4e3e834df27f03c7b6a11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d18d1ba5877c234a2cf4e3e834df27f03c7b6a11 Author: Eric Anholt <e...@anholt.net> Date: Wed Nov 11 16:50:29 2015 -0800 vc4: Fix documen

Mesa (master): vc4: Return NULL when we can' t make our shadow for a sampler view.

2015-11-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5980389bbf98b8186ba6a06392d92b82fa9efad3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5980389bbf98b8186ba6a06392d92b82fa9efad3 Author: Eric Anholt <e...@anholt.net> Date: Mon Nov 9 08:56:01 2015 -0800 vc4: Return NULL when we can't ma

Mesa (master): vc4: When the create ioctl fails, free our cache and try again.

2015-11-04 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6d3a24bce80a32063aedfe568efd5532aea4c875 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d3a24bce80a32063aedfe568efd5532aea4c875 Author: Eric Anholt <e...@anholt.net> Date: Wed Nov 4 13:27:16 2015 -0800 vc4: When the create ioctl fails, fr

Mesa (master): vc4: Don't try to follow MOVs across a pack.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3d7a088608b38b3a460ad7ba5c7fb575815c8a43 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d7a088608b38b3a460ad7ba5c7fb575815c8a43 Author: Eric Anholt <e...@anholt.net> Date: Mon Oct 26 13:57:57 2015 -0700 vc4: Don't try to follow MOVs across

Mesa (master): vc4: If a QIR source has an unpack set, print it.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0ccacfa0170f19e08228e7404e77a9da8f5f633c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ccacfa0170f19e08228e7404e77a9da8f5f633c Author: Eric Anholt <e...@anholt.net> Date: Sat Oct 24 17:33:30 2015 -0700 vc4: If a QIR source has an unpa

Mesa (master): vc4: Add support for copy propagation with unpack flags present.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3359ad6cda49fb977d837eb00e8ae4d781d95c2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3359ad6cda49fb977d837eb00e8ae4d781d95c2a Author: Eric Anholt <e...@anholt.net> Date: Wed Aug 5 20:05:56 2015 -0700 vc4: Add support for copy propa

Mesa (master): vc4: Switch the unpack ops to being unpack flags on a mov.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 99a9a5a345fab8bbf36ab4e42581f8ee04a59a63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99a9a5a345fab8bbf36ab4e42581f8ee04a59a63 Author: Eric Anholt <e...@anholt.net> Date: Sat Oct 24 17:35:03 2015 -0700 vc4: Switch the unpack ops to being

Mesa (master): vc4: Only copy propagate raw MOVs.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6eb0760f4896d2dd45820ec1fcab36496228b761 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6eb0760f4896d2dd45820ec1fcab36496228b761 Author: Eric Anholt <e...@anholt.net> Date: Sat Oct 24 17:49:03 2015 -0700 vc4: Only copy propagate ra

Mesa (master): vc4: Drop some confused code about pack/unpack handling.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 548b05d53f3c89630aa77fc92ff174f5d8162ab2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=548b05d53f3c89630aa77fc92ff174f5d8162ab2 Author: Eric Anholt <e...@anholt.net> Date: Mon Oct 26 13:22:18 2015 -0700 vc4: Drop some confused code abou

Mesa (master): vc4: Reduce MOV special-casing in QIR-to-QPU.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: a7b424e835269d9aab6ba9b7b23f836474682725 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7b424e835269d9aab6ba9b7b23f836474682725 Author: Eric Anholt <e...@anholt.net> Date: Mon Oct 26 14:07:44 2015 -0700 vc4: Reduce MOV special-casing

Mesa (master): vc4: Rewrite the pack instructions as a MOV with a dst pack flag

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 01ca4f207efac555ff5f729dce1687a68ba65400 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01ca4f207efac555ff5f729dce1687a68ba65400 Author: Eric Anholt <e...@anholt.net> Date: Mon Oct 26 13:45:06 2015 -0700 vc4: Rewrite the pack instructions as

Mesa (master): vc4: Fix up the test for whether the unpack can be from r4.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 652a864b257650e730ecec9e5882d765840a02e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=652a864b257650e730ecec9e5882d765840a02e1 Author: Eric Anholt <e...@anholt.net> Date: Mon Oct 26 13:17:33 2015 -0700 vc4: Fix up the test for whether the

Mesa (master): vc4: Move dst pack setup out to a helper function with more asserts.

2015-10-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 72fa2ae20b979ced1b4dde16f81b28d02a2e3b7b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72fa2ae20b979ced1b4dde16f81b28d02a2e3b7b Author: Eric Anholt <e...@anholt.net> Date: Mon Oct 26 14:16:19 2015 -0700 vc4: Move dst pack setup out to a

Mesa (master): vc4: Fix the test for skipping raw MOVs.

2015-10-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: f09ed63f4342846e361242233162799140674d5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f09ed63f4342846e361242233162799140674d5f Author: Eric Anholt <e...@anholt.net> Date: Sat Oct 24 16:30:30 2015 -0700 vc4: Fix the test for skipping raw MO

Mesa (master): vc4: Don' t try to register coalesce into the VPM across non-raw MOVs.

2015-10-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: a238ad372d0914b8a95c3521c52639a4ddee7bae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a238ad372d0914b8a95c3521c52639a4ddee7bae Author: Eric Anholt <e...@anholt.net> Date: Sat Oct 24 17:38:26 2015 -0700 vc4: Don't try to register co

Mesa (master): vc4: Take advantage of the 8888 pack function in pack_unorm_4x8.

2015-10-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: ae1d3322ccfd4758614167f4c6087d8acabe3cc5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae1d3322ccfd4758614167f4c6087d8acabe3cc5 Author: Eric Anholt <e...@anholt.net> Date: Sat Oct 24 17:04:49 2015 -0700 vc4: Take advantage of the 888

<    2   3   4   5   6   7   8   9   10   11   >