st/clover: add space between < and ::
[mesa.git] / src / gallium / state_trackers / clover / core /
2017-04-05 Aaron Watryst/clover: Fix build after shrink of pipe_box
2017-03-24 Jan Veselyclover: use pipe_resource references
2017-02-02 Nicolai Hähnlegallium: turn PIPE_SHADER_CAP_DOUBLES into a screen...
2016-11-06 Serge Martinclover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
2016-11-06 Serge Martinclover: add missing clGetDeviceInfo CL1.2 queries
2016-09-08 Marek Olšákgallium: remove PIPE_BIND_TRANSFER_READ/WRITE
2016-08-29 Jan Veselyclover: Use device cap to query pointer size instead...
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-12 Francisco Jerezclover/core: Remove compiler.hpp.
2016-07-12 Francisco Jerezclover/llvm: Get rid of compile_program_llvm().
2016-07-12 Francisco Jerezclover: Provide separate program methods for compilatio...
2016-07-12 Francisco Jerezclover: Unify program::build_* into a single method...
2016-07-12 Serge Martinclover: Change program::build opts argument to std...
2016-07-12 Francisco Jerezclover: Define error subclass to signal build option...
2016-07-12 Francisco Jerezclover: Move back to using build_error to signal compil...
2016-07-12 Francisco Jerezclover/tgsi: Move compiler entry point declaration...
2016-07-08 Nicolai Hähnlegallium: add async flag to pipe_debug_callback
2016-07-02 Hans de Goedeclover: Pass work_dim parameter of clEnqueueNDRangeKern...
2016-05-16 Jan Veselyclover: grid_offset should be padded with 0 not 1
2016-04-04 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-04-01 Bas Nieuwenhuizengallium: distinguish between shader IR in get_compute_param
2016-04-01 Bas Nieuwenhuizengallium: add global buffer memory barrier bit
2016-04-01 Bas Nieuwenhuizengallium: add compute shader IR type
2016-03-15 Jason EkstrandMerge remote-tracking branch 'public/master' into vulkan
2016-03-14 Hans de Goedeclover: Fix pipe_grid_info.indirect not being initialized.
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-14 Serge Martinclover: fix build failure since bfd695e
2016-02-13 Samuel Pitoisetgallium: add a new interface for pipe_context::launch_g...
2015-12-11 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-12-01 Tom Stellardclover: Handle NULL devices returned by pipe_loader_pro...
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-21 Emil Velikovgallium: remove library_path argument from pipe_loader_...
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-05 Ilia Mirkinst/clover: provide a path for drivers to call through...
2015-08-26 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-03 Zoltan Gilianclover: handle setKernelArg errors
2015-08-03 Zoltan Gilianclover: fix image resource depth and array_size
2015-08-03 Zoltan Gilianclover: pass image attributes to the kernel
2015-07-16 Marek Olšákgallium: add new limits for shader buffers and images
2015-07-16 EdBclover: little OpenCL status code logging clean
2015-07-05 Marek Olšákgallium: use fence_finish instead of fence_signalled...
2015-06-29 Grigori Goronzyclover: implement CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_M...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-26 Koop Mastclover: Build fix for FreeBSD.
2015-05-23 Grigori Goronzyclover: try userptr for CL_MEM_USE_HOST_PTR
2015-05-23 Grigori Goronzyclover: implement CL_MEM_ALLOC_HOST_PTR
2015-05-12 Francisco Jerezclover: Implement locking of the wait_count, _chain...
2015-05-12 Francisco Jerezclover: Wrap event::_status in a method to prevent...
2015-05-12 Francisco Jerezclover: Refactor event::trigger and ::abort to prevent...
2015-05-11 Tom Stellardclover: Fix a bug with multi-threaded events v2
2015-05-11 Tom Stellardclover: Add a mutex to guard queue::queued_events
2015-04-30 Marek Olšákgallium,clover: add OpenCL interoperability support...
2015-04-29 EdBclover: remove util/compat
2015-04-29 EdBclover: make module::symbol::name a string
2015-04-29 EdBclover: remove compat::string
2015-04-29 EdBclover: remove compat classes that match std one
2015-03-31 Tom Stellardclover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STAT...
2015-03-23 Tom Stellardclover: Return 0 as storage size for local kernel args...
2015-03-23 Giuseppe Bilottaclover: use get_device_vendor instead of get_vendor
2015-03-05 Tom Stellardclover: Enable cl_khr_fp64 for devices that support...
2014-12-10 Jan Veselyclover: Use switch when creating kernel arguments.
2014-10-31 Tom Stellardclover: Fix bug when binary programs are passed to...
2014-10-20 EdBclover: Add allow_empty_tag.
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-10-14 Tom Stellardclover: Fix regression in module serialization
2014-10-12 Francisco Jerezclover: Fix unintended fall-through in kernel::argument...
2014-10-11 Francisco Jerezclover: Pass execution dimensions and offset to the...
2014-10-11 Francisco Jerezclover: Add semantic information to module::argument...
2014-10-11 Francisco Jerezclover: Use unreachable() from util/macros.h instead...
2014-09-22 Tom Stellardclover: Add support to mem objects for multiple destruc...
2014-09-05 Francisco Jerezclover/util: Have compat::vector track separate size...
2014-09-05 Francisco Jerezclover: Use conversion operator to initialize build...
2014-08-18 Francisco Jerezclover: Refuse to build a program if there are kernel...
2014-08-08 Bruno Jiménezclover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-25 Tom Stellardclover: Query the device to see if images are supported
2014-07-17 Tom Stellardclover: Call end_query before getting timestamp result v2
2014-07-02 Matt Arsenaultclover: Fix not setting build log if the build succeeds v2
2014-07-01 Ilia Mirkingallium: add an index argument to create_query
2014-06-19 Francisco Jerezclover: Calculate the serialized size of a module effic...
2014-06-19 Francisco Jerezclover: Optimize module serialization for vectors of...
2014-06-12 Bruno Jiménezclover: query driver for the max number of compute...
2014-05-09 Tom Stellardclover: Destory pipe_screen when device does not suppor...
2014-04-29 Tom Stellardclover: Query drivers for max clock frequency
2014-04-05 Francisco Jerezclover: Document that the *obj*() helpers already take...
2014-02-24 Tom Stellardclover: Pass buffer offsets to the driver in set_global...
2014-02-21 Francisco Jerezclover: Unabbreviate a few data accessor names for...
2014-02-21 Francisco Jerezclover: Replace the transfer(new ...) idiom with a...
2014-02-21 Francisco Jerezclover: Migrate a bunch of pointers and references...
2014-02-21 Francisco Jerezclover: Some improvements for the intrusive pointer...
2014-02-21 Francisco Jerezclover: Fix up NULL constant pointer arguments.
2014-01-22 Jan Veselyclover: Don't crash on NULL global buffer objects.
2014-01-18 Emil Velikovpipe-loader: add support for non-pci (platform) devices
2014-01-15 Francisco Jerezclover: Don't try to build programs created from a...
2014-01-15 Francisco Jerezclover: Add missing fields to the clover::module serial...
2013-12-18 Jan Veselyclover: Append buffers that use CL_MEM_USE_HOST_PTR.
next