Mesa (master): i965/fs: Don' t consider the stencil output to be a color output.

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: c8f5bd2c9960a8efe4d923e2a5aab7c169d68769 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8f5bd2c9960a8efe4d923e2a5aab7c169d68769 Author: Francisco Jerez Date: Mon Aug 22 18:50:41 2016 -0700 i965/fs: Don't consider the stencil output to be a

Mesa (master): glsl: Keep track of the set of fragment outputs read by a GL program.

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 2018371692d9ea57805989b0390b833e785881bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2018371692d9ea57805989b0390b833e785881bf Author: Francisco Jerez Date: Tue Jul 19 20:30:24 2016 -0700 glsl: Keep track of the set of fragment outputs read by

Mesa (master): glsl: Don' t attempt to do dead varying elimination on gl_LastFragData arrays.

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 5e1d34394e80198da774ca87133da34506a89c29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e1d34394e80198da774ca87133da34506a89c29 Author: Francisco Jerez Date: Tue Jul 19 20:23:17 2016 -0700 glsl: Don't attempt to do dead varying eliminati

Mesa (master): glsl/ast: Allow redeclaration of gl_LastFragData with different precision qualifier.

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 6b3d23dcc07a584a7c6fcd64b025e88a92047c49 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b3d23dcc07a584a7c6fcd64b025e88a92047c49 Author: Francisco Jerez Date: Thu Jul 14 12:52:51 2016 -0700 glsl/ast: Allow redeclaration of gl_LastFragData with

Mesa (master): mesa: Add blend barrier entry point and driver hook.

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 303fb5881c36b8c1270f3c8071705eea336c341b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=303fb5881c36b8c1270f3c8071705eea336c341b Author: Francisco Jerez Date: Tue Jul 5 23:21:21 2016 -0700 mesa: Add blend barrier entry point and driver hook

Mesa (master): mesa: Add extension enables for framebuffer fetch extensions.

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 115a27357c4d991d8064452d0179493aef528e3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=115a27357c4d991d8064452d0179493aef528e3e Author: Francisco Jerez Date: Tue Jul 19 17:40:05 2016 -0700 mesa: Add extension enables for framebuffer fetch

Mesa (master): mesa: Rename "texturebarrier" source files to "barrier".

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 83d2f9db2929781d7d4b182355c872a7cbbcaeec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83d2f9db2929781d7d4b182355c872a7cbbcaeec Author: Francisco Jerez Date: Tue Jul 5 23:15:01 2016 -0700 mesa: Rename "texturebarrier" source files t

Mesa (master): glapi: Add XML for GL_EXT_shader_framebuffer_fetch.

2016-08-24 Thread Francisco Jerez
Module: Mesa Branch: master Commit: acb12a12283eb71de7f2efc2cf09aa637983ae20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acb12a12283eb71de7f2efc2cf09aa637983ae20 Author: Francisco Jerez Date: Tue Jul 5 21:25:56 2016 -0700 glapi: Add XML for GL_EXT_shader_framebuffer_fetch

Mesa (master): i965/sched: Assign a preferred exit node to each node of the dependency graph.

2016-08-18 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 4147ca75d5c5423d70232b3712c0772450384ab0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4147ca75d5c5423d70232b3712c0772450384ab0 Author: Francisco Jerez Date: Tue Aug 16 00:56:04 2016 -0700 i965/sched: Assign a preferred exit node to each node of

Mesa (master): i965/sched: Change the scheduling heuristics to favor early program termination.

2016-08-18 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 7ceb42ccc5f7943fc839ed19e06b9b7be38dacb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7ceb42ccc5f7943fc839ed19e06b9b7be38dacb0 Author: Francisco Jerez Date: Fri Aug 12 16:13:16 2016 -0700 i965/sched: Change the scheduling heuristics to favor

Mesa (master): i965/sched: Calculate the critical path of scheduling nodes non-recursively.

2016-08-18 Thread Francisco Jerez
Module: Mesa Branch: master Commit: b295d7ca32bbab94d4038c5684a38fd8f3dc4373 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b295d7ca32bbab94d4038c5684a38fd8f3dc4373 Author: Francisco Jerez Date: Tue Aug 16 00:01:31 2016 -0700 i965/sched: Calculate the critical path of scheduling

Mesa (master): i965/fs: Switch to per-subspan discard jumps.

2016-08-18 Thread Francisco Jerez
Module: Mesa Branch: master Commit: b2b621a0ec57f08586b9afcf666c0eadc0993ca0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2b621a0ec57f08586b9afcf666c0eadc0993ca0 Author: Francisco Jerez Date: Mon Aug 8 12:43:18 2016 -0700 i965/fs: Switch to per-subspan discard jumps. ANY4H is

Mesa (master): i965/fs: Drop bogus writemasking disable bit from HALT instructions.

2016-08-18 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 01b321f2420d45e9353c94bcf5d96cae6c2deac2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01b321f2420d45e9353c94bcf5d96cae6c2deac2 Author: Francisco Jerez Date: Mon Aug 8 12:44:12 2016 -0700 i965/fs: Drop bogus writemasking disable bit from HALT

Mesa (master): i965/fs: Lower TEX to TXL during NIR translation.

2016-08-16 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 0c754d1c4203d87dbb9d2dd882ef42686e6d01ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c754d1c4203d87dbb9d2dd882ef42686e6d01ec Author: Francisco Jerez Date: Fri Aug 12 11:38:29 2016 -0700 i965/fs: Lower TEX to TXL during NIR translation. This

Mesa (master): i965/fs: Return zero from fs_inst:: components_read for non-present sources.

2016-08-16 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 61a02fb74c07d574b726a8b27517a02251aa4be4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61a02fb74c07d574b726a8b27517a02251aa4be4 Author: Francisco Jerez Date: Fri Aug 12 18:33:58 2016 -0700 i965/fs: Return zero from fs_inst::components_read for

Mesa (master): i965/fs: Estimate maximum sampler message execution size more accurately.

2016-08-16 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 4d436c011fd9f7ebcadbaebef05090d2056e9d48 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d436c011fd9f7ebcadbaebef05090d2056e9d48 Author: Francisco Jerez Date: Fri Aug 12 14:05:19 2016 -0700 i965/fs: Estimate maximum sampler message execution size

Mesa (master): clover: make GCC 4.8 happy

2016-07-27 Thread Francisco Jerez
Dieter Nützel Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=97019 [ Francisco Jerez: Trivial formatting fix. ] Reviewed-by: Francisco Jerez --- src/gallium/state_trackers/clover/llvm/codegen/native.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/st

Mesa (master): clover: Fix kernel metadata retrieval after clang r273425

2016-06-27 Thread Francisco Jerez
Signed-off-by: Jan Vesely Acked-by: Francisco Jerez --- .../state_trackers/clover/llvm/invocation.cpp | 35 +++--- 1 file changed, 31 insertions(+), 4 deletions(-) diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp b/src/gallium/state_trackers/clover/llvm

Mesa (master): clover/llvm: Fix copyright attribution of invocation.cpp.

2016-06-27 Thread Francisco Jerez
Module: Mesa Branch: master Commit: a8a966ddb5ad805421bb9548b150055d14fb5c63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8a966ddb5ad805421bb9548b150055d14fb5c63 Author: Francisco Jerez Date: Tue May 17 16:02:32 2016 +0200 clover/llvm: Fix copyright attribution of invocation.cpp

Mesa (master): i965: Fix scratch overallocation if the original slot size was already a power of two.

2016-06-13 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 013ae4a70aeb40dc74e53943824bff33dda109e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=013ae4a70aeb40dc74e53943824bff33dda109e1 Author: Francisco Jerez Date: Wed Jun 8 17:53:24 2016 -0700 i965: Fix scratch overallocation if the original slot

Mesa (master): clover: Update OpenCL version string to match OpenGL

2016-06-13 Thread Francisco Jerez
Change MESA into Mesa in CL_PLATFORM_VERSION and CL_DEVICE_VERSION. For both, always append git version suffix from git_sha1.h. v5: move semicolon to same line as MESA_GIT_SHA1. v4: drop #ifdef guards. v3: add missing include. v2: change CL_DEVICE_VERSION as well. Cc: Reviewed-by: Francisco Jerez

Mesa (master): i965: Keep track of the per-thread scratch allocation in brw_stage_state.

2016-06-13 Thread Francisco Jerez
Module: Mesa Branch: master Commit: d960284e447df9b1563deef0ce950617decfba63 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d960284e447df9b1563deef0ce950617decfba63 Author: Francisco Jerez Date: Mon Jun 13 14:56:22 2016 -0700 i965: Keep track of the per-thread scratch allocation in

Mesa (master): i965/fs: Fix regs_written for SIMD-lowered instructions some more.

2016-06-13 Thread Francisco Jerez
Module: Mesa Branch: master Commit: bd9f9726519fad94e88b9266b0c255aa00251f4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd9f9726519fad94e88b9266b0c255aa00251f4d Author: Francisco Jerez Date: Fri Jun 10 17:55:39 2016 -0700 i965/fs: Fix regs_written for SIMD-lowered instructions

Mesa (master): i965: Fix cross-primitive scratch corruption when changing the per-thread allocation.

2016-06-13 Thread Francisco Jerez
Module: Mesa Branch: master Commit: a84b5d43e2e54dbebe3600111f4f35c29411f831 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a84b5d43e2e54dbebe3600111f4f35c29411f831 Author: Francisco Jerez Date: Fri Jun 10 16:41:59 2016 -0700 i965: Fix cross-primitive scratch corruption when

Mesa (master): Revert "i965/fs: Allow scalar source regions on SNB math instructions."

2016-06-03 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 7244dc1e0651958b6cafb15e34487851a6cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7244dc1e0651958b6cafb15e34487851a6cd Author: Francisco Jerez Date: Fri Jun 3 12:32:15 2016 -0700 Revert "i965/fs: Allow scalar source regions on SNB

Mesa (master): i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N).

2016-06-03 Thread Francisco Jerez
Module: Mesa Branch: master Commit: a2135c6fd95d3e48f222a702c2b814e3cf37eb7d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2135c6fd95d3e48f222a702c2b814e3cf37eb7d Author: Francisco Jerez Date: Wed Jun 1 16:27:52 2016 -0700 i965/vec4: Fix cmod propagation not to propagate non

Mesa (master): i965/fs: Reindent emit_zip().

2016-06-02 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 060c8d245deb83aeb412de98810cad6052aafb78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=060c8d245deb83aeb412de98810cad6052aafb78 Author: Francisco Jerez Date: Fri May 27 01:02:19 2016 -0700 i965/fs: Reindent emit_zip(). Cc: mesa-sta

Mesa (master): i965/fs: Skip SIMD lowering destination zipping if possible.

2016-06-02 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 7aa76d66a1f5edad9e8c1d54aafdce99ffa6c345 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7aa76d66a1f5edad9e8c1d54aafdce99ffa6c345 Author: Francisco Jerez Date: Fri May 27 00:45:04 2016 -0700 i965/fs: Skip SIMD lowering destination zipping if

Mesa (master): i965/fs: Teach compute_to_mrf() about the COMPR4 address transformation.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 1898673f586b9110fb2a3125e2781cbb1d795c73 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1898673f586b9110fb2a3125e2781cbb1d795c73 Author: Francisco Jerez Date: Fri May 27 14:17:28 2016 -0700 i965/fs: Teach compute_to_mrf() about the COMPR4 address

Mesa (master): i965/fs: Fix compute-to-mrf VGRF region coverage condition.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 4b0ec9f4759bab68b51e2f410e9305e39c1e1e7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b0ec9f4759bab68b51e2f410e9305e39c1e1e7f Author: Francisco Jerez Date: Fri May 27 16:41:35 2016 -0700 i965/fs: Fix compute-to-mrf VGRF region coverage

Mesa (master): i965/fs: Fix constant combining for instructions that cannot accept source mods.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 06d8765bc09ecd8ff73fff424c8cfec645cb0ded URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06d8765bc09ecd8ff73fff424c8cfec645cb0ded Author: Francisco Jerez Date: Fri May 27 23:29:10 2016 -0700 i965/fs: Fix constant combining for instructions that

Mesa (master): i965/fs: Refactor compute_to_mrf() to split search and rewrite into separate loops.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 485fbaff03f7d281ff4f22bd6321548512783799 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=485fbaff03f7d281ff4f22bd6321548512783799 Author: Francisco Jerez Date: Fri May 27 13:15:55 2016 -0700 i965/fs: Refactor compute_to_mrf() to split search and

Mesa (master): i965/fs: Fix compute_to_mrf() to coalesce VGRFs initialized by multiple single-GRF writes.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 4fe4f6e8a776acc60633809693e4135f5c894aa3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fe4f6e8a776acc60633809693e4135f5c894aa3 Author: Francisco Jerez Date: Fri May 27 16:03:34 2016 -0700 i965/fs: Fix compute_to_mrf() to coalesce VGRFs

Mesa (master): i965/fs: Teach regions_overlap() about COMPR4 MRF regions.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 88f380a2ddbdeda6e83725403b12ee0070f1f0f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=88f380a2ddbdeda6e83725403b12ee0070f1f0f3 Author: Francisco Jerez Date: Thu May 26 23:53:31 2016 -0700 i965/fs: Teach regions_overlap() about COMPR4 MRF

Mesa (master): i965/fs: Extend remove_duplicate_mrf_writes() to handle non-VGRF to MRF copies.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 303ec22ed6124f7860de3856599ab4f02808b84b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=303ec22ed6124f7860de3856599ab4f02808b84b Author: Francisco Jerez Date: Wed May 25 13:17:41 2016 -0700 i965/fs: Extend remove_duplicate_mrf_writes() to handle

Mesa (master): i965/fs: Allow scalar source regions on SNB math instructions.

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: c1107cec44ab030c7fcc97c67baa12df1cc9d7b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1107cec44ab030c7fcc97c67baa12df1cc9d7b5 Author: Francisco Jerez Date: Fri May 27 23:29:14 2016 -0700 i965/fs: Allow scalar source regions on SNB math

Mesa (master): i965/fs: Simplify and improve accuracy of compute_to_mrf() by using regions_overlap().

2016-05-31 Thread Francisco Jerez
Module: Mesa Branch: master Commit: bb61e24787952a4796a687a86200a05cf83af7e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb61e24787952a4796a687a86200a05cf83af7e9 Author: Francisco Jerez Date: Fri May 27 12:50:28 2016 -0700 i965/fs: Simplify and improve accuracy of compute_to_mrf

Mesa (master): i965/fs: Implement opt_sampler_eot() in terms of logical sends.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: a5b4f63c1593cdcbc253cce2838c85b2fd796dac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5b4f63c1593cdcbc253cce2838c85b2fd796dac Author: Francisco Jerez Date: Fri May 20 00:38:17 2016 -0700 i965/fs: Implement opt_sampler_eot() in terms of logical

Mesa (master): i965/fs: Let CSE handle logical sampler sends as expressions.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: f1a607cf68aef55df6ecc4bbc62e9a4f6e930ca8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1a607cf68aef55df6ecc4bbc62e9a4f6e930ca8 Author: Francisco Jerez Date: Fri Apr 29 23:35:01 2016 -0700 i965/fs: Let CSE handle logical sampler sends as

Mesa (master): i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to has_side_effects ().

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: e9eb59ba680a49d210966f4a3d86b6b5ff0db6f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e9eb59ba680a49d210966f4a3d86b6b5ff0db6f2 Author: Francisco Jerez Date: Sat Apr 30 14:57:59 2016 -0700 i965/fs: Add FS_OPCODE_FB_WRITE_LOGICAL to

Mesa (master): i965/fs: Allow constant propagation into logical send sources.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 48d743c5019076056739561f979e7101c04acf21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48d743c5019076056739561f979e7101c04acf21 Author: Francisco Jerez Date: Fri Apr 29 23:36:59 2016 -0700 i965/fs: Allow constant propagation into logical send

Mesa (master): i965/fs: Fix UB list sentinel dereference in opt_sampler_eot().

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: a0d9aed2682f78626f467cbc2b7fc3185d9f9034 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0d9aed2682f78626f467cbc2b7fc3185d9f9034 Author: Francisco Jerez Date: Sat Apr 30 14:24:31 2016 -0700 i965/fs: Fix UB list sentinel dereference in

Mesa (master): i965/fs: Run SIMD and logical send lowering after the optimization loop.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: d5f2f32b118331070507faf292bbe3da2671df4b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5f2f32b118331070507faf292bbe3da2671df4b Author: Francisco Jerez Date: Sat Apr 30 15:08:29 2016 -0700 i965/fs: Run SIMD and logical send lowering after the

Mesa (master): i965/fs: Pass a BAD_FILE register to the logical FB write when oMask is unused.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: b0c8e5e0c88f7c5d7395715e58a8731e2ab55f7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0c8e5e0c88f7c5d7395715e58a8731e2ab55f7e Author: Francisco Jerez Date: Fri Apr 29 19:47:44 2016 -0700 i965/fs: Pass a BAD_FILE register to the logical FB

Mesa (master): i965/fs: Generalize regions_overlap() from copy propagation to handle non-VGRF files.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: a9f00a9e535019747d041f4121c56404057465a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9f00a9e535019747d041f4121c56404057465a3 Author: Francisco Jerez Date: Thu May 26 23:20:19 2016 -0700 i965/fs: Generalize regions_overlap() from copy

Mesa (master): i965/fs: Factor out region zipping and unzipping from the SIMD lowering pass.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 6956015aa514f2d06d0e4b33bfe6bca83142fbf0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6956015aa514f2d06d0e4b33bfe6bca83142fbf0 Author: Francisco Jerez Date: Thu May 26 23:07:58 2016 -0700 i965/fs: Factor out region zipping and unzipping from

Mesa (master): i965/fs: Refactor offset() into a separate function taking the width as argument.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 4db93592de73d68ce38b3d64eddd451aa6c373cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4db93592de73d68ce38b3d64eddd451aa6c373cc Author: Francisco Jerez Date: Thu May 26 23:09:46 2016 -0700 i965/fs: Refactor offset() into a separate function

Mesa (master): i965/fs: Take opt_redundant_discard_jumps out of the optimization loop.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 2a166c13d4a6edecaffc56a8220dda146e3ce8a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a166c13d4a6edecaffc56a8220dda146e3ce8a0 Author: Francisco Jerez Date: Tue May 3 18:36:02 2016 -0700 i965/fs: Take opt_redundant_discard_jumps out of the

Mesa (master): i965/fs: Skip SIMD lowering source unzipping for regular scalar regions.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: daf4a71883bffcedaf27ff046a1ddd4af9d41f7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=daf4a71883bffcedaf27ff046a1ddd4af9d41f7f Author: Francisco Jerez Date: Sat May 28 22:44:13 2016 -0700 i965/fs: Skip SIMD lowering source unzipping for regular

Mesa (master): i965/fs: Skip gen4 pre/ post-send dependency workaronds for the first/last block.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 4decc426c26a86beb76dc48658ce175d051464c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4decc426c26a86beb76dc48658ce175d051464c2 Author: Francisco Jerez Date: Wed May 25 14:21:49 2016 -0700 i965/fs: Skip gen4 pre/post-send dependency workaronds

Mesa (master): i965: Expose GL 4.3 on Gen8+.

2016-05-30 Thread Francisco Jerez
Module: Mesa Branch: master Commit: d8cf982f7d12190012b8917a4f4ad3a01a7f0102 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8cf982f7d12190012b8917a4f4ad3a01a7f0102 Author: Francisco Jerez Date: Fri May 20 00:19:18 2016 -0700 i965: Expose GL 4.3 on Gen8+. ARB_compute_shader was

Mesa (master): 77 new commits

2016-05-28 Thread Francisco Jerez
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=357495b94dad4101a5491ed30782574162de58db Author: Francisco Jerez Date: Mon Apr 25 17:02:25 2016 -0700 i965: Update compute workgroup size limit calculation for SIMD32. This should have the side effect of enabling the

Mesa (master): i965/fs: Factor out calculation of the block of MRFs reserved for spilling.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: f471d3eedeeffd0dfcc4b9bdd6135f731cec96e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f471d3eedeeffd0dfcc4b9bdd6135f731cec96e9 Author: Francisco Jerez Date: Wed Apr 27 02:16:22 2016 -0700 i965/fs: Factor out calculation of the block of MRFs

Mesa (master): i965/fs: Make emit_spill/ unspill static functions taking builder as argument.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 284c8fbcef8d631a0a727f0b7a8b34f9e4ad215d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=284c8fbcef8d631a0a727f0b7a8b34f9e4ad215d Author: Francisco Jerez Date: Sun May 15 20:30:06 2016 -0700 i965/fs: Make emit_spill/unspill static functions taking

Mesa (master): i965/fs: Fix signedness of local variables and arguments of emit_(un)spill.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: e98cf031149cd6031b3e22bc06be0a70550ac85b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e98cf031149cd6031b3e22bc06be0a70550ac85b Author: Francisco Jerez Date: Thu May 12 00:39:06 2016 -0700 i965/fs: Fix signedness of local variables and arguments

Mesa (master): i965/fs: Calculate the (un)spill block size correctly.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 6fc5dd5b6a3e4884b475bae7507ea59e59800e67 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fc5dd5b6a3e4884b475bae7507ea59e59800e67 Author: Francisco Jerez Date: Mon May 16 01:03:43 2016 -0700 i965/fs: Calculate the (un)spill block size correctly

Mesa (master): i965/fs: Mark UBO uniform pull constant loads as force_writemask_all.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 015035027beb38fb9a3b06f8cd94aadc96a8f728 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=015035027beb38fb9a3b06f8cd94aadc96a8f728 Author: Francisco Jerez Date: Mon May 23 14:07:23 2016 -0700 i965/fs: Mark UBO uniform pull constant loads as

Mesa (master): i965/fs: Set exec_all on spills not matching the channel layout of the instruction.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 11260cc54f277cadd2abfd22ec313f3f0f504487 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=11260cc54f277cadd2abfd22ec313f3f0f504487 Author: Francisco Jerez Date: Mon May 16 01:23:44 2016 -0700 i965/fs: Set exec_all on spills not matching the channel

Mesa (master): i965/fs: Allow spilling of non-contiguous registers.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 7eb496688762ea614408c4c75e4b5c7242d2677c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7eb496688762ea614408c4c75e4b5c7242d2677c Author: Francisco Jerez Date: Wed Apr 27 02:07:08 2016 -0700 i965/fs: Allow spilling of non-contiguous registers

Mesa (master): i965/fs: Apply execution controls from the instruction to scratch messages.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 70023c40c6094208cc869ef4a8eb8d9ccebc8395 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70023c40c6094208cc869ef4a8eb8d9ccebc8395 Author: Francisco Jerez Date: Sun May 15 16:52:49 2016 -0700 i965/fs: Apply execution controls from the instruction

Mesa (master): i965/fs: Set exec_all on unspills.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: bb67c467a48f89177cf5a1c9904a627704ea7844 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb67c467a48f89177cf5a1c9904a627704ea7844 Author: Francisco Jerez Date: Mon May 16 00:59:37 2016 -0700 i965/fs: Set exec_all on unspills. This makes sure that

Mesa (master): i965/fs: Move scratch block size calculation into the caller of emit_(un)spill.

2016-05-23 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 07e67cc266bf016883ff91b3002925d0833836ed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07e67cc266bf016883ff91b3002925d0833836ed Author: Francisco Jerez Date: Sun May 15 22:59:04 2016 -0700 i965/fs: Move scratch block size calculation into the

Mesa (master): i965/fs: Add missing analysis invalidation in fixup_3src_null_dest().

2016-03-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 93be4158aed9accab06e3df2d8c526d3312bfff8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=93be4158aed9accab06e3df2d8c526d3312bfff8 Author: Francisco Jerez Date: Fri Mar 11 15:27:22 2016 -0800 i965/fs: Add missing analysis invalidation in

Mesa (master): i965/vec4: Consider removal of no-op MOVs as progress during register coalesce.

2016-03-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 7d7990cf657550be4d038a0424ffdc0ef7fd8faa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d7990cf657550be4d038a0424ffdc0ef7fd8faa Author: Francisco Jerez Date: Sun Mar 13 19:15:45 2016 -0700 i965/vec4: Consider removal of no-op MOVs as progress

Mesa (master): i965/fs: Restrict inequality that can only hold equal in saturate propagation.

2016-03-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: b0546057220ac2906913bfd283aaefa6c4cb6038 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0546057220ac2906913bfd283aaefa6c4cb6038 Author: Francisco Jerez Date: Sun Mar 6 19:03:56 2016 -0800 i965/fs: Restrict inequality that can only hold equal in

Mesa (master): i965/fs: Add missing analysis invalidation in opt_sampler_eot().

2016-03-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 6691c03fd39be463e1d222b56e3ec8da9f3b7f24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6691c03fd39be463e1d222b56e3ec8da9f3b7f24 Author: Francisco Jerez Date: Fri Mar 11 15:22:56 2016 -0800 i965/fs: Add missing analysis invalidation in

Mesa (master): clover: Fix pipe_grid_info.indirect not being initialized.

2016-03-14 Thread Francisco Jerez
;11.2" Signed-off-by: Hans de Goede Reviewed-by: Samuel Pitoiset [ Francisco Jerez: Trivial codestyle fix. ] Reviewed-by: Francisco Jerez --- src/gallium/state_trackers/clover/core/kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/c

Mesa (master): i965: Remove useless IR self-destruct backend_shader method.

2016-03-13 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 63250d8178dcbcf619423025e363c4f02f3bb6f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63250d8178dcbcf619423025e363c4f02f3bb6f9 Author: Francisco Jerez Date: Tue Mar 8 17:23:37 2016 -0800 i965: Remove useless IR self-destruct backend_shader

Mesa (master): i965: Don' t try copy propagation if constant propagation succeeded.

2016-03-06 Thread Francisco Jerez
Module: Mesa Branch: master Commit: c70b7c80e3e1dea150ece96e02ef3d364284812d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c70b7c80e3e1dea150ece96e02ef3d364284812d Author: Francisco Jerez Date: Fri Feb 26 17:28:03 2016 -0800 i965: Don't try copy propagation if constant propag

Mesa (master): i965: Add support for swizzling arbitrary immediates to ( brw_)swizzle().

2016-03-06 Thread Francisco Jerez
Module: Mesa Branch: master Commit: ff7a2b489e6a8f3f63f71f36cd63d91cd81c326d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff7a2b489e6a8f3f63f71f36cd63d91cd81c326d Author: Francisco Jerez Date: Fri Feb 26 17:12:27 2016 -0800 i965: Add support for swizzling arbitrary immediates to

Mesa (master): i965: Pass symbolic swizzle to brw_swizzle() as a single argument.

2016-03-06 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 537d3df97466835ad6438fe2c9121283e0da1bcd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=537d3df97466835ad6438fe2c9121283e0da1bcd Author: Francisco Jerez Date: Fri Feb 26 17:04:38 2016 -0800 i965: Pass symbolic swizzle to brw_swizzle() as a single

Mesa (master): i965/vec4: Use swizzle() to swizzle immediates during constant propagation.

2016-03-06 Thread Francisco Jerez
Module: Mesa Branch: master Commit: dcf5e19e6564662ef3f7a4c7d42acc46a24e62c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dcf5e19e6564662ef3f7a4c7d42acc46a24e62c6 Author: Francisco Jerez Date: Fri Feb 26 17:20:19 2016 -0800 i965/vec4: Use swizzle() to swizzle immediates during

Mesa (master): i965/vec4: Propagate swizzles correctly during copy propagation.

2016-03-06 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 3dd0441f6cbcceb42effea2219d835082c2e2725 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dd0441f6cbcceb42effea2219d835082c2e2725 Author: Francisco Jerez Date: Fri Feb 26 17:42:27 2016 -0800 i965/vec4: Propagate swizzles correctly during copy

Mesa (master): docs: Mark off GL_OES_shader_image_atomic as done.

2016-02-22 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 31a0affa280ef06261a2ed0135f72a7accc1bac6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31a0affa280ef06261a2ed0135f72a7accc1bac6 Author: Francisco Jerez Date: Mon Feb 22 15:48:17 2016 -0800 docs: Mark off GL_OES_shader_image_atomic as done

Mesa (master): glsl: Add usual extension boilerplate for OES_shader_image_atomic.

2016-02-22 Thread Francisco Jerez
Module: Mesa Branch: master Commit: be125af95ece0f24ca09fefeda6b5ab84478212b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=be125af95ece0f24ca09fefeda6b5ab84478212b Author: Francisco Jerez Date: Mon Feb 22 15:06:45 2016 -0800 glsl: Add usual extension boilerplate for

Mesa (master): i965/fs: Return result of image atomic in a register of the expected type.

2016-02-22 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 058ed980c6564428c257b4e0c09a41cff9cfe8c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=058ed980c6564428c257b4e0c09a41cff9cfe8c3 Author: Francisco Jerez Date: Mon Aug 17 01:52:19 2015 +0300 i965/fs: Return result of image atomic in a register of

Mesa (master): glsl: Implement the required built-in functions when OES_shader_image_atomic is enabled.

2016-02-22 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 81c16a2dabf9903ca85b8a27002a354e223fa7cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81c16a2dabf9903ca85b8a27002a354e223fa7cc Author: Francisco Jerez Date: Fri Aug 21 14:12:22 2015 +0300 glsl: Implement the required built-in functions when

Mesa (master): mesa: Add extension table entry for OES_shader_image_atomic.

2016-02-22 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 009bbecf6dff95c46dae4b74e2cd29c96ed4ff17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=009bbecf6dff95c46dae4b74e2cd29c96ed4ff17 Author: Francisco Jerez Date: Mon Feb 22 15:04:37 2016 -0800 mesa: Add extension table entry for

Mesa (master): i965: Reupload push and pull constants when we get new shader image unit state.

2016-02-13 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 9e30d66b7c9e7428ad15b6274694a7a1ceee68ae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e30d66b7c9e7428ad15b6274694a7a1ceee68ae Author: Francisco Jerez Date: Thu Feb 11 20:17:15 2016 -0800 i965: Reupload push and pull constants when we get new

Mesa (master): i965: Rename define for the PIPE_CONTROL DC flush bit.

2016-02-08 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 53739fddc65a4cb34a2da14b873e95a451916267 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53739fddc65a4cb34a2da14b873e95a451916267 Author: Francisco Jerez Date: Thu Jan 14 12:20:46 2016 -0800 i965: Rename define for the PIPE_CONTROL DC flush bit

Mesa (master): i965/fs: Don' t emit unnecessary SEL instruction from emit_image_atomic().

2016-02-08 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 1817e3c07a63c6404d6df323fbd443ccd9304b02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1817e3c07a63c6404d6df323fbd443ccd9304b02 Author: Francisco Jerez Date: Sat Feb 6 18:43:45 2016 -0800 i965/fs: Don't emit unnecessary SEL instruction

Mesa (master): i965: Invalidate state cache before L3 partitioning set-up.

2016-02-08 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 10d84ba9f084174a1e8e7639dfb05dd855ba86e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=10d84ba9f084174a1e8e7639dfb05dd855ba86e8 Author: Francisco Jerez Date: Thu Jan 14 12:17:01 2016 -0800 i965: Invalidate state cache before L3 partitioning set

Mesa (master): i965: Fix cache pollution race during L3 partitioning set-up.

2016-02-08 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 0aa4f99f562a05880a779707cbcd46be459863bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0aa4f99f562a05880a779707cbcd46be459863bf Author: Francisco Jerez Date: Thu Jan 14 11:22:46 2016 -0800 i965: Fix cache pollution race during L3 partitioning

Mesa (master): i965: Implement compute sampler state atom.

2016-01-19 Thread Francisco Jerez
Module: Mesa Branch: master Commit: f8ac314cc2353f439e6a917db4e3aeaf47e2093e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f8ac314cc2353f439e6a917db4e3aeaf47e2093e Author: Francisco Jerez Date: Sat Jan 16 15:11:03 2016 -0800 i965: Implement compute sampler state atom. Fixes a

Mesa (master): i965: Trigger CS state reemission when new sampler state is uploaded.

2016-01-19 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 9e4c8acd7814186673c4945c7045124ebbcd125f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e4c8acd7814186673c4945c7045124ebbcd125f Author: Francisco Jerez Date: Sat Jan 16 15:05:51 2016 -0800 i965: Trigger CS state reemission when new sampler state

Mesa (master): i965/gen4-5: Emit MI_FLUSH as required prior to switching pipelines.

2016-01-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 635be1402c485b154ab1bf23e5448827364e70a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=635be1402c485b154ab1bf23e5448827364e70a5 Author: Francisco Jerez Date: Sat Jan 2 19:05:48 2016 -0800 i965/gen4-5: Emit MI_FLUSH as required prior to

Mesa (master): i965/gen7: Emit stall and dummy primitive draw after switching to the 3D pipeline.

2016-01-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: c8df0e7bf35cbab649c8d0e0205746293e686ce3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8df0e7bf35cbab649c8d0e0205746293e686ce3 Author: Francisco Jerez Date: Sat Jan 2 19:06:48 2016 -0800 i965/gen7: Emit stall and dummy primitive draw after

Mesa (master): i965/gen6-7: Implement stall and flushes required prior to switching pipelines.

2016-01-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 18c76551ee425b981efefc61f663a7781df17882 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=18c76551ee425b981efefc61f663a7781df17882 Author: Francisco Jerez Date: Sat Jan 2 19:02:09 2016 -0800 i965/gen6-7: Implement stall and flushes required prior

Mesa (master): i965/gen8+: Invalidate color calc state when switching to the GPGPU pipeline.

2016-01-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 044acb9256046bebec890cac7e42043754459fc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=044acb9256046bebec890cac7e42043754459fc2 Author: Francisco Jerez Date: Sat Jan 2 18:35:28 2016 -0800 i965/gen8+: Invalidate color calc state when switching

Mesa (master): i965/gen7.5+: Disable resource streamer during GPGPU workloads.

2016-01-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 0556b87de4302195402ade43f400e859d9bfad0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0556b87de4302195402ade43f400e859d9bfad0e Author: Francisco Jerez Date: Sun Jan 3 10:06:52 2016 -0800 i965/gen7.5+: Disable resource streamer during GPGPU

Mesa (master): i965: Add state bit to trigger re-emission of color calculator state.

2016-01-14 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 22ac1f692228d8c44155bfa637c8e34356c7e0b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22ac1f692228d8c44155bfa637c8e34356c7e0b7 Author: Francisco Jerez Date: Wed Dec 23 18:44:59 2015 +0200 i965: Add state bit to trigger re-emission of color

Mesa (master): i965: Resolve color and flush for all active shader images in intel_update_state ().

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 595c8180714da1d97be445b9a66affa1dfea39f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=595c8180714da1d97be445b9a66affa1dfea39f6 Author: Francisco Jerez Date: Fri Sep 4 15:30:41 2015 +0300 i965: Resolve color and flush for all active shader

Mesa (master): i965: Document inconsistent units the URB size is represented in.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 3dc97a158662d59b5b9163b34f0245bcf86219f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dc97a158662d59b5b9163b34f0245bcf86219f4 Author: Francisco Jerez Date: Wed Nov 25 14:51:16 2015 +0200 i965: Document inconsistent units the URB size is

Mesa (master): i965/hsw: Enable L3 atomics.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: fa043698d2f6c2e4b6a4993dfeab8f0d00c33e77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa043698d2f6c2e4b6a4993dfeab8f0d00c33e77 Author: Francisco Jerez Date: Thu Sep 3 18:08:59 2015 +0300 i965/hsw: Enable L3 atomics. Improves performance of

Mesa (master): i965: Implement selection of the closest L3 configuration based on a vector of weights.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: fa1300f75e80f32a0fd40ed53cfdeaecc4c2f012 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa1300f75e80f32a0fd40ed53cfdeaecc4c2f012 Author: Francisco Jerez Date: Thu Sep 3 18:10:24 2015 +0300 i965: Implement selection of the closest L3

Mesa (master): i965: Hook up L3 partitioning state atom.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 228d5a3f75086e92aaa01619a55d6c8ac7841e0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=228d5a3f75086e92aaa01619a55d6c8ac7841e0e Author: Francisco Jerez Date: Tue Dec 8 18:53:57 2015 +0200 i965: Hook up L3 partitioning state atom. Reviewed-by

Mesa (master): i965: Implement L3 state atom.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: acc77947ca623472f9c7464553496314b57654ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acc77947ca623472f9c7464553496314b57654ac Author: Francisco Jerez Date: Tue Dec 8 18:53:22 2015 +0200 i965: Implement L3 state atom. The L3 state atom

Mesa (master): i965: Add debug flag to print out the new L3 state during transitions.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 09d9638dd04ae7d34d331cb7af0bc5888f48806f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09d9638dd04ae7d34d331cb7af0bc5888f48806f Author: Francisco Jerez Date: Sat Sep 5 15:05:48 2015 +0300 i965: Add debug flag to print out the new L3 state

Mesa (master): i965: Define symbolic constants for some useful L3 cache control registers.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: 5912da45a69923afa1b7f2eb5bb371d848813c41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5912da45a69923afa1b7f2eb5bb371d848813c41 Author: Francisco Jerez Date: Thu Sep 3 17:02:48 2015 +0300 i965: Define symbolic constants for some useful L3 cache

Mesa (master): i965: Import tables enumerating the set of validated L3 configurations.

2015-12-09 Thread Francisco Jerez
Module: Mesa Branch: master Commit: b22bebe9669750aac8db5057d10026cf21309339 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b22bebe9669750aac8db5057d10026cf21309339 Author: Francisco Jerez Date: Tue Dec 8 18:52:56 2015 +0200 i965: Import tables enumerating the set of validated L3

<    1   2   3   4   5   6   7   >