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: 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
*
clover: Query and export half precision support
Jan Vesely
2017-09-18
3
-3
/
+18
*
clover: Fix build after LLVM r313390
Jan Vesely
2017-09-15
2
-1
/
+11
*
clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in device
Aaron Watry
2017-08-21
3
-1
/
+9
*
clover/event: Include additional event statuses for clSetEventCallback
Aaron Watry
2017-08-15
1
-1
/
+2
*
clover/device: Move device_version into core and add device_clc_version
Aaron Watry
2017-08-05
3
-2
/
+14
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
1
-1
/
+1
*
clover: Fix build after llvm r309911
Jan Vesely
2017-08-03
2
-1
/
+7
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
1
-1
/
+1
*
clover/device: Get device/host unified memory from pipe driver
Aaron Watry
2017-06-13
3
-1
/
+7
*
clover: Fix build since clang r301442
Jan Vesely
2017-04-27
2
-1
/
+3
*
st/clover: add space between < and ::
Emil Velikov
2017-04-21
6
-17
/
+17
*
clover: Add missing include to compat header
Jan Vesely
2017-04-13
1
-0
/
+1
*
clover: Fix build against clang SVN >= r299965
Michel Dänzer
2017-04-13
2
-1
/
+7
*
st/clover: Fix build after shrink of pipe_box
Aaron Watry
2017-04-05
1
-3
/
+3
*
clover: use pipe_resource references
Jan Vesely
2017-03-24
2
-3
/
+9
*
clover: Work around build failure with AltiVec.
Matt Turner
2017-03-02
1
-0
/
+3
*
clover: Dump linked binary to a different file
Jan Vesely
2017-02-27
1
-2
/
+6
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-2
/
+1
*
clover: automake: remove -I$(srcdir)
Emil Velikov
2017-01-27
1
-2
/
+1
*
clover: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
clover: Fix build against clang SVN >= r293097
Michel Dänzer
2017-01-27
1
-1
/
+8
*
clover: Check for executables before enqueueing a kernel
Pierre Moreau
2017-01-11
1
-1
/
+4
*
clover: Use Clang's diagnostics
Vedran Miletić
2016-12-24
1
-1
/
+6
*
clover: Restore support for LLVM <= 3.9.
Vedran Miletić
2016-11-24
2
-6
/
+21
*
clover: adapt to new error API since LLVM r286752
Vedran Miletić
2016-11-14
1
-2
/
+8
*
clover: fix building since llvm r286566
Laurent Carlier
2016-11-11
1
-0
/
+5
[next]