Mesa (master): brodacom/vc4: Fix simulator since the perfmon change.

2018-03-13 Thread Eric Anholt
Module: Mesa Branch: master Commit: a326eedc75d63188158424e779118bac2b451d4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a326eedc75d63188158424e779118bac2b451d4f Author: Eric Anholt <e...@anholt.net> Date: Mon Mar 12 11:33:40 2018 -0700 brodacom/vc4: Fix simulator

Mesa (master): spirv: Silence compiler warning about undefined srcs[0]

2018-03-13 Thread Eric Anholt
Module: Mesa Branch: master Commit: 191bc7ce61660c1a4b8de97fe276c75fdc9d464f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=191bc7ce61660c1a4b8de97fe276c75fdc9d464f Author: Eric Anholt <e...@anholt.net> Date: Tue Feb 20 20:28:09 2018 -0800 spirv: Silence compiler warning

Mesa (master): meson: Use system_has_kms_drm in default driver selection

2018-03-09 Thread Eric Anholt
ms_drm in default driver selection Reviewed-by: Eric Anholt <e...@anholt.net> Reviewed-by: Dylan Baker <dy...@pnwbakers.com> --- meson.build | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/meson.build b/meson.build index c0e76707ea..3c63f38438 100644 --- a

Mesa (master): broadcom/vc4: Allow binding non-zero constant buffers.

2018-03-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 46a32e3d2e84bd4dfff9e76f0f1f21613e1bc5a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46a32e3d2e84bd4dfff9e76f0f1f21613e1bc5a9 Author: Eric Anholt <e...@anholt.net> Date: Wed Feb 7 15:22:19 2018 + broadcom/vc4: Allow binding no

Mesa (master): broadcom: Remove our defines of DRM_FORMAT_MOD_INVALID.

2018-03-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2725ab2b12385eccfbdafe6f158661aca6bf778e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2725ab2b12385eccfbdafe6f158661aca6bf778e Author: Eric Anholt <e...@anholt.net> Date: Wed Feb 28 14:16:54 2018 -0800 broadcom: Remove our d

Mesa (master): broadcom: Suppress compiler warnings about enum pipe_tex_filter.

2018-03-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: a3a4c23decff5b28bb3b5a37fd86bfd185f59d08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3a4c23decff5b28bb3b5a37fd86bfd185f59d08 Author: Eric Anholt <e...@anholt.net> Date: Wed Feb 28 14:15:34 2018 -0800 broadcom: Suppress compiler warnings

Mesa (master): broadcom/vc4: Add an accelerated path to turn raster R8/RG88 into tiled.

2018-03-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: c57d5ea3bbb9c136a5b5bbf176a801885efc5a22 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c57d5ea3bbb9c136a5b5bbf176a801885efc5a22 Author: Eric Anholt <e...@anholt.net> Date: Tue Feb 6 16:43:24 2018 + broadcom/vc4: Add an accelerate

Mesa (master): gallium: Add a util_blitter path for using a custom VS and FS.

2018-03-09 Thread Eric Anholt
Module: Mesa Branch: master Commit: cf170616daa6e1a4545c2bbfd35c9b857fdcf2f6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf170616daa6e1a4545c2bbfd35c9b857fdcf2f6 Author: Eric Anholt <e...@anholt.net> Date: Wed Feb 7 14:40:08 2018 + gallium: Add a util_blitter path for

Mesa (master): broadcom/vc4: Add support for HW perfmon

2018-03-05 Thread Eric Anholt
4: Add support for HW perfmon The V3D engine provides several perf counters. Implement ->get_driver_query_[group_]info() so that these counters are exposed through the GL_AMD_performance_monitor extension. Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com> Signed-off-by:

Mesa (master): drm-uapi: Update vc4 header with perfmon related definitions

2018-03-05 Thread Eric Anholt
te vc4 header with perfmon related definitions v2: Update to the final version with the documentation. Signed-off-by: Boris Brezillon <boris.brezil...@free-electrons.com> Signed-off-by: Eric Anholt <e...@anholt.net> --- include/drm-uapi/vc4_drm.h | 76 +++

Mesa (master): broadcom/vc5: Fix regression in the page-cache slice size alignment.

2018-02-28 Thread Eric Anholt
Module: Mesa Branch: master Commit: e4e79a02da2e813284aa8a82dfd4423f0ae9923a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4e79a02da2e813284aa8a82dfd4423f0ae9923a Author: Eric Anholt <e...@anholt.net> Date: Fri Feb 23 15:35:25 2018 -0800 broadcom/vc5: Fix regression in th

Mesa (master): gbm: Fix the alpha masks in the GBM format table.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 880573e7370b866c94513f59ad0bb0b10660643f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=880573e7370b866c94513f59ad0bb0b10660643f Author: Eric Anholt <e...@anholt.net> Date: Fri Feb 23 14:55:51 2018 -0800 gbm: Fix the alpha masks in the GBM

Mesa (master): broadcom/vc5: Ignore unused usage flags in is_format_supported.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 97dc0773032d6284ea5c63758abf704d877f65dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=97dc0773032d6284ea5c63758abf704d877f65dc Author: Eric Anholt <e...@anholt.net> Date: Fri Feb 23 09:10:36 2018 -0800 broadcom/vc5: Ignore unused usage

Mesa (master): broadcom/vc5: Fix layout of 3D textures.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: b4b4ada7616dec49e9386670e43d277e5f85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b4b4ada7616dec49e9386670e43d277e5f85 Author: Eric Anholt <e...@anholt.net> Date: Thu Nov 2 16:59:10 2017 -0700 broadcom/vc5: Fix layout of 3D te

Mesa (master): broadcom/vc4: Allow importing linear BOs with arbitrary offset/stride.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0c1dd9dee0da6cde3031558a8e24a1fc400e0f99 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c1dd9dee0da6cde3031558a8e24a1fc400e0f99 Author: Eric Anholt <e...@anholt.net> Date: Tue Feb 6 17:42:44 2018 + broadcom/vc4: Allow importing line

Mesa (master): broadcom/vc4: Add pipe_reference debugging for vc4_bos.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6deb158ec1e03027d855df6a2513c8595ed95924 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6deb158ec1e03027d855df6a2513c8595ed95924 Author: Eric Anholt <e...@anholt.net> Date: Tue Feb 20 16:05:29 2018 + broadcom/vc4: Add pipe_reference deb

Mesa (master): broadcom/vc4: Add support for YUV textures using unaccelerated blits.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: bc3d16e633fd27b05dfdcda0b7efb000b2c35ed6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc3d16e633fd27b05dfdcda0b7efb000b2c35ed6 Author: Eric Anholt <e...@anholt.net> Date: Thu Feb 22 17:43:21 2018 -0800 broadcom/vc4: Add support for YUV te

Mesa (master): broadcom/vc4: Ignore PIPE_BIND_DISPLAY_TARGET in is_format_supported().

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 978b884afc1ab07f3c74e0f11a55cde86baa79b1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=978b884afc1ab07f3c74e0f11a55cde86baa79b1 Author: Eric Anholt <e...@anholt.net> Date: Thu Feb 22 17:38:50 2018 -0800 broadcom/vc4:

Mesa (master): broadcom/vc4: Use pipe_resource_reference in sampler views.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: a49738290c01a8e7db6d4053b1ab5c13e685c1bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a49738290c01a8e7db6d4053b1ab5c13e685c1bc Author: Eric Anholt <e...@anholt.net> Date: Wed Feb 7 11:16:12 2018 + broadcom/vc4: Use pipe_resource_ref

Mesa (master): broadcom/vc4: Remove dead vc4_bo_set_reference().

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 34ea1aca92ce20a95e4f5d41325fb965a2b96986 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34ea1aca92ce20a95e4f5d41325fb965a2b96986 Author: Eric Anholt <e...@anholt.net> Date: Tue Feb 20 15:59:10 2018 + broadcom/vc4: Remov

Mesa (master): broadcom/vc4: Fix double-unrefcounting of prsc->next with shadows.

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: c824a045ea639b8a93cbc2518b16900402d9150f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c824a045ea639b8a93cbc2518b16900402d9150f Author: Eric Anholt <e...@anholt.net> Date: Tue Feb 20 16:28:07 2018 + broadcom/vc4: Fix double-unrefco

Mesa (master): broadcom/vc4: Remove the retval==usage check in is_format_supported().

2018-02-23 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5980a41c0f3481aef2a4bc644d8a3a6c8618da46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5980a41c0f3481aef2a4bc644d8a3a6c8618da46 Author: Eric Anholt <e...@anholt.net> Date: Thu Feb 22 17:52:03 2018 -0800 broadcom/vc4: Remove the retval=

Mesa (master): i965: Fix compiler warning about write being undefined.

2018-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: afa7b2f19975f45234637f47859fdd768551a080 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=afa7b2f19975f45234637f47859fdd768551a080 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 11:19:00 2018 + i965: Fix compiler warning about

Mesa (master): loader: Fix compiler warnings about truncating the PCI ID path.

2018-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7075c084fc5699d76970d2f045c8c7c668dc53d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7075c084fc5699d76970d2f045c8c7c668dc53d8 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 10:45:18 2018 + loader: Fix compiler warnings

Mesa (master): glsl/tests: Fix a compiler warning about signed/unsigned loop comparison.

2018-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4636ce362d4defc70a2b40cab1f52d1c890f5673 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4636ce362d4defc70a2b40cab1f52d1c890f5673 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 11:03:38 2018 + glsl/tests: Fix a compiler warning

Mesa (master): glsl: Silence warnings in the uniform initializer test about 16-bit types

2018-02-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1b313eedb5e5da3c7ee3f62a83b66a6e097fe0d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b313eedb5e5da3c7ee3f62a83b66a6e097fe0d3 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 10:41:07 2018 + glsl: Silence warnings in the u

Mesa (master): ac/nir: Fix compiler warning about uninitialized dw_addr.

2018-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 091bff831721b62243840038f505af0abd9436c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=091bff831721b62243840038f505af0abd9436c1 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 10:37:37 2018 + ac/nir: Fix compiler warning

Mesa (master): gallium/llvmpipe: Fix compiler warnings about ddx/ddy/ddmax.

2018-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7a83be4b28953c9dfc609ad084f57e671310661a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a83be4b28953c9dfc609ad084f57e671310661a Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 10:24:14 2018 + gallium/llvmpipe: Fix compiler wa

Mesa (master): glsl/tests: Fix strict aliasing warning about int64/double.

2018-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 21670f820812238dbe3fb18ab90493999b7e718e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=21670f820812238dbe3fb18ab90493999b7e718e Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 11:01:20 2018 + glsl/tests: Fix strict aliasing w

Mesa (master): radv: Fix compiler warning about uninitialized 'set'

2018-02-12 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1aed66dc1e7391914ba9ae5fd692cc97fc728096 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1aed66dc1e7391914ba9ae5fd692cc97fc728096 Author: Eric Anholt <e...@anholt.net> Date: Sat Feb 10 11:06:45 2018 + radv: Fix compiler warning

Mesa (master): broadcom/vc5: Fix "hardwrae" typo in a field name in XML.

2018-02-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: e29988c9089616da67e2803f0f0c37c16e202deb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e29988c9089616da67e2803f0f0c37c16e202deb Author: Eric Anholt <e...@anholt.net> Date: Mon Feb 5 10:11:30 2018 + broadcom/vc5: Fix "har

Mesa (master): broadcom/vc5: Fix non-mipfiltered sampling.

2018-02-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 63a8a0f3c017d018220966422deffcb46bf2e373 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=63a8a0f3c017d018220966422deffcb46bf2e373 Author: Eric Anholt <e...@anholt.net> Date: Mon Feb 5 11:06:59 2018 + broadcom/vc5: Fix non-mipfiltered sa

Mesa (master): broadcom/vc5: Ignore samplers for finding uniform offsets.

2018-02-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: aa2f609f700919f824970f9c13f016994364 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa2f609f700919f824970f9c13f016994364 Author: Eric Anholt <e...@anholt.net> Date: Mon Feb 5 12:58:06 2018 + broadcom/vc5: Ignore samplers for f

Mesa (master): broadcom/vc5: Remove no-op MOVs after register allocation.

2018-02-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: dc78643ace0125f5dea4b620c0dffcf5736584b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc78643ace0125f5dea4b620c0dffcf5736584b2 Author: Eric Anholt <e...@anholt.net> Date: Sun Feb 4 21:05:03 2018 + broadcom/vc5: Remove no-op MOVs

Mesa (master): broadcom/vc5: Add missing shader-db instruction counting.

2018-02-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: f3978a7380efa61ddfc2f1d6860dbd8cf881ce14 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3978a7380efa61ddfc2f1d6860dbd8cf881ce14 Author: Eric Anholt <e...@anholt.net> Date: Sun Feb 4 21:27:32 2018 + broadcom/vc5: Add missing sha

Mesa (master): broadcom/vc5: Try to merge more than 2 QPU instructions together.

2018-02-05 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8bb000f460ad8af7a916af1b12206b22616fce32 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bb000f460ad8af7a916af1b12206b22616fce32 Author: Eric Anholt <e...@anholt.net> Date: Sun Feb 4 21:37:22 2018 + broadcom/vc5: Try to merge more than

Mesa (master): broadcom/vc5: Fix alignment of miplevel 1 with UIF.

2018-02-02 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6a862b0de711955902d4d58f1b0c6063e76207a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a862b0de711955902d4d58f1b0c6063e76207a6 Author: Eric Anholt <e...@anholt.net> Date: Fri Feb 2 08:50:51 2018 -0800 broadcom/vc5: Fix alignment of mipl

Mesa (master): broadcom/vc5: Enable UIF XOR on textures.

2018-02-02 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2e746bc63d1ab56c6006f328c21a77dc69d0b9a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e746bc63d1ab56c6006f328c21a77dc69d0b9a8 Author: Eric Anholt <e...@anholt.net> Date: Mon Jan 22 09:14:25 2018 +0800 broadcom/vc5: Enable UIF XOR on te

Mesa (master): gallium: Add a new A4B4G4R4 pipe format for Broadcom.

2018-02-02 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2a97f1d3ef7a346113cd0a74d1c07d944a7edac4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a97f1d3ef7a346113cd0a74d1c07d944a7edac4 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 20 10:02:07 2018 -0800 gallium: Add a new A4B4G4R4 pipe

Mesa (master): broadcom/vc5: Switch our RGBA4 support to the new gallium format.

2018-02-02 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5c57e0a54989764ed6aed54582f2d9e51b064726 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c57e0a54989764ed6aed54582f2d9e51b064726 Author: Eric Anholt <e...@anholt.net> Date: Fri Jan 19 22:35:20 2018 -0800 broadcom/vc5: Switch our RGBA4 s

Mesa (master): mesa: Drop incorrect A4B4G4R4 _mesa_format_matches_format_and_type() cases.

2018-02-02 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1429cd74c2c03a311d92a60b66806db3d96d6b16 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1429cd74c2c03a311d92a60b66806db3d96d6b16 Author: Eric Anholt <e...@anholt.net> Date: Thu Feb 1 11:12:47 2018 -0800 mesa: Drop incorrect A4

Mesa (master): broadcom/vc5: Fix image_h setup for both loads and stores.

2018-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 06858c73485951c931bfec3a74d0117d26116905 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06858c73485951c931bfec3a74d0117d26116905 Author: Eric Anholt <e...@anholt.net> Date: Wed Jan 24 12:13:53 2018 +1100 broadcom/vc5: Fix image_h setup fo

Mesa (master): broadcom/vc5: Fix a segfault on mix of booleans.

2018-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 353b42ccc745453dffe742d766831248f77d6e39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=353b42ccc745453dffe742d766831248f77d6e39 Author: Eric Anholt <e...@anholt.net> Date: Fri Jan 19 09:06:26 2018 -0800 broadcom/vc5: Fix a segfault

Mesa (master): broadcom/vc5: Rename the UIFCFG register in the UAPI.

2018-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7239b3edbe754c6e85a6c3774d484e42a6253058 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7239b3edbe754c6e85a6c3774d484e42a6253058 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 20 15:57:08 2018 -0800 broadcom/vc5: Rename the UIFCFG re

Mesa (master): broadcom/vc5: Add the missing PIPE_CAP_FENCE_SIGNAL.

2018-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: aec066c7aa35084ccf6391bdf96028ef6056af1e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aec066c7aa35084ccf6391bdf96028ef6056af1e Author: Eric Anholt <e...@anholt.net> Date: Wed Jan 31 17:38:22 2018 -0800 broadcom/vc5: Add the m

Mesa (master): broadcom/vc5: Simplify separate stencil surface setup.

2018-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: dea902c93352b875178fef9b8a65fd53e52696b3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dea902c93352b875178fef9b8a65fd53e52696b3 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 20 16:44:53 2018 -0800 broadcom/vc5: Simplify separate s

Mesa (master): broadcom/vc5: Add appropriate height padding for bank conflicts.

2018-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5329f35ea12fe70e9eff131b60979b810cbc5028 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5329f35ea12fe70e9eff131b60979b810cbc5028 Author: Eric Anholt <e...@anholt.net> Date: Sun Jan 21 10:25:10 2018 +0800 broadcom/vc5: Add appropriate

Mesa (master): broadcom/vc5: Skip over missing color buffers for a couple of checks.

2018-02-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: eb765394c2fd8232158fe02c8644309657dc1fe3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eb765394c2fd8232158fe02c8644309657dc1fe3 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 20 10:19:20 2018 -0800 broadcom/vc5: Skip over missing

Mesa (master): broadcom/vc5: Update the compiler for V3D 4.2.

2018-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 91f899cbc1efc8618c213ca6766d5c27a99238db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91f899cbc1efc8618c213ca6766d5c27a99238db Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 27 18:34:35 2018 +1100 broadcom/vc5: Update the compiler f

Mesa (master): broadcom/vc5: Add XML for V3D 4.2.

2018-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 96d3e8f134fb047fb4883737da55ff491d3ee585 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96d3e8f134fb047fb4883737da55ff491d3ee585 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 27 18:05:58 2018 +1100 broadcom/vc5: Add XML for V

Mesa (master): broadcom/vc5: Enable the driver on V3D 4.2.

2018-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 314e9ee6c4367942cccb9da9b01a67d0f8e29819 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=314e9ee6c4367942cccb9da9b01a67d0f8e29819 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 27 18:12:29 2018 +1100 broadcom/vc5: Enable the driver on V

Mesa (master): Android: Attempt to fix broadcom build after vc5 changes.

2018-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: de60ea4432caac300c9c67783edd02e25bf1cbbd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de60ea4432caac300c9c67783edd02e25bf1cbbd Author: Eric Anholt <e...@anholt.net> Date: Wed Jan 17 12:46:35 2018 -0800 Android: Attempt to fix broadcom

Mesa (master): broadcom/vc5: Update QPU instruction pack/unpack for v4.2.

2018-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: f2e41daac577f0b34b345e8e4c801f44454faa02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2e41daac577f0b34b345e8e4c801f44454faa02 Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 27 18:29:37 2018 +1100 broadcom/vc5: Update QPU instructio

Mesa (master): broadcom/vc5: Fix a race between XML codegen build and CLIF build.

2018-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: b026063b1622327405e41b3e28582171e472491c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b026063b1622327405e41b3e28582171e472491c Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 27 18:50:10 2018 +1100 broadcom/vc5: Fix a race betwe

Mesa (master): broadcom/vc5: Enable CLIF dumping of V3D 4.2.

2018-01-27 Thread Eric Anholt
Module: Mesa Branch: master Commit: 71c7e9bea154b46a4f5613a4f59eea9df11e42fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=71c7e9bea154b46a4f5613a4f59eea9df11e42fa Author: Eric Anholt <e...@anholt.net> Date: Sat Jan 27 18:45:35 2018 +1100 broadcom/vc5: Enable CLIF dumping

Mesa (master): broadcom/vc5: Fix source file name.

2018-01-21 Thread Eric Anholt
e name. Fixes: c9b2cb78972d ("vc5: add missing files to the tarball") Signed-off-by: Vinson Lee <v...@freedesktop.org> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc5/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --g

Mesa (master): broadcom/vc5: Add missing include paths.

2018-01-21 Thread Eric Anholt
paths. Fixes: 954a704da305 ("broadcom/vc5: Port the RCL setup to V3D4.1.") Signed-off-by: Vinson Lee <v...@freedesktop.org> Reviewed-by: Eric Anholt <e...@anholt.net> --- src/gallium/drivers/vc5/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

Mesa (master): mesa: Only require independent blending for GLES 3.2.

2018-01-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: f398aa6aef697c3595b629ec14f8a5bef062bd2f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f398aa6aef697c3595b629ec14f8a5bef062bd2f Author: Eric Anholt <e...@anholt.net> Date: Thu Jan 18 16:24:42 2018 -0800 mesa: Only require independent bl

Mesa (master): 41 new commits

2018-01-12 Thread Eric Anholt
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5bc0b63799dd23c7c1d150e83770d79bdca00a62 Author: Eric Anholt <e...@anholt.net> Date: Fri Jan 12 15:35:04 2018 -0800 broadcom/vc5: Use MSF to ignore discards/non-dispatched channels in loops. Prevents potential infinite

Mesa (master): broadcom/vc5: Move texture return channel setup into the compiler.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: ba965084b60e702b41beaea75237bfa39335b6cb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ba965084b60e702b41beaea75237bfa39335b6cb Author: Eric Anholt <e...@anholt.net> Date: Tue Jan 2 11:26:58 2018 -0800 broadcom/vc5: Move texture return c

Mesa (master): broadcom/vc5: Turn the decimate mode field into an enum in the XML.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 48cabc1e751bf537f4fdb2721d7a7492c8e401a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=48cabc1e751bf537f4fdb2721d7a7492c8e401a1 Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 27 16:43:10 2017 -0800 broadcom/vc5: Turn the decimate mode

Mesa (master): broadcom/vc5: Try to fix up compressed texture load/store.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: a93fd7b41e3e3c8c2c35d45dc171a87cdc45060a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a93fd7b41e3e3c8c2c35d45dc171a87cdc45060a Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 14:41:47 2017 -0800 broadcom/vc5: Try to fix up comp

Mesa (master): broadcom/vc5: Introduce enums for internal depth/type, with V3D prefixes.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 39811a2894743bf7e2f9818a0a1d14b6566116ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=39811a2894743bf7e2f9818a0a1d14b6566116ee Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 13:01:37 2017 -0800 broadcom/vc5: Introduce enums for in

Mesa (master): nir: Add a helper to get the uvec4 type.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: deb552ca276813a243dd68ea335ab40d4b93afc0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=deb552ca276813a243dd68ea335ab40d4b93afc0 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 15:12:20 2017 -0800 nir: Add a helper to get the uvec4 ty

Mesa (master): broadcom/vc5: Switch to using the C++ interface for the simulator.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7d8b19f0ddda502227a7baccfa0df3db7ed67051 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d8b19f0ddda502227a7baccfa0df3db7ed67051 Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 20 16:51:29 2017 -0800 broadcom/vc5: Switch to using

Mesa (master): broadcom/vc5: Emit proper flatshading code for glShadeModel (GL_FLAT).

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 2056e4a777bd0eed88ff2762977955b2f2bf2f1c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2056e4a777bd0eed88ff2762977955b2f2bf2f1c Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 27 15:12:37 2017 -0800 broadcom/vc5: Emit proper flatshadin

Mesa (master): broadcom/vc5: Don't emit component 3/ 4 F16 TLB writes for float/vec2.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 635131a238eb1efa075a6b422ac9add863422cd7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=635131a238eb1efa075a6b422ac9add863422cd7 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 15:29:04 2017 -0800 broadcom/vc5: Don't emit component 3

Mesa (master): broadcom/vc5: Turn the output image format into an enum.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 17cb634b1c712f8a926a684d96d5c49d3a9dccb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17cb634b1c712f8a926a684d96d5c49d3a9dccb9 Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 27 16:36:09 2017 -0800 broadcom/vc5: Turn the output image

Mesa (master): broadcom/vc5: Fix image_h value for CPU-side tiling on miplevels > 1.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 44237b3f85fb8547e29ec8d090a3a72ce095e2a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44237b3f85fb8547e29ec8d090a3a72ce095e2a2 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 16:42:53 2017 -0800 broadcom/vc5: Fix image_h value f

Mesa (master): broadcom/xml: Fix up safe name confusion with prefixing.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: d3e8a4b96c80955e832981534b1f4c3856b6fdb4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3e8a4b96c80955e832981534b1f4c3856b6fdb4 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 12:59:33 2017 -0800 broadcom/xml: Fix up safe name con

Mesa (master): broadcom/vc5: Disable early Z when the stencil func isn' t ALWAYS.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7836c85919a289e806c4dbd3e7d080914049b130 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7836c85919a289e806c4dbd3e7d080914049b130 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 15:42:14 2017 -0800 broadcom/vc5: Disable early

Mesa (master): broadcom/vc5: Turn the CLE XML' s memory format into an enum.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 883a9b02c9644b7bff434ecc574ebee7aba04523 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=883a9b02c9644b7bff434ecc574ebee7aba04523 Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 27 16:20:12 2017 -0800 broadcom/vc5: Turn the CLE XML's

Mesa (master): broadcom/vc5: Emit flat shade flags for varying components > 24.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8e5a0ed95307fed7cb286d1c264bbd070ca0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e5a0ed95307fed7cb286d1c264bbd070ca0 Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 27 15:38:57 2017 -0800 broadcom/vc5: Emit flat shade

Mesa (master): braodcom/vc5: Fix internal type/bpp for RGB10_A2UI images.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 81567d01c137bdb41fce6d75d41c63d8183a3f89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81567d01c137bdb41fce6d75d41c63d8183a3f89 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 29 10:45:28 2017 -0800 braodcom/vc5: Fix internal ty

Mesa (master): broadcom/vc5: Fix discard_if during control flow.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: e60e3a56a2edfdf773a388d4dfc0791137f039f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e60e3a56a2edfdf773a388d4dfc0791137f039f1 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 28 16:01:09 2017 -0800 broadcom/vc5: Fix discard_if during c

Mesa (master): broadcom/vc5: Switch to setting the primitive list format in the RCL.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: ac4054ca1766b5ab4ee2059e7e0f8590c219730d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac4054ca1766b5ab4ee2059e7e0f8590c219730d Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 20 17:19:23 2017 -0800 broadcom/vc5: Switch to s

Mesa (master): braodcom/vc5: Rely on OVRTMUOUT always being set.

2018-01-03 Thread Eric Anholt
Module: Mesa Branch: master Commit: 476469955225e15f454e01dc80047dd5fa5c9f97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=476469955225e15f454e01dc80047dd5fa5c9f97 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 29 11:48:41 2017 -0800 braodcom/vc5: Rely on OVRTMUOUT

Mesa (master): broadcom/vc5: Add missing setting of the UIF XOR disable flag in textures.

2017-12-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 22ceb1f99b5ae62d23200f4fecea8b62ab745318 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22ceb1f99b5ae62d23200f4fecea8b62ab745318 Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 19 14:23:06 2017 -0800 broadcom/vc5: Add missing s

Mesa (master): broadcom/vc5: Simplify the tiling calculations.

2017-12-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 5473dc2b1f1f2eb8adb7c30c908e38f239b35a09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5473dc2b1f1f2eb8adb7c30c908e38f239b35a09 Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 19 14:08:18 2017 -0800 broadcom/vc5: Simplify the

Mesa (master): broadcom/vc5: Clean up the comment and code around level 0 UIF.

2017-12-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 200562ad0121c6723100ae8df5b28d0d75df4a8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=200562ad0121c6723100ae8df5b28d0d75df4a8f Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 19 14:20:19 2017 -0800 broadcom/vc5: Clean up the comment an

Mesa (master): broadcom/vc5: Return the depth in all components of depth textures.

2017-12-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 81cdfdd670757638f29cea2d80b143021d13f5a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81cdfdd670757638f29cea2d80b143021d13f5a3 Author: Eric Anholt <e...@anholt.net> Date: Thu Nov 16 12:01:13 2017 -0800 broadcom/vc5: Return the depth

Mesa (master): broadcom/vc5: Start adding support for rendering to Z32F_S8X24_UINT.

2017-12-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7a30517cce8f3acce4cc22e510068da7fc89b4a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a30517cce8f3acce4cc22e510068da7fc89b4a1 Author: Eric Anholt <e...@anholt.net> Date: Tue Dec 5 18:58:41 2017 -0800 broadcom/vc5: Start adding s

Mesa (master): broadcom/vc5: Enable decompressing RGTC for desktop GL support.

2017-12-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 8efb57c05ea4b3d93ebd10e8bf1c4829ec14a6e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8efb57c05ea4b3d93ebd10e8bf1c4829ec14a6e5 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 15 14:40:43 2017 -0800 broadcom/vc5: Enable decompressin

Mesa (master): broadcom/vc5: Use u_transfer_helper for MSAA mappings.

2017-12-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: a13e9915c26c4cba7bcba871b41335a5a291a744 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a13e9915c26c4cba7bcba871b41335a5a291a744 Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 15 14:40:24 2017 -0800 broadcom/vc5: Use u_transfer_

Mesa (master): nir: Fix interaction of GL_CLAMP lowering with texture offsets.

2017-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: b08b6289943b225b6451e6c8ce331a8c11bd0c7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b08b6289943b225b6451e6c8ce331a8c11bd0c7f Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 21 13:42:08 2017 -0800 nir: Fix interaction of GL_CLAMP lo

Mesa (master): nir: Add a new lowering option to lower all txd to txl.

2017-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0bead224fea0ad278ec65d2b2a09033b6c5192ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bead224fea0ad278ec65d2b2a09033b6c5192ff Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 21 16:21:36 2017 -0800 nir: Add a new lowering option to low

Mesa (master): broadcom/vc5: Fix shader input/outputs for gallium' s new NIR linking.

2017-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 52f024b0523763799e71de0a327d5143df72a792 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=52f024b0523763799e71de0a327d5143df72a792 Author: Eric Anholt <e...@anholt.net> Date: Wed Dec 6 11:30:02 2017 -0800 broadcom/vc5: Fix shader input/o

Mesa (master): broadcom/vc5: Enable NIR txd lowering on all txd instructions.

2017-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1171f1749ddf7fdff0725804868bb375f2407526 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1171f1749ddf7fdff0725804868bb375f2407526 Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 21 16:33:29 2017 -0800 broadcom/vc5: Enable NIR txd lo

Mesa (master): broadcom/vc5: Fix a typo in memcmp for sig unpack checking.

2017-12-14 Thread Eric Anholt
Module: Mesa Branch: master Commit: 49e2586bfc7f806038bba7864dcff0c50fed1fe9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49e2586bfc7f806038bba7864dcff0c50fed1fe9 Author: Eric Anholt <e...@anholt.net> Date: Thu Dec 14 09:41:16 2017 -0800 broadcom/vc5: Fix a typo in memcmp f

Mesa (master): broadcom/vc4: Fix the scaling factor for the GFXH-515 workaround.

2017-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: bcb6ebe91a1bbbe6ad62f0e99707414fb91e488e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bcb6ebe91a1bbbe6ad62f0e99707414fb91e488e Author: Eric Anholt <e...@anholt.net> Date: Fri Dec 1 15:29:05 2017 -0800 broadcom/vc4: Fix the scaling

Mesa (master): broadcom/vc4: Use a single-entry cached last_hindex value.

2017-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0ed952c7e9b811bc11dec64bd4bebcdf4222cc85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ed952c7e9b811bc11dec64bd4bebcdf4222cc85 Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 28 16:17:16 2017 -0800 broadcom/vc4: Use a single-entry

Mesa (master): broadcom/vc4: Decompose single QUADs to a TRIANGLE_FAN.

2017-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 230e646a4013ed5d9c80c54d48ef0ac9ee4edbb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=230e646a4013ed5d9c80c54d48ef0ac9ee4edbb0 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 24 22:34:12 2017 -0800 broadcom/vc4: Decompose single

Mesa (master): broadcom/vc4: Skip emitting redundant VC4_PACKET_GEM_HANDLES.

2017-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 516736705017f3e19be37f22c6655a055413683b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=516736705017f3e19be37f22c6655a055413683b Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 24 22:15:28 2017 -0800 broadcom/vc4: Skip emitting red

Mesa (master): broadcom/vc4: Use the new enum functionality of the XML to decode better.

2017-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: fefff74b0d1d7a308dafe5079f67fc07baa15f11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fefff74b0d1d7a308dafe5079f67fc07baa15f11 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 24 22:20:21 2017 -0800 broadcom/vc4: Use the ne

Mesa (master): broadcom/vc4: Fix handling of GFXH-515 workaround with a start vertex count.

2017-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 84ab48c15c9373dfa4709f4f9e887c329286e5a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84ab48c15c9373dfa4709f4f9e887c329286e5a1 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 24 21:40:50 2017 -0800 broadcom/vc4: Fix handling of GF

Mesa (master): broadcom/vc4: Simplify the relocation handling for index buffers.

2017-12-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 842b05d6ad8da895bc300ad9652bc09e2b0b1959 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=842b05d6ad8da895bc300ad9652bc09e2b0b1959 Author: Eric Anholt <e...@anholt.net> Date: Fri Nov 24 22:11:11 2017 -0800 broadcom/vc4: Simplify the relo

Mesa (master): broadcom/vc5: Fix array texture layer count setup.

2017-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: c55813c22e2099d59dbff81b9202b5ce70926e45 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c55813c22e2099d59dbff81b9202b5ce70926e45 Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 21 16:05:49 2017 -0800 broadcom/vc5: Fix array texture layer

Mesa (master): broadcom/vc5: Fix BASE_LEVEL handling with txl.

2017-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6a78416dabdf0b7b80471dd0c636164c8f4012e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a78416dabdf0b7b80471dd0c636164c8f4012e0 Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 21 16:32:33 2017 -0800 broadcom/vc5: Fix BASE_LEVEL ha

Mesa (master): broadcom/vc5: Fix UIF surface size setup for ARB_fbo' s mismatched sizes.

2017-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: b18840ac6e0b6cb4d8a7b7b6a5c504561e3a8696 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b18840ac6e0b6cb4d8a7b7b6a5c504561e3a8696 Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 21 15:00:36 2017 -0800 broadcom/vc5: Fix UIF surface size

Mesa (master): broadcom/vc5: Don't increment primitive queries while they' re paused.

2017-11-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: ad1521d7088b7e9e7f9bad474419924bfabc064e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad1521d7088b7e9e7f9bad474419924bfabc064e Author: Eric Anholt <e...@anholt.net> Date: Tue Nov 21 15:27:20 2017 -0800 broadcom/vc5: Don't increment pri

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