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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Use switch when creating kernel arguments.
Jan Vesely
2014-12-10
1
-25
/
+19
*
clover: Fix bug when binary programs are passed to clBuildProgram() v2
Tom Stellard
2014-10-31
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
4
-5
/
+12
*
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: 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
2
-4
/
+3
*
clover: Add support to mem objects for multiple destructor callbacks v2
Tom Stellard
2014-09-22
2
-5
/
+8
*
clover/util: Have compat::vector track separate size and capacity.
Francisco Jerez
2014-09-05
1
-2
/
+2
*
clover: Use conversion operator to initialize build log from compat::string.
Francisco Jerez
2014-09-05
1
-2
/
+2
*
clover: Refuse to build a program if there are kernel objects attached to it.
Francisco Jerez
2014-08-18
4
-3
/
+15
*
clover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
Bruno Jiménez
2014-08-08
1
-0
/
+2
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-1
/
+1
*
clover: Query the device to see if images are supported
Tom Stellard
2014-07-25
2
-0
/
+7
*
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
3
-7
/
+11
*
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
2
-0
/
+33
*
clover: Optimize module serialization for vectors of fundamental types.
Francisco Jerez
2014-06-19
1
-1
/
+22
*
clover: query driver for the max number of compute units
Bruno Jiménez
2014-06-12
2
-0
/
+7
*
clover: Destory pipe_screen when device does not support compute v2
Tom Stellard
2014-05-09
1
-1
/
+4
*
clover: Query drivers for max clock frequency
Tom Stellard
2014-04-29
2
-0
/
+7
*
clover: Document that the *obj*() helpers already take care of object validat...
Francisco Jerez
2014-04-05
1
-4
/
+6
*
clover: Pass buffer offsets to the driver in set_global_binding() v3
Tom Stellard
2014-02-24
1
-4
/
+14
*
clover: Unabbreviate a few data accessor names for consistency.
Francisco Jerez
2014-02-21
5
-16
/
+16
*
clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...
Francisco Jerez
2014-02-21
1
-1
/
+1
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
21
-128
/
+136
*
clover: Some improvements for the intrusive pointer class.
Francisco Jerez
2014-02-21
4
-8
/
+6
*
clover: Fix up NULL constant pointer arguments.
Francisco Jerez
2014-02-21
1
-1
/
+2
*
clover: Don't crash on NULL global buffer objects.
Jan Vesely
2014-01-22
1
-11
/
+23
*
pipe-loader: add support for non-pci (platform) devices
Emil Velikov
2014-01-18
1
-0
/
+2
*
clover: Don't try to build programs created from a binary again.
Francisco Jerez
2014-01-15
2
-19
/
+22
*
clover: Add missing fields to the clover::module serialization code.
Francisco Jerez
2014-01-15
1
-0
/
+3
*
clover: Append buffers that use CL_MEM_USE_HOST_PTR.
Jan Vesely
2013-12-18
1
-1
/
+1
*
clover: Calculate optimal work group size when it's not specified by the user.
Francisco Jerez
2013-11-04
2
-2
/
+16
*
clover: Query maximum kernel block size from the device instead of the kernel...
Francisco Jerez
2013-10-24
2
-6
/
+0
*
clover: fix build after a3ed98f7aa85636579a5696bf036ec13e5c9104a
David Heidelberger
2013-10-23
1
-3
/
+4
*
clover: Add a pixel_size() method to the image class.
Francisco Jerez
2013-10-21
2
-0
/
+7
*
clover: Implement support for the ICD extension.
Francisco Jerez
2013-10-21
1
-3
/
+12
*
clover: Fix memory leak when initializing a device object fails.
Francisco Jerez
2013-10-21
1
-1
/
+3
*
clover: Tidy up resource::mapping.
Francisco Jerez
2013-10-21
2
-11
/
+9
*
clover: Simplify command_queue::flush().
Francisco Jerez
2013-10-21
2
-11
/
+10
*
clover: Clean up the kernel and program object interface.
Francisco Jerez
2013-10-21
6
-95
/
+110
*
clover: Clean up the interface of the context object slightly.
Francisco Jerez
2013-10-21
3
-18
/
+14
*
clover: Delete copy constructors and assignment operators in all non-copiable...
Francisco Jerez
2013-10-21
11
-22
/
+44
*
clover: Define a few convenience equality operators.
Francisco Jerez
2013-10-21
7
-0
/
+42
*
clover: Simplify the platform object by using util/range.
Francisco Jerez
2013-10-21
3
-28
/
+8
*
clover: Add property list helpers with a syntax consistent with other API obj...
Francisco Jerez
2013-10-21
3
-7
/
+83
[next]