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: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for blocking copies
Tom Stellard
2013-08-26
1
-1
/
+1
*
st/clover: Add event to deps even if it has been triggered
Niels Ole Salscheider
2013-08-26
1
-1
/
+1
*
st/clover: Profiling support
Niels Ole Salscheider
2013-08-26
3
-18
/
+142
*
clover: Added missing address space checking of kernel parameters v2
Jonathan Charest
2013-07-30
1
-15
/
+31
*
st/clover: Allow double precision operations
Niels Ole Salscheider
2013-07-25
1
-0
/
+1
*
clover: Respect kernel argument alignment restrictions.
Francisco Jerez
2013-07-22
2
-2
/
+19
*
clover: Extend kernel arguments for differing host and device data types.
Francisco Jerez
2013-07-22
2
-4
/
+56
*
clover: Byte-swap kernel arguments when host and device endianness differ.
Francisco Jerez
2013-07-22
1
-37
/
+65
*
clover: Add kernel argument fields to allow differing host/target data types.
Francisco Jerez
2013-07-22
1
-2
/
+23
*
clover: Pass corresponding module::argument to kernel::argument::bind().
Francisco Jerez
2013-07-22
2
-84
/
+61
*
clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
Tom Stellard
2013-07-22
3
-1
/
+8
*
clover: Don't segfault when compiling a program with no kernel
Tom Stellard
2013-06-28
1
-0
/
+7
*
clover: Fix build with LLVM 3.4
Tom Stellard
2013-06-27
1
-6
/
+6
*
gallium: fix type of flags in pipe_context::flush()
Chia-I Wu
2013-05-04
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C++-style comments.
Kenneth Graunke
2013-04-23
41
-164
/
+164
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
41
-41
/
+41
*
clover: Fix usage of incorrect object as destination in clEnqueueCopyBufferTo...
Francisco Jerez
2013-04-13
1
-1
/
+1
*
clover: Define platform class and merge with device_registry.
Francisco Jerez
2013-04-13
8
-68
/
+155
*
clover: Add missing fields to the module serializer.
Francisco Jerez
2013-04-13
1
-0
/
+2
*
gallium: PIPE_COMPUTE_CAP_IR_TARGET - allow drivers to specify a processor v2
Tom Stellard
2013-04-05
1
-5
/
+13
*
clover: Fix build with LLVM 3.3
Mike Lothian
2013-04-01
1
-1
/
+2
*
clover: add dynamic_cast results checking down in clSetKernelArgument() code ...
Dmitry Cherkassov
2013-03-24
1
-0
/
+12
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
3
-4
/
+3
*
clover: Fix build with LLVM 3.3 v2
Tom Stellard
2013-02-28
1
-8
/
+39
*
Clean up .gitignore files
Matt Turner
2013-01-10
1
-1
/
+0
*
targets/pipe-loader: Convert to automake
Matt Turner
2013-01-10
1
-1
/
+1
*
clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...
Johannes Obermayr
2013-01-08
2
-3
/
+4
*
clover: Fix build after the addition of enum pipe_flush_flags
Tom Stellard
2013-01-04
1
-1
/
+1
*
gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flag
Marek Olšák
2013-01-04
1
-1
/
+1
*
clover: Fix build since removal of pipe_surface::usage
Tom Stellard
2012-12-13
1
-1
/
+0
*
clover: Add support for compiler flags
Tom Stellard
2012-12-13
5
-12
/
+71
*
clover: Don't erase build info of devices not being built
Tom Stellard
2012-12-13
1
-2
/
+2
*
clover: Install CL headers.
Johannes Obermayr
2012-12-10
1
-0
/
+10
*
clover: Fix build with clang 3.2
Tom Stellard
2012-11-16
1
-1
/
+6
*
clover: No need for clover::is_zero() to be a functor.
Francisco Jerez
2012-10-19
5
-10
/
+8
*
clover: Fix build with LLVM 3.2
Tom Stellard
2012-10-11
1
-1
/
+10
*
gallium: unify transfer functions
Marek Olšák
2012-10-11
1
-8
/
+3
*
clover: Fix build with libclang v3.2
Tom Stellard
2012-09-25
1
-0
/
+5
*
clover: Query device for CL_DEVICE_MAX_MEM_ALLOC_SIZE v2
Tom Stellard
2012-09-25
3
-1
/
+9
*
clover: Handle multiple kernels in the same program v2
Blaž Tomažič
2012-09-25
1
-33
/
+33
*
clover: Silence narrowing conversion warnings in resource.cpp.
Francisco Jerez
2012-09-24
1
-3
/
+3
*
clover: Handle NULL value for clEnqueueNDRangeKernel local_work_size
Tom Stellard
2012-09-24
1
-7
/
+6
*
clover: Initialize height and depth to 1 for transfers
Tom Stellard
2012-09-21
1
-1
/
+1
*
clover: Accept CL_MEM_READ_WRITE flag
Blaž Tomažič
2012-08-24
1
-4
/
+4
*
clover: Handle NULL devs argument in clBuildProgram
Tom Stellard
2012-07-01
1
-5
/
+10
*
clover: Define non-templated copy constructor for clover::ref_ptr.
Francisco Jerez
2012-07-01
1
-2
/
+1
*
clover: Add a function internalizer pass before LTO v2
Tom Stellard
2012-06-29
1
-10
/
+49
*
clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIR
Tom Stellard
2012-06-22
1
-1
/
+1
*
clover: Add function for building a clover::module for non-TGSI targets v6
Tom Stellard
2012-06-01
3
-14
/
+158
*
clover: Remove target argument from compile_program_tgsi()
Tom Stellard
2012-06-01
3
-5
/
+3
[next]