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: Switch context objects to the new model.
Francisco Jerez
2013-10-21
13
-103
/
+91
*
clover: Switch device objects to the new model.
Francisco Jerez
2013-10-21
9
-140
/
+139
*
clover: Switch platform objects to the new model.
Francisco Jerez
2013-10-21
7
-46
/
+47
*
clover: Define helper classes for the new object model.
Francisco Jerez
2013-10-21
20
-107
/
+398
*
clover: Clean up property query functions by using a new property_buffer help...
Francisco Jerez
2013-10-21
12
-263
/
+547
*
clover: Switch to the new utility code.
Francisco Jerez
2013-10-21
17
-717
/
+152
*
clover: Name include guards consistently.
Francisco Jerez
2013-10-21
17
-34
/
+34
*
clover: Replace a bunch of double underscores with single underscores.
Francisco Jerez
2013-10-21
27
-206
/
+208
*
clover: Clean up the event profiling code.
Francisco Jerez
2013-10-21
8
-121
/
+228
*
clover: Import new utility library.
Francisco Jerez
2013-10-21
12
-1
/
+2157
*
clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAX
Tom Stellard
2013-10-21
1
-1
/
+1
*
clover: Link libclc before running any optimizations
Tom Stellard
2013-10-16
1
-27
/
+13
*
clover: fix building with llvm-3.4 since rev191922
Laurent Carlier
2013-10-07
1
-1
/
+5
*
clover: remove bind_compute_sampler_states() calls
Brian Paul
2013-10-03
1
-8
/
+6
*
clover: use pipe_context::bind_sampler_states() if non-null
Brian Paul
2013-10-03
1
-2
/
+7
*
st/clover: consolidate CPP sources list into Makefile.sources
Emil Velikov
2013-10-01
2
-40
/
+43
*
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
[next]