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
*
clover: Fix build against LLVM 3.8 SVN >= r255078
Michel Dänzer
2015-12-10
1
-0
/
+4
*
clover: Handle NULL devices returned by pipe_loader_probe() v2
Tom Stellard
2015-12-01
1
-1
/
+2
*
clover: fix tgsi compiler crash with invalid src
Serge Martin
2015-11-26
1
-0
/
+5
*
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
2015-11-21
2
-2
/
+1
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
1
-1
/
+0
*
st/clover: provide a path for drivers to call through to pfn_notify
Ilia Mirkin
2015-11-05
4
-4
/
+36
*
clover: fix building fix clang-3.8
Laurent Carlier
2015-10-29
1
-1
/
+5
*
clover: Implement clCreateImage?D w/ clCreateImage.
Serge Martin
2015-09-28
1
-52
/
+8
*
clover: Implement CL1.2 clCreateImage().
Serge Martin
2015-09-28
1
-10
/
+91
*
clover: Move down canonicalization of memory object flags into validate_flags().
Francisco Jerez
2015-09-28
1
-39
/
+40
*
clover: Avoid using typename to allow compilation of clover by clang
Albert Freeman
2015-09-10
1
-1
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
*
clover: fix llvm 3.5 build error
Zoltan Gilian
2015-08-21
1
-12
/
+21
*
st/clover: Fix build against LLVM 3.8 SVN r244928
Michel Dänzer
2015-08-14
1
-0
/
+2
*
clover: Stub missing CL 1.2 functions.
Serge Martin (EdB)
2015-08-07
6
-8
/
+65
*
clover: handle setKernelArg errors
Zoltan Gilian
2015-08-03
1
-0
/
+15
*
clover: fix image resource depth and array_size
Zoltan Gilian
2015-08-03
2
-1
/
+2
*
clover: pass image attributes to the kernel
Zoltan Gilian
2015-08-03
4
-11
/
+171
*
clover: move find_kernels to functions
Zoltan Gilian
2015-08-03
1
-13
/
+15
*
clover: make dispatch matches functions def
EdB
2015-07-31
1
-5
/
+18
*
gallium: add new limits for shader buffers and images
Marek Olšák
2015-07-16
1
-2
/
+2
*
clover: little OpenCL status code logging clean
EdB
2015-07-16
5
-25
/
+32
*
gallium: use fence_finish instead of fence_signalled in state trackers
Marek Olšák
2015-07-05
1
-1
/
+1
*
clover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE
Grigori Goronzy
2015-06-29
3
-1
/
+7
*
mesa: Enable subdir-objects globally.
Matt Turner
2015-06-26
1
-2
/
+0
*
clover: clarify and fix the EGL interop error case
Marek Olšák
2015-06-05
1
-1
/
+6
*
clover: Log build options when dumping clc source.
EdB
2015-05-27
1
-1
/
+1
*
clover: Build fix for FreeBSD.
Koop Mast
2015-05-26
1
-0
/
+1
*
clover: try userptr for CL_MEM_USE_HOST_PTR
Grigori Goronzy
2015-05-24
2
-4
/
+15
*
clover: implement CL_MEM_ALLOC_HOST_PTR
Grigori Goronzy
2015-05-24
1
-0
/
+4
*
clover: Implement locking of the wait_count, _chain and _status members of ev...
Francisco Jerez
2015-05-12
1
-0
/
+8
*
clover: Wrap event::_status in a method to prevent unlocked access.
Francisco Jerez
2015-05-12
2
-7
/
+12
*
clover: Refactor event::trigger and ::abort to prevent deadlock and reentranc...
Francisco Jerez
2015-05-12
2
-12
/
+34
*
clover: Fix a bug with multi-threaded events v2
Tom Stellard
2015-05-11
2
-3
/
+17
*
clover: Add a mutex to guard queue::queued_events
Tom Stellard
2015-05-11
2
-0
/
+4
*
gallium,clover: add OpenCL interoperability support for CL events
Marek Olšák
2015-04-30
3
-0
/
+73
*
clover: remove util/compat
EdB
2015-04-29
12
-367
/
+56
*
clover: make module::symbol::name a string
EdB
2015-04-29
3
-4
/
+24
*
clover: remove compat::string
EdB
2015-04-29
7
-129
/
+26
*
clover: remove compat classes that match std one
EdB
2015-04-29
6
-70
/
+6
*
clover: compile all sources with c++11
EdB
2015-04-29
1
-1
/
+2
*
clover: remove pre llvm 3.5.0 compatibility code
EdB
2015-04-20
1
-21
/
+2
*
clover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STATUS when compilation fa...
Tom Stellard
2015-03-31
1
-0
/
+2
*
clover: Return 0 as storage size for local kernel args that are not set v2
Tom Stellard
2015-03-23
1
-1
/
+1
*
clover: use get_device_vendor instead of get_vendor
Giuseppe Bilotta
2015-03-23
1
-1
/
+1
*
clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytes
Tom Stellard
2015-03-23
1
-0
/
+3
*
clover: Add all the mandatory 1.1 extensions to the extension string
Tom Stellard
2015-03-23
1
-1
/
+7
*
clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSION
Tom Stellard
2015-03-23
1
-1
/
+1
*
clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2
Tom Stellard
2015-03-09
1
-1
/
+4
*
clover: Enable cl_khr_fp64 for devices that support doubles v4
Tom Stellard
2015-03-05
3
-3
/
+25
[next]