Module: Mesa
Branch: master
Commit: 14e525a4d70649eb10185bebd2aef9dc339fb5e6
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=14e525a4d70649eb10185bebd2aef9dc339fb5e6
Author: Tom Stellard
Date: Fri May 5 01:07:00 2017 +
gallivm: Make sure module has the correct data layout when
Module: Mesa
Branch: master
Commit: 226a2c6d6eaa94919aa865edfe207c615bc741e7
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=226a2c6d6eaa94919aa865edfe207c615bc741e7
Author: Tom Stellard
Date: Wed Feb 1 00:18:01 2017 +
radeonsi: Fix build on LLVM < 3.9 v2
This was broken
Module: Mesa
Branch: master
Commit: e0cc0a614c96011958bc3a1b84da9168e0e1ccbb
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0cc0a614c96011958bc3a1b84da9168e0e1ccbb
Author: Tom Stellard
Date: Thu Dec 15 15:25:49 2016 +
radeonsi: Set datalayout on the llvm module
This prevents
Module: Mesa
Branch: master
Commit: 4c8c13b3568c82e503a10ddcb846b4c96261ec4c
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c8c13b3568c82e503a10ddcb846b4c96261ec4c
Author: Tom Stellard
Date: Tue Nov 15 23:50:38 2016 +
radeonsi: Use amdgcn intrinsics for fs interpolation
Module: Mesa
Branch: master
Commit: 929fcee47e46781c57f2a354ce0a013915c033d1
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=929fcee47e46781c57f2a354ce0a013915c033d1
Author: Tom Stellard
Date: Wed Nov 16 21:21:15 2016 +
mesa: Add missing call to _mesa_unlock_debug_state(ctx); v2
Module: Mesa
Branch: master
Commit: 8e430ff8b060b4e8e922bae24b3c57837da6ea77
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8e430ff8b060b4e8e922bae24b3c57837da6ea77
Author: Vedran Miletić
Date: Mon Nov 14 12:17:42 2016 +0100
clover: adapt to new error API since LLVM r286752
Tested-
Module: Mesa
Branch: master
Commit: 3ff9f8c5328310a463d3f16f573b68aa20ab8339
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3ff9f8c5328310a463d3f16f573b68aa20ab8339
Author: Laurent Carlier
Date: Fri Nov 11 14:00:26 2016 +0100
clover: fix building since llvm r286566
pretty trivial f
API v2
Applies on top of v3 of Tom's gallivm change.
v2:
- Tom Stellard: Use enums instread of strings.
Reviewed-by: Nicolai Hähnle
Signed-off-by: Aaron Watry
CC: Tom Stellard
CC: Jan Vesely
---
src/gallium/drivers/llvmpipe/lp_state_fs.c| 2 +-
src/gallium/drivers/llv
Module: Mesa
Branch: master
Commit: 8bdd52c8f3595128cbc1da4f23cdb10ff861a6ef
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=8bdd52c8f3595128cbc1da4f23cdb10ff861a6ef
Author: Tom Stellard
Date: Mon Nov 7 18:35:09 2016 +
gallivm: Fix build after removal of deprecated attribute
Module: Mesa
Branch: master
Commit: a96a7eae04843e3c1c952d6aba62313116a6d368
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a96a7eae04843e3c1c952d6aba62313116a6d368
Author: Tom Stellard
Date: Tue Oct 11 16:43:36 2016 +
radeonsi: Refactor image store/load intrinsic name creation
Module: Mesa
Branch: master
Commit: b33cb709fd06006d4c51824f850a4bb6d8d11f98
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b33cb709fd06006d4c51824f850a4bb6d8d11f98
Author: Tom Stellard
Date: Tue Oct 11 21:06:54 2016 +
radeonsi: Use the new image load/store intrinsic signatures
Module: Mesa
Branch: master
Commit: ff0df66e10476fdb5be90395eed300f4d32a83c3
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff0df66e10476fdb5be90395eed300f4d32a83c3
Author: Tom Stellard
Date: Tue Oct 11 20:23:52 2016 +
radeonsi: Add function for converting LLVM type to
Module: Mesa
Branch: master
Commit: a2b8346fa6c96af6b3d83b9f9ebb1f500e0da5f1
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2b8346fa6c96af6b3d83b9f9ebb1f500e0da5f1
Author: Tom Stellard
Date: Tue Jul 19 15:25:06 2016 +
radeonsi/compute: Add some more debug printfs
---
src
Module: Mesa
Branch: master
Commit: 91ec6e5664979382f3cb18ba91edc4af99f93471
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=91ec6e5664979382f3cb18ba91edc4af99f93471
Author: Tom Stellard
Date: Wed Jul 20 14:32:59 2016 +
radeonsi/compute: Use the HSA abi for non-TGSI compute
Module: Mesa
Branch: master
Commit: 63ed11cde9987e438bf28ef74879e2700971eb26
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=63ed11cde9987e438bf28ef74879e2700971eb26
Author: Tom Stellard
Date: Fri Aug 26 19:49:13 2016 +
radeonsi: Don't use global variables for tess lds
We
Module: Mesa
Branch: master
Commit: a73bf11a63ea93640c26b5701c533b06d3a6f3e9
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a73bf11a63ea93640c26b5701c533b06d3a6f3e9
Author: Tom Stellard
Date: Tue Jul 19 15:05:34 2016 +
clover: Add missing include v2
clang commit r275822
Module: Mesa
Branch: master
Commit: 106946153fb237e0867d65d53fb3a8461f3a13ee
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=106946153fb237e0867d65d53fb3a8461f3a13ee
Author: Tom Stellard
Date: Tue Jul 19 15:07:23 2016 +
clover: Re-order includes in invocation.cpp to fix build
Module: Mesa
Branch: master
Commit: 9f110a9e10694f31653b41b49845cb7c77b9a4c4
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f110a9e10694f31653b41b49845cb7c77b9a4c4
Author: Tom Stellard
Date: Fri Apr 15 23:42:10 2016 +
radeonsi: Implement ddx/ddy on VI using ds_bpermute
The
Module: Mesa
Branch: master
Commit: 128267d781ffa9cb986cb3d79a356492abc21df4
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=128267d781ffa9cb986cb3d79a356492abc21df4
Author: Tom Stellard
Date: Fri Apr 15 22:53:38 2016 +
radeonsi: Use llvm.amdgcn.mbcnt.* intrinsics instead of
Module: Mesa
Branch: master
Commit: d3427412a335ec64d05e09e040a2ddb2b9552563
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3427412a335ec64d05e09e040a2ddb2b9552563
Author: Tom Stellard
Date: Mon Apr 18 14:33:43 2016 -0400
radeonsi: Set range metadata on calls to llvm.SI.tid
The
Module: Mesa
Branch: master
Commit: b31422d970848c4f0925bdd83850393fa3f0ab8c
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b31422d970848c4f0925bdd83850393fa3f0ab8c
Author: Tom Stellard
Date: Mon Apr 18 13:10:10 2016 -0400
radeonsi: Create a helper function for computing the thread
off-by: Michel Dänzer
Reviewed-by: Tom Stellard
---
src/gallium/state_trackers/clover/llvm/invocation.cpp | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp
b/src/gallium/state_trackers/clover/llvm/invocation.cpp
index 4d11c24..3fb3
Module: Mesa
Branch: master
Commit: 4f351a6cb1cc5ac6dfb9005c386fcbce7e61ac03
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f351a6cb1cc5ac6dfb9005c386fcbce7e61ac03
Author: Tom Stellard
Date: Thu Feb 4 02:34:55 2016 +
radeon/llvm: Set the target triple on the module
Tested-by
Module: Mesa
Branch: master
Commit: 77f4e1c7ffeb9c98957f0f22c872f8ca7f93970d
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=77f4e1c7ffeb9c98957f0f22c872f8ca7f93970d
Author: Tom Stellard
Date: Thu Feb 4 19:36:50 2016 +
gallivm: Add helpers for creating and destroying
Module: Mesa
Branch: master
Commit: dc7cf07af354ccae040d533b1c46aee61872e39a
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc7cf07af354ccae040d533b1c46aee61872e39a
Author: Tom Stellard
Date: Thu Feb 4 19:37:31 2016 +
radeon/llvm: Add TargetLibraryInfo to the pass manager
Module: Mesa
Branch: master
Commit: 9adbb9e7134fdc40766710592e81cbc9c09c7aaa
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9adbb9e7134fdc40766710592e81cbc9c09c7aaa
Author: Tom Stellard
Date: Sat Nov 28 02:40:24 2015 +
clover: Handle NULL devices returned by pipe_loader_probe
Module: Mesa
Branch: master
Commit: 89851a296536b89364fe6104d13330975788f960
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=89851a296536b89364fe6104d13330975788f960
Author: Tom Stellard
Date: Mon Nov 16 20:00:12 2015 +
radeonsi/compute: Use the compiler's COMPUTE_PGM
Module: Mesa
Branch: master
Commit: 95e051091676584fd7bfba9d0316c3747bf17f35
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=95e051091676584fd7bfba9d0316c3747bf17f35
Author: Tom Stellard
Date: Mon Nov 16 19:58:32 2015 +
radeonsi: Rename si_shader::ls_rsrc{1,2} to si_shader::rsrc
Module: Mesa
Branch: master
Commit: 76cfd6f1da3748effb480e4f1151910af59fb88a
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=76cfd6f1da3748effb480e4f1151910af59fb88a
Author: Tom Stellard
Date: Thu Sep 24 15:57:02 2015 +
gallivm: Allow drivers and state trackers to initialize
Module: Mesa
Branch: master
Commit: a2e1e3d325a70604151ef093ed741e60d078a21a
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2e1e3d325a70604151ef093ed741e60d078a21a
Author: Tom Stellard
Date: Thu Sep 24 16:29:56 2015 +
radeon/llvm: Initialize gallivm targets when initializing
Module: Mesa
Branch: master
Commit: 3219b48ae5a5b1288bf1fc1325ebbc7ac9e236df
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3219b48ae5a5b1288bf1fc1325ebbc7ac9e236df
Author: Tom Stellard
Date: Wed Sep 30 15:00:39 2015 +
gallium/radeon: Use call_once() when initailizing LLVM
Module: Mesa
Branch: master
Commit: a40179f47ba11e78097ae1a839df6f3911a6749f
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a40179f47ba11e78097ae1a839df6f3911a6749f
Author: EdB
Date: Fri Jul 31 19:14:45 2015 +0200
clover: make dispatch matches functions def
Reviewed-by: Francisco J
Module: Mesa
Branch: master
Commit: 9f7a68feafc86a51a7c5165672b29cb7182da738
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f7a68feafc86a51a7c5165672b29cb7182da738
Author: Tom Stellard
Date: Mon Jul 20 06:49:05 2015 -0700
gallivm: Don't use raw_debug_ostream for dissasembling
Module: Mesa
Branch: master
Commit: a3b53beaa0351cf1322c6e1a580dc7cc3d0cad0c
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3b53beaa0351cf1322c6e1a580dc7cc3d0cad0c
Author: Tom Stellard
Date: Mon Jul 20 11:24:13 2015 -0400
gallivm: Add ifdefs so raw_debug_stream is only defined
Module: Mesa
Branch: master
Commit: 4be30fcd058209966fc72fbfa51bbe881c307ed5
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4be30fcd058209966fc72fbfa51bbe881c307ed5
Author: Tom Stellard
Date: Mon Jul 20 15:12:56 2015 +
gallivm: Initialize LLVM Modules's DataLayout to an
Module: Mesa
Branch: master
Commit: 4d35eef326e49cc8da50879d30a1c5088d4775e1
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d35eef326e49cc8da50879d30a1c5088d4775e1
Author: Tom Stellard
Date: Thu Jun 11 15:42:25 2015 +
radeon/llvm: Handle LLVM backend rename from R600 to AMDGPU
Module: Mesa
Branch: master
Commit: 3e7412233739c882548f50fe01d9f6c5f0dd4bbb
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=3e7412233739c882548f50fe01d9f6c5f0dd4bbb
Author: Tom Stellard
Date: Wed May 27 16:51:43 2015 -0700
gallivm: Only build lp_profile() body when PROFILE is
Module: Mesa
Branch: master
Commit: f546902d9597429713c83e2caf6b69856bd7ba4d
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=f546902d9597429713c83e2caf6b69856bd7ba4d
Author: Tom Stellard
Date: Thu May 7 13:57:14 2015 +
clover: Add a mutex to guard queue::queued_events
This
Module: Mesa
Branch: master
Commit: 9c4dc98b298c74015f2a7c21571bccf0a5b6cc98
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c4dc98b298c74015f2a7c21571bccf0a5b6cc98
Author: Tom Stellard
Date: Thu Mar 26 19:33:24 2015 +
clover: Fix a bug with multi-threaded events v2
It was
: Tom Stellard
---
src/gallium/state_trackers/clover/Makefile.sources |1 -
src/gallium/state_trackers/clover/api/program.cpp | 14 +-
.../state_trackers/clover/core/compiler.hpp|4 +-
src/gallium/state_trackers/clover/core/error.hpp |2 -
src/gallium/state_trackers/clover
-by: Tom Stellard
---
src/gallium/state_trackers/clover/api/program.cpp |2 +-
.../state_trackers/clover/core/compiler.hpp| 14 +--
src/gallium/state_trackers/clover/core/error.hpp |4 +-
src/gallium/state_trackers/clover/core/program.cpp |2 +-
.../state_trackers/clover
: Francisco Jerez
Reviewed-by: Tom Stellard
---
src/gallium/state_trackers/clover/Makefile.sources |1 -
src/gallium/state_trackers/clover/api/program.cpp |2 +-
.../state_trackers/clover/core/compiler.hpp|2 +-
src/gallium/state_trackers/clover/core/error.hpp |6 ++--
src
Jerez
Reviewed-by: Tom Stellard
---
src/gallium/state_trackers/clover/api/program.cpp |3 +--
src/gallium/state_trackers/clover/core/module.cpp | 21 +
src/gallium/state_trackers/clover/core/module.hpp |4 ++--
3 files changed, 24 insertions(+), 4 deletions(-)
diff
compat code
Reviewed-by: Francisco Jerez
Reviewed-by: Tom Stellard
---
src/gallium/state_trackers/clover/Makefile.am |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/gallium/state_trackers/clover/Makefile.am
b/src/gallium/state_trackers/clover/Makefile.am
index 62c13fa
ger compile with llvm <= 3.5.0 since e1d363b3.
e1d363b3 implies c++11 and llvm 3.5.0 CXXFLAGS provided it.
No one seems to have noticed it, it's now official.
Acked-by: Francisco Jerez
Reviewed-by: Tom Stellard
---
configure.ac | 32 +++-
1 file changed, 11
: Francisco Jerez
Reviewed-by: Tom Stellard
---
.../state_trackers/clover/llvm/invocation.cpp | 23 ++--
1 file changed, 2 insertions(+), 21 deletions(-)
diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp
b/src/gallium/state_trackers/clover/llvm/invocation.cpp
Module: Mesa
Branch: master
Commit: 2569c7109d466137ac2b9964db3427ccf2bbf49e
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2569c7109d466137ac2b9964db3427ccf2bbf49e
Author: Tom Stellard
Date: Mon Apr 13 12:56:37 2015 +
radeonsi: Add header and footer to shader stat dump
This
Module: Mesa
Branch: master
Commit: e0994e0f97a2078735f0b5e86cbad9f74c565c05
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0994e0f97a2078735f0b5e86cbad9f74c565c05
Author: Tom Stellard
Date: Mon Apr 13 13:25:41 2015 +
radeon/llvm: Improve codegen for KILL_IF
Rather than
Module: Mesa
Branch: master
Commit: c6d79ed289a75f13c65f011be870f7e43a0fedc7
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6d79ed289a75f13c65f011be870f7e43a0fedc7
Author: Tom Stellard
Date: Fri Apr 10 17:07:16 2015 +
radeon/llvm: Run LLVM's instruction combining pass
Module: Mesa
Branch: master
Commit: fda7558057a301a5a0ee1cb4d68f09ea39b03bb3
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fda7558057a301a5a0ee1cb4d68f09ea39b03bb3
Author: Tom Stellard
Date: Tue Mar 24 17:17:22 2015 +
clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS
Module: Mesa
Branch: master
Commit: 4c53d2acbb8b6fa48e91d7edaa81d95e19c2c40d
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=4c53d2acbb8b6fa48e91d7edaa81d95e19c2c40d
Author: Tom Stellard
Date: Sat Mar 21 00:27:16 2015 +
radeonsi/compute: Default to the same PIPE_SHADER_CAP
Module: Mesa
Branch: master
Commit: dfb1ae9d914b7723ef50fdd2efe811feebc045ad
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfb1ae9d914b7723ef50fdd2efe811feebc045ad
Author: Tom Stellard
Date: Fri Mar 20 22:19:43 2015 +
clover: Return 0 as storage size for local kernel args that
Module: Mesa
Branch: master
Commit: 769b366b83dcc12bfe06935f816023cdcfbdf578
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=769b366b83dcc12bfe06935f816023cdcfbdf578
Author: Tom Stellard
Date: Mon Mar 23 14:37:24 2015 +
gallivm: Use MCInstrInfo in the disassembler for querying
Module: Mesa
Branch: master
Commit: 9280f17e823cbdbddf30a4ae5e2de9f2d327d33c
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9280f17e823cbdbddf30a4ae5e2de9f2d327d33c
Author: Giuseppe Bilotta
Date: Sun Mar 22 07:20:59 2015 +0100
gallium: remove trailing whitespace in p_screen.h
Signe
Module: Mesa
Branch: master
Commit: 6e17936bf84c286c3540fe559838bc2a4d975539
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e17936bf84c286c3540fe559838bc2a4d975539
Author: Tom Stellard
Date: Sat Mar 21 00:44:47 2015 +
clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits
Module: Mesa
Branch: master
Commit: 7932b30892ef898ec4c74ac1f972cb462f19962b
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7932b30892ef898ec4c74ac1f972cb462f19962b
Author: Giuseppe Bilotta
Date: Sun Mar 22 07:21:02 2015 +0100
clover: use get_device_vendor instead of get_vendor
The
Module: Mesa
Branch: master
Commit: 2b12b1752ae18c468cb01e94c78544ca5783dc44
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b12b1752ae18c468cb01e94c78544ca5783dc44
Author: Tom Stellard
Date: Sat Mar 21 00:25:34 2015 +
clover: Add all the mandatory 1.1 extensions to the
Module: Mesa
Branch: master
Commit: 31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6
Author: Giuseppe Bilotta
Date: Sun Mar 22 07:21:00 2015 +0100
gallium: introduce get_device_vendor() entrypoint for pi
drivers
The only hackish ones are llvmpipe and softpipe, which currently return
the same string as for get_vendor(), while ideally they should return
the CPU vendor.
Signed-off-by: Giuseppe Bilotta
Reviewed-by: Tom Stellard
---
src/gallium/drivers/freedreno/freedreno_screen.c |8
Module: Mesa
Branch: master
Commit: 96f9cc9181403a93208cb44786c485ce44492eda
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=96f9cc9181403a93208cb44786c485ce44492eda
Author: Tom Stellard
Date: Fri Mar 20 23:55:58 2015 +
clover: Add a space at the end of
Module: Mesa
Branch: master
Commit: a646b00cfc42fecdf4f853a6fe3ddf12d7801881
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a646b00cfc42fecdf4f853a6fe3ddf12d7801881
Author: Tom Stellard
Date: Thu Mar 5 14:30:57 2015 +
clover: Return the minimum required value for
Module: Mesa
Branch: master
Commit: bbfa1c323917cc54162a64e7882cec9a7b70
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbfa1c323917cc54162a64e7882cec9a7b70
Author: Tom Stellard
Date: Fri Mar 6 14:53:00 2015 +
radeonsi/compute: Use value from compiler for
Module: Mesa
Branch: master
Commit: 51b43c559f40eed2d02a35014c86b6a3e232c6fa
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=51b43c559f40eed2d02a35014c86b6a3e232c6fa
Author: Tom Stellard
Date: Thu Feb 26 21:27:27 2015 -0500
radeonsi: Add additional information to shader dumps
This
Module: Mesa
Branch: master
Commit: c97e902a1a69892147e7649581951747f03afaee
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c97e902a1a69892147e7649581951747f03afaee
Author: Tom Stellard
Date: Wed Jul 2 15:42:43 2014 -0400
clover: Enable cl_khr_fp64 for devices that support doubles
Module: Mesa
Branch: master
Commit: a398168f7238b42c2fbecf940e09fc5ebef71f62
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a398168f7238b42c2fbecf940e09fc5ebef71f62
Author: Tom Stellard
Date: Wed Mar 4 13:09:50 2015 -0800
clover: Fix build since llvm r231270
---
src/gallium
formats
This fixes piglit when using PIGLIT_PLATFORM=gbm
Tom Stellard:
- Fix ARGB2101010 format
Cc: "10.4 10.5"
Reviewed-by: Alex Deucher
Reviewed-by: Chad Versace
---
src/egl/drivers/dri2/platform_drm.c | 16 +++-
1 file changed, 11 insertions(+), 5 deletions(-)
di
Module: Mesa
Branch: master
Commit: 75514555aa0061299034bf15b5df31ab6746c0e5
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=75514555aa0061299034bf15b5df31ab6746c0e5
Author: Tom Stellard
Date: Thu Feb 26 18:20:06 2015 -0500
clover: Don't unconditionally define cl_khr_fp64
Module: Mesa
Branch: master
Commit: ed07255149d7cffac07615e946289b3d683faa4b
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=ed07255149d7cffac07615e946289b3d683faa4b
Author: Tom Stellard
Date: Tue Feb 24 19:43:43 2015 -0500
pipe-loader: Fix build with dri drivers enabled, and vl
Module: Mesa
Branch: master
Commit: da85ab4b655a28cec33a81dae78ebe375fef9aa1
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=da85ab4b655a28cec33a81dae78ebe375fef9aa1
Author: Tom Stellard
Date: Thu Feb 26 23:25:14 2015 +
radeonsi/compute: Enable PIPE_SHADER_CAP_DOUBLES v2
v2
)
Reviewed-by: Tom Stellard
Signed-off-by: Shawn Starr
---
src/gallium/state_trackers/clover/llvm/invocation.cpp |9 +
1 file changed, 9 insertions(+)
diff --git a/src/gallium/state_trackers/clover/llvm/invocation.cpp
b/src/gallium/state_trackers/clover/llvm/invocation.cpp
index 0794e61
Module: Mesa
Branch: master
Commit: 5935edd47c3b2a7a3047da5ad03c4d82e082628b
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5935edd47c3b2a7a3047da5ad03c4d82e082628b
Author: Marek Olšák
Date: Tue Jan 27 14:52:37 2015 +
radeonsi: Avoid leaking memory when rebuilding shader states
Module: Mesa
Branch: master
Commit: 32206c5e560cea8c992ec983e7f5324493385ead
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=32206c5e560cea8c992ec983e7f5324493385ead
Author: Tom Stellard
Date: Fri Jan 23 22:54:43 2015 +
radeonsi: Add radeon_shader_binary member to struct
Module: Mesa
Branch: master
Commit: 2397a721291457c146c7f4bcd48adcb3b2d979bd
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2397a721291457c146c7f4bcd48adcb3b2d979bd
Author: Tom Stellard
Date: Wed Dec 10 09:13:59 2014 -0500
radeonsi: Enable VGPR spilling for all shader types v5
v2
Module: Mesa
Branch: master
Commit: 37559f8dfcaa9bcbfff2d9fa0a0bd2fe4564e635
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=37559f8dfcaa9bcbfff2d9fa0a0bd2fe4564e635
Author: Tom Stellard
Date: Fri Jan 23 22:54:08 2015 +
radeonsi/compute: Rename si_compute::program to si_compute
Module: Mesa
Branch: master
Commit: 5dcd97f25c217450c9e3e0441246187219a01eca
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dcd97f25c217450c9e3e0441246187219a01eca
Author: Tom Stellard
Date: Tue Jan 27 16:35:21 2015 +
radeonsi/compute: Allocate the scratch buffer during state
Module: Mesa
Branch: master
Commit: 9cbb9165b9454ccc7f2a6702ce71bc5cd9faba02
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cbb9165b9454ccc7f2a6702ce71bc5cd9faba02
Author: Jan Vesely
Date: Sun Jan 25 16:11:40 2015 -0500
clover: Fix build with llvm after r226981
Bugzilla: https://b
Module: Mesa
Branch: master
Commit: 73bc0fdb6f65ddb481cf525bf354e1a16bea4d75
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=73bc0fdb6f65ddb481cf525bf354e1a16bea4d75
Author: Tom Stellard
Date: Tue Dec 9 20:05:44 2014 -0500
radeonsi/compute: Use relocs for scratch pointer rather
Module: Mesa
Branch: master
Commit: 5667aa58c49221a919526db08aab7da5bd2b3a5d
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=5667aa58c49221a919526db08aab7da5bd2b3a5d
Author: Tom Stellard
Date: Wed Jan 14 10:01:29 2015 -0500
radeon: Add a helper function for freeing members of
Module: Mesa
Branch: master
Commit: 17a2f11a06026f931112d21a9808b04287d16546
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=17a2f11a06026f931112d21a9808b04287d16546
Author: Tom Stellard
Date: Wed Jan 7 15:51:48 2015 -0500
radeonsi: Re-enable LLVM IR dumps
This was inadvertently
Module: Mesa
Branch: master
Commit: dfdaf3eb7edac939f5d1a32db2968944852b28fa
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfdaf3eb7edac939f5d1a32db2968944852b28fa
Author: Tom Stellard
Date: Tue Dec 9 20:03:50 2014 -0500
radeon: Teach radeon_elf_read() how to parse reloc
Module: Mesa
Branch: master
Commit: e28f9d0e60468db429e75a27443f7df52da224a2
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e28f9d0e60468db429e75a27443f7df52da224a2
Author: Tom Stellard
Date: Wed Jan 7 13:49:12 2015 -0500
radeonsi: Fix crash when destroying si_screen
We were
Module: Mesa
Branch: master
Commit: 761e36b4caab4e8e09a4c2b1409a825902fc7d2c
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=761e36b4caab4e8e09a4c2b1409a825902fc7d2c
Author: Tom Stellard
Date: Wed Oct 15 12:24:30 2014 -0400
radeonsi: Cache LLVMTargetMachine object in si_screen
Module: Mesa
Branch: master
Commit: a8ef880a1b38cbcfc26e9f829338739d16cece99
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8ef880a1b38cbcfc26e9f829338739d16cece99
Author: Tom Stellard
Date: Tue Dec 23 10:26:23 2014 -0500
radeon/llvm: Use amdgcn triple for SI+ on LLVM >=
Module: Mesa
Branch: master
Commit: c16436149c1ca78f86ba992977fe6083b732bc1d
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c16436149c1ca78f86ba992977fe6083b732bc1d
Author: Tom Stellard
Date: Fri Dec 5 23:59:11 2014 +
radeonsi/compute: Clamp COMPUTE_TMPRING_SIZE.WAVES to
Module: Mesa
Branch: master
Commit: 0e1c085f17fdd774ff6b060dd03422e74ea3e2cc
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e1c085f17fdd774ff6b060dd03422e74ea3e2cc
Author: Tom Stellard
Date: Fri Dec 5 23:59:10 2014 +
winsys/radeon: Always report at least 1 compute unit
All
Module: Mesa
Branch: master
Commit: 67dcbcd92cb9877a04747d6cf7fef14c2b8af8b3
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=67dcbcd92cb9877a04747d6cf7fef14c2b8af8b3
Author: Tom Stellard
Date: Tue Sep 9 15:18:57 2014 -0400
radeonsi: Program RASTER_CONFIG for harvested GPUs v5
ff-by: Jan Vesely
Reviewed-by: Tom Stellard
---
src/gallium/drivers/r600/r600_llvm.c |1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/r600/r600_llvm.c
b/src/gallium/drivers/r600/r600_llvm.c
index 3a3ee3a..a928fb8 100644
--- a/src/gallium/drivers/r600/r600_llvm.c
+++
-by: Tom Stellard
---
src/gallium/drivers/r600/r600_llvm.c |1 +
1 file changed, 1 insertion(+)
diff --git a/src/gallium/drivers/r600/r600_llvm.c
b/src/gallium/drivers/r600/r600_llvm.c
index e8cae00..3a3ee3a 100644
--- a/src/gallium/drivers/r600/r600_llvm.c
+++ b/src/gallium/drivers/r600
Module: Mesa
Branch: master
Commit: 745b1f550339b3adbf272a28b9d0c767a86ff2fb
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=745b1f550339b3adbf272a28b9d0c767a86ff2fb
Author: EdB
Date: Fri Nov 7 10:30:40 2014 +0100
clover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
clCompileProgra
Module: Mesa
Branch: master
Commit: 0cae7ea2719a939cf91de03a1bfeeeca08ec98a4
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cae7ea2719a939cf91de03a1bfeeeca08ec98a4
Author: Tom Stellard
Date: Wed Nov 12 12:28:34 2014 -0500
Revert "clover: Fix build after llvm r221375"
Th
Module: Mesa
Branch: master
Commit: cd93d82ba9ec8cd8e4f54bbee16d7b47c542de71
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=cd93d82ba9ec8cd8e4f54bbee16d7b47c542de71
Author: Jan Vesely
Date: Thu Nov 6 11:46:41 2014 -0500
clover: Fix build after llvm r221375
Reviewed-by: Tom
Module: Mesa
Branch: master
Commit: 263eb7fa39a16bcce7d64a4b8343c6adbc3e916c
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=263eb7fa39a16bcce7d64a4b8343c6adbc3e916c
Author: Tom Stellard
Date: Mon Nov 3 09:14:01 2014 -0500
clover: Fix clBuildProgram piglit regression
Should
Module: Mesa
Branch: master
Commit: b9e41b587fb15458c9b0c21b10d421d882083e27
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9e41b587fb15458c9b0c21b10d421d882083e27
Author: Tom Stellard
Date: Fri Oct 31 16:26:52 2014 -0400
r600g: Fix build with opencl and radeonsi disabled
Module: Mesa
Branch: master
Commit: e5468dfa523be2a7a0d04bb9efcf8ae780957563
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5468dfa523be2a7a0d04bb9efcf8ae780957563
Author: Tom Stellard
Date: Tue Oct 21 10:31:56 2014 -0400
clover: Factor input validation of clCompileProgram into a
Module: Mesa
Branch: master
Commit: e91735a641b71bc2bccabd0c779a626fa412b314
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e91735a641b71bc2bccabd0c779a626fa412b314
Author: Tom Stellard
Date: Mon Sep 29 09:36:42 2014 -0700
gallium/radeon: Add query for symbol specific config
Module: Mesa
Branch: master
Commit: 1f4e48d5b53e73605832971f3fb06cb3402f97a5
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=1f4e48d5b53e73605832971f3fb06cb3402f97a5
Author: Tom Stellard
Date: Thu Sep 25 18:11:24 2014 -0700
radeonsi/compute: Enable PIPE_SHADER_IR_NATIVE for compute
Module: Mesa
Branch: master
Commit: 64b0fac5e25370224b383c748f1a56b4ef1eb2d6
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=64b0fac5e25370224b383c748f1a56b4ef1eb2d6
Author: Tom Stellard
Date: Tue Oct 21 10:33:21 2014 -0400
clover: Fix bug when binary programs are passed to
Module: Mesa
Branch: master
Commit: fa07f4b68a20e54e1766876203b11a8b90ff120f
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fa07f4b68a20e54e1766876203b11a8b90ff120f
Author: Tom Stellard
Date: Thu Sep 25 18:10:44 2014 -0700
r600g/compute: Enable PIPE_SHADER_IR_NATIVE for compute
Module: Mesa
Branch: master
Commit: e1d363b3ffbfb85133a6871c63068a4ba841b2cd
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1d363b3ffbfb85133a6871c63068a4ba841b2cd
Author: Tom Stellard
Date: Tue Sep 30 10:32:33 2014 -0400
clover: Add environment variables for dumping kernel code
Module: Mesa
Branch: master
Commit: dc39b32c9bc967a26f745e7ebebcbc4c44c83f20
URL:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc39b32c9bc967a26f745e7ebebcbc4c44c83f20
Author: Tom Stellard
Date: Thu Sep 25 09:04:25 2014 -0400
clover: Factor kernel argument parsing into its own
1 - 100 of 896 matches
Mail list logo