Mesa (master): vc4: Make a new #define for making code conditional on the simulator.

2015-03-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: af3d7471943d54e692f2dd7448321a4f96e56ed2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af3d7471943d54e692f2dd7448321a4f96e56ed2 Author: Eric Anholt Date: Mon Mar 23 17:26:40 2015 -0700 vc4: Make a new #define for making code conditional on the

Mesa (master): vc4: Fix pitch alignment of linear textures.

2015-03-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7f797e3d173c7a84aa5d231a1c173b00e84ea44f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f797e3d173c7a84aa5d231a1c173b00e84ea44f Author: Eric Anholt Date: Mon Mar 16 14:48:26 2015 -0700 vc4: Fix pitch alignment of linear textures. Fixes some non

Mesa (master): vc4: Fix use of a bool as an enum.

2015-03-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8975a09494cb6ee7b010fddb0ca5a7a74d46b0c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8975a09494cb6ee7b010fddb0ca5a7a74d46b0c7 Author: Eric Anholt Date: Mon Mar 16 14:14:22 2015 -0700 vc4: Fix use of a bool as an enum. The enum compared to was

Mesa (master): vc4: Add some useful debug printfs for miptrees.

2015-03-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9bafcf630ab009b3b39bbe3c0f4370386bc5a6b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bafcf630ab009b3b39bbe3c0f4370386bc5a6b2 Author: Eric Anholt Date: Mon Mar 23 17:38:29 2015 -0700 vc4: Add some useful debug printfs for miptrees. I keep

Mesa (master): vc4: Add a dump-the-surface-contents routine.

2015-03-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7bc39c8418ee5de49e3d38aaf5f9e478ff78874c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bc39c8418ee5de49e3d38aaf5f9e478ff78874c Author: Eric Anholt Date: Wed Jan 14 09:58:35 2015 +1300 vc4: Add a dump-the-surface-contents routine. This has been

Mesa (master): st/nine: Mark end of non-void function unreachable

2015-02-24 Thread Eric Anholt
Signed-off-by: Tobias Klausmann Reviewed-by: Eric Anholt --- src/gallium/state_trackers/nine/nine_pipe.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/nine/nine_pipe.h b/src/gallium/state_trackers/nine/nine_pipe.h index 17844d5..b8e728e 100644

Mesa (master): driconf: Update Spanish translation

2015-02-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: d28a4b523d252f47235d24fcda4db5a91a1af603 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d28a4b523d252f47235d24fcda4db5a91a1af603 Author: Alex Henrie Date: Mon Feb 23 14:56:44 2015 -0700 driconf: Update Spanish translation Signed-off-by: Alex Henr

Mesa (master): nir: Generalize the optimization of subs of subs from 0.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4359954d842caa2a9f8d4b50d70ecc789884b68b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4359954d842caa2a9f8d4b50d70ecc789884b68b Author: Eric Anholt Date: Fri Feb 20 00:00:27 2015 -0800 nir: Generalize the optimization of subs of subs from 0. I

Mesa (master): nir: Add a couple of simplifications of csel operations.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: dc982f4a859d800ec3eba95d3c55bbe6af8d6518 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc982f4a859d800ec3eba95d3c55bbe6af8d6518 Author: Eric Anholt Date: Thu Jan 29 15:50:18 2015 -0800 nir: Add a couple of simplifications of csel operations

Mesa (master): nir: When faced with a csel on !condition, just flip the arguments.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: a38038ca5e329c074f67399a993a653c8e439cae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a38038ca5e329c074f67399a993a653c8e439cae Author: Eric Anholt Date: Fri Feb 20 01:18:46 2015 -0800 nir: When faced with a csel on !condition, just flip the

Mesa (master): nir: Collapse repeated bcsels on the same argument.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 345c2b288a5f49b82d505eb098847b8e53dde91f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=345c2b288a5f49b82d505eb098847b8e53dde91f Author: Eric Anholt Date: Fri Feb 20 01:20:34 2015 -0800 nir: Collapse repeated bcsels on the same argument. vc4

Mesa (master): nir: Allow nir_opt_algebraic to see booleanness through &&, ||, ^, !.

2015-02-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8e1152cb33e53a9d31a6c239dd77b0b4b7613ea8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e1152cb33e53a9d31a6c239dd77b0b4b7613ea8 Author: Eric Anholt Date: Fri Feb 20 00:57:04 2015 -0800 nir: Allow nir_opt_algebraic to see booleanness through

Mesa (master): nir: Drop dependency on mtypes.h for core NIR.

2015-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: bef38f62e026c5bce5073f82f2797151f941b586 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bef38f62e026c5bce5073f82f2797151f941b586 Author: Eric Anholt Date: Wed Feb 11 15:08:02 2015 -0800 nir: Drop dependency on mtypes.h for core NIR. One less new

Mesa (master): glsl: Only include mtypes from glsl_types.h for the C++ code that needs it.

2015-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 90b4bf2e6e1289442331f0368221fde69b60915f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90b4bf2e6e1289442331f0368221fde69b60915f Author: Eric Anholt Date: Wed Feb 11 15:21:37 2015 -0800 glsl: Only include mtypes from glsl_types.h for the C++ code

Mesa (master): mesa: Make bitset.h not rely on Mesa-specific types and functions.

2015-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8aa381e3cd848f051931f86af5fdcd59921916ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8aa381e3cd848f051931f86af5fdcd59921916ee Author: Eric Anholt Date: Wed Feb 11 14:57:55 2015 -0800 mesa: Make bitset.h not rely on Mesa-specific types and

Mesa (master): mesa: Use u_math.h from macros.h

2015-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 41b1882ed45f0fcb827a178cb3f7143fcaa8c4d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41b1882ed45f0fcb827a178cb3f7143fcaa8c4d9 Author: Eric Anholt Date: Wed Feb 11 14:24:33 2015 -0800 mesa: Use u_math.h from macros.h This avoids duplication of

Mesa (master): util: Move Mesa's bitset.h to util/.

2015-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: b53d035825ef3ad680470aa5c4f9dc51f8f5676b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b53d035825ef3ad680470aa5c4f9dc51f8f5676b Author: Eric Anholt Date: Wed Feb 11 15:05:06 2015 -0800 util: Move Mesa's bitset.h to util/. Reviewed-by:

Mesa (master): gallium/util: Don' t include unused debug functions from u_math.h

2015-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5ca019358f7a598174bd4adb6746fedc0ca78943 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ca019358f7a598174bd4adb6746fedc0ca78943 Author: Eric Anholt Date: Wed Feb 11 14:28:44 2015 -0800 gallium/util: Don't include unused debug functions

Mesa (master): mesa: Add gallium include dirs to more parts of the tree.

2015-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: e8c5cbfd921680c4a68755b66889338a6268debb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8c5cbfd921680c4a68755b66889338a6268debb Author: Eric Anholt Date: Wed Feb 11 14:18:50 2015 -0800 mesa: Add gallium include dirs to more parts of the tree

Mesa (master): vc4: Move qir_uniform() and the constant-value versions to vc4_qir.c/h.

2015-02-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 877b48a531adc397493e508e509aba2918915349 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=877b48a531adc397493e508e509aba2918915349 Author: Eric Anholt Date: Thu Feb 19 12:19:44 2015 -0800 vc4: Move qir_uniform() and the constant-value versions to

Mesa (master): vc4: Keep an array of pointers to instructions defining the temps around.

2015-02-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 85316d059c899ac096331251de6b233229aa0b4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85316d059c899ac096331251de6b233229aa0b4f Author: Eric Anholt Date: Thu Feb 19 13:22:31 2015 -0800 vc4: Keep an array of pointers to instructions defining the

Mesa (master): vc4: Rename add_uniform() to qir_uniform().

2015-02-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 09c844fcd9c0dc81da4f914e6b88892ea76fe8e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09c844fcd9c0dc81da4f914e6b88892ea76fe8e9 Author: Eric Anholt Date: Thu Feb 19 12:16:25 2015 -0800 vc4: Rename add_uniform() to qir_uniform(). --- src

Mesa (master): vc4: Enforce one-uniform-per-instruction after optimization.

2015-02-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 14dc281c1332518b6144718e1fb3845abbe23ff7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14dc281c1332518b6144718e1fb3845abbe23ff7 Author: Eric Anholt Date: Thu Feb 19 12:58:53 2015 -0800 vc4: Enforce one-uniform-per-instruction after optimization

Mesa (master): vc4: Shut up runtime warnings about new pipe caps.

2015-02-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 96f6efc561dff8a6a1d57c784239b7cb8ecf1d3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96f6efc561dff8a6a1d57c784239b7cb8ecf1d3e Author: Eric Anholt Date: Thu Feb 19 23:34:37 2015 -0800 vc4: Shut up runtime warnings about new pipe caps

Mesa (master): nir: Add an ALU op builder kind of like ir_builder.h

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2a135c470e3db165a6417ffcccab4a9f4500f526 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a135c470e3db165a6417ffcccab4a9f4500f526 Author: Eric Anholt Date: Mon Nov 10 11:16:30 2014 -0800 nir: Add an ALU op builder kind of like ir_builder.h v2

Mesa (master): gallium/dri: Shut up a compiler warning.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 935ee6b652a97c1db08d999aa48eba0574e0b23e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=935ee6b652a97c1db08d999aa48eba0574e0b23e Author: Eric Anholt Date: Wed Feb 11 14:40:47 2015 -0800 gallium/dri: Shut up a compiler warning. The compiler

Mesa (master): nir: Recognize and reduce duplicated fsats.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6eadde51bba26bc57da7b26cbb40d783259d4a5f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6eadde51bba26bc57da7b26cbb40d783259d4a5f Author: Eric Anholt Date: Fri Jan 30 14:10:58 2015 -0800 nir: Recognize and reduce duplicated fsats. No effect on

Mesa (master): nir: Add an optional expression controlling nir_algebraic xforms.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 955a6bb57d6ca5a679021bcfe43c7cae1863f299 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=955a6bb57d6ca5a679021bcfe43c7cae1863f299 Author: Eric Anholt Date: Mon Feb 2 16:20:06 2015 -0800 nir: Add an optional expression controlling nir_algebraic

Mesa (master): nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x)).

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: cb95a228e81a963d77f50058c7406db0ad3bccac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb95a228e81a963d77f50058c7406db0ad3bccac Author: Eric Anholt Date: Wed Jan 28 10:39:29 2015 -0800 nir: Add a flag for lowering fsqrt(x) to frcp(frsqrt(x

Mesa (master): nir: Add a flag for lowering fsat.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1907a3a7ee4d756b12b6fef32a6e5ea7656436d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1907a3a7ee4d756b12b6fef32a6e5ea7656436d1 Author: Eric Anholt Date: Fri Jan 30 13:53:39 2015 -0800 nir: Add a flag for lowering fsat. vc4 cse/algebraic

Mesa (master): nir: Add lowering of POW instructions if the lower flag is set.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: ccf14bca4b892a0dffa1d8c244bfabe384d70f98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccf14bca4b892a0dffa1d8c244bfabe384d70f98 Author: Eric Anholt Date: Wed Jan 28 10:32:57 2015 -0800 nir: Add lowering of POW instructions if the lower flag is

Mesa (master): nir: Conditionalize the POW reconstruction on shader compiler options.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8e9dbfff17f29533ad03f3afd25ada8cb6bf1e2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e9dbfff17f29533ad03f3afd25ada8cb6bf1e2b Author: Eric Anholt Date: Tue Jan 27 16:22:54 2015 -0800 nir: Conditionalize the POW reconstruction on shader

Mesa (master): nir: Add a flag for lowering ffma.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: e5ecf8e4272522e1950d1d4318df19377bf49ae1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5ecf8e4272522e1950d1d4318df19377bf49ae1 Author: Eric Anholt Date: Fri Jan 30 13:49:48 2015 -0800 nir: Add a flag for lowering ffma. vc4 cse/algebraic

Mesa (master): nir: Add a flag for lowering fneg/ineg.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 42a8ace66e539957b31ea96fe9a2aaacdb90f30e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42a8ace66e539957b31ea96fe9a2aaacdb90f30e Author: Eric Anholt Date: Wed Jan 28 10:52:53 2015 -0800 nir: Add a flag for lowering fneg/ineg. vc4 cse/algebraic

Mesa (master): nir: Add a nir_shader_compiler_options struct pointed to by the shaders.

2015-02-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: f90bb54734bf03be6c736812226e3f65f2e11519 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f90bb54734bf03be6c736812226e3f65f2e11519 Author: Eric Anholt Date: Mon Feb 2 16:13:49 2015 -0800 nir: Add a nir_shader_compiler_options struct pointed to by

Mesa (master): i965: Shut up a compiler warning about uninitialized var.

2015-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6489cb1ae6f3cb999b1a9c60d941ef4c388febd1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6489cb1ae6f3cb999b1a9c60d941ef4c388febd1 Author: Eric Anholt Date: Wed Feb 11 14:50:35 2015 -0800 i965: Shut up a compiler warning about uninitialized var

Mesa (master): vc4: Make SF be a flag on the QIR instructions.

2015-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3f1e1287fd960966eee8b12a75c8a8f62e11cdd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f1e1287fd960966eee8b12a75c8a8f62e11cdd2 Author: Eric Anholt Date: Thu Feb 12 14:17:21 2015 -0800 vc4: Make SF be a flag on the QIR instructions. Right now

Mesa (master): i965: Quiet another compiler warning about uninitialized values.

2015-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 55de910f909ac668ec7ea8fd94ec4f235b0d0335 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=55de910f909ac668ec7ea8fd94ec4f235b0d0335 Author: Eric Anholt Date: Wed Feb 11 14:54:33 2015 -0800 i965: Quiet another compiler warning about uninitialized

Mesa (master): i965: Move some asserts to unreachable.

2015-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: f65e26478ba5e20c9cf4ee5d0fcf879ccb4e3c0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f65e26478ba5e20c9cf4ee5d0fcf879ccb4e3c0d Author: Eric Anholt Date: Wed Feb 11 14:53:08 2015 -0800 i965: Move some asserts to unreachable. If execution was

Mesa (master): r200: Drop unused variable.

2015-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4413861dd835cf8b9143f3032b670635bd217bf6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4413861dd835cf8b9143f3032b670635bd217bf6 Author: Eric Anholt Date: Wed Feb 11 14:55:42 2015 -0800 r200: Drop unused variable. Quiets compiler warning since

Mesa (master): nir: Add algebraic opt for int comparisons with identical operands.

2015-02-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 56e21647e20db8e3708001a8600c3d8e7d12d841 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56e21647e20db8e3708001a8600c3d8e7d12d841 Author: Eric Anholt Date: Fri Feb 6 17:12:59 2015 -0800 nir: Add algebraic opt for int comparisons with identical

Mesa (master): nir: Fix load_const comparisons for CSE.

2015-02-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2919bdf466295bc3fbf6f6e796ef8d301404d3d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2919bdf466295bc3fbf6f6e796ef8d301404d3d9 Author: Eric Anholt Date: Fri Feb 6 17:16:29 2015 -0800 nir: Fix load_const comparisons for CSE. We want the size

Mesa (master): tgsi/ureg: Add missing some missing opcodes opcode_tmp.h

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9e35af08aff9ee08243fa8cbbda803dc6b95d00d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e35af08aff9ee08243fa8cbbda803dc6b95d00d Author: Eric Anholt Date: Mon Nov 10 14:26:14 2014 -0800 tgsi/ureg: Add missing some missing opcodes opcode_tmp.h I

Mesa (master): nir: Slightly simplify algebraic code generation by reusing a struct.

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6706537dd4d6794f71de4fe105ec99bc84b526e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6706537dd4d6794f71de4fe105ec99bc84b526e0 Author: Eric Anholt Date: Tue Jan 27 16:42:38 2015 -0800 nir: Slightly simplify algebraic code generation by reusing

Mesa (master): tgsi/ureg: Move ureg_dst_register() to the header.

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: f3dbf3689a9d36d6a290e9311560376cadc14141 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3dbf3689a9d36d6a290e9311560376cadc14141 Author: Eric Anholt Date: Fri Nov 7 12:35:58 2014 -0800 tgsi/ureg: Move ureg_dst_register() to the header. I wanted

Mesa (master): nir: Fix broken fsat recognizer.

2015-02-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: bff4cbdafaca5825f8985c93c3c0646f9c4b7649 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bff4cbdafaca5825f8985c93c3c0646f9c4b7649 Author: Eric Anholt Date: Fri Jan 30 14:03:14 2015 -0800 nir: Fix broken fsat recognizer. We've probably never

Mesa (master): vc4: Kill a bunch of color write calculation when colormask is all off.

2015-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 753c327151ed7d23218879149950f0028b0e7b4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=753c327151ed7d23218879149950f0028b0e7b4d Author: Eric Anholt Date: Sun Feb 1 14:09:12 2015 -0800 vc4: Kill a bunch of color write calculation when colormask

Mesa (master): vc4: Dump the VPM read index in QIR disasm.

2015-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 12ebd7e20e0d9448128854f9435f7d02889ae3e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12ebd7e20e0d9448128854f9435f7d02889ae3e9 Author: Eric Anholt Date: Fri Jan 30 11:23:26 2015 -0800 vc4: Dump the VPM read index in QIR disasm. Since the VPM

Mesa (master): vc4: Fix point size handling when it's the first output.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2b9c3bace78aaf0728e40b4b4cf7124e6a138696 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b9c3bace78aaf0728e40b4b4cf7124e6a138696 Author: Eric Anholt Date: Thu Jan 29 11:33:42 2015 -0800 vc4: Fix point size handling when it's the first o

Mesa (master): nir: Add variants of some of the comparison simplifications.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: fc884eadf1fb188b7dea1a5c2f8ce37c6258e324 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc884eadf1fb188b7dea1a5c2f8ce37c6258e324 Author: Eric Anholt Date: Mon Jan 26 16:48:48 2015 -0800 nir: Add variants of some of the comparison simplifications

Mesa (master): nir: Add a couple of helpers for glsl types.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 36c604c8246ecbd50ee4d7d685201822973df5ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36c604c8246ecbd50ee4d7d685201822973df5ec Author: Eric Anholt Date: Thu Oct 30 16:49:32 2014 -0700 nir: Add a couple of helpers for glsl types. This will be

Mesa (master): nir: Don' t try to to-SSA ALU instructions that are already SSA.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9a3a60cb138ea9a7fb29368c8c8efe614a7d80fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a3a60cb138ea9a7fb29368c8c8efe614a7d80fe Author: Eric Anholt Date: Mon Jan 26 14:37:42 2015 -0800 nir: Don't try to to-SSA ALU instructions that are al

Mesa (master): nir: Fix a bit of broken indentation.

2015-01-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 68d476167c0d23e3f050ce3a882fc7b741c18d09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68d476167c0d23e3f050ce3a882fc7b741c18d09 Author: Eric Anholt Date: Tue Nov 11 14:08:13 2014 -0800 nir: Fix a bit of broken indentation. Reviewed-by: Matt

Mesa (master): mesa: Move simple_list.h to src/util.

2015-01-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8ab6759cef6dc5101be3badce10a52d1d046f2ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ab6759cef6dc5101be3badce10a52d1d046f2ea Author: Eric Anholt Date: Fri Nov 14 12:14:40 2014 -0800 mesa: Move simple_list.h to src/util. We have two copies of

Mesa (master): nir: Make vec-to-movs handle src/dest aliasing.

2015-01-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: dd4d9a4e62ecf44011cfa2e020d08029299dd7e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd4d9a4e62ecf44011cfa2e020d08029299dd7e0 Author: Eric Anholt Date: Thu Jan 22 13:08:59 2015 -0800 nir: Make vec-to-movs handle src/dest aliasing. It now

Mesa (master): mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/

2015-01-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7c99187c6a6144cb9fd9d77261c643257246ede7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c99187c6a6144cb9fd9d77261c643257246ede7 Author: Eric Anholt Date: Mon Jan 26 11:34:18 2015 -0800 mesa: Port a variant of

Mesa (master): gallium: Replace u_simple_list.h with util/simple_list.h

2015-01-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: d70eb3851753ed7b57c56e4a7fd538857e4385ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d70eb3851753ed7b57c56e4a7fd538857e4385ce Author: Eric Anholt Date: Fri Nov 14 12:40:46 2014 -0800 gallium: Replace u_simple_list.h with util/simple_list.h

Mesa (master): nir: When asked to print with a NULL state, just use bare variable names.

2015-01-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6445a405201420698a3f6e292a3b2363fe7ff7f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6445a405201420698a3f6e292a3b2363fe7ff7f6 Author: Eric Anholt Date: Fri Jan 23 14:47:50 2015 -0800 nir: When asked to print with a NULL state, just use bare

Mesa (master): nir: Add nir_lower_alu_to_scalar.

2015-01-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 447ddfc1371b1ca6e8a9fe53ea8ea6bca6dbd795 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=447ddfc1371b1ca6e8a9fe53ea8ea6bca6dbd795 Author: Eric Anholt Date: Thu Nov 13 12:40:59 2014 -0800 nir: Add nir_lower_alu_to_scalar. This is the equivalent of

Mesa (master): nir: Expose nir_print_instr() for debug prints

2015-01-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0680d170d161f2a370e16e2506cb0bf982a8909d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0680d170d161f2a370e16e2506cb0bf982a8909d Author: Eric Anholt Date: Wed Nov 5 15:10:37 2014 -0800 nir: Expose nir_print_instr() for debug prints It's ni

Mesa (master): nir: Make some helpers for copying ALU src/dests.

2015-01-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: b2001278169b1f943c0bb6edb2d6985348beab4a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2001278169b1f943c0bb6edb2d6985348beab4a Author: Eric Anholt Date: Wed Jan 21 15:55:23 2015 -0800 nir: Make some helpers for copying ALU src/dests. There

Mesa (master): nir: Make an easier helper for setting up SSA defs.

2015-01-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 534a4ec82f09fa37e2134c994082e71c79b7d5ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=534a4ec82f09fa37e2134c994082e71c79b7d5ec Author: Eric Anholt Date: Tue Jan 20 16:23:51 2015 -0800 nir: Make an easier helper for setting up SSA defs. Almost

Mesa (master): nir: Fix setup of constant bool initializers.

2015-01-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: fc6938d23e769497fd2acba7da0b59935ec9f1e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc6938d23e769497fd2acba7da0b59935ec9f1e4 Author: Eric Anholt Date: Wed Jan 21 15:32:48 2015 -0800 nir: Fix setup of constant bool initializers. brw_fs_nir

Mesa (master): vc4: Fix build since 8ed5305d28d9309d651dfec3fbf4349854694694

2015-01-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: b368c91f261db140ebdb143c894d4921aa320655 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b368c91f261db140ebdb143c894d4921aa320655 Author: Eric Anholt Date: Tue Jan 20 14:19:29 2015 -0800 vc4: Fix build since

Mesa (master): vc4: Fix texture type masking.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0471f7275592da25faf09a0c4e4de940d449e8e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0471f7275592da25faf09a0c4e4de940d449e8e4 Author: Eric Anholt Date: Tue Jan 13 16:43:16 2015 +1300 vc4: Fix texture type masking. Everything from ETC1 to

Mesa (master): vc4: Fix CL dumping trying to dump too far.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: d0d6d24723fb368a1bba1b379fd753713f867eca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0d6d24723fb368a1bba1b379fd753713f867eca Author: Eric Anholt Date: Wed Jan 14 10:06:02 2015 +1300 vc4: Fix CL dumping trying to dump too far. Execution will

Mesa (master): vc4: Don' t let pairing happen with badly mismatched unpack flags.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5d5707707fb10712ba130c2dafb50e8fc92a2bcc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d5707707fb10712ba130c2dafb50e8fc92a2bcc Author: Eric Anholt Date: Sun Jan 11 19:31:59 2015 +1300 vc4: Don't let pairing happen with badly mismatched u

Mesa (master): vc4: No turning unpack arguments into small immediates.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0289a2620152528555cf9d37edf1616de47fea06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0289a2620152528555cf9d37edf1616de47fea06 Author: Eric Anholt Date: Mon Jan 12 09:14:41 2015 +1300 vc4: No turning unpack arguments into small immediates

Mesa (master): vc4: Fix early Z behavior on hardware.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: d1f2fc834d1c662726e30ff51d843e3ecd4b06d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1f2fc834d1c662726e30ff51d843e3ecd4b06d6 Author: Eric Anholt Date: Wed Jan 14 17:11:59 2015 +1300 vc4: Fix early Z behavior on hardware. It turns out the

Mesa (master): vc4: Don't swap the raddr on instructions doing unpacks.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8f2fb68026d11feedb5d94cf17e719affe7b9423 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f2fb68026d11feedb5d94cf17e719affe7b9423 Author: Eric Anholt Date: Mon Jan 12 09:16:26 2015 +1300 vc4: Don't swap the raddr on instructions doing unpacks

Mesa (master): vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 84ef2d4156da1ce85ec7e825982541ce499f351e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84ef2d4156da1ce85ec7e825982541ce499f351e Author: Eric Anholt Date: Wed Jan 14 11:23:43 2015 +1300 vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL

Mesa (master): vc4: Colormask should apply after all other fragment ops ( like logic op).

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6313a2c8f074e6876df56881eebb4be8690d8c41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6313a2c8f074e6876df56881eebb4be8690d8c41 Author: Eric Anholt Date: Mon Jan 12 14:53:48 2015 +1300 vc4: Colormask should apply after all other fragment ops

Mesa (master): vc4: Move the tests for src needing to be an A register to vc4_qir.c.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 772c47aefe96694c5f3fa354bd6792d137824700 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=772c47aefe96694c5f3fa354bd6792d137824700 Author: Eric Anholt Date: Mon Jan 12 09:10:35 2015 +1300 vc4: Move the tests for src needing to be an A register to

Mesa (master): vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1b241c59e834ba4702a79530c3ea373101d55788 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b241c59e834ba4702a79530c3ea373101d55788 Author: Eric Anholt Date: Wed Jan 14 10:53:20 2015 +1300 vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet

Mesa (master): vc4: Don' t let pairing happen with badly mismatched pack flags.

2015-01-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3820866e40d16f5d05319f0390956fb6e6407239 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3820866e40d16f5d05319f0390956fb6e6407239 Author: Eric Anholt Date: Sun Jan 11 18:27:07 2015 +1300 vc4: Don't let pairing happen with badly mismatched

Mesa (master): vc4: Clamp the inputs to the blend equation to [0, 1].

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: ff1948a1be42196cfb3087593606f8e2bb947ac3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff1948a1be42196cfb3087593606f8e2bb947ac3 Author: Eric Anholt Date: Sun Jan 11 15:30:39 2015 +1300 vc4: Clamp the inputs to the blend equation to [0, 1

Mesa (master): vc4: Add a little helper for clamping to [0,1].

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1519a1928a6009904359d2de188c65632385f401 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1519a1928a6009904359d2de188c65632385f401 Author: Eric Anholt Date: Sun Jan 11 15:22:22 2015 +1300 vc4: Add a little helper for clamping to [0,1]. --- src

Mesa (master): vc4: Fix clear color setup for RGB565.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: c1226629846613f9442e5fc5ad9be305176a4f0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1226629846613f9442e5fc5ad9be305176a4f0f Author: Eric Anholt Date: Sun Jan 11 10:58:58 2015 +1300 vc4: Fix clear color setup for RGB565. The util_pack_color

Mesa (master): vc4: Fix up statechange management for uncompiled/ compiled FS/VS.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1a328120d334ae09fa6a1ce8b599174f730a9753 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a328120d334ae09fa6a1ce8b599174f730a9753 Author: Eric Anholt Date: Sun Jan 11 14:52:26 2015 +1300 vc4: Fix up statechange management for uncompiled/compiled

Mesa (master): vc4: Redo VPM reads as a read file.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: a58ae83882b3ad3ecb53271f42cf1fd8f9c2907c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a58ae83882b3ad3ecb53271f42cf1fd8f9c2907c Author: Eric Anholt Date: Sat Jan 10 14:07:12 2015 +1300 vc4: Redo VPM reads as a read file. This will let us do

Mesa (master): vc4: Split two notions of instructions having side effects.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: c772c92153fdcd4ba4920b7ef1745ce83b09603b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c772c92153fdcd4ba4920b7ef1745ce83b09603b Author: Eric Anholt Date: Sat Jan 10 14:57:16 2015 +1300 vc4: Split two notions of instructions having side effects

Mesa (master): vc4: Fix miscalculation of the VPM space.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: 06b6a72a3e4a36310cd664aa7e881881aeab146f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06b6a72a3e4a36310cd664aa7e881881aeab146f Author: Eric Anholt Date: Sat Jan 10 14:34:16 2015 +1300 vc4: Fix miscalculation of the VPM space. We pass in a byte

Mesa (master): vc4: Cook up the draw-time VPM setup info during shader compile.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: b920ecf793bd419558a240014624add08774765d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b920ecf793bd419558a240014624add08774765d Author: Eric Anholt Date: Sat Jan 10 14:30:25 2015 +1300 vc4: Cook up the draw-time VPM setup info during shader

Mesa (master): vc4: Avoid the save/restore of r3 for raddr conflicts, just use ra31.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: 355156d2f75ffb5fae90dd6583ae3cf465ba40b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=355156d2f75ffb5fae90dd6583ae3cf465ba40b4 Author: Eric Anholt Date: Sat Jan 10 15:59:56 2015 +1300 vc4: Avoid the save/restore of r3 for raddr conflicts, just

Mesa (master): vc4: Allow dead code elimination of VPM reads.

2015-01-10 Thread Eric Anholt
Module: Mesa Branch: master Commit: a8e14c293b19a2d298f91f283d6b6839f36fb518 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8e14c293b19a2d298f91f283d6b6839f36fb518 Author: Eric Anholt Date: Sat Jan 10 15:01:48 2015 +1300 vc4: Allow dead code elimination of VPM reads. This gets a

Mesa (master): vc4: Move global seqno short-circuiting to vc4_wait_seqno() .

2015-01-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1d044326774b20c4c685e54e976aa685963b870a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d044326774b20c4c685e54e976aa685963b870a Author: Eric Anholt Date: Wed Jan 7 15:15:22 2015 -0800 vc4: Move global seqno short-circuiting to vc4_wait_seqno

Mesa (master): vc4: Pack VPM attr contents according to just the size of the attribute.

2015-01-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 92a0b0bd7099b15320faaccfd70b3c8dc877810e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92a0b0bd7099b15320faaccfd70b3c8dc877810e Author: Eric Anholt Date: Fri Jan 9 12:56:34 2015 -0800 vc4: Pack VPM attr contents according to just the size of

Mesa (master): vc4: Restructure color packing as a series of channel replacements.

2015-01-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 72cb6619cb75a92901d372d687505a747a384571 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72cb6619cb75a92901d372d687505a747a384571 Author: Eric Anholt Date: Thu Jan 8 18:32:29 2015 -0800 vc4: Restructure color packing as a series of channel

Mesa (master): vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check.

2015-01-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3093bfacf042516cd2a0fa2346da1e9df5f321ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3093bfacf042516cd2a0fa2346da1e9df5f321ec Author: Eric Anholt Date: Fri Jan 9 07:22:50 2015 -0800 vc4: Fix the no-copy-propagating-from-TLB_COLOR_READ check

Mesa (master): state_tracker: Fix assertion failures in conditional block movs.

2015-01-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 24d94874323ef59ebc83c806497c3d826ae37b9e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24d94874323ef59ebc83c806497c3d826ae37b9e Author: Eric Anholt Date: Fri Dec 12 11:35:28 2014 -0800 state_tracker: Fix assertion failures in conditional block

Mesa (master): egl: Inform the client API when ancillary buffers may become undefined.

2015-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 70e8ccc459d9bf579ad7efeae453cb8641266c94 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70e8ccc459d9bf579ad7efeae453cb8641266c94 Author: Eric Anholt Date: Sun Dec 21 11:51:33 2014 -0800 egl: Inform the client API when ancillary buffers may become

Mesa (master): vc4: Skip storing the Z/S contents when it's invalidated.

2015-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: b29540397199f05a3f6ca98be75764d8d32015a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b29540397199f05a3f6ca98be75764d8d32015a7 Author: Eric Anholt Date: Fri Jan 2 22:55:37 2015 -0800 vc4: Skip storing the Z/S contents when it's invali

Mesa (master): vc4: Fix deletion from the program cache.

2015-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 49b5c901e88810946dcbf1a596fbe79c507c3214 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49b5c901e88810946dcbf1a596fbe79c507c3214 Author: Eric Anholt Date: Mon Jan 5 16:34:58 2015 -0800 vc4: Fix deletion from the program cache. They key is

Mesa (master): vc4: Fix scaling W projection of the Z coordinate when there's a Z offset.

2015-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 426fd535d9e2812c52dd709f8e5532bae501b3f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=426fd535d9e2812c52dd709f8e5532bae501b3f6 Author: Eric Anholt Date: Tue Jan 6 11:30:19 2015 -0800 vc4: Fix scaling W projection of the Z coordinate when

Mesa (master): gallium: Plumb the swap INVALIDATE_ANCILLARY flag through more layers.

2015-01-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 239db93888a75a03cf52910f596c1184746eaebd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=239db93888a75a03cf52910f596c1184746eaebd Author: Eric Anholt Date: Sun Dec 21 12:48:59 2014 -0800 gallium: Plumb the swap INVALIDATE_ANCILLARY flag through

Mesa (master): u_primconvert: Fix leak of the upload BO on context destroy.

2014-12-31 Thread Eric Anholt
Module: Mesa Branch: master Commit: a6f6d6188c977757695c16d044183db1256d029e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6f6d6188c977757695c16d044183db1256d029e Author: Eric Anholt Date: Tue Dec 30 15:39:20 2014 -0800 u_primconvert: Fix leak of the upload BO on context destroy

Mesa (master): vc4: Fix memory leak as of 0404e7fe0ac2a6234a11290b4b1596e8bc127a4b.

2014-12-31 Thread Eric Anholt
Module: Mesa Branch: master Commit: 37478c638a3607295437ce0a41dae03c200948f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=37478c638a3607295437ce0a41dae03c200948f4 Author: Eric Anholt Date: Tue Dec 30 16:10:28 2014 -0800 vc4: Fix memory leak as of

Mesa (master): vc4: Only render tiles where the scissor ever intersected them.

2014-12-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3ba57bae47666ada1145259755fc326b1b9f9463 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ba57bae47666ada1145259755fc326b1b9f9463 Author: Eric Anholt Date: Sun Dec 28 08:14:19 2014 -1000 vc4: Only render tiles where the scissor ever intersected

Mesa (master): vc4: Move draw call reset handling to a helper function.

2014-12-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0404e7fe0ac2a6234a11290b4b1596e8bc127a4b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0404e7fe0ac2a6234a11290b4b1596e8bc127a4b Author: Eric Anholt Date: Tue Dec 30 12:12:15 2014 -0800 vc4: Move draw call reset handling to a helper function

Mesa (master): vc4: Drop the content of vc4_flush_resource().

2014-12-30 Thread Eric Anholt
Module: Mesa Branch: master Commit: effb39e8998e8fc9e07b2658b9895cf5d3a9cc7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=effb39e8998e8fc9e07b2658b9895cf5d3a9cc7a Author: Eric Anholt Date: Thu Dec 25 16:24:15 2014 -1000 vc4: Drop the content of vc4_flush_resource(). The callers

<    5   6   7   8   9   10   11   12   13   14   >