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 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
*
clover: Optimize module serialization for vectors of fundamental types.
Francisco Jerez
2014-06-19
1
-1
/
+22
*
clover: Don't use llvm's global context
Tom Stellard
2014-06-19
1
-6
/
+9
*
clover: Prevent Clang from printing number of errors and warnings to stderr.
Tom Stellard
2014-06-19
1
-0
/
+5
*
clover: query driver for the max number of compute units
Bruno Jiménez
2014-06-12
3
-1
/
+8
*
clover: Destory pipe_screen when device does not support compute v2
Tom Stellard
2014-05-09
1
-1
/
+4
*
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
3
-1
/
+8
*
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: Align kernel argument sizes to nearest power of 2
Jan Vesely
2014-04-29
1
-7
/
+16
*
clover: Avoid warnings from references to deprecated CL 1.1 APIs.
Francisco Jerez
2014-04-29
1
-0
/
+2
*
clover: Update OpenCL headers to version 1.2 from Khronos.
Francisco Jerez
2014-04-29
1
-2
/
+6
*
clover: Document that the *obj*() helpers already take care of object validat...
Francisco Jerez
2014-04-05
1
-4
/
+6
*
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: Fix build against LLVM SVN r203065 or newer
Michel Dänzer
2014-03-07
1
-0
/
+4
*
clover: Use correct LLVM version in #if for DataLayout construction
Tom Stellard
2014-03-04
1
-1
/
+1
*
clover: Fix building with latest llvm
Bruno Jiménez
2014-03-03
1
-3
/
+2
*
Re-commit 'clover: Fix build with LLVM 3.5'
Tom Stellard
2014-02-25
1
-1
/
+3
*
Revert "Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa"
Timothy Arceri
2014-02-26
1
-3
/
+1
*
clover: Fix build with LLVM 3.5
Tom Stellard
2014-02-25
1
-1
/
+3
*
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
9
-28
/
+28
*
clover: Replace the transfer(new ...) idiom with a safer create(...) helper f...
Francisco Jerez
2014-02-21
6
-56
/
+43
*
clover: Migrate a bunch of pointers and references in the object tree to smar...
Francisco Jerez
2014-02-21
29
-163
/
+179
*
clover: Allow storing a range into a container of different (but compatible) ...
Francisco Jerez
2014-02-21
1
-7
/
+7
*
clover: Define an intrusive smart reference class.
Francisco Jerez
2014-02-21
1
-0
/
+66
*
clover: Some improvements for the intrusive pointer class.
Francisco Jerez
2014-02-21
6
-30
/
+45
*
clover: Fix up NULL constant pointer arguments.
Francisco Jerez
2014-02-21
1
-1
/
+2
*
st/clover: use VISIBILITY_CXXFLAGS where approapriate
Emil Velikov
2014-02-11
1
-3
/
+3
*
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: Fix clover::keys and ::values to deal with r-value references properly.
Francisco Jerez
2014-01-15
1
-6
/
+6
*
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: 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: Remove unused variable
Aaron Watry
2013-12-23
1
-1
/
+0
*
clover: Append buffers that use CL_MEM_USE_HOST_PTR.
Jan Vesely
2013-12-18
1
-1
/
+1
*
clover: Add parameter checks to clCreateBuffer.
Jan Vesely
2013-12-18
1
-1
/
+13
*
clover: Fix missing minus sign in 'iterator_adaptor::operator-='.
Francisco Jerez
2013-12-02
1
-1
/
+1
*
clover: Optionally return context's devices from clGetProgramInfo()
Tom Stellard
2013-11-18
1
-2
/
+6
*
clover: Remove dead file from Makefile.sources.
Matt Turner
2013-11-15
1
-1
/
+0
*
clover: Support multiple devices in clCreateContextFromType() v2
Tom Stellard
2013-11-15
1
-3
/
+9
*
clover: Fix the const variant of adaptor_range::end to deal with mismatching ...
Francisco Jerez
2013-11-12
1
-1
/
+2
*
clover: Calculate optimal work group size when it's not specified by the user.
Francisco Jerez
2013-11-04
5
-15
/
+176
[next]