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
/
api
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
clover: Calculate the serialized size of a module efficiently.
Francisco Jerez
2014-06-19
1
-4
/
+1
*
clover: query driver for the max number of compute units
Bruno Jiménez
2014-06-12
1
-1
/
+1
*
clover: Add a stub implementation of clCreateImage() v3
Tom Stellard
2014-05-02
4
-2
/
+21
*
clover: Query drivers for max clock frequency
Tom Stellard
2014-04-29
1
-1
/
+1
*
clover: Stub implementation of CL 1.2 sub-devices.
EdB
2014-04-29
3
-4
/
+66
*
clover: Add clEnqueue{Marker, Barrier}WithWaitList.
EdB
2014-04-29
2
-7
/
+43
*
clover: Avoid warnings from references to deprecated CL 1.1 APIs.
Francisco Jerez
2014-04-29
1
-0
/
+2
*
clover: Fix typo in validate_object()
Tom Stellard
2014-03-21
1
-1
/
+1
*
clover: Fix region size error checking in some buffer transfer commands.
Francisco Jerez
2014-03-18
1
-5
/
+16
*
clover: Unabbreviate a few data accessor names for consistency.
Francisco Jerez
2014-02-21
4
-12
/
+12
*
clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...
Francisco Jerez
2014-02-21
4
-36
/
+35
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
7
-35
/
+35
*
clover: Some improvements for the intrusive pointer class.
Francisco Jerez
2014-02-21
1
-4
/
+4
*
clover: Store map result into a temporary vector in clCreateProgramWithBinary.
Francisco Jerez
2014-01-15
1
-1
/
+1
*
clover: Use cl_ulong in the maximum allocation size calculation to avoid over...
Francisco Jerez
2014-01-14
1
-1
/
+1
*
clover: Add parameter checks to clCreateBuffer.
Jan Vesely
2013-12-18
1
-1
/
+13
*
clover: Optionally return context's devices from clGetProgramInfo()
Tom Stellard
2013-11-18
1
-2
/
+6
*
clover: Support multiple devices in clCreateContextFromType() v2
Tom Stellard
2013-11-15
1
-3
/
+9
*
clover: Calculate optimal work group size when it's not specified by the user.
Francisco Jerez
2013-11-04
1
-13
/
+28
*
clover: Constify some command_queue arguments.
Francisco Jerez
2013-11-04
1
-4
/
+4
*
clover: Use context device list for error checking in clGetProgramBuildInfo.
Francisco Jerez
2013-10-29
1
-1
/
+1
*
clover: Query maximum kernel block size from the device instead of the kernel...
Francisco Jerez
2013-10-24
1
-4
/
+6
*
clover: Improve region and pitch argument handling in memory transfer APIs.
Francisco Jerez
2013-10-21
1
-130
/
+270
*
clover: Implement support for the ICD extension.
Francisco Jerez
2013-10-21
13
-75
/
+1026
*
clover: Clean up the kernel and program object interface.
Francisco Jerez
2013-10-21
2
-41
/
+29
*
clover: Clean up the interface of the context object slightly.
Francisco Jerez
2013-10-21
3
-9
/
+9
*
clover: Define a few convenience equality operators.
Francisco Jerez
2013-10-21
3
-5
/
+5
*
clover: Add property list helpers with a syntax consistent with other API obj...
Francisco Jerez
2013-10-21
2
-43
/
+8
*
clover: Switch samplers to the new model.
Francisco Jerez
2013-10-21
1
-23
/
+21
*
clover: Switch memory objects to the new model.
Francisco Jerez
2013-10-21
2
-199
/
+179
*
clover: Switch kernel and program objects to the new model.
Francisco Jerez
2013-10-21
2
-202
/
+171
*
clover: Switch command queues to the new model.
Francisco Jerez
2013-10-21
4
-184
/
+194
*
clover: Switch event objects to the new model.
Francisco Jerez
2013-10-21
3
-144
/
+158
*
clover: Switch context objects to the new model.
Francisco Jerez
2013-10-21
6
-77
/
+64
[next]