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
/
program.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: rename 'state tracker' to 'frontend'
Marek Olšák
2020-05-13
1
-479
/
+0
*
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: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
Serge Martin
2016-11-06
1
-1
/
+7
*
clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variables
Vedran Miletić
2016-10-30
1
-3
/
+7
*
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: Stub missing CL 1.2 functions.
Serge Martin (EdB)
2015-08-07
1
-0
/
+10
*
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: 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
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