Mesa (master): softpipe: Add support for ARB_derivative_control

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 742d3c918f89dc263e15e67fb26dcee8c5c0eff8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=742d3c918f89dc263e15e67fb26dcee8c5c0eff8 Author: Gert Wollny Date: Tue Aug 13 18:08:34 2019 +0200 softpipe: Add support for ARB_derivative_control Enables and

Mesa (master): kmsro: Add missing definitions to Android.mk

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1ea95e37cc53384193eb2420f3ae17faa163ed0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ea95e37cc53384193eb2420f3ae17faa163ed0c Author: Roman Stratiienko Date: Tue Aug 6 13:29:06 2019 +0300 kmsro: Add missing definitions to Android.mk Signed-of

Mesa (master): etnaviv: Fix double-free in etna_bo_cache_free()

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 23f5f126d5afc7224e0a67398acec7edb3c4941f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23f5f126d5afc7224e0a67398acec7edb3c4941f Author: Marek Vasut Date: Sun Jun 2 01:07:28 2019 +0200 etnaviv: Fix double-free in etna_bo_cache_free() The followi

Mesa (master): etnaviv: Add valgrind support

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6bb4b6d07816eb116dd07884b4f593916e3daf88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6bb4b6d07816eb116dd07884b4f593916e3daf88 Author: Marek Vasut Date: Sun Jun 9 00:18:29 2019 +0200 etnaviv: Add valgrind support Add Valgrind support for etnav

Mesa (master): etnaviv: Use reentrant screen lock around flush

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 8f97262cddc9950df6c5a8eddaff5135b2c78b9a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f97262cddc9950df6c5a8eddaff5135b2c78b9a Author: Marek Vasut Date: Tue Jun 4 00:22:49 2019 +0200 etnaviv: Use reentrant screen lock around flush The flush ca

Mesa (master): etnaviv: Use hash table to track BO indexes

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: cf92074277f5d12a6812ead77c5a73419b4cbb83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf92074277f5d12a6812ead77c5a73419b4cbb83 Author: Marek Vasut Date: Mon Jun 3 19:49:14 2019 +0200 etnaviv: Use hash table to track BO indexes Use hash table i

Mesa (master): etnaviv: correct PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE handling

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b2da8a8357fc3f8cc01e020a8d7db49d90677dac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2da8a8357fc3f8cc01e020a8d7db49d90677dac Author: Christian Gmeiner Date: Wed Aug 14 11:56:02 2019 +0200 etnaviv: correct PIPE_SHADER_CAP_MAX_CONST_BUFFER_SIZE

Mesa (master): etnaviv: update logic to determine uniform limits

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 797a2e4fd0306b214e366a75caf2d54f17601393 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=797a2e4fd0306b214e366a75caf2d54f17601393 Author: Christian Gmeiner Date: Wed Aug 14 11:39:13 2019 +0200 etnaviv: update logic to determine uniform limits Take

Mesa (master): etnaviv: put uniform limit determination into own function

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 45cb5eee5d52844b86e20309db260425b81a97d4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=45cb5eee5d52844b86e20309db260425b81a97d4 Author: Christian Gmeiner Date: Wed Aug 14 11:32:50 2019 +0200 etnaviv: put uniform limit determination into own funct

Mesa (master): etnaviv: split dump_shader

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 0765a1dd0ec59646b6cca80b424be3ce094176d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0765a1dd0ec59646b6cca80b424be3ce094176d7 Author: Christian Gmeiner Date: Wed Aug 14 10:06:17 2019 +0200 etnaviv: split dump_shader Also this adds the missing

Mesa (master): etnaviv: split destroy_shader

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1290cc3e27d32ef1b9dc4902c2276ee46a0b7862 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1290cc3e27d32ef1b9dc4902c2276ee46a0b7862 Author: Christian Gmeiner Date: Mon Aug 12 18:40:17 2019 +0200 etnaviv: split destroy_shader Signed-off-by: Christian

Mesa (master): etnaviv: split link_shader

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f90b23b8c4f5987ab061c3a30bfe4fe030ec08c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f90b23b8c4f5987ab061c3a30bfe4fe030ec08c9 Author: Christian Gmeiner Date: Mon Aug 12 15:18:20 2019 +0200 etnaviv: split link_shader Signed-off-by: Christian Gm

Mesa (master): etnaviv: mv etnaviv_compiler.c etnaviv_compiler_tgsi.c

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a36d04daa1b55488425fcd4840a3ff6767fc6d1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a36d04daa1b55488425fcd4840a3ff6767fc6d1f Author: Christian Gmeiner Date: Wed Aug 14 10:00:27 2019 +0200 etnaviv: mv etnaviv_compiler.c etnaviv_compiler_tgsi.c

Mesa (master): nir/range-analysis: Fail gracefully on non-SSA sources

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f2965fde9b334ba5c8f7bbef9d5c25158cfb901d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f2965fde9b334ba5c8f7bbef9d5c25158cfb901d Author: Ian Romanick Date: Mon Aug 12 15:47:35 2019 -0700 nir/range-analysis: Fail gracefully on non-SSA sources Test

Mesa (master): pan/midgard: Break, not return, in disassembler

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 863bdd1f8dcb4b36b85f1ab80a3d44eea93a1663 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=863bdd1f8dcb4b36b85f1ab80a3d44eea93a1663 Author: Alyssa Rosenzweig Date: Wed Aug 14 09:11:17 2019 -0700 pan/midgard: Break, not return, in disassembler We'll

Mesa (master): pan/midgard: Prefix blobber-db output for grepping

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: c4a4f3db5a4c8676798855e131c360cdf0e4a6bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c4a4f3db5a4c8676798855e131c360cdf0e4a6bc Author: Alyssa Rosenzweig Date: Wed Aug 14 09:19:54 2019 -0700 pan/midgard: Prefix blobber-db output for grepping Sig

Mesa (master): pan/midgard: Implement blobber-db

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 5f0f9e185bd59a92b3a4dc72c4f9593eca68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f0f9e185bd59a92b3a4dc72c4f9593eca68 Author: Alyssa Rosenzweig Date: Wed Aug 14 09:11:55 2019 -0700 pan/midgard: Implement blobber-db We wire through some

Mesa (master): nir/find_array_copies: Reject copies with mismatched lengths

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ff2225cf88d8773c599277362306a4bcf4ba6b01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff2225cf88d8773c599277362306a4bcf4ba6b01 Author: Andrii Simiklit Date: Wed Aug 7 13:56:38 2019 +0300 nir/find_array_copies: Reject copies with mismatched leng

Mesa (master): nir/algebraic: Reassociate shift-by-constant of shift-by-constant

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 0e6581b87dc4e168fa864cd39e8947a58999189a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e6581b87dc4e168fa864cd39e8947a58999189a Author: Ian Romanick Date: Tue Aug 6 13:11:56 2019 -0700 nir/algebraic: Reassociate shift-by-constant of shift-by-con

Mesa (master): nir/algebraic: Reassociate add-and-shift to be shift-and-add

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 73aaeac0a3a46e441953ef6beab665af18180eec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73aaeac0a3a46e441953ef6beab665af18180eec Author: Ian Romanick Date: Wed Jul 10 16:28:38 2019 -0700 nir/algebraic: Reassociate add-and-shift to be shift-and-add

Mesa (master): etnaviv: fix weird indentation

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 17200bb67a584a2ec4452e6d658f0190034989e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=17200bb67a584a2ec4452e6d658f0190034989e0 Author: Christian Gmeiner Date: Wed Aug 14 15:23:15 2019 +0200 etnaviv: fix weird indentation Fixes: 797a2e4fd03 ("et

Mesa (master): relnotes: Add new ext on etnaviv for 19.2.

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2c4fe6af78e2555b17136feea05a9a4265219cd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2c4fe6af78e2555b17136feea05a9a4265219cd0 Author: Christian Gmeiner Date: Wed Aug 14 09:37:35 2019 +0200 relnotes: Add new ext on etnaviv for 19.2. Signed-off-

Mesa (master): EGL: sync headers with Khronos

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d0916edfcb5447123c366ba3177828477f92297f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0916edfcb5447123c366ba3177828477f92297f Author: Eric Engestrom Date: Thu Aug 8 11:13:43 2019 +0100 EGL: sync headers with Khronos Signed-off-by: Eric Engest

Mesa (master): meson: add nir tests to the compiler/nir test suite

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: a3d6024199723694980edbbca79c81ec215d8fcf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3d6024199723694980edbbca79c81ec215d8fcf Author: Eric Engestrom Date: Sat Jul 20 00:42:13 2019 +0100 meson: add nir tests to the compiler/nir test suite Signe

Mesa (master): radeonsi: add support for Renoir

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: aafc95ceb6e9ebd62d456b95383ce7f05be0afd9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aafc95ceb6e9ebd62d456b95383ce7f05be0afd9 Author: Marek Olšák Date: Wed Jan 2 15:50:13 2019 -0500 radeonsi: add support for Renoir Reviewed-by: Bas Nieuwenhui

Mesa (master): pan/midgard: Allocate spill_slot once

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6c84a2665c619ca8dd0c4c64617b87ae1e5565e3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c84a2665c619ca8dd0c4c64617b87ae1e5565e3 Author: Alyssa Rosenzweig Date: Tue Aug 13 15:59:41 2019 -0700 pan/midgard: Allocate spill_slot once Multiple spill m

Mesa (master): panfrost: Remove panfrost_add_dependency asserts

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 3e6f2e7aba13ad3fcc652df6fb3f3b4919f803d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e6f2e7aba13ad3fcc652df6fb3f3b4919f803d5 Author: Alyssa Rosenzweig Date: Tue Aug 13 13:08:52 2019 -0700 panfrost: Remove panfrost_add_dependency asserts It do

Mesa (master): pan/midgard: Use hint on midgard_instruction for spill_move

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2a9031ea448f56d483bf411f2fac46437e9dee47 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a9031ea448f56d483bf411f2fac46437e9dee47 Author: Alyssa Rosenzweig Date: Tue Aug 13 15:58:49 2019 -0700 pan/midgard: Use hint on midgard_instruction for spill_

Mesa (master): pan/midgard: Improve disassembler robustness

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 1ab629074622966c646a3f409859ef30a813dfe6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ab629074622966c646a3f409859ef30a813dfe6 Author: Alyssa Rosenzweig Date: Wed Aug 14 14:11:54 2019 -0700 pan/midgard: Improve disassembler robustness Some memo

Mesa (master): pan/midgard: Fix disassembly termination condition

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6f4d79691180ee7cd342e1d3254ca55c76cc42cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f4d79691180ee7cd342e1d3254ca55c76cc42cd Author: Alyssa Rosenzweig Date: Wed Aug 14 14:42:07 2019 -0700 pan/midgard: Fix disassembly termination condition Fix

Mesa (master): pan/decode: Prefer uint64_t to mali_ptr

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 4f03728fb7edad3e8f62dbe9f9326a216eecea85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f03728fb7edad3e8f62dbe9f9326a216eecea85 Author: Alyssa Rosenzweig Date: Wed Aug 14 13:21:21 2019 -0700 pan/decode: Prefer uint64_t to mali_ptr This removes a

Mesa (master): panfrost: Ensure we upload at least 1 blend RT

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: de2efd5ea7fafba09a596beba68436c33ebe912e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de2efd5ea7fafba09a596beba68436c33ebe912e Author: Alyssa Rosenzweig Date: Wed Aug 14 14:41:49 2019 -0700 panfrost: Ensure we upload at least 1 blend RT Otherwi

Mesa (master): panfrost: Zero tripipe on initialize

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 54438267c3f6ba14ab99659cb2eb18e25cb1554a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54438267c3f6ba14ab99659cb2eb18e25cb1554a Author: Alyssa Rosenzweig Date: Wed Aug 14 14:21:02 2019 -0700 panfrost: Zero tripipe on initialize I don't think the

Mesa (master): pan/decode: Split public.h out

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 9c4c7211a36a4c376fbcc35d683e8733db7491c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c4c7211a36a4c376fbcc35d683e8733db7491c5 Author: Alyssa Rosenzweig Date: Wed Aug 14 13:52:03 2019 -0700 pan/decode: Split public.h out We want a defined ABI f

Mesa (master): panfrost: Remove standalone pandecode tool

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b73cbd6880ef52dff424dafc203f5385e40e3958 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b73cbd6880ef52dff424dafc203f5385e40e3958 Author: Alyssa Rosenzweig Date: Wed Aug 14 14:46:21 2019 -0700 panfrost: Remove standalone pandecode tool Now that pa

Mesa (master): pan/bifrost: Check in remainder of the Bifrost compiler

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b93fa7d232ed702bbfbd343b1eb77cf2d62742b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b93fa7d232ed702bbfbd343b1eb77cf2d62742b8 Author: Alyssa Rosenzweig Date: Wed Aug 14 12:46:35 2019 -0700 pan/bifrost: Check in remainder of the Bifrost compiler

Mesa (master): pan/bifrost: Link in compiler

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 64720d1e9e36fa49b7bcea4bfdb4b998bdceadae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=64720d1e9e36fa49b7bcea4bfdb4b998bdceadae Author: Alyssa Rosenzweig Date: Wed Aug 14 12:48:04 2019 -0700 pan/bifrost: Link in compiler We enable the standalone

Mesa (master): pan/bifrost: Add bifrost_print.c/h

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 0e126aa0f098dc68f5d8def7c2b924624fd6a0ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e126aa0f098dc68f5d8def7c2b924624fd6a0ee Author: Alyssa Rosenzweig Date: Wed Aug 14 12:36:30 2019 -0700 pan/bifrost: Add bifrost_print.c/h IR printers. Signe

Mesa (master): pan/bifrost: Sync disassembler with Ryan's tree

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 62bbc23da53d8f5fef5ea457b6e373ffbec1739f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=62bbc23da53d8f5fef5ea457b6e373ffbec1739f Author: Alyssa Rosenzweig Date: Wed Aug 14 12:19:01 2019 -0700 pan/bifrost: Sync disassembler with Ryan's tree The di

Mesa (master): pan/bifrost: Stub out standalone compiler

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: fca491c0e100ac89295dfa36ddcb63d6cb839bed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fca491c0e100ac89295dfa36ddcb63d6cb839bed Author: Alyssa Rosenzweig Date: Wed Aug 14 12:21:23 2019 -0700 pan/bifrost: Stub out standalone compiler We don't act

Mesa (master): pan/bifrost: Style format the disassembler

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: d8d8b08fe5847755ed0f5ec4723809414dcee290 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d8d8b08fe5847755ed0f5ec4723809414dcee290 Author: Alyssa Rosenzweig Date: Wed Aug 14 12:28:01 2019 -0700 pan/bifrost: Style format the disassembler $ astyle

Mesa (master): panfrost: Note "MFBD preload disable" bit

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: b78e04c17b345d79439c27ef7c76eb21410f2ff2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b78e04c17b345d79439c27ef7c76eb21410f2ff2 Author: Alyssa Rosenzweig Date: Wed Aug 14 16:01:38 2019 -0700 panfrost: Note "MFBD preload disable" bit It's a chick

Mesa (master): pan/midgard: Emit store_output branch just-in-time

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: dff4986b1aa22990828861ccca234b52455cbeb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dff4986b1aa22990828861ccca234b52455cbeb6 Author: Alyssa Rosenzweig Date: Mon Aug 12 12:36:46 2019 -0700 pan/midgard: Emit store_output branch just-in-time We'

Mesa (master): panfrost: Extend blending to MRT

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 375d4c2c74d5a7003e03c4e610b466bd0d7d1a53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=375d4c2c74d5a7003e03c4e610b466bd0d7d1a53 Author: Alyssa Rosenzweig Date: Mon Aug 12 16:14:03 2019 -0700 panfrost: Extend blending to MRT Our hardware supports

Mesa (master): pan/mfbd: Stuff in RT count

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6ed384322455dcac9df724aab1840119ab14f0a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6ed384322455dcac9df724aab1840119ab14f0a3 Author: Alyssa Rosenzweig Date: Fri Aug 9 15:12:30 2019 -0700 pan/mfbd: Stuff in RT count Fixes DATA_INVALID_FAULTs

Mesa (master): pan/decode: Dump FBD tagged pointer

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 716be7862e85da132df832650b30124bd8a83493 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=716be7862e85da132df832650b30124bd8a83493 Author: Alyssa Rosenzweig Date: Mon Aug 12 11:07:00 2019 -0700 pan/decode: Dump FBD tagged pointer Turns out the rt c

Mesa (master): pan/midgard: Add dont_eliminate flag

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 2fc44c4dc8077abc5515786933424e85b12f3cc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fc44c4dc8077abc5515786933424e85b12f3cc2 Author: Alyssa Rosenzweig Date: Mon Aug 12 15:29:03 2019 -0700 pan/midgard: Add dont_eliminate flag We need to treat

Mesa (master): pan/decode: Decode invalid access type upon fault

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 358372b256622569e292449238aa573051b7ab81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=358372b256622569e292449238aa573051b7ab81 Author: Alyssa Rosenzweig Date: Fri Aug 9 16:04:24 2019 -0700 pan/decode: Decode invalid access type upon fault We d

Mesa (master): pan/decode: Fix duplicate heap_end property

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: f5cc5ef40444fbfa40e2d95e9335ee7e33bd1a9b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5cc5ef40444fbfa40e2d95e9335ee7e33bd1a9b Author: Alyssa Rosenzweig Date: Fri Aug 9 14:56:30 2019 -0700 pan/decode: Fix duplicate heap_end property This was s

Mesa (master): panfrost: Add R10G10B10A2_SSCALED vertex format

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 6fe4822cca42ada57b24992d73f9bfb94031da03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6fe4822cca42ada57b24992d73f9bfb94031da03 Author: Alyssa Rosenzweig Date: Tue Aug 13 10:27:09 2019 -0700 panfrost: Add R10G10B10A2_SSCALED vertex format Signed

Mesa (master): pan/midgard: Disassemble UBO index explicitly

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: e823a47f0213907957feb6a30fa664d35901ae96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e823a47f0213907957feb6a30fa664d35901ae96 Author: Alyssa Rosenzweig Date: Tue Aug 13 11:10:06 2019 -0700 pan/midgard: Disassemble UBO index explicitly It's a b

Mesa (master): pan/midgard: Address emit_ubo_read offset in bytes

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: cf3bb10f51e28f775744e5c24b30c27b25c40fdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf3bb10f51e28f775744e5c24b30c27b25c40fdb Author: Alyssa Rosenzweig Date: Tue Aug 13 09:13:31 2019 -0700 pan/midgard: Address emit_ubo_read offset in bytes We'

Mesa (master): pan/midgard: Add mir_ubo_shift helper

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 03350eb8b809d369a6af884a41dca0804c22de69 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03350eb8b809d369a6af884a41dca0804c22de69 Author: Alyssa Rosenzweig Date: Tue Aug 13 09:27:16 2019 -0700 pan/midgard: Add mir_ubo_shift helper Different UBO re

Mesa (master): pan/midgard: Wire writemask into UBO reads

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 65e6cb4eb09b45c6d10ca761dc0a48207c380c2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=65e6cb4eb09b45c6d10ca761dc0a48207c380c2e Author: Alyssa Rosenzweig Date: Tue Aug 13 09:11:48 2019 -0700 pan/midgard: Wire writemask into UBO reads Helps the d

Mesa (master): panfrost: Implement native RECT textures

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 44a6c38bd678f34c6a3c5446bfc422de13f45f8e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44a6c38bd678f34c6a3c5446bfc422de13f45f8e Author: Alyssa Rosenzweig Date: Wed Aug 14 08:44:40 2019 -0700 panfrost: Implement native RECT textures We started ho

Mesa (master): pan/midgard: Identify UBO/SSBO op symmetry

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: ec2f0b580ff030112214cf2fc83d08927f1b1fb7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec2f0b580ff030112214cf2fc83d08927f1b1fb7 Author: Alyssa Rosenzweig Date: Tue Aug 13 08:51:40 2019 -0700 pan/midgard: Identify UBO/SSBO op symmetry It's the sa

Mesa (master): pan/midgard: Account for unaligned UBOs when promoting uniforms

2019-08-14 Thread GitLab Mirror
Module: Mesa Branch: master Commit: 3d54ed2488c90873e78d3267e967f9bca4b75ab4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d54ed2488c90873e78d3267e967f9bca4b75ab4 Author: Alyssa Rosenzweig Date: Tue Aug 13 09:27:43 2019 -0700 pan/midgard: Account for unaligned UBOs when promoting