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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipe-loader: remove config from pipe_loader_create_screen
Nicolai Hähnle
2017-08-04
1
-1
/
+1
*
clover: Fix build after llvm r309911
Jan Vesely
2017-08-03
2
-1
/
+7
*
gallium: add pipe_screen_config to screen_create functions
Nicolai Hähnle
2017-08-02
1
-1
/
+1
*
gallium: allow passing 'unsigned flags' to create_screen()
Marek Olšák
2017-06-23
1
-1
/
+1
*
clover/device: Get device/host unified memory from pipe driver
Aaron Watry
2017-06-13
3
-1
/
+7
*
clover: Fix build since clang r301442
Jan Vesely
2017-04-27
2
-1
/
+3
*
st/clover: add space between < and ::
Emil Velikov
2017-04-21
6
-17
/
+17
*
clover: Add missing include to compat header
Jan Vesely
2017-04-13
1
-0
/
+1
*
clover: Fix build against clang SVN >= r299965
Michel Dänzer
2017-04-13
2
-1
/
+7
*
st/clover: Fix build after shrink of pipe_box
Aaron Watry
2017-04-05
1
-3
/
+3
*
clover: use pipe_resource references
Jan Vesely
2017-03-24
2
-3
/
+9
*
clover: Work around build failure with AltiVec.
Matt Turner
2017-03-02
1
-0
/
+3
*
clover: Dump linked binary to a different file
Jan Vesely
2017-02-27
1
-2
/
+6
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-2
/
+1
*
clover: automake: remove -I$(srcdir)
Emil Velikov
2017-01-27
1
-2
/
+1
*
clover: automake: include builddir prior to srcdir
Emil Velikov
2017-01-27
1
-1
/
+1
*
clover: Fix build against clang SVN >= r293097
Michel Dänzer
2017-01-27
1
-1
/
+8
*
clover: Check for executables before enqueueing a kernel
Pierre Moreau
2017-01-11
1
-1
/
+4
*
clover: Use Clang's diagnostics
Vedran Miletić
2016-12-24
1
-1
/
+6
*
clover: Restore support for LLVM <= 3.9.
Vedran Miletić
2016-11-24
2
-6
/
+21
*
clover: adapt to new error API since LLVM r286752
Vedran Miletić
2016-11-14
1
-2
/
+8
*
clover: fix building since llvm r286566
Laurent Carlier
2016-11-11
1
-0
/
+5
*
clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
Serge Martin
2016-11-06
10
-11
/
+35
*
clover: add missing clGetDeviceInfo CL1.2 queries
Serge Martin
2016-11-06
3
-0
/
+35
*
clover: Implement clGetExtensionFunctionAddressForPlatform.
Serge Martin
2016-10-30
3
-1
/
+21
*
clover: Introduce CLOVER_EXTRA_*_OPTIONS environment variables
Vedran Miletić
2016-10-30
1
-3
/
+7
*
clover: Pass unquoted compiler arguments to Clang
Vedran Miletić
2016-10-30
1
-4
/
+36
*
clover: fix getting scalar args api size
Serge Martin
2016-09-16
1
-4
/
+3
*
st/clover: Define __OPENCL_VERSION__ on the device side
Niels Ole Salscheider
2016-09-10
1
-0
/
+3
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
2
-6
/
+2
*
clover: Use device cap to query pointer size instead of hardcoded 32bits
Jan Vesely
2016-08-29
3
-1
/
+8
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
1
-2
/
+2
*
clover: make GCC 4.8 happy
Dieter Nützel
2016-07-27
1
-1
/
+1
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-3
/
+7
*
clover: Re-order includes in invocation.cpp to fix build
Tom Stellard
2016-07-20
1
-7
/
+17
*
clover: Add missing include v2
Tom Stellard
2016-07-20
1
-0
/
+1
*
clover/api: Implement clLinkProgram per-device binary presence validation rule.
Francisco Jerez
2016-07-11
1
-2
/
+31
*
clover: Add clLinkProgram (CL 1.2).
Serge Martin
2016-07-11
1
-4
/
+27
*
clover: Trivial cleanups for api/program.cpp.
Francisco Jerez
2016-07-11
1
-9
/
+8
*
clover/core: Remove compiler.hpp.
Francisco Jerez
2016-07-11
4
-37
/
+3
*
clover/llvm: Get rid of compile_program_llvm().
Francisco Jerez
2016-07-11
2
-18
/
+0
*
clover: Provide separate program methods for compilation and linking.
Francisco Jerez
2016-07-11
3
-12
/
+42
*
clover: Unify program::build_* into a single method returning a struct.
Francisco Jerez
2016-07-11
4
-50
/
+39
*
clover: Change program::build opts argument to std::string.
Serge Martin
2016-07-11
2
-3
/
+3
*
clover: Define error subclass to signal build option parse failure.
Francisco Jerez
2016-07-11
3
-3
/
+11
*
clover: Move back to using build_error to signal compilation failure.
Francisco Jerez
2016-07-11
5
-17
/
+17
*
clover: Override ret_object.
Serge Martin
2016-07-11
1
-0
/
+11
*
clover/tgsi: Add stub link_program() function.
Francisco Jerez
2016-07-11
2
-0
/
+9
*
clover/tgsi: Move compiler entry point declaration into tgsi directory and na...
Francisco Jerez
2016-07-11
5
-7
/
+42
*
clover/llvm: Implement the -create-library linker option.
Francisco Jerez
2016-07-11
2
-24
/
+44
[next]