panfrost: Move clearing logic into pan_job
[mesa.git] / src / gallium / state_trackers / clover / api /
2019-02-26 Pierre Moreauclover: Move platform extensions definitions to clover...
2019-02-26 Pierre Moreauclover: Move device extensions definitions to core...
2019-02-26 Pierre Moreauclover: Validate program and library linking options
2019-02-26 Pierre Moreauclover: Disallow creating libraries from other libraries
2019-02-26 Pierre Moreauclover/api: Fail if trying to build a non-executable...
2019-02-26 Pierre Moreauclover/api: Rework the validation of devices for building
2019-02-26 Pierre Moreauclover: Avoid warnings from new OpenCL headers
2019-02-26 Karol Herbstclover: update ICD table to support everything up to 2.2
2018-08-16 Eric Engestrombin: always define MESA_GIT_SHA1 to make it directly...
2018-04-20 Aaron Watryclover: Fix host access validation for sub-buffer creation
2018-03-06 Aaron Watryclover: Allow overriding platform/device version numbers
2017-09-27 Jan Veselyclover: Query and export int64 atomics
2017-09-20 Jan Veselyclover: Wait for requested operation if blocking flag...
2017-09-18 Jan Veselyclover: Query and export half precision support
2017-08-22 Aaron Watryclover/device: Calculate CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2017-08-16 Aaron Watryclover/event: Include additional event statuses for...
2017-08-06 Aaron Watryclover/device: Move device_version into core and add...
2017-06-14 Aaron Watryclover/device: Get device/host unified memory from...
2017-01-12 Pierre Moreauclover: Check for executables before enqueueing a kernel
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-10-30 Serge Martinclover: Implement clGetExtensionFunctionAddressForPlatform.
2016-10-30 Vedran Miletićclover: Introduce CLOVER_EXTRA_*_OPTIONS environment...
2016-08-29 Jan Veselyclover: Use device cap to query pointer size instead...
2016-07-12 Francisco Jerezclover/api: Implement clLinkProgram per-device binary...
2016-07-12 Serge Martinclover: Add clLinkProgram (CL 1.2).
2016-07-12 Francisco Jerezclover: Trivial cleanups for api/program.cpp.
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 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 Serge Martinclover: Override ret_object.
2016-07-05 Emil Velikovclover: conditionally use MESA_GIT_SHA1
2016-06-13 Vedran Miletićclover: Update OpenCL version string to match OpenGL
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-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-28 Serge Martinclover: Implement clCreateImage?D w/ clCreateImage.
2015-09-28 Serge Martinclover: Implement CL1.2 clCreateImage().
2015-09-28 Francisco Jerezclover: Move down canonicalization of memory object...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-08-07 Serge Martin (EdB)clover: Stub missing CL 1.2 functions.
2015-07-31 EdBclover: make dispatch matches functions def
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-06-05 Marek Olšákclover: clarify and fix the EGL interop error case
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-23 Tom Stellardclover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2015-03-23 Tom Stellardclover: Add all the mandatory 1.1 extensions to the...
2015-03-23 Tom Stellardclover: Add a space at the end of CL_DEVICE_OPENCL_C_VE...
2015-03-09 Tom Stellardclover: Return the minimum required value for CL_DEVICE...
2015-03-05 Tom Stellardclover: Enable cl_khr_fp64 for devices that support...
2015-02-24 Francisco Jerezclover: Set appropriate flag defaults on memory object...
2015-02-24 EdBclover: Add CL_MEM_HOST_* flag checks.
2015-02-24 Francisco Jerezclover: Factor out memory object flags validation to...
2014-12-02 EdBclover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
2014-11-03 Tom Stellardclover: Fix clBuildProgram piglit regression
2014-10-31 Tom Stellardclover: Fix bug when binary programs are passed to...
2014-10-31 Tom Stellardclover: Factor input validation of clCompileProgram...
2014-10-20 EdBclover: Don't return CL_INVALID_VALUE if there is no...
2014-10-20 EdBclover: Add initial implementation of clCompileProgram...
2014-08-22 Aaron Watryst/clover: Change platform name from Default to Clover
2014-08-18 Francisco Jerezclover: Refuse to build a program if there are kernel...
2014-08-17 EdBclover: clGetProgramInfo support for OpenCL 1.2.
2014-08-13 Tom Stellardclover: Flush the command queue in clReleaseCommandQueue()
2014-08-08 Bruno Jiménezclover: Add support for CL_MAP_WRITE_INVALIDATE_REGION
2014-07-28 Tom Stellardclover: Add checks for image support to the image funct...
2014-07-28 EdBclover: Add clUnloadPlatformCompiler.
2014-07-28 EdBclover: Add clCreateProgramWithBuiltInKernels.
2014-07-25 Tom Stellardclover: Query the device to see if images are supported
2014-07-02 Francisco Jerezclover: Have compat::string allocate its own memory.
2014-06-19 Francisco Jerezclover: Calculate the serialized size of a module effic...
2014-06-12 Bruno Jiménezclover: query driver for the max number of compute...
2014-05-02 Tom Stellardclover: Add a stub implementation of clCreateImage...
2014-04-29 Tom Stellardclover: Query drivers for max clock frequency
2014-04-29 EdBclover: Stub implementation of CL 1.2 sub-devices.
2014-04-29 EdBclover: Add clEnqueue{Marker, Barrier}WithWaitList.
2014-04-29 Francisco Jerezclover: Avoid warnings from references to deprecated...
2014-03-21 Tom Stellardclover: Fix typo in validate_object()
2014-03-18 Francisco Jerezclover: Fix region size error checking in some buffer...
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-01-15 Francisco Jerezclover: Store map result into a temporary vector in...
2014-01-14 Francisco Jerezclover: Use cl_ulong in the maximum allocation size...
2013-12-18 Jan Veselyclover: Add parameter checks to clCreateBuffer.
2013-11-18 Tom Stellardclover: Optionally return context's devices from clGetP...
2013-11-15 Tom Stellardclover: Support multiple devices in clCreateContextFrom...
2013-11-04 Francisco Jerezclover: Calculate optimal work group size when it's...
2013-11-04 Francisco Jerezclover: Constify some command_queue arguments.
2013-10-29 Francisco Jerezclover: Use context device list for error checking...
2013-10-24 Francisco Jerezclover: Query maximum kernel block size from the device...
2013-10-21 Francisco Jerezclover: Improve region and pitch argument handling...
2013-10-21 Francisco Jerezclover: Implement support for the ICD extension.
next