index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
clover
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Initialize Asm Parsers
Jan Vesely
2020-01-21
1
-0
/
+1
*
clover/spirv: allow Int64 Atomics for supported devices
Karol Herbst
2019-12-11
1
-0
/
+6
*
clover/nir: set spirv environment to OpenCL
Karol Herbst
2019-12-11
1
-0
/
+1
*
clover/nir: treat UniformConstant as global memory
Karol Herbst
2019-12-11
2
-1
/
+2
*
clover/llvm: fix build after llvm 10 commit 1dfede3122ee
Aaron Watry
2019-11-15
2
-4
/
+20
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
2
-2
/
+2
*
clover: fix the nir_serialize build failure
Marek Olšák
2019-10-10
1
-1
/
+1
*
clover: Remove unused code
Matt Turner
2019-10-09
1
-17
/
+0
*
clover: use iterator_range in get_kernel_nodes
Greg V
2019-10-09
1
-2
/
+2
*
meson: use idep_nir instead of libnir in libclnir
Eric Engestrom
2019-10-07
1
-2
/
+2
*
clover: eliminate "ignoring attributes on template argument" warning
Karol Herbst
2019-09-25
1
-1
/
+10
*
clover/codegen: remove unused get_symbol_offsets function
Karol Herbst
2019-09-25
1
-12
/
+0
*
clover/llvm: remove harmful std::move call
Karol Herbst
2019-09-25
1
-1
/
+1
*
clover/nir: fix compilation with g++-5.5 and maybe earlier
Karol Herbst
2019-09-23
1
-10
/
+7
*
clover: add support for passing kernels as nir to the driver
Karol Herbst
2019-09-21
6
-7
/
+245
*
clover: prepare supporting multiple IRs
Karol Herbst
2019-09-21
3
-6
/
+64
*
clover: add support for drivers having no proper binary format
Karol Herbst
2019-09-21
1
-2
/
+3
*
clover/functional: add id_equals helper
Karol Herbst
2019-09-21
1
-0
/
+15
*
rename pipe_llvm_program_header to pipe_binary_program_header
Karol Herbst
2019-09-21
2
-3
/
+3
*
gallium: add blob field to pipe_llvm_program_header
Karol Herbst
2019-09-21
1
-2
/
+1
*
clover/llvm: Add functions for compiling from source to SPIR-V
Pierre Moreau
2019-09-21
3
-17
/
+92
*
clover/llvm: Add options for dumping SPIR-V binaries
Pierre Moreau
2019-09-21
3
-1
/
+37
*
clover/spirv: Add functions for parsing arguments, linking programs, etc.
Pierre Moreau
2019-09-21
2
-5
/
+608
*
clover/spirv: Add functions for validating SPIR-V binaries
Pierre Moreau
2019-09-21
4
-1
/
+168
*
meson: Check for SPIRV-Tools and llvm-spirv
Pierre Moreau
2019-09-21
1
-2
/
+7
*
gallium: Require LLVM >= 3.9
Adam Jackson
2019-09-11
1
-30
/
+0
*
clover: replace more complex 3.x version check with LLVM_VERSION_MAJOR/MINOR
Eric Engestrom
2019-09-06
1
-2
/
+3
*
clover: replace major llvm version checks with LLVM_VERSION_MAJOR
Eric Engestrom
2019-09-06
2
-17
/
+19
*
clover: Fix build after clang r370122.
Hal Gentz
2019-09-04
2
-2
/
+16
*
clover: Fix build after clang r367864
Jan Vesely
2019-08-06
1
-2
/
+8
*
Revert "meson: Add support for using cmake for finding LLVM"
Dylan Baker
2019-06-28
1
-8
/
+5
*
meson: Add support for using cmake for finding LLVM
Dylan Baker
2019-06-27
1
-5
/
+8
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-1
/
+2
*
Delete autotools
Dylan Baker
2019-04-15
1
-61
/
+0
*
clover: Fix indentation issues
Pierre Moreau
2019-02-26
2
-34
/
+34
*
clover: Only use devices supporting IR_NATIVE
Pierre Moreau
2019-02-26
1
-1
/
+2
*
clover: Move platform extensions definitions to clover/platform.cpp
Pierre Moreau
2019-02-26
3
-2
/
+9
*
clover: Move device extensions definitions to core/device.cpp
Pierre Moreau
2019-02-26
3
-10
/
+16
*
clover: Validate program and library linking options
Pierre Moreau
2019-02-26
1
-0
/
+35
*
clover: Disallow creating libraries from other libraries
Pierre Moreau
2019-02-26
1
-3
/
+18
*
clover/api: Fail if trying to build a non-executable binary
Pierre Moreau
2019-02-26
1
-0
/
+7
*
clover/api: Rework the validation of devices for building
Pierre Moreau
2019-02-26
2
-10
/
+11
*
clover: Add an helper for checking if an IR is supported
Pierre Moreau
2019-02-26
2
-0
/
+7
*
clover: Remove the TGSI backend as unused
Pierre Moreau
2019-02-26
7
-196
/
+9
*
clover: Avoid warnings from new OpenCL headers
Pierre Moreau
2019-02-26
4
-0
/
+10
*
clover: update ICD table to support everything up to 2.2
Karol Herbst
2019-02-26
2
-1
/
+218
*
include/CL: Update to the latest OpenCL 2.2 headers
Pierre Moreau
2019-02-26
1
-0
/
+5
*
clover/meson: Ignore 'svn' suffix when computing CLANG_RESOURCE_DIR
Pierre Moreau
2019-01-08
1
-1
/
+1
*
meson: Override C++ standard to gnu++11 when building with altivec on ppc64
Dylan Baker
2018-12-28
1
-0
/
+3
*
clover: Fix build after clang r348827
Jan Vesely
2018-12-16
1
-1
/
+6
[next]