index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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
*
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
*
clover: add missing meson build dependency
Eric Engestrom
2018-10-29
1
-1
/
+1
*
bin: always define MESA_GIT_SHA1 to make it directly usable in code
Eric Engestrom
2018-08-16
2
-10
/
+2
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+1
*
clover: Reduce wait_count in abort path.
Jan Vesely
2018-07-26
1
-1
/
+3
*
clover: Don't extend illegal integer types.
Jan Vesely
2018-07-26
2
-2
/
+13
*
clover: Report error when pipe driver fails to create compute state
Jan Vesely
2018-07-17
1
-0
/
+4
*
clover: Catch errors from executing event action
Jan Vesely
2018-07-17
1
-1
/
+3
*
clover: Cleanup compat code for llvm < 3.9
Jan Vesely
2018-05-29
3
-121
/
+20
*
clover: Fix build after llvm r332881.
Jan Vesely
2018-05-29
2
-2
/
+12
*
clover: Add explicit virtual destructor to argument class
Jan Vesely
2018-05-05
1
-0
/
+1
*
clover: Fix host access validation for sub-buffer creation
Aaron Watry
2018-04-19
1
-2
/
+7
*
clover/llvm: Fix build against LLVM/Clang 4.0
Aaron Watry
2018-03-21
2
-1
/
+3
*
clover: Dynamically calculate __OPENCL_VERSION__ and CLC language version
Aaron Watry
2018-03-21
1
-2
/
+5
*
clover/llvm: Add get_[cl|language]_version, validation and some helpers
Aaron Watry
2018-03-21
1
-0
/
+88
*
clover: Allow overriding platform/device version numbers
Aaron Watry
2018-03-05
2
-5
/
+14
*
clover/llvm: Pass device down to compile
Aaron Watry
2018-03-05
1
-4
/
+3
*
clover: Pass device to llvm::create_compiler_instance
Aaron Watry
2018-03-05
1
-4
/
+5
*
clover/llvm: Use device in llvm compilation instead of copying fields
Aaron Watry
2018-03-05
3
-17
/
+15
*
clover: Fix build after llvm r325155 and r325160
Jan Vesely
2018-02-15
3
-2
/
+30
*
clover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IR
Timothy Arceri
2018-02-10
1
-2
/
+9
*
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
2018-02-01
3
-13
/
+0
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-1
/
+1
*
meson: build clover
Dylan Baker
2018-01-08
1
-0
/
+122
*
clover: use the unified check for c++11 instead of the gcc version number
Gert Wollny
2017-11-08
1
-3
/
+3
*
clover: Fix compilation after clang r315871
Jan Vesely
2017-10-25
2
-5
/
+12
*
clover: Query and export int64 atomics
Jan Vesely
2017-09-27
3
-2
/
+11
*
clover: Wait for requested operation if blocking flag is set
Jan Vesely
2017-09-20
1
-2
/
+28
*
clover: Run the associated action before an event is signalled.
Francisco Jerez
2017-09-20
2
-11
/
+12
*
clover: Wrap event::wait_count in a method taking care of the required locking.
Francisco Jerez
2017-09-20
2
-8
/
+14
*
clover: add missing include to compat.h
Jan Vesely
2017-09-18
1
-0
/
+1
[next]