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
/
program.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-4
/
+33
*
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: Add clUnloadPlatformCompiler.
EdB
2014-07-28
1
-0
/
+5
*
clover: Add clCreateProgramWithBuiltInKernels.
EdB
2014-07-28
1
-0
/
+22
*
clover: Calculate the serialized size of a module efficiently.
Francisco Jerez
2014-06-19
1
-4
/
+1
*
clover: Unabbreviate a few data accessor names for consistency.
Francisco Jerez
2014-02-21
1
-6
/
+6
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
1
-10
/
+10
*
clover: Store map result into a temporary vector in clCreateProgramWithBinary.
Francisco Jerez
2014-01-15
1
-1
/
+1
*
clover: Optionally return context's devices from clGetProgramInfo()
Tom Stellard
2013-11-18
1
-2
/
+6
*
clover: Use context device list for error checking in clGetProgramBuildInfo.
Francisco Jerez
2013-10-29
1
-1
/
+1
*
clover: Implement support for the ICD extension.
Francisco Jerez
2013-10-21
1
-8
/
+8
*
clover: Clean up the kernel and program object interface.
Francisco Jerez
2013-10-21
1
-19
/
+17
*
clover: Clean up the interface of the context object slightly.
Francisco Jerez
2013-10-21
1
-6
/
+6
*
clover: Switch kernel and program objects to the new model.
Francisco Jerez
2013-10-21
1
-62
/
+55
*
clover: Switch context objects to the new model.
Francisco Jerez
2013-10-21
1
-13
/
+9
*
clover: Switch device objects to the new model.
Francisco Jerez
2013-10-21
1
-16
/
+17
*
clover: Clean up property query functions by using a new property_buffer help...
Francisco Jerez
2013-10-21
1
-24
/
+40
*
clover: Switch to the new utility code.
Francisco Jerez
2013-10-21
1
-16
/
+12
*
mesa: Restore 78-column wrapping of license text in C++-style comments.
Kenneth Graunke
2013-04-23
1
-4
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
clover: Add support for compiler flags
Tom Stellard
2012-12-13
1
-2
/
+5
*
clover: No need for clover::is_zero() to be a functor.
Francisco Jerez
2012-10-19
1
-1
/
+1
*
clover: Handle NULL devs argument in clBuildProgram
Tom Stellard
2012-07-01
1
-5
/
+10
*
clover: Import OpenCL state tracker.
Francisco Jerez
2012-05-11
1
-0
/
+241