tu: Implement fallback linear staging blit for CopyImage
[mesa.git] / src / gallium / state_trackers / clover / core / kernel.cpp
2020-04-15 Karol Herbstclover: implement clSetKernelArgSVMPointer
2020-03-10 Karol HerbstRevert "gallium: make handles of set_global_binding...
2020-03-10 Karol Herbstgallium: make handles of set_global_binding 64 bit
2019-09-21 Karol Herbstclover: add support for drivers having no proper binary...
2019-02-26 Pierre Moreauclover: Fix indentation issues
2018-07-18 Jan Veselyclover: Report error when pipe driver fails to create...
2016-11-06 Serge Martinclover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
2016-07-12 Francisco Jerezclover: Unify program::build_* into a single method...
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: 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-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-03 Zoltan Gilianclover: handle setKernelArg errors
2015-08-03 Zoltan Gilianclover: pass image attributes to the kernel
2015-04-29 EdBclover: remove util/compat
2014-12-10 Jan Veselyclover: Use switch when creating kernel arguments.
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-08-18 Francisco Jerezclover: Refuse to build a program if there are kernel...
2014-02-24 Tom Stellardclover: Pass buffer offsets to the driver in set_global...
2014-02-21 Francisco Jerezclover: Migrate a bunch of pointers and references...
2014-02-21 Francisco Jerezclover: Fix up NULL constant pointer arguments.
2014-01-22 Jan Veselyclover: Don't crash on NULL global buffer objects.
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: Clean up the kernel and program object interface.
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 to the new utility code.
2013-10-21 Francisco Jerezclover: Replace a bunch of double underscores with...
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-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: Pass corresponding module::argument to kernel...
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...
2013-03-24 Dmitry Cherkassovclover: add dynamic_cast results checking down in clSet...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Francisco Jerezclover: Import OpenCL state tracker.