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
*
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
*
clover: clarify and fix the EGL interop error case
Marek Olšák
2015-06-05
1
-1
/
+6
*
gallium,clover: add OpenCL interoperability support for CL events
Marek Olšák
2015-04-30
1
-0
/
+64
*
clover: remove util/compat
EdB
2015-04-29
1
-6
/
+8
*
clover: make module::symbol::name a string
EdB
2015-04-29
1
-2
/
+1
*
clover: remove compat::string
EdB
2015-04-29
1
-1
/
+1
*
clover: remove compat classes that match std one
EdB
2015-04-29
1
-1
/
+1
*
clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytes
Tom Stellard
2015-03-23
1
-0
/
+3
*
clover: Add all the mandatory 1.1 extensions to the extension string
Tom Stellard
2015-03-23
1
-1
/
+7
*
clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSION
Tom Stellard
2015-03-23
1
-1
/
+1
*
clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2
Tom Stellard
2015-03-09
1
-1
/
+4
*
clover: Enable cl_khr_fp64 for devices that support doubles v4
Tom Stellard
2015-03-05
1
-3
/
+18
*
clover: Set appropriate flag defaults on memory object creation.
Francisco Jerez
2015-02-24
1
-8
/
+18
*
clover: Add CL_MEM_HOST_* flag checks.
EdB
2015-02-24
2
-7
/
+34
*
clover: Factor out memory object flags validation to a helper function.
Francisco Jerez
2015-02-24
1
-34
/
+32
*
clover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
EdB
2014-12-02
1
-0
/
+2
*
clover: Fix clBuildProgram piglit regression
Tom Stellard
2014-11-03
1
-4
/
+4
*
clover: Fix bug when binary programs are passed to clBuildProgram() v2
Tom Stellard
2014-10-31
1
-5
/
+13
*
clover: Factor input validation of clCompileProgram into a new function v2
Tom Stellard
2014-10-31
1
-10
/
+23
*
clover: Don't return CL_INVALID_VALUE if there is no header.
EdB
2014-10-20
1
-1
/
+1
*
clover: Add initial implementation of clCompileProgram for CL 1.2.
EdB
2014-10-20
2
-5
/
+34
*
st/clover: Change platform name from Default to Clover
Aaron Watry
2014-08-22
1
-1
/
+1
*
clover: Refuse to build a program if there are kernel objects attached to it.
Francisco Jerez
2014-08-18
1
-0
/
+3
*
clover: clGetProgramInfo support for OpenCL 1.2.
EdB
2014-08-17
1
-0
/
+11
*
clover: Flush the command queue in clReleaseCommandQueue()
Tom Stellard
2014-08-13
1
-1
/
+5
*
clover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
Bruno Jiménez
2014-08-08
1
-0
/
+12
*
clover: Add checks for image support to the image functions v2
Tom Stellard
2014-07-28
3
-0
/
+12
*
clover: Add clUnloadPlatformCompiler.
EdB
2014-07-28
2
-1
/
+6
*
clover: Add clCreateProgramWithBuiltInKernels.
EdB
2014-07-28
2
-1
/
+23
*
clover: Query the device to see if images are supported
Tom Stellard
2014-07-25
1
-1
/
+1
*
clover: Have compat::string allocate its own memory.
Francisco Jerez
2014-07-02
1
-1
/
+3
[next]