nvc0/ir: cache vertex out base so that we don't recompute again
[mesa.git] / src / gallium / state_trackers / clover / core /
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-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.
2013-11-04 Francisco Jerezclover: Calculate optimal work group size when it's...
2013-10-24 Francisco Jerezclover: Query maximum kernel block size from the device...
2013-10-23 David Heidelbergerclover: fix build after a3ed98f7aa85636579a5696bf036ec1...
2013-10-21 Francisco Jerezclover: Add a pixel_size() method to the image class.
2013-10-21 Francisco Jerezclover: Implement support for the ICD extension.
2013-10-21 Francisco Jerezclover: Fix memory leak when initializing a device...
2013-10-21 Francisco Jerezclover: Tidy up resource::mapping.
2013-10-21 Francisco Jerezclover: Simplify command_queue::flush().
2013-10-21 Francisco Jerezclover: Clean up the kernel and program object interface.
2013-10-21 Francisco Jerezclover: Clean up the interface of the context object...
2013-10-21 Francisco Jerezclover: Delete copy constructors and assignment operato...
2013-10-21 Francisco Jerezclover: Define a few convenience equality operators.
2013-10-21 Francisco Jerezclover: Simplify the platform object by using util...
2013-10-21 Francisco Jerezclover: Add property list helpers with a syntax consist...
2013-10-21 Francisco Jerezclover: Switch samplers to the new model.
2013-10-21 Francisco Jerezclover: Switch memory objects to the new model.
2013-10-21 Francisco Jerezclover: Switch kernel and program objects to the new...
2013-10-21 Francisco Jerezclover: Switch command queues to the new model.
2013-10-21 Francisco Jerezclover: Switch event objects to the new model.
2013-10-21 Francisco Jerezclover: Switch context objects to the new model.
2013-10-21 Francisco Jerezclover: Switch device objects to the new model.
2013-10-21 Francisco Jerezclover: Switch platform objects to the new model.
2013-10-21 Francisco Jerezclover: Define helper classes for the new object model.
2013-10-21 Francisco Jerezclover: Clean up property query functions by using...
2013-10-21 Francisco Jerezclover: Switch to the new utility code.
2013-10-21 Francisco Jerezclover: Name include guards consistently.
2013-10-21 Francisco Jerezclover: Replace a bunch of double underscores with...
2013-10-21 Francisco Jerezclover: Clean up the event profiling code.
2013-10-21 Tom Stellardclover: Use std::numeric_limits<std::size_t>::max(...
2013-10-03 Brian Paulclover: remove bind_compute_sampler_states() calls
2013-10-03 Brian Paulclover: use pipe_context::bind_sampler_states() if...
2013-08-27 Tom Stellardclover: Don't use PIPE_TRANSFER_UNSYNCHRONIZED for...
2013-08-27 Niels Ole Salscheiderst/clover: Add event to deps even if it has been triggered
2013-08-27 Niels Ole Salscheiderst/clover: Profiling support
2013-07-22 Francisco Jerezclover: Respect kernel argument alignment restrictions.
2013-07-22 Francisco Jerezclover: Extend kernel arguments for differing host...
2013-07-22 Francisco Jerezclover: Byte-swap kernel arguments when host and device...
2013-07-22 Francisco Jerezclover: Add kernel argument fields to allow differing...
2013-07-22 Francisco Jerezclover: Pass corresponding module::argument to kernel...
2013-07-22 Tom Stellardclover: Return correct value for CL_DEVICE_ENDIAN_LITTLE
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
next