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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
14
-4201
/
+0
*
clover: implement cl_arm_shared_virtual_memory
Karol Herbst
2020-04-15
6
-54
/
+287
*
clover: implement SVM functions for devices with fine grained system SVM support
Karol Herbst
2020-04-15
3
-19
/
+239
*
clover: implement clSetKernelArgSVMPointer
Karol Herbst
2020-04-15
1
-3
/
+9
*
clover: implement CL_DEVICE_SVM_CAPABILITIES
Karol Herbst
2020-04-15
1
-0
/
+4
*
clover: add stubs for SVM
Karol Herbst
2020-04-15
4
-10
/
+117
*
clover: add trivial clCreateCommandQueueWithProperties implementation
Karol Herbst
2020-02-04
2
-1
/
+22
*
clover/meson: Define OpenCL header macros
Pierre Moreau
2020-01-23
1
-9
/
+0
*
clover: Use the dispatch table type from the OpenCL headers
Pierre Moreau
2020-01-23
2
-929
/
+3
*
clover: Move platform extensions definitions to clover/platform.cpp
Pierre Moreau
2019-02-26
1
-2
/
+2
*
clover: Move device extensions definitions to core/device.cpp
Pierre Moreau
2019-02-26
1
-10
/
+1
*
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
1
-9
/
+9
*
clover: Avoid warnings from new OpenCL headers
Pierre Moreau
2019-02-26
1
-0
/
+7
*
clover: update ICD table to support everything up to 2.2
Karol Herbst
2019-02-26
2
-1
/
+218
*
bin: always define MESA_GIT_SHA1 to make it directly usable in code
Eric Engestrom
2018-08-16
2
-10
/
+2
*
clover: Fix host access validation for sub-buffer creation
Aaron Watry
2018-04-19
1
-2
/
+7
*
clover: Allow overriding platform/device version numbers
Aaron Watry
2018-03-05
1
-3
/
+7
*
clover: Query and export int64 atomics
Jan Vesely
2017-09-27
1
-2
/
+4
*
clover: Wait for requested operation if blocking flag is set
Jan Vesely
2017-09-20
1
-2
/
+28
*
clover: Query and export half precision support
Jan Vesely
2017-09-18
1
-3
/
+11
*
clover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN in device
Aaron Watry
2017-08-21
1
-1
/
+2
*
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
1
-2
/
+2
*
clover/device: Get device/host unified memory from pipe driver
Aaron Watry
2017-06-13
1
-1
/
+1
*
clover: Check for executables before enqueueing a kernel
Pierre Moreau
2017-01-11
1
-1
/
+4
*
clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
Serge Martin
2016-11-06
1
-1
/
+7
*
clover: add missing clGetDeviceInfo CL1.2 queries
Serge Martin
2016-11-06
1
-0
/
+23
*
clover: Implement clGetExtensionFunctionAddressForPlatform.
Serge Martin
2016-10-30
3
-1
/
+21
*
clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variables
Vedran Miletić
2016-10-30
1
-3
/
+7
*
clover: Use device cap to query pointer size instead of hardcoded 32bits
Jan Vesely
2016-08-29
1
-1
/
+1
*
clover/api: Implement clLinkProgram per-device binary presence validation rule.
Francisco Jerez
2016-07-11
1
-2
/
+31
*
clover: Add clLinkProgram (CL 1.2).
Serge Martin
2016-07-11
1
-4
/
+27
*
clover: Trivial cleanups for api/program.cpp.
Francisco Jerez
2016-07-11
1
-9
/
+8
*
clover: Provide separate program methods for compilation and linking.
Francisco Jerez
2016-07-11
1
-2
/
+6
*
clover: Unify program::build_* into a single method returning a struct.
Francisco Jerez
2016-07-11
1
-5
/
+5
*
clover: Define error subclass to signal build option parse failure.
Francisco Jerez
2016-07-11
1
-2
/
+4
*
clover: Move back to using build_error to signal compilation failure.
Francisco Jerez
2016-07-11
1
-2
/
+3
*
clover: Override ret_object.
Serge Martin
2016-07-11
1
-0
/
+11
*
clover: conditionally use MESA_GIT_SHA1
Emil Velikov
2016-07-05
2
-2
/
+8
*
clover: Update OpenCL version string to match OpenGL
Vedran Miletić
2016-06-13
2
-2
/
+6
*
st/clover: provide a path for drivers to call through to pfn_notify
Ilia Mirkin
2015-11-05
1
-1
/
+6
*
clover: Implement clCreateImage?D w/ clCreateImage.
Serge Martin
2015-09-28
1
-52
/
+8
*
clover: Implement CL1.2 clCreateImage().
Serge Martin
2015-09-28
1
-10
/
+91
*
clover: Move down canonicalization of memory object flags into validate_flags().
Francisco Jerez
2015-09-28
1
-39
/
+40
*
clover: Stub missing CL 1.2 functions.
Serge Martin (EdB)
2015-08-07
6
-8
/
+65
*
clover: make dispatch matches functions def
EdB
2015-07-31
1
-5
/
+18
*
clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE
Grigori Goronzy
2015-06-29
1
-1
/
+1
[next]