Mesa (master): vc4: Handle unaligned accesses in CL emits.

2014-12-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: cb5a37249c23084f057ece366bff0a0cf5e66297 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb5a37249c23084f057ece366bff0a0cf5e66297 Author: Eric Anholt Date: Thu Dec 25 12:22:02 2014 -1000 vc4: Handle unaligned accesses in CL emits. As of

Mesa (master): vc4: Don' t bother zero-initializing the shader reloc indices.

2014-12-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: db6e054eb03421c401f5cff592c25c810e11d1f3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db6e054eb03421c401f5cff592c25c810e11d1f3 Author: Eric Anholt Date: Thu Dec 25 12:14:54 2014 -1000 vc4: Don't bother zero-initializing the shader reloc in

Mesa (master): vc4: Fix the argument type for cl_u16().

2014-12-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0b607b54cea5fd8378af36e27ba2ff5ffd60dfb8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0b607b54cea5fd8378af36e27ba2ff5ffd60dfb8 Author: Eric Anholt Date: Thu Dec 25 09:35:46 2014 -1000 vc4: Fix the argument type for cl_u16(). It doesn't m

Mesa (master): vc4: Optimize CL emits by doing size checks up front.

2014-12-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 229bf4475ff0a5dbeb9bc95250f7a40a983c2e28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=229bf4475ff0a5dbeb9bc95250f7a40a983c2e28 Author: Eric Anholt Date: Mon Dec 22 10:09:10 2014 -0800 vc4: Optimize CL emits by doing size checks up front. The

Mesa (master): vc4: Avoid repeated hindex lookups in the loop over tiles.

2014-12-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 20e3a2430e0435b8ee4861553e5acd13c58cf90f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=20e3a2430e0435b8ee4861553e5acd13c58cf90f Author: Eric Anholt Date: Sun Dec 21 13:10:25 2014 -0800 vc4: Avoid repeated hindex lookups in the loop over tiles

Mesa (master): vc4: Redefine VPM writes as a (destination) QIR register file.

2014-12-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: a871eff16cc18232ee03b372d75cb6f633213e14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a871eff16cc18232ee03b372d75cb6f633213e14 Author: Eric Anholt Date: Wed Dec 17 20:23:57 2014 -0800 vc4: Redefine VPM writes as a (destination) QIR register

Mesa (master): vc4: Coalesce MOVs into VPM with the instructions generating the values.

2014-12-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: e06b0778f59980429fececb1aa0de0f0a3f23427 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e06b0778f59980429fececb1aa0de0f0a3f23427 Author: Eric Anholt Date: Wed Dec 17 20:35:17 2014 -0800 vc4: Coalesce MOVs into VPM with the instructions generating

Mesa (master): vc4: Fix missing newline for load immediate instruction disasm.

2014-12-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8d22e8907fde509ad33c5699cd14cd1bebc3601d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8d22e8907fde509ad33c5699cd14cd1bebc3601d Author: Eric Anholt Date: Wed Dec 10 16:20:36 2014 -0800 vc4: Fix missing newline for load immediate instruction

Mesa (master): vc4: Move follow_movs() to common QIR code.

2014-12-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: ff266483fb61fd69775daf5c931ca7a56a26f4ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff266483fb61fd69775daf5c931ca7a56a26f4ac Author: Eric Anholt Date: Wed Dec 10 15:37:07 2014 -0800 vc4: Move follow_movs() to common QIR code. I want this

Mesa (master): vc4: Add support for turning constant uniforms into small immediates.

2014-12-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: e473fbe4690b5cbe3769042a4917f22559e2ba8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e473fbe4690b5cbe3769042a4917f22559e2ba8d Author: Eric Anholt Date: Wed Dec 10 14:56:46 2014 -0800 vc4: Add support for turning constant uniforms into small

Mesa (master): vc4: Add dmabuf support.

2014-12-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 39bc9360116e1c944c1d0d04f67a6ec5f010371f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39bc9360116e1c944c1d0d04f67a6ec5f010371f Author: Eric Anholt Date: Tue Oct 14 11:21:04 2014 +0100 vc4: Add dmabuf support. This gets DRI3 working on

Mesa (master): vc4: Drop a weird argument in the BOs-from-handles API.

2014-12-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 113044e1b9d8f70a26f826f7c03adcbbc8ecb138 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=113044e1b9d8f70a26f826f7c03adcbbc8ecb138 Author: Eric Anholt Date: Tue Dec 16 16:11:27 2014 -0800 vc4: Drop a weird argument in the BOs-from-handles API

Mesa (master): vc4: Add a userspace BO cache.

2014-12-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 06890c444a893a96b6ec1cfb36f77915ec9acda8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06890c444a893a96b6ec1cfb36f77915ec9acda8 Author: Eric Anholt Date: Sat Dec 13 15:27:39 2014 -0800 vc4: Add a userspace BO cache. Since our kernel BOs require

Mesa (master): vc4: Add a helper for changing a field in an instruction.

2014-12-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: f96bd9673edd79e4304d8e60a4cb4a0119b12a28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f96bd9673edd79e4304d8e60a4cb4a0119b12a28 Author: Eric Anholt Date: Tue Dec 16 11:22:53 2014 -0800 vc4: Add a helper for changing a field in an instruction

Mesa (master): vc4: Add support for turning add-based MOVs to muls for pairing.

2014-12-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1f0e1060503e9e700c22a07fa050c47ef5257a40 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f0e1060503e9e700c22a07fa050c47ef5257a40 Author: Eric Anholt Date: Tue Dec 16 11:58:58 2014 -0800 vc4: Add support for turning add-based MOVs to muls for

Mesa (master): vc4: Fix the name of qpu_waddr_ignores_ws().

2014-12-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8e18adea61d023ab0a04207fc1ff1e2e25b6ab99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e18adea61d023ab0a04207fc1ff1e2e25b6ab99 Author: Eric Anholt Date: Tue Dec 16 11:29:15 2014 -0800 vc4: Fix the name of qpu_waddr_ignores_ws(). We're dec

Mesa (master): vc4: Add support for enabling early Z discards.

2014-12-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3f6b008168d2edcb673fefba53031d4bfaa0982e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f6b008168d2edcb673fefba53031d4bfaa0982e Author: Eric Anholt Date: Mon Dec 15 15:11:07 2014 -0800 vc4: Add support for enabling early Z discards. This is the

Mesa (master): vc4: Add support for 32-bit signed norm/ scaled vertex attrs.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1b486b52aca79d388bd453b6966a6ecf9e80bc0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b486b52aca79d388bd453b6966a6ecf9e80bc0b Author: Eric Anholt Date: Mon Dec 15 12:37:42 2014 -0800 vc4: Add support for 32-bit signed norm/scaled vertex attrs

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

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: ade7704685df3054c04203232334e1475d87ac46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ade7704685df3054c04203232334e1475d87ac46 Author: Eric Anholt Date: Mon Dec 15 09:24:16 2014 -0800 vc4: Add support for UMAD. --- src/gallium/drivers/vc4

Mesa (master): vc4: 0-initialize the screen again.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 440075fb50d413c9f8112fd4ae562671061ad720 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=440075fb50d413c9f8112fd4ae562671061ad720 Author: Eric Anholt Date: Mon Dec 15 09:08:09 2014 -0800 vc4: 0-initialize the screen again. I typoed this when

Mesa (master): vc4: Add support for 8-bit unnormalized vertex attrs.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2142fd1f6f36ef9a384ef298fec02111dc826308 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2142fd1f6f36ef9a384ef298fec02111dc826308 Author: Eric Anholt Date: Mon Dec 15 11:19:58 2014 -0800 vc4: Add support for 8-bit unnormalized vertex attrs

Mesa (master): vc4: Fix use of r3 as a temp in 8-bit unpacking.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1fa1ee56a042a4a50bebf91cea476b7fea491649 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fa1ee56a042a4a50bebf91cea476b7fea491649 Author: Eric Anholt Date: Mon Dec 15 11:10:14 2014 -0800 vc4: Fix use of r3 as a temp in 8-bit unpacking. We&#x

Mesa (master): vc4: Add support for 16-bit signed/unsigned norm/ scaled vertex attrs.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 48a2154520351a22fc860efcdaa4329a51d29c8d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48a2154520351a22fc860efcdaa4329a51d29c8d Author: Eric Anholt Date: Mon Dec 15 12:30:26 2014 -0800 vc4: Add support for 16-bit signed/unsigned norm/scaled

Mesa (master): vc4: Rename the 16-bit unpack #define.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9ca32d6c19489653222ff1084856fa5584932b66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9ca32d6c19489653222ff1084856fa5584932b66 Author: Eric Anholt Date: Mon Dec 15 12:26:29 2014 -0800 vc4: Rename the 16-bit unpack #define. It's only a

Mesa (master): vc4: Refactor vertex attribute conversions a bit.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 214a169b3268bed63785d3e5953b24022f1beccb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=214a169b3268bed63785d3e5953b24022f1beccb Author: Eric Anholt Date: Mon Dec 15 11:25:23 2014 -0800 vc4: Refactor vertex attribute conversions a bit. There was

Mesa (master): vc4: Rename UNPACK_8* to UNPACK_8*_F.

2014-12-15 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8e678de761e755564ade2794dbf68280a4972b66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e678de761e755564ade2794dbf68280a4972b66 Author: Eric Anholt Date: Mon Dec 15 10:45:58 2014 -0800 vc4: Rename UNPACK_8* to UNPACK_8*_F. There is an

Mesa (master): vc4: Fix leak of simulator memory on screen cleanup.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: c84306fdc2f2f1aefd7c526e92d66fafda5b306c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c84306fdc2f2f1aefd7c526e92d66fafda5b306c Author: Eric Anholt Date: Sat Dec 13 16:40:54 2014 -0800 vc4: Fix leak of simulator memory on screen cleanup

Mesa (master): vc4: Fix a leak of the simulator's exec BO's actual vc4_bo.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: f519c3bff14dfc4555c511a4d3709affa056d688 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f519c3bff14dfc4555c511a4d3709affa056d688 Author: Eric Anholt Date: Sat Dec 13 16:37:28 2014 -0800 vc4: Fix a leak of the simulator's exec BO's act

Mesa (master): vc4: Switch to using the util/ hash table.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5c9b8eace2b7e92899aae2cad131c0ca05b389e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c9b8eace2b7e92899aae2cad131c0ca05b389e7 Author: Eric Anholt Date: Sun Dec 14 19:48:51 2014 -0800 vc4: Switch to using the util/ hash table. No performance

Mesa (master): vc4: Fix leaks of the compiled shaders' keys.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: e108442bb10088607f2a67b648c42c0dece2e595 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e108442bb10088607f2a67b648c42c0dece2e595 Author: Eric Anholt Date: Sun Dec 14 20:50:15 2014 -0800 vc4: Fix leaks of the compiled shaders' keys. ---

Mesa (master): hash_table: Fix compiler warnings from the renaming.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6c3115af852834476a451688734c07f0dbe13ec9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c3115af852834476a451688734c07f0dbe13ec9 Author: Eric Anholt Date: Sun Dec 14 20:21:32 2014 -0800 hash_table: Fix compiler warnings from the renaming. Not

Mesa (master): vc4: Fix leak of the compiled shader programs in the cache.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 80ed075e6033eba68b034fbd748da4e0b82a27f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80ed075e6033eba68b034fbd748da4e0b82a27f4 Author: Eric Anholt Date: Sun Dec 14 20:29:10 2014 -0800 vc4: Fix leak of the compiled shader programs in the cache

Mesa (master): vc4: Fix leak of a copy of the scheduled QPU instructions.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4da9e3d80556253a05179c398ffb1c3120fa3089 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4da9e3d80556253a05179c398ffb1c3120fa3089 Author: Eric Anholt Date: Sun Dec 14 20:28:13 2014 -0800 vc4: Fix leak of a copy of the scheduled QPU instructions

Mesa (master): vc4: Fix leaks of the CL contents.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 667719fcb2296d73e1897d4071da6dd30b2cc6ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=667719fcb2296d73e1897d4071da6dd30b2cc6ac Author: Eric Anholt Date: Sun Dec 14 20:41:25 2014 -0800 vc4: Fix leaks of the CL contents. --- src/gallium

Mesa (master): vc4: Fix leak of vc4_bos stashed in the context.

2014-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1f1ca8b2ea80f6b538b7f7c0de2ebe8eba862edc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f1ca8b2ea80f6b538b7f7c0de2ebe8eba862edc Author: Eric Anholt Date: Sun Dec 14 20:39:49 2014 -0800 vc4: Fix leak of vc4_bos stashed in the context. --- src

Mesa (master): util/hash_table: Rework the API to know about hashing

2014-12-14 Thread Eric Anholt
to call the old entrypoint "pre_hashed" rather than "with_hash", like cworth's equivalent change upstream (change by anholt, acked-in-general by Jason). Signed-off-by: Jason Ekstrand Signed-off-by: Eric Anholt Reviewed-by: Eric Anholt --- src/gallium/drivers/vc

Mesa (master): vc4: Fix referencing of sync objects.

2014-12-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: e5eaf8ec600b73de7f52555ce1c9a74883dba941 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5eaf8ec600b73de7f52555ce1c9a74883dba941 Author: Eric Anholt Date: Fri Dec 12 00:06:21 2014 -0800 vc4: Fix referencing of sync objects. While the

Mesa (master): vc4: Consider FS backface color loads as color inputs as well.

2014-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 92b85fba89851b85e7a50b1f6f90c05ecaacdcd5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=92b85fba89851b85e7a50b1f6f90c05ecaacdcd5 Author: Eric Anholt Date: Thu Dec 11 21:28:12 2014 -0800 vc4: Consider FS backface color loads as color inputs as

Mesa (master): vc4: Fix a memory leak in setting up QPU instructions for scheduling.

2014-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 87db578268012ffc7ca09b737441490144340c6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87db578268012ffc7ca09b737441490144340c6e Author: Eric Anholt Date: Thu Dec 11 19:56:42 2014 -0800 vc4: Fix a memory leak in setting up QPU instructions for

Mesa (master): vc4: Don' t throw out the index offset in the shadow index buffer path.

2014-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: d78eb5752838979057a8a1210d6951c084904c0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d78eb5752838979057a8a1210d6951c084904c0f Author: Eric Anholt Date: Thu Dec 11 20:34:06 2014 -0800 vc4: Don't throw out the index offset in the shadow

Mesa (master): vc4: Fix triangle-guardband-viewport piglit test.

2014-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0ae5e002e090c5e1bd237fa3f23549f9ab105a44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ae5e002e090c5e1bd237fa3f23549f9ab105a44 Author: Eric Anholt Date: Thu Dec 11 20:11:21 2014 -0800 vc4: Fix triangle-guardband-viewport piglit test. The

Mesa (master): vc4: Drop redundant index size setting.

2014-12-11 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5b3c0d999c38ef51ece422010cdb836fbbaffe0e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b3c0d999c38ef51ece422010cdb836fbbaffe0e Author: Eric Anholt Date: Thu Dec 11 20:34:57 2014 -0800 vc4: Drop redundant index size setting. This is already

Mesa (master): vc4: Do QPU scheduling across uniform loads.

2014-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8812dc503eb48bac5b9c9b5740f76025c046f90d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8812dc503eb48bac5b9c9b5740f76025c046f90d Author: Eric Anholt Date: Tue Dec 9 18:54:29 2014 -0800 vc4: Do QPU scheduling across uniform loads. This means

Mesa (master): vc4: Mark VPM read setup as impacting VPM reads, not writes.

2014-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: f431b4f110946a0f6e3822f870fbcd3d23c8317a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f431b4f110946a0f6e3822f870fbcd3d23c8317a Author: Eric Anholt Date: Tue Dec 9 14:20:54 2014 -0800 vc4: Mark VPM read setup as impacting VPM reads, not writes

Mesa (master): vc4: Refuse to merge instructions involving 32-bit immediate loads.

2014-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: cff8c96a0d418f41e00aa97a13dc55e3ed213eb7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cff8c96a0d418f41e00aa97a13dc55e3ed213eb7 Author: Eric Anholt Date: Tue Dec 9 16:34:37 2014 -0800 vc4: Refuse to merge instructions involving 32-bit immediate

Mesa (master): vc4: Skip raddr dependencies for 32-bit immediate loads.

2014-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 45a89237711acff7ee31c854361f8f580ccdcc9f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45a89237711acff7ee31c854361f8f580ccdcc9f Author: Eric Anholt Date: Tue Dec 9 14:23:39 2014 -0800 vc4: Skip raddr dependencies for 32-bit immediate loads

Mesa (master): vc4: Populate the delay field better, and schedule high delay first.

2014-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: c5b544403fbc955dd441fb5a2e11f0de2a75e9e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5b544403fbc955dd441fb5a2e11f0de2a75e9e4 Author: Eric Anholt Date: Tue Dec 9 14:05:52 2014 -0800 vc4: Populate the delay field better, and schedule high

Mesa (master): vc4: Prioritize allocating accumulators to short-lived values.

2014-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: ab1b1fa6fbd72b05c48f83c9df5036c2bfe893a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab1b1fa6fbd72b05c48f83c9df5036c2bfe893a3 Author: Eric Anholt Date: Mon Dec 8 17:43:29 2014 -0800 vc4: Prioritize allocating accumulators to short-lived

Mesa (master): vc4: Reserve rb31 instead of r3 for raddr conflict spills.

2014-12-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8420a956924c720b3c4932a577623f836758c21c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8420a956924c720b3c4932a577623f836758c21c Author: Eric Anholt Date: Mon Dec 8 16:52:53 2014 -0800 vc4: Reserve rb31 instead of r3 for raddr conflict spills

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

2014-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5045d8ca421168a8ba2eb861298fc67be4f1eb03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5045d8ca421168a8ba2eb861298fc67be4f1eb03 Author: Eric Anholt Date: Mon Dec 8 11:57:15 2014 -0800 vc4: Add support for TGSI_OPCODE_UCMP. This is being

Mesa (master): vc4: Drop dependency on r3 for color packing.

2014-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 24c5ab7bbbd2a4e9207c6cba66945f72ca5c7a3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=24c5ab7bbbd2a4e9207c6cba66945f72ca5c7a3e Author: Eric Anholt Date: Sun Sep 7 14:38:24 2014 -0700 vc4: Drop dependency on r3 for color packing. We can avoid

Mesa (master): vc4: Interleave register allocation from regfile A and B.

2014-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 70dd3df344ddeb4b6d0f2e990dd1afaf4e46e39f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70dd3df344ddeb4b6d0f2e990dd1afaf4e46e39f Author: Eric Anholt Date: Fri Dec 5 17:08:28 2014 -0800 vc4: Interleave register allocation from regfile A and B

Mesa (master): vc4: Add support for GL 1.0 logic ops.

2014-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: dfbf58c439870d46abcc8868b8ca145318aee125 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfbf58c439870d46abcc8868b8ca145318aee125 Author: Eric Anholt Date: Mon Dec 8 12:40:58 2014 -0800 vc4: Add support for GL 1.0 logic ops. --- src/gallium

Mesa (master): vc4: Fix decision for whether the MIN operation writes to the B regfile.

2014-12-08 Thread Eric Anholt
Module: Mesa Branch: master Commit: 46741c1b872e47a76c152b0c36064f465da6e001 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46741c1b872e47a76c152b0c36064f465da6e001 Author: Eric Anholt Date: Mon Dec 8 11:27:50 2014 -0800 vc4: Fix decision for whether the MIN operation writes to

Mesa (master): vc4: Try swapping the regfile A to B to pair instructions.

2014-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: befdff81423a1b6a05969dfde59bfa9c521c4621 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=befdff81423a1b6a05969dfde59bfa9c521c4621 Author: Eric Anholt Date: Fri Dec 5 13:23:17 2014 -0800 vc4: Try swapping the regfile A to B to pair instructions

Mesa (master): vc4: Allow pairing of some instructions that disagree about the WS bit.

2014-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7d8b79f398f18ed7bb48a74b1b82950e2f08abad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d8b79f398f18ed7bb48a74b1b82950e2f08abad Author: Eric Anholt Date: Fri Dec 5 12:34:30 2014 -0800 vc4: Allow pairing of some instructions that disagree about

Mesa (master): vc4: Add separate write-after-read dependency tracking for pairing.

2014-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6f32deb538b1b62ff6d5d1212105bbe8d6adce72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f32deb538b1b62ff6d5d1212105bbe8d6adce72 Author: Eric Anholt Date: Tue Dec 2 15:42:58 2014 -0800 vc4: Add separate write-after-read dependency tracking for

Mesa (master): vc4: Refuse to merge two ops that both access shared functions.

2014-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: bd4057a5d74fd1801c55ee98346af9c1095d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd4057a5d74fd1801c55ee98346af9c1095d Author: Eric Anholt Date: Tue Dec 2 16:23:40 2014 -0800 vc4: Refuse to merge two ops that both access shared

Mesa (master): vc4: Add a debug flag for waiting for sync on submit.

2014-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 34cf86bdc48e1b350437fe831fedd4632f4e06c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34cf86bdc48e1b350437fe831fedd4632f4e06c2 Author: Eric Anholt Date: Tue Dec 2 13:18:56 2014 -0800 vc4: Add a debug flag for waiting for sync on submit. This

Mesa (master): vc4: Fix inverted priority of instructions for QPU scheduling.

2014-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 042962df2d058c4dd4e45b7deaa3b4519141758e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=042962df2d058c4dd4e45b7deaa3b4519141758e Author: Eric Anholt Date: Tue Dec 2 16:31:29 2014 -0800 vc4: Fix inverted priority of instructions for QPU

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

2014-12-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: dadc32ac8072cf78b405d1b54414e1f020b0de41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dadc32ac8072cf78b405d1b54414e1f020b0de41 Author: Eric Anholt Date: Tue Dec 2 12:58:27 2014 -0800 vc4: Allow dead code elimination of color reads. This might

Mesa (master): vc4: Pair up QPU instructions when scheduling.

2014-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 29c7cf2b2ba850cf467167548d53383e1338fd5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29c7cf2b2ba850cf467167548d53383e1338fd5c Author: Eric Anholt Date: Mon Dec 1 11:48:20 2014 -0800 vc4: Pair up QPU instructions when scheduling. We'v

Mesa (master): vc4: Add another check for invalid TLB scoreboard handling.

2014-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2d5784c8254b4a0e3e04dd0f1e46ab1eb85612dd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2d5784c8254b4a0e3e04dd0f1e46ab1eb85612dd Author: Eric Anholt Date: Wed Nov 26 17:01:59 2014 -0800 vc4: Add another check for invalid TLB scoreboard handling

Mesa (master): vc4: Introduce scheduling of QPU instructions.

2014-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3fe4d8e1e39b47c9c5c4bfdd87300abd0c336a7e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3fe4d8e1e39b47c9c5c4bfdd87300abd0c336a7e Author: Eric Anholt Date: Wed Nov 26 12:44:19 2014 -0800 vc4: Introduce scheduling of QPU instructions. This doesn&#

Mesa (master): vc4: Drop the explicit scoreboard wait.

2014-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6958c404caf3f4b2219ef686e2beeeaf48664905 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6958c404caf3f4b2219ef686e2beeeaf48664905 Author: Eric Anholt Date: Wed Nov 26 12:51:27 2014 -0800 vc4: Drop the explicit scoreboard wait. This is actually

Mesa (master): vc4: Also deal with VPM reads at thread end.

2014-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 334036fb640741e51ecc54b823866710e99c853d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=334036fb640741e51ecc54b823866710e99c853d Author: Eric Anholt Date: Sun Nov 30 15:13:40 2014 -0800 vc4: Also deal with VPM reads at thread end. Prevents a

Mesa (master): vc4: Fix assertion about SFU versus texturing.

2014-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: a7b1a93137f4441822760f1cfe261065474163ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7b1a93137f4441822760f1cfe261065474163ab Author: Eric Anholt Date: Sun Nov 30 13:25:16 2014 -0800 vc4: Fix assertion about SFU versus texturing. We&#x

Mesa (master): nouveau: Fix build after STR/BRA opcode dropping.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 93d30ff5d628770fcff5a931401fe76fbd8242df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=93d30ff5d628770fcff5a931401fe76fbd8242df Author: Eric Anholt Date: Mon Nov 24 15:22:25 2014 -0800 nouveau: Fix build after STR/BRA opcode dropping. I missed

Mesa (master): gallium: Drop unused BRA opcode.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 00f7002c5c45887b204a3f14b8e3b32472cc39bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00f7002c5c45887b204a3f14b8e3b32472cc39bb Author: Eric Anholt Date: Wed Nov 12 14:51:22 2014 -0800 gallium: Drop unused BRA opcode. Never generated, and

Mesa (master): gallium: Drop the unused RFL opcode.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: dc00b382b58bb3eb94ca393d32bd7eb3bb07d021 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc00b382b58bb3eb94ca393d32bd7eb3bb07d021 Author: Eric Anholt Date: Wed Nov 12 14:32:13 2014 -0800 gallium: Drop the unused RFL opcode. Reviewed-by: Jose

Mesa (master): gallium: Drop the unused RCC opcode.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: de2f8d75db3dad3089c96b65223e47ad3986a25c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de2f8d75db3dad3089c96b65223e47ad3986a25c Author: Eric Anholt Date: Wed Nov 12 13:27:49 2014 -0800 gallium: Drop the unused RCC opcode. Nothing in the tree

Mesa (master): nine: Drop use of TGSI_OPCODE_CND.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 925cb75f894c312478e3e2f4124d2913c4d969ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=925cb75f894c312478e3e2f4124d2913c4d969ab Author: Jose Fonseca Date: Thu Nov 20 14:25:30 2014 -0800 nine: Drop use of TGSI_OPCODE_CND. This was the only state

Mesa (master): gallium: Drop the unused SFL/STR opcodes.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: ecfe9e2ad2b5f178ef09420f8d95d49937137cd9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ecfe9e2ad2b5f178ef09420f8d95d49937137cd9 Author: Eric Anholt Date: Wed Nov 12 14:36:19 2014 -0800 gallium: Drop the unused SFL/STR opcodes. Nothing generated

Mesa (master): nine: Don' t use the otherwise-dead SFL opcode in an unreachable path.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7c0acd8535b36077b832e78f1f3a53176e453d74 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c0acd8535b36077b832e78f1f3a53176e453d74 Author: Eric Anholt Date: Thu Nov 20 14:17:07 2014 -0800 nine: Don't use the otherwise-dead SFL opcode

Mesa (master): gallium: Drop the unused ARA opcode.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: ff886c49555c2033dd5fda50459cafaf16540f86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff886c49555c2033dd5fda50459cafaf16540f86 Author: Eric Anholt Date: Thu Nov 13 10:08:02 2014 -0800 gallium: Drop the unused ARA opcode. Nothing in the tree

Mesa (master): gallium: Drop the unused CND opcode.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 365a4a3f9a80d1b7a6d030d2921578dfc5c899c6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=365a4a3f9a80d1b7a6d030d2921578dfc5c899c6 Author: Eric Anholt Date: Wed Nov 12 14:23:59 2014 -0800 gallium: Drop the unused CND opcode. Nothing in the tree

Mesa (master): ilo: Drop the explicit intialization of gaps in TGSI opcodes.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7361d5ba63dda35683569e76caa33f886304958f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7361d5ba63dda35683569e76caa33f886304958f Author: Eric Anholt Date: Wed Nov 12 13:40:50 2014 -0800 ilo: Drop the explicit intialization of gaps in TGSI opcodes

Mesa (master): mesa: Drop unused SFL/STR opcodes.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 868f95f1da74cf6dd7468cba1b56664aad585ccb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=868f95f1da74cf6dd7468cba1b56664aad585ccb Author: Eric Anholt Date: Wed Nov 12 16:35:05 2014 -0800 mesa: Drop unused SFL/STR opcodes. They're pa

Mesa (master): mesa: Drop unused NV_fragment_program opcodes.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: a3688d686f147f4252d19b298ae26d4ac72c2e08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3688d686f147f4252d19b298ae26d4ac72c2e08 Author: Eric Anholt Date: Wed Nov 12 16:39:49 2014 -0800 mesa: Drop unused NV_fragment_program opcodes. The

Mesa (master): r300: Drop the "/* gap */" notes.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 386c3fcb14354b131cd51b902d3aac7c15169658 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=386c3fcb14354b131cd51b902d3aac7c15169658 Author: Eric Anholt Date: Wed Nov 12 13:28:07 2014 -0800 r300: Drop the "/* gap */" notes. This switch s

Mesa (master): nine: Don't reference the dead TGSI_OPCODE_NRM.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 56fd7c63617ae9ec0f795c9685a89f54073cb0ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56fd7c63617ae9ec0f795c9685a89f54073cb0ea Author: Jose Fonseca Date: Thu Nov 20 14:21:04 2014 -0800 nine: Don't reference the dead TGSI_OPCODE_NRM. The transla

Mesa (master): gallium: Drop unused X2D opcode.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8c822b1e912de9af6bb16a052bf9f188c2f4a33f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c822b1e912de9af6bb16a052bf9f188c2f4a33f Author: Eric Anholt Date: Wed Nov 12 14:30:03 2014 -0800 gallium: Drop unused X2D opcode. Nothing in the tree

Mesa (master): gallium: Drop the NRM and NRM4 opcodes.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: d4864cdf15ccd30f0e82d07fd0e9db8a0c115cda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4864cdf15ccd30f0e82d07fd0e9db8a0c115cda Author: Eric Anholt Date: Wed Nov 12 13:13:59 2014 -0800 gallium: Drop the NRM and NRM4 opcodes. They weren&#

Mesa (master): r600: Drop the "/* gap */" notes.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2f01cc8417243884ac4767b0e53a5df20db2dc96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f01cc8417243884ac4767b0e53a5df20db2dc96 Author: Eric Anholt Date: Wed Nov 12 13:24:59 2014 -0800 r600: Drop the "/* gap */" notes. These are obv

Mesa (master): vc4: Don't forget to actually connect the fence code.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6f4adb7483c86eabfb1b89f19f6b48b4413a79d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f4adb7483c86eabfb1b89f19f6b48b4413a79d1 Author: Eric Anholt Date: Thu Nov 20 19:43:07 2014 -0800 vc4: Don't forget to actually connect the fence cod

Mesa (master): vc4: Fix some inconsistent indentation.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 52a7cb2ec465497bf6a4e20558340b45fbe7d7c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52a7cb2ec465497bf6a4e20558340b45fbe7d7c3 Author: Eric Anholt Date: Thu Nov 20 19:44:15 2014 -0800 vc4: Fix some inconsistent indentation. --- src/gallium

Mesa (master): vc4: Add a note about a piece of errata I've learned about.

2014-11-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: fa74ec7e98edb185806967fb17dd2d885727aa95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa74ec7e98edb185806967fb17dd2d885727aa95 Author: Eric Anholt Date: Thu Nov 20 19:41:26 2014 -0800 vc4: Add a note about a piece of errata I've learned

Mesa (master): vc4: Update for new kernel ABI with async execution and waits.

2014-11-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 21577571b37e68edc0422fbf80932588a4614abc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21577571b37e68edc0422fbf80932588a4614abc Author: Eric Anholt Date: Wed Nov 19 17:39:04 2014 -0800 vc4: Update for new kernel ABI with async execution and

Mesa (master): vc4: Mark a big array as const.

2014-11-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 05f165b62d1adce60b18783407c80b9fa2efa533 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05f165b62d1adce60b18783407c80b9fa2efa533 Author: Eric Anholt Date: Wed Oct 29 15:15:29 2014 -0700 vc4: Mark a big array as const. Drops 1kb of code from this

Mesa (master): vc4: Emit semaphore instructions for new kernel ABI.

2014-11-18 Thread Eric Anholt
Module: Mesa Branch: master Commit: 82e919d33bbe508b3e1ba883a01ef2512dbc8f72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82e919d33bbe508b3e1ba883a01ef2512dbc8f72 Author: Eric Anholt Date: Tue Nov 18 12:16:55 2014 -0800 vc4: Emit semaphore instructions for new kernel ABI

Mesa (master): vc4: Avoid reusing a pointer from c->outputs[] after add_output().

2014-11-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: b3d269f5ae1844b542d8e875d7177c5eff3a29f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b3d269f5ae1844b542d8e875d7177c5eff3a29f2 Author: Eric Anholt Date: Wed Nov 12 14:14:32 2014 -0800 vc4: Avoid reusing a pointer from c->outputs[] af

Mesa (master): vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS.

2014-11-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: acc1cca7ae35e9e7fb55b4c05fd80564253e1634 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=acc1cca7ae35e9e7fb55b4c05fd80564253e1634 Author: Eric Anholt Date: Fri Nov 7 14:26:32 2014 -0800 vc4: Fix assumption of TGSI OUT[0] being POSITION in the VS

Mesa (master): vc4: Add support for ARL and indirect register access on TGSI_FILE_CONSTANT.

2014-10-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: f87c7008958cdb095efa1cfb29ca8f3c9b9066e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f87c7008958cdb095efa1cfb29ca8f3c9b9066e4 Author: Eric Anholt Date: Wed Oct 1 18:27:24 2014 -0700 vc4: Add support for ARL and indirect register access on

Mesa (master): vc4: Fix mixup of return type in reloc_tex().

2014-10-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5539a5b68518914af7e1b97b6a7f57961cdf21f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5539a5b68518914af7e1b97b6a7f57961cdf21f2 Author: Eric Anholt Date: Tue Oct 28 16:24:28 2014 -0700 vc4: Fix mixup of return type in reloc_tex(). --- src

Mesa (master): vc4: Drop redundant check for is_tmu_write().

2014-10-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 926ab7dfa54b7f15709455ff4d75746d339ab5a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=926ab7dfa54b7f15709455ff4d75746d339ab5a3 Author: Eric Anholt Date: Sat Oct 25 12:12:16 2014 +0100 vc4: Drop redundant check for is_tmu_write(). This function

Mesa (master): vc4: Fix a couple missing '\n's in error output.

2014-10-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6576dc1e9264865c59b569ecb13f2fe439620f6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6576dc1e9264865c59b569ecb13f2fe439620f6c Author: Eric Anholt Date: Fri Oct 24 20:42:51 2014 +0100 vc4: Fix a couple missing '\n's in error output.

Mesa (master): vc4: Add .dir-locals.el for kernel style in the kernel code.

2014-10-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: fc1eb614a70a777be0f4f8ada194bab53105999b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc1eb614a70a777be0f4f8ada194bab53105999b Author: Eric Anholt Date: Fri Oct 24 20:49:27 2014 +0100 vc4: Add .dir-locals.el for kernel style in the kernel code

Mesa (master): vc4: Don't forget to validate code that' s got PROG_END on it.

2014-10-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8911879dec564ab2ef343d58e6de4fd558e35c3d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8911879dec564ab2ef343d58e6de4fd558e35c3d Author: Eric Anholt Date: Fri Oct 24 20:50:20 2014 +0100 vc4: Don't forget to validate code that's got PROG

Mesa (master): vc4: correctly include the source files

2014-10-24 Thread Eric Anholt
are built into a separate static library and all the functions that require it are already wrapped in ifdef USE_VC4_SIMULATOR. Don't forget the header file :) Signed-off-by: Emil Velikov Reviewed-by: Eric Anholt --- src/gallium/drivers/vc4/Makefile.sources|3 --- src/gallium/dr

Mesa (master): vc4: Apply a Newton-Raphson step to improve RSQ

2014-10-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 15eb4c59f6504473989e6a064fda11d6c009ed8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15eb4c59f6504473989e6a064fda11d6c009ed8f Author: Eric Anholt Date: Fri Oct 17 15:28:02 2014 +0100 vc4: Apply a Newton-Raphson step to improve RSQ Fixes all

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