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
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Fix build after llvm r221375
Jan Vesely
2014-11-06
1
-0
/
+4
*
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
2
-6
/
+14
*
clover: Factor input validation of clCompileProgram into a new function v2
Tom Stellard
2014-10-31
1
-10
/
+23
*
clover: use correct typenames for compat::pair's first/second
Emil Velikov
2014-10-23
1
-2
/
+2
*
gallivm,llvmpipe,clover: Bump required LLVM version to 3.3.
José Fonseca
2014-10-23
1
-35
/
+1
*
clover: Fix build error with LLVM 3.4.
Vinson Lee
2014-10-21
1
-1
/
+3
*
clover: Don't return CL_INVALID_VALUE if there is no header.
EdB
2014-10-20
1
-1
/
+1
*
clover: Add allow_empty_tag.
EdB
2014-10-20
1
-0
/
+18
*
clover: Add initial implementation of clCompileProgram for CL 1.2.
EdB
2014-10-20
7
-16
/
+77
*
clover: Add a simple compat::pair.
EdB
2014-10-20
1
-0
/
+9
*
clover/util: Allow using key_equals with pair-like objects other than std::pair.
Francisco Jerez
2014-10-20
1
-2
/
+2
*
clover/util: Define equality operators for a couple of compat classes.
Francisco Jerez
2014-10-20
1
-13
/
+30
*
clover/util: Fix construction of compat::vector with a general container as a...
Francisco Jerez
2014-10-20
1
-2
/
+4
*
clover: Add environment variables for dumping kernel code v2
Tom Stellard
2014-10-16
1
-11
/
+75
*
clover: Register an llvm diagnostic handler v3
Tom Stellard
2014-10-16
1
-0
/
+25
*
clover: Add support for compiling to native object code v3
Tom Stellard
2014-10-16
1
-9
/
+203
*
clover: Factor kernel argument parsing into its own function v2
Tom Stellard
2014-10-16
1
-81
/
+92
*
clover: Fix regression in module serialization
Tom Stellard
2014-10-14
1
-0
/
+1
*
clover: Fix unintended fall-through in kernel::argument::bind.
Francisco Jerez
2014-10-12
1
-0
/
+3
*
clover: Append implicit arguments to the kernel argument list.
Jan Vesely
2014-10-12
1
-13
/
+29
*
clover: Pass execution dimensions and offset to the kernel as implicit argume...
Francisco Jerez
2014-10-12
2
-25
/
+70
*
clover: Add semantic information to module::argument for implicit parameter p...
Francisco Jerez
2014-10-12
1
-4
/
+12
*
clover: Use unreachable() from util/macros.h instead of assert(0).
Francisco Jerez
2014-10-11
3
-4
/
+4
*
clover: Add support to mem objects for multiple destructor callbacks v2
Tom Stellard
2014-09-22
2
-5
/
+8
*
st/clover: ship Doxyfile in the release tarball
Emil Velikov
2014-09-05
1
-0
/
+2
*
clover/util: Null-terminate the result of compat::string::c_str().
Francisco Jerez
2014-09-05
1
-1
/
+3
*
clover/util: Implement compat::string using aggregation instead of inheritance.
Francisco Jerez
2014-09-05
1
-5
/
+71
*
clover/util: Have compat::vector track separate size and capacity.
Francisco Jerez
2014-09-05
2
-27
/
+44
*
clover: Use conversion operator to initialize build log from compat::string.
Francisco Jerez
2014-09-05
1
-2
/
+2
*
st/clover: sort the sources list
Emil Velikov
2014-08-28
2
-48
/
+52
*
st/clover: Fix build against LLVM SVN >= r216583
Michel Dänzer
2014-08-28
1
-0
/
+5
*
st/clover: Change platform name from Default to Clover
Aaron Watry
2014-08-22
1
-1
/
+1
*
st/clover: Fix build against LLVM SVN >= r215967 v2
Michel Dänzer
2014-08-21
1
-2
/
+14
*
clover: Refuse to build a program if there are kernel objects attached to it.
Francisco Jerez
2014-08-18
5
-3
/
+18
*
clover/util: Pass initial count value to ref_counter constructor.
Francisco Jerez
2014-08-18
1
-2
/
+2
*
clover/util: Implement minimalist reference to clover::ref_counter object.
Francisco Jerez
2014-08-18
1
-0
/
+45
*
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
2
-0
/
+14
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-1
/
+1
*
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
3
-1
/
+8
*
clover: Call end_query before getting timestamp result v2
Tom Stellard
2014-07-17
1
-0
/
+1
*
clover: Fix not setting build log if the build succeeds v2
Matt Arsenault
2014-07-02
5
-13
/
+24
*
clover: Have compat::string allocate its own memory.
Francisco Jerez
2014-07-02
2
-5
/
+7
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
1
-1
/
+1
*
clover: Calculate the serialized size of a module efficiently.
Francisco Jerez
2014-06-19
3
-4
/
+34
[next]