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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: expose cl_arm_shared_virtual_memory for devices with SVM support
Karol Herbst
2020-04-15
1
-1
/
+2
*
clover: implement SVM functions for devices with fine grained system SVM support
Karol Herbst
2020-04-15
2
-1
/
+9
*
clover: implement clSetKernelArgSVMPointer
Karol Herbst
2020-04-15
2
-0
/
+20
*
clover: implement CL_DEVICE_SVM_CAPABILITIES
Karol Herbst
2020-04-15
2
-0
/
+24
*
Revert "gallium: make handles of set_global_binding 64 bit"
Karol Herbst
2020-03-10
1
-2
/
+2
*
gallium: make handles of set_global_binding 64 bit
Karol Herbst
2020-03-10
1
-2
/
+2
*
clover/meson: Define OpenCL header macros
Pierre Moreau
2020-01-23
2
-2
/
+0
*
clover: Use the dispatch table type from the OpenCL headers
Pierre Moreau
2020-01-23
1
-1
/
+1
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
2
-2
/
+2
*
clover: add support for passing kernels as nir to the driver
Karol Herbst
2019-09-21
3
-6
/
+30
*
clover: prepare supporting multiple IRs
Karol Herbst
2019-09-21
2
-6
/
+63
*
clover: add support for drivers having no proper binary format
Karol Herbst
2019-09-21
1
-2
/
+3
*
gallium: Redefine the max texture 2d cap from _LEVELS to _SIZE.
Eric Anholt
2019-05-13
1
-1
/
+2
*
clover: Fix indentation issues
Pierre Moreau
2019-02-26
1
-2
/
+2
*
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
2
-0
/
+7
*
clover: Move device extensions definitions to core/device.cpp
Pierre Moreau
2019-02-26
2
-0
/
+15
*
clover/api: Rework the validation of devices for building
Pierre Moreau
2019-02-26
1
-1
/
+2
*
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
2
-17
/
+6
*
clover: Avoid warnings from new OpenCL headers
Pierre Moreau
2019-02-26
2
-0
/
+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: 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: Add explicit virtual destructor to argument class
Jan Vesely
2018-05-05
1
-0
/
+1
*
clover: Allow overriding platform/device version numbers
Aaron Watry
2018-03-05
1
-2
/
+7
*
clover/llvm: Use device in llvm compilation instead of copying fields
Aaron Watry
2018-03-05
1
-4
/
+3
*
clover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IR
Timothy Arceri
2018-02-10
1
-2
/
+9
*
clover: Query and export int64 atomics
Jan Vesely
2017-09-27
2
-0
/
+7
*
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: Query and export half precision support
Jan Vesely
2017-09-18
2
-0
/
+7
*
clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in device
Aaron Watry
2017-08-21
2
-0
/
+7
*
clover/device: Move device_version into core and add device_clc_version
Aaron Watry
2017-08-05
2
-0
/
+12
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
1
-1
/
+1
*
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
2
-0
/
+6
*
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
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-2
/
+1
*
clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
Serge Martin
2016-11-06
4
-3
/
+18
*
clover: add missing clGetDeviceInfo CL1.2 queries
Serge Martin
2016-11-06
2
-0
/
+12
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
2
-6
/
+2
*
clover: Use device cap to query pointer size instead of hardcoded 32bits
Jan Vesely
2016-08-29
2
-0
/
+7
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-2
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-3
/
+7
*
clover/core: Remove compiler.hpp.
Francisco Jerez
2016-07-11
2
-35
/
+2
*
clover/llvm: Get rid of compile_program_llvm().
Francisco Jerez
2016-07-11
1
-7
/
+0
[next]