Mesa (master): nir: Add lowering for find_lsb.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6a0db5f08ffac7d43a5b937982262f357a21f95b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a0db5f08ffac7d43a5b937982262f357a21f95b Author: Eric Anholt Date: Fri May 4 14:02:55 2018 -0700 nir: Add lowering for find_lsb. There is a fairly simple

Mesa (master): nir: Add lowering for bitfieldInsert without using bfi.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 74618ccbcab6d785152c2840525d5bef08ed0696 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74618ccbcab6d785152c2840525d5bef08ed0696 Author: Eric Anholt Date: Wed May 2 14:13:23 2018 -0700 nir: Add lowering for bitfieldInsert without using bfi

Mesa (master): nir: Look into uniform structs for samplers when counting num_textures.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 833c4046007f22ce1da0e1c2b89e8f1892f8d38e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=833c4046007f22ce1da0e1c2b89e8f1892f8d38e Author: Eric Anholt Date: Fri Mar 30 16:04:34 2018 -0700 nir: Look into uniform structs for samplers when counting

Mesa (master): nir: Add lowering from ibitfield_extract/ubitfield_extract to shifts.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: af88acf4c4e2e14161872752fb9fb4683f9c8845 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af88acf4c4e2e14161872752fb9fb4683f9c8845 Author: Eric Anholt Date: Wed May 2 13:02:21 2018 -0700 nir: Add lowering from ibitfield_extract/ubitfield_extract

Mesa (master): nir: Add lowering for nir_op_bit_count.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 73953b071365ca64db353023fff78a06b20503a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73953b071365ca64db353023fff78a06b20503a3 Author: Eric Anholt Date: Tue May 8 13:04:37 2018 -0700 nir: Add lowering for nir_op_bit_count. This is basically

Mesa (master): nir: Add lowering for ifind_msb to ufind_msb.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: d4c7c3c225b7c34669498c15c2d3186cf6a4647e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4c7c3c225b7c34669498c15c2d3186cf6a4647e Author: Eric Anholt Date: Fri May 4 13:33:47 2018 -0700 nir: Add lowering for ifind_msb to ufind_msb. ufind_msb

Mesa (master): v3d: Enable the new NIR bitfield operation lowering paths.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9d5860310d57db9b3aabf0c0e562130fb8dcce99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d5860310d57db9b3aabf0c0e562130fb8dcce99 Author: Eric Anholt Date: Wed May 2 14:17:07 2018 -0700 v3d: Enable the new NIR bitfield operation lowering paths

Mesa (master): nir: Add an ALU lowering pass for mul_high.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6e1597c2d9f5e14ffaf1c326985ee3203f995044 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e1597c2d9f5e14ffaf1c326985ee3203f995044 Author: Eric Anholt Date: Tue May 8 11:24:40 2018 -0700 nir: Add an ALU lowering pass for mul_high. This is based

Mesa (master): v3d: Work around GFXH-1461/GFXH-1689 by using CLEAR_TILE_BUFFERS.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: f69473a712147c27fefbe83b9beacb251969fd92 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f69473a712147c27fefbe83b9beacb251969fd92 Author: Eric Anholt Date: Wed May 2 11:45:07 2018 -0700 v3d: Work around GFXH-1461/GFXH-1689 by using

Mesa (master): nir: Add lowering for nir_op_bitfield_reverse.

2018-06-06 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7afa26d4e39c73502ad75b95605197eb52c8d099 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7afa26d4e39c73502ad75b95605197eb52c8d099 Author: Eric Anholt Date: Tue May 8 12:47:48 2018 -0700 nir: Add lowering for nir_op_bitfield_reverse

Mesa (master): v3d: Be more explicit about include directory from our generated code.

2018-06-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2b1b2cbf619f9b3d578dabb0956bd5a248b6a89c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b1b2cbf619f9b3d578dabb0956bd5a248b6a89c Author: Eric Anholt Date: Tue Jun 5 08:50:55 2018 -0700 v3d: Be more explicit about include directory from our

Mesa (master): v3d: Fix automake linking error.

2018-05-30 Thread Eric Anholt
/libbroadcom.a(clif_dump.o): In function `clif_process_worklist': src/broadcom/clif/clif_dump.c:140: undefined reference to `v3d41_clif_dump_gl_shader_state_record' src/broadcom/clif/clif_dump.c:144: undefined reference to `v3d33_clif_dump_gl_shader_state_record' Signed-off-by: Vinson Lee Reviewed-by: Eric

Mesa (master): v3d: Include v3d_drm.h path.

2018-05-21 Thread Eric Anholt
gned-off-by: Vinson Lee <v...@freedesktop.org> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/v3d/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/v3d/Makefile.am b/src/gallium/drivers/v3d/Makefile.am index 2b4c364c24..ff0334a23

Mesa (master): broadcom/vc4: Drop libdrm_vc4 requirement

2018-05-17 Thread Eric Anholt
rm_vc4 requirement This was missed in the move back to the local uapi copy. libdrm_vc4 only seems to consist of headers that also exist in the Mesa tree. Signed-off-by: Stefan Schake <stsch...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- configure.ac | 1 - 1 file changed, 1

Mesa (master): broadcom/vc4: Native fence fd support

2018-05-17 Thread Eric Anholt
(Eric) Dup fds with CLOEXEC (Eric) Mention exact extension name (Eric) Signed-off-by: Stefan Schake <stsch...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/vc4_context.c | 21 ++- src/gallium/drivers/vc4/vc4_context.h | 5 +++ s

Mesa (master): drm-uapi: Update vc4 header with syncobj submit support

2018-05-17 Thread Eric Anholt
header with syncobj submit support v2: Synchronized with kernel v2 v3: Update for the finalized kernel ABI (pad2 field) Signed-off-by: Stefan Schake <stsch...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- include/drm-uapi/vc4_drm.h | 13 ++--- 1 file changed, 10 insertio

Mesa (master): broadcom/vc4: Store job fence in syncobj

2018-05-17 Thread Eric Anholt
fence in syncobj This gives us access to the fence created for the render job. v2: Drop flag (Eric) Signed-off-by: Stefan Schake <stsch...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc4/vc4_context.c | 10 -- src/gallium/drivers/vc4/vc4_context

Mesa (master): broadcom/vc4: Bump libdrm requirement

2018-05-17 Thread Eric Anholt
rement Require a version of libdrm with syncobj support. v2: Don't require a libdrm_vc4, just bump core libdrm if vc4 enabled (by anholt) Signed-off-by: Stefan Schake <stsch...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- configure.ac | 2 ++ meson.build | 6 +

Mesa (master): broadcom/vc4: Detect syncobj support

2018-05-17 Thread Eric Anholt
upport We need to know if the kernel supports syncobj submission since otherwise all the DRM syncobj calls fail. v2: Use drmGetCap to detect syncobj support (Eric) Signed-off-by: Stefan Schake <stsch...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc

Mesa (master): v3d: Add support for glSampleMask / glSampleCoverage.

2018-05-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 97894b1267923dee25ea5263e547ac8822ef7095 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97894b1267923dee25ea5263e547ac8822ef7095 Author: Eric Anholt <e...@anholt.net> Date: Tue May 8 14:28:33 2018 -0700 v3d: Add support for glSamp

Mesa (master): v3d: Enable NaN propagation in the VS and CS as well.

2018-05-17 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9bbc3f8cf1f116aa17ebcd399c0d3a8fb07b5266 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bbc3f8cf1f116aa17ebcd399c0d3a8fb07b5266 Author: Eric Anholt <e...@anholt.net> Date: Tue May 8 13:22:57 2018 -0700 v3d: Enable NaN propagation in

Mesa (master): v3d: Fix wiring filters to NEAREST for 32-bit texture returns.

2018-05-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: b2e7c32703fde3944b227927a0f8094da521ae39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2e7c32703fde3944b227927a0f8094da521ae39 Author: Eric Anholt <e...@anholt.net> Date: Tue May 1 17:22:09 2018 -0700 v3d: Fix wiring filters to NEAREST

Mesa (master): v3d: Switch the vc5 driver to using the finalized V3D UABI.

2018-05-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8a793d42f1ccef2c87053a1d9a130b49cfb2b84f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a793d42f1ccef2c87053a1d9a130b49cfb2b84f Author: Eric Anholt <e...@anholt.net> Date: Tue May 1 12:00:56 2018 -0700 v3d: Switch the vc5 driver to

Mesa (master): v3d: Rename the vc5_dri.so driver to v3d_dri.so.

2018-05-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: c4c488a2aeb24c0f468664c0cacd0d0a4e46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4c488a2aeb24c0f468664c0cacd0d0a4e46 Author: Eric Anholt <e...@anholt.net> Date: Fri Aug 25 15:34:22 2017 -0700 v3d: Rename the vc5_dri.so

Mesa (master): v3d: Enable the driver by default.

2018-05-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 795488d2bf4c7b500634d6928e96c4533e515cfe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=795488d2bf4c7b500634d6928e96c4533e515cfe Author: Eric Anholt <e...@anholt.net> Date: Tue May 1 12:20:11 2018 -0700 v3d: Enable the driver by default

Mesa (master): v3d: Rename driver functions from vc5 to v3d.

2018-05-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 01ae6a91896e9cce7a817445db0b11825f9f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=01ae6a91896e9cce7a817445db0b11825f9f Author: Eric Anholt <e...@anholt.net> Date: Tue May 1 12:39:31 2018 -0700 v3d: Rename driver functions fr

Mesa (master): v3d: Rename the driver files from "vc5" to "v3d".

2018-05-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8c47ebbd232704ab048eab2572e2b2a44f38957a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c47ebbd232704ab048eab2572e2b2a44f38957a Author: Eric Anholt <e...@anholt.net> Date: Tue May 1 12:24:48 2018 -0700 v3d: Rename the driver files fro

Mesa (master): freedreno: Fix ir3_cmdline.c build.

2018-05-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 800be7f2777350f97b43d77b0e6bfc1df2b756a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=800be7f2777350f97b43d77b0e6bfc1df2b756a1 Author: Eric Anholt <e...@anholt.net> Date: Tue May 1 13:07:21 2018 -0700 freedreno: Fix ir3_cmdline.c build.

Mesa (master): broadcom/vc5: Add validation that we don't violate GFXH-1633 requirements.

2018-04-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 77b4f30bae4100b2a80e961b89359e1fd1beed9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=77b4f30bae4100b2a80e961b89359e1fd1beed9d Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 25 16:24:15 2018 -0700 broadcom/vc5: Add validation that we

Mesa (master): broadcom/vc5: Add support for centroid varyings.

2018-04-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 76ee9edcb4f5be8699cfb9a6c4aa231c4e7d4183 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76ee9edcb4f5be8699cfb9a6c4aa231c4e7d4183 Author: Eric Anholt <e...@anholt.net> Date: Thu Apr 26 09:24:32 2018 -0700 broadcom/vc5: Add support for ce

Mesa (master): broadcom/vc5: Add validation that we don't violate GFXH-1625 requirements.

2018-04-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 089c32eefd2f9afcbfc87349beacbdf9d005cfac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=089c32eefd2f9afcbfc87349beacbdf9d005cfac Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 25 16:16:27 2018 -0700 broadcom/vc5: Add validation that we

Mesa (master): broadcom/vc5: Add an assert about GFXH-1559.

2018-04-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: e2f33178010a9612d8d89bf128e3a01a69e1dd82 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2f33178010a9612d8d89bf128e3a01a69e1dd82 Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 25 16:30:20 2018 -0700 broadcom/vc5: Add an assert about GFX

Mesa (master): st: Choose a 2101010 format for GL_RGB/GL_RGBA with a 2_10_10_10 type.

2018-04-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8adf813f83b9f54e3c9958cc7c7a485e6e2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8adf813f83b9f54e3c9958cc7c7a485e6e2e Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 25 11:40:40 2018 -0700 st: Choose a 2101010 format for

Mesa (master): broadcom/vc5: Add QPU validation for register writes after thrend.

2018-04-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: dc4cb04ee516c5e17181cf04d932dcc2da533388 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc4cb04ee516c5e17181cf04d932dcc2da533388 Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 25 13:51:47 2018 -0700 broadcom/vc5: Add QPU vali

Mesa (master): broadcom/vc5: Implement GFXH-1742 workaround (emit 2 dummy stores on 4.x).

2018-04-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 57ceb95c842215880b7cb416fbdb9545276cfc05 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57ceb95c842215880b7cb416fbdb9545276cfc05 Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 25 14:18:52 2018 -0700 broadcom/vc5: Implement GFX

Mesa (master): gallium/util: Fix incorrect refcounting of separate stencil.

2018-04-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: 069c409f434ab215940aad2092d5d236b410a7b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=069c409f434ab215940aad2092d5d236b410a7b9 Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 25 09:47:40 2018 -0700 gallium/util: Fix incorrect refco

Mesa (master): broadcom/vc5: Fix tile load/store of MSAA surfaces on 4.x.

2018-04-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5710532e9e5b44e40c5ed65b2dcffe66f6803d01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5710532e9e5b44e40c5ed65b2dcffe66f6803d01 Author: Eric Anholt <e...@anholt.net> Date: Tue Apr 24 13:22:41 2018 -0700 broadcom/vc5: Fix tile load/store o

Mesa (master): broadcom/vc5: Remove leftover vc4 MSAA lowering setup in the FS key.

2018-04-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: 503716fa8623f2f59a909adac0bd629c71661119 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=503716fa8623f2f59a909adac0bd629c71661119 Author: Eric Anholt <e...@anholt.net> Date: Tue Apr 24 15:23:27 2018 -0700 broadcom/vc5: Remove leftover vc

Mesa (master): broadcom/vc5: Fix cpp of MSAA surfaces on 4.x.

2018-04-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9f3f4284c0397615bfe50ba4e50aaffe5dc64e84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f3f4284c0397615bfe50ba4e50aaffe5dc64e84 Author: Eric Anholt <e...@anholt.net> Date: Tue Apr 24 14:56:23 2018 -0700 broadcom/vc5: Fix cpp of MSAA surface

Mesa (master): broadcom/vc5: Fix reloads of separate stencil buffers.

2018-04-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0d4ce00d700631cce26c62b865b4013ef45572e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d4ce00d700631cce26c62b865b4013ef45572e7 Author: Eric Anholt <e...@anholt.net> Date: Tue Apr 24 17:50:50 2018 -0700 broadcom/vc5: Fix reloads of se

Mesa (master): broadcom/vc5: Implement stencil blits using RGBA.

2018-04-25 Thread Eric Anholt
Module: Mesa Branch: master Commit: ac207acb97cdfa203c686806ba3a41269e1bf35d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac207acb97cdfa203c686806ba3a41269e1bf35d Author: Eric Anholt <e...@anholt.net> Date: Tue Apr 24 11:11:40 2018 -0700 broadcom/vc5: Implement stencil blits

Mesa (master): broadcom/vc5: Set up internal_format for imported resources.

2018-04-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3d21fc193efc3ccca1e442d4f9409cd93eb04282 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d21fc193efc3ccca1e442d4f9409cd93eb04282 Author: Eric Anholt <e...@anholt.net> Date: Thu Apr 12 16:29:19 2018 -0700 broadcom/vc5: Set up internal_

Mesa (master): broadcom/vc5: Treat imports of DRM_FORMAT_MOD_INVALID BOs as linear.

2018-04-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 3cdd055ed24d97ff79221ac427102a58b9b28d6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cdd055ed24d97ff79221ac427102a58b9b28d6c Author: Eric Anholt <e...@anholt.net> Date: Thu Apr 12 13:46:24 2018 -0700 broadcom/vc5: Treat i

Mesa (master): broadcom/vc5: Don't allocate simulator BOs at offset 0.

2018-04-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 482f2e24b59086bcc1515663167744c707d1c82c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=482f2e24b59086bcc1515663167744c707d1c82c Author: Eric Anholt <e...@anholt.net> Date: Thu Apr 12 15:19:42 2018 -0700 broadcom/vc5: Don't allocate simulat

Mesa (master): broadcom/vc5: Assert that created BOs have offset != 0.

2018-04-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: f08f477a93e783361d2942133da18504c2851469 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f08f477a93e783361d2942133da18504c2851469 Author: Eric Anholt <e...@anholt.net> Date: Thu Apr 12 15:20:17 2018 -0700 broadcom/vc5: Assert that created BO

Mesa (master): broadcom/vc5: Add sim support for the GET_BO_OFFSET ioctl.

2018-04-24 Thread Eric Anholt
Module: Mesa Branch: master Commit: 82cdb801fda294465aadcdd5dde426a1fa02ffd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=82cdb801fda294465aadcdd5dde426a1fa02ffd2 Author: Eric Anholt <e...@anholt.net> Date: Thu Apr 12 13:47:52 2018 -0700 broadcom/vc5: Add sim s

Mesa (master): broadcom/vc5: Update the UABI for in/out syncobjs

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: b225cdceccb225329298763baa302a9332288b18 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b225cdceccb225329298763baa302a9332288b18 Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 4 09:59:18 2018 -0700 broadcom/vc5: Update the UABI for

Mesa (master): broadcom/vc5: Refactor the implicit coords/stores_pending logic.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: b946218c4894bd30d8e31b27afff4ea592d0812b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b946218c4894bd30d8e31b27afff4ea592d0812b Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 30 16:43:51 2018 -0700 broadcom/vc5: Refactor the implicit

Mesa (master): broadcom/vc5: Fix a stray '`' in a comment.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7bc77dbb00a1032f79620751b934929eb0b25c66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7bc77dbb00a1032f79620751b934929eb0b25c66 Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 11 16:28:07 2018 -0700 broadcom/vc5: Fix a stray '`' in a c

Mesa (master): broadcom/vc5: Rename read_but_not_cleared to loads_pending.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6a21a582fba74e3566f7b240702c19cbe2559a06 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a21a582fba74e3566f7b240702c19cbe2559a06 Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 30 16:53:39 2018 -0700 broadcom/vc5: Rename read_but_not_c

Mesa (master): broadcom/vc5: Fix MSAA depth/stencil size setup.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7553cbfc9d78f0a4f8816122ce6327bc3899c2b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7553cbfc9d78f0a4f8816122ce6327bc3899c2b5 Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 30 16:14:29 2018 -0700 broadcom/vc5: Fix MSAA depth/stenci

Mesa (master): broadcom/vc5: Drop the finished_seqno optimization.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: d9c525ed2240ff450f36a5d83c9c2c66087cd2bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9c525ed2240ff450f36a5d83c9c2c66087cd2bb Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 4 09:58:23 2018 -0700 broadcom/vc5: Drop the finished

Mesa (master): broadcom/vc5: Drop the throttling code.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: aedfd8ede4c2e0ecad0a3796796b2f0610482ced URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aedfd8ede4c2e0ecad0a3796796b2f0610482ced Author: Eric Anholt <e...@anholt.net> Date: Wed Apr 4 09:57:51 2018 -0700 broadcom/vc5: Drop the throttlin

Mesa (master): broadcom/vc5: Emit missing TILE_COORDINATES_IMPLICIT in separate z/s stores.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: ec60559f97dc13d85fb197e2dd99827e12fff371 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec60559f97dc13d85fb197e2dd99827e12fff371 Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 30 16:39:14 2018 -0700 broadcom/vc5: Emit m

Mesa (master): broadcom/vc5: Add checks that we don't try to do raw Z+S load/stores.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8f2999120de83845b1c0098170356819c5a6e439 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f2999120de83845b1c0098170356819c5a6e439 Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 30 16:31:07 2018 -0700 broadcom/vc5: Add checks that we don

Mesa (master): broadcom/vc5: Move flush_last_load into load_general, like for stores.

2018-04-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: dd9c476165bd4d76c5aec8f7320b7ed9d961ac7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd9c476165bd4d76c5aec8f7320b7ed9d961ac7c Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 30 16:50:23 2018 -0700 broadcom/vc5: Move flush_las

Mesa (master): broadcom/vc5: Stop trying to swizzle around RGBA4 clear color.

2018-03-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 123ee3762722e2703459cc9b966b8cbf64a63769 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=123ee3762722e2703459cc9b966b8cbf64a63769 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 27 21:52:35 2018 -0700 broadcom/vc5: Stop trying to swizzle

Mesa (master): broadcom/vc4: Fix out-of-tree build with automake.

2018-03-28 Thread Eric Anholt
build with automake. Signed-off-by: Aaron Watry <awa...@gmail.com> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/broadcom/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/broadcom/Makefile.am b/src/broadcom/Makefile.am index 35ed703a09..49267de73b 100644

Mesa (master): broadcom/vc5: Start using nir_opt_move_load_ubo().

2018-03-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 81f82ecc56c3ac6f40389977e316381928391755 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81f82ecc56c3ac6f40389977e316381928391755 Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 28 11:19:35 2018 -0700 broadcom/vc5: Start

Mesa (master): st: Don't try to finalize the texture in st_render_texture().

2018-03-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0349c79bdc2c04b3d64d144159f3268ad74e2b7c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0349c79bdc2c04b3d64d144159f3268ad74e2b7c Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 27 15:39:49 2018 -0700 st: Don't try to finalize the t

Mesa (master): broadcom/vc5: Work around scissor w/h==0 bug same as rasterizer discard.

2018-03-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2f4c4e10c268a8b9a013b422d85439c5933d8075 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f4c4e10c268a8b9a013b422d85439c5933d8075 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 27 21:30:42 2018 -0700 broadcom/vc5: Work around scissor

Mesa (master): broadcom/vc5: Fix setup of integer surface clear values.

2018-03-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1fe4c748f743d003fc9052f4a7d0925ab8c5919e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fe4c748f743d003fc9052f4a7d0925ab8c5919e Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 27 22:02:17 2018 -0700 broadcom/vc5: Fix setup of integer s

Mesa (master): broadcom/vc5: Fix padding of NPOT miplevels >= 2.

2018-03-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: a691fa4a1be3730f0cfc9566944bd23adb03966d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a691fa4a1be3730f0cfc9566944bd23adb03966d Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 27 16:29:10 2018 -0700 broadcom/vc5: Fix padding of NPOT mip

Mesa (master): broadcom/vc5: Fix RG16I/UI texture sampling.

2018-03-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9f1b4f620464f76c82bcf4b36514f895c59f5c17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f1b4f620464f76c82bcf4b36514f895c59f5c17 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 27 14:26:17 2018 -0700 broadcom/vc5: Fix RG16I/UI texture sa

Mesa (master): broadcom/vc5: Disable transform feedback on V3D 4.x at the end of the job.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: ef2cf9cc3c1a4bc96fcc46eb623768a400c3d68d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef2cf9cc3c1a4bc96fcc46eb623768a400c3d68d Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 23 15:28:40 2018 -0700 broadcom/vc5: Disable transform fe

Mesa (master): broadcom/vc5: Move the BCL epilogue code to a per-version compile.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1fa820cef861b0f2efd001cfb3c4adecf2fa549b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1fa820cef861b0f2efd001cfb3c4adecf2fa549b Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 23 15:19:05 2018 -0700 broadcom/vc5: Move the BCL epilogu

Mesa (master): broadcom/vc5: Fix swizzling of RGB10_A2UI render targets.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0024b77e876017b559b76d816d40a2abbd9a0ea1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0024b77e876017b559b76d816d40a2abbd9a0ea1 Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 26 12:39:12 2018 -0700 broadcom/vc5: Fix swizzling of RGB1

Mesa (master): st: Allow accelerated CopyTexImage from RGBA to RGB.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: d491ad1d364afa60eef5cf7b45f69f7007ab3dfd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d491ad1d364afa60eef5cf7b45f69f7007ab3dfd Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 21 11:43:28 2018 -0700 st: Allow accelerated CopyTexImag

Mesa (master): broadcom/vc5: Fix EZ disabling and allow using GT/GE direction as well.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1bf466270d416643e8fcacd6b790e53660303059 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1bf466270d416643e8fcacd6b790e53660303059 Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 23 16:18:02 2018 -0700 broadcom/vc5: Fix EZ disabling and

Mesa (master): broadcom/vc5: Implement workaround for GFXH-1431.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 494da6c2dd8f0b570693f7611b58be11061224e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=494da6c2dd8f0b570693f7611b58be11061224e0 Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 26 10:38:28 2018 -0700 broadcom/vc5: Implement workaround fo

Mesa (master): broadcom/vc5: Limit each transform feedback data spec to 16 dwords.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9e62aec9cd4853016b4d03a56b5756111a312d65 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e62aec9cd4853016b4d03a56b5756111a312d65 Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 21 15:18:34 2018 -0700 broadcom/vc5: Limit each transform fe

Mesa (master): broadcom/vc5: Fix transform feedback in the presence of point size.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 33878641305345b9bb76ad5ebf2335ec9c17adfa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33878641305345b9bb76ad5ebf2335ec9c17adfa Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 21 15:07:19 2018 -0700 broadcom/vc5: Fix transform fe

Mesa (master): broadcom/vc5: Fix extraneous register index in QIR dumping of TLBU writes.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: c2b13627d9d7973687350cab243ade65115cff0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c2b13627d9d7973687350cab243ade65115cff0d Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 26 12:18:39 2018 -0700 broadcom/vc5: Fix extraneous register

Mesa (master): broadcom/vc5: Disable TF on V3D 4.x when drawing with queries disabled.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 262208eb3c2c53a1fd807bc76b12088f6ce2c56d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=262208eb3c2c53a1fd807bc76b12088f6ce2c56d Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 23 15:43:50 2018 -0700 broadcom/vc5: Disable TF on V3D 4.

Mesa (master): broadcom/vc5: Split transform feedback specs update from buffers.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 09ac5ade8f3855e42e4902d7e1acab540f3f1568 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09ac5ade8f3855e42e4902d7e1acab540f3f1568 Author: Eric Anholt <e...@anholt.net> Date: Fri Mar 23 15:40:36 2018 -0700 broadcom/vc5: Split transform fe

Mesa (master): gallium/u_vbuf: Protect against overflow with large instance divisors.

2018-03-26 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0356db022da819176d9d0eacab63d4c2c852f876 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0356db022da819176d9d0eacab63d4c2c852f876 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 20 10:42:12 2018 -0700 gallium/u_vbuf: Protect against ov

Mesa (master): broadcom/vc5: Account for InstanceID/VertexID in VPM segment size.

2018-03-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: d7a015cbc6a6c12a87ee7ec725cc399d3712f43c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7a015cbc6a6c12a87ee7ec725cc399d3712f43c Author: Eric Anholt <e...@anholt.net> Date: Thu Mar 22 13:52:11 2018 -0700 broadcom/vc5: Account for Inst

Mesa (master): broadcom/vc5: Add missing support for 2101010_REV vertex attributes.

2018-03-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4f62679be58449f2bd3184b56fdee21e85418234 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f62679be58449f2bd3184b56fdee21e85418234 Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 21 14:44:04 2018 -0700 broadcom/vc5: Add missing s

Mesa (master): broadcom/vc5: Set up a vertex position if the shader doesn't.

2018-03-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: ba29b89dc7c7555fc6996fee2d08b9cbcd8b9018 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba29b89dc7c7555fc6996fee2d08b9cbcd8b9018 Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 21 14:18:08 2018 -0700 broadcom/vc5: Set up a vertex po

Mesa (master): broadcom/vc5: Allow FBOs with mixed color formats.

2018-03-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: b8387dbc49a87ff7a2b613a29a375b2a2eb88041 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8387dbc49a87ff7a2b613a29a375b2a2eb88041 Author: Eric Anholt <e...@anholt.net> Date: Thu Mar 22 13:45:17 2018 -0700 broadcom/vc5: Allow FBOs with mixed

Mesa (master): broadcom/vc5: Fix up the NIR types of FS outputs generated by NIR-to-TGSI.

2018-03-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: baeb6a4b4a275bc418037b718c904180e9e5c690 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=baeb6a4b4a275bc418037b718c904180e9e5c690 Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 21 12:05:54 2018 -0700 broadcom/vc5: Fix up the NIR types

Mesa (master): broadcom/vc5: Don't skip job submit just because everything is scissored.

2018-03-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9f0c9c6d18dfb0027bde20647083395e24ce9825 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f0c9c6d18dfb0027bde20647083395e24ce9825 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 20 12:52:19 2018 -0700 broadcom/vc5: Don't skip job submi

Mesa (master): broadcom/vc5: Clamp the instance divisor to 16 bits.

2018-03-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: ba87d85b043bf4beecae1afda22ea42b217df2b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba87d85b043bf4beecae1afda22ea42b217df2b8 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 20 10:00:21 2018 -0700 broadcom/vc5: Clamp the instance d

Mesa (master): broadcom/vc5: Fix 3D miplevel limit to match other texture targets.

2018-03-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: f735ac6b1ce181015db3dde698c31580b92d4725 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f735ac6b1ce181015db3dde698c31580b92d4725 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 20 10:48:11 2018 -0700 broadcom/vc5: Fix 3D miplevel

Mesa (master): broadcom/vc5: Handle sparsely populated SO target array.

2018-03-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: 024e814dee20a58f1d11129ffb2b4497beeacca7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=024e814dee20a58f1d11129ffb2b4497beeacca7 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 20 11:09:02 2018 -0700 broadcom/vc5: Handle sparsely popula

Mesa (master): intel/blorp: Fix compiler warning about num_layers.

2018-03-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4d8b476fa9a01aef94dc2d83e9306ba7c5adbe7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d8b476fa9a01aef94dc2d83e9306ba7c5adbe7f Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 10:29:56 2018 + intel/blorp: Fix compiler warning

Mesa (master): broadcom/vc5: Add a QPU helper for instructions using the TLB.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: c3a504f470b8116ebcd892ce1f48125549817467 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3a504f470b8116ebcd892ce1f48125549817467 Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 19 11:30:27 2018 -0700 broadcom/vc5: Add a QPU

Mesa (master): broadcom/vc5: The ldvpm signal also a case of using the VPM.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 407f21ef1bcbd4054927aa8cc7a9f9252b389a87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=407f21ef1bcbd4054927aa8cc7a9f9252b389a87 Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 19 11:05:03 2018 -0700 broadcom/vc5: The ldvpm signal also

Mesa (master): broadcom/vc5: Re-do live variables after removing thrsws.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 55bf2983330dffafce53a2772cac078f4477988e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=55bf2983330dffafce53a2772cac078f4477988e Author: Eric Anholt <e...@anholt.net> Date: Fri Feb 23 17:46:35 2018 -0800 broadcom/vc5: Re-do live variables

Mesa (master): broadcom/vc5: Move the umul macro to a header.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: c81d6817422c83ba990fac19b165d4dedb1150fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c81d6817422c83ba990fac19b165d4dedb1150fe Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 13 16:23:33 2018 -0700 broadcom/vc5: Move the umul

Mesa (master): broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: d721348dcdb3658572c5952563d1f4d1ca0321af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d721348dcdb3658572c5952563d1f4d1ca0321af Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 13 15:41:16 2018 -0700 broadcom/vc5: Add cursors to the co

Mesa (master): broadcom/vc5: Add support for register spilling.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: facc3c6f58de88ac3707a1b8435b7fc655d13124 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=facc3c6f58de88ac3707a1b8435b7fc655d13124 Author: Eric Anholt <e...@anholt.net> Date: Tue Mar 13 15:13:00 2018 -0700 broadcom/vc5: Add support for re

Mesa (master): broadcom/vc5: Don't annotate dumps with stale live intervals.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 00910e3057588de3fe9b5dc2ae9263c2e4ba6cc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00910e3057588de3fe9b5dc2ae9263c2e4ba6cc4 Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 14 11:03:23 2018 -0700 broadcom/vc5: Don't annotate

Mesa (master): broadcom/vc5: Remove redundant last_inst lookup.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 271fc58ba1b9e6a0245c7ab262834705f2e20372 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=271fc58ba1b9e6a0245c7ab262834705f2e20372 Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 14 14:43:15 2018 -0700 broadcom/vc5: Remove redundant las

Mesa (master): broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm().

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 09c4dd19713b3155bd744f873e91e0328be62978 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09c4dd19713b3155bd744f873e91e0328be62978 Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 19 11:03:47 2018 -0700 broadcom/vc5: Introduce v3d_qpu_rea

Mesa (master): broadcom/vc5: Extract v3d_qpu_writes_tmu() helper.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4760040c0980a8921120d517d5e5809f7f0e488c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4760040c0980a8921120d517d5e5809f7f0e488c Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 14 15:04:32 2018 -0700 broadcom/vc5: Extract v3d_qpu_writ

Mesa (master): broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 34dc64f6274db73851b0f1e5f0440a9785cafd6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34dc64f6274db73851b0f1e5f0440a9785cafd6c Author: Eric Anholt <e...@anholt.net> Date: Wed Mar 14 14:39:51 2018 -0700 broadcom/vc5: On QPU pack error

Mesa (master): anv: Silence warning about heap_size.

2018-03-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7db1c09d12bac50d66feaf981ff52b319091dd2d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7db1c09d12bac50d66feaf981ff52b319091dd2d Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 11:25:48 2018 + anv: Silence warning about heap_siz

Mesa (master): anv: Silence compiler warnings about uninitialized bind_offset.

2018-03-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9f89452ea36327b1a7faefd401784599288c1be0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f89452ea36327b1a7faefd401784599288c1be0 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 11:11:14 2018 + anv: Silence compiler warnings

Mesa (master): i965: Silence compiler warning about promoted_constants.

2018-03-16 Thread Eric Anholt
Module: Mesa Branch: master Commit: d25640c3a3b914059abd661f0651d88b4fe408e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d25640c3a3b914059abd661f0651d88b4fe408e8 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 11:22:53 2018 + i965: Silence compiler warning

  1   2   3   4   5   6   7   8   9   10   >