platform/upstream/mesa.git
2022-09-12 Karol Herbstrusticl/kernel: fix local buffers
2022-09-12 Karol Herbstrusticl/program: parse quoted paths in args
2022-09-12 Karol Herbstrusticl/device: allow overwriting the device_type via env
2022-09-12 Karol Herbstrusticl: disable fp64 support
2022-09-12 Karol Herbstrusticl/memory: kernel read_write images prep work
2022-09-12 Karol Herbstrusticl/program: some boilerplate code for SPIR-V support
2022-09-12 Karol Herbstrusticl/kernel: implement CL_KERNEL_ATTRIBUTES
2022-09-12 Karol Herbstrusticl: the CTS is a piece of shit
2022-09-12 Karol Herbstrusticl/kernel: optimize local size
2022-09-12 Karol Herbstrusticl: fix compiler features_macro
2022-09-12 Karol Herbstrusticl/kernel: cache the nir as well
2022-09-12 Karol Herbstrusticl/kernel: prepare for nir caching
2022-09-12 Karol Herbstrusticl: kernel caching
2022-09-12 Karol Herbstrusticl: port to Rust 2018
2022-09-12 Karol Herbstrusticl/mem: only write pitch when required
2022-09-12 Karol Herbstrusticl/mem: fix IMAGE1D_BUFFER
2022-09-12 Karol Herbstrusticl/kernel: implement image_format and image_order
2022-09-12 Karol Herbstrusticl/mesa: make resource_from_user_memory an optinal...
2022-09-12 Karol Herbstrusticl/mem: add user_ptr fallback shadow buffer
2022-09-12 Karol Herbstrusticl/device: fix compiler features_macro
2022-09-12 Karol Herbstrusticl/queue: implement missing CL 3.0 bits
2022-09-12 Karol Herbstrusticl/device: fix api consistency_device_and_host_tim...
2022-09-12 Karol Herbstrusticl/memory: don't map more than necessary for copy...
2022-09-12 Karol Herbstrusticl: get rid of a few clones
2022-09-12 Jason Ekstrandrusticl: Call nir_scale_fdiv
2022-09-12 Karol Herbstrusticl/kernel: run some more opt passes
2022-09-12 Karol Herbstrusticl/kernel: set CL_DEVICE_PREFERRED_WORK_GROUP_SIZE...
2022-09-12 Karol Herbstrusticl/device: implement cl_khr_3d_image_writes
2022-09-12 Karol Herbstrusticl/device: add retain/release callbacks for luxmark v4
2022-09-12 Karol Herbstrusticl/kernel: lower memcpy
2022-09-12 Karol Herbstrusticl/kernel: inline samplers
2022-09-12 Karol Herbstrusticl/kernel: support for images
2022-09-12 Karol Herbstrusticl/mem: implement clCreateSamplerWithProperties
2022-09-12 Karol Herbstrusticl/mesa/context: un Arc the PipeContext
2022-09-12 Karol Herbstrusticl/mem: implement copies between buffers and images
2022-09-12 Karol Herbstrusticl/mem: implement clCreateImage2D and 3D
2022-09-12 Karol Herbstrusticl/mem: implement copy image
2022-09-12 Karol Herbstrusticl/mem: implement fill image
2022-09-12 Karol Herbstrusticl/mem: implement maping images
2022-09-12 Karol Herbstrusticl/memory: rework mapping tracking
2022-09-12 Karol Herbstrusticl/mem: support read/write/copy ops for images
2022-09-12 Karol Herbstrusticl/mesa: support mapping textures
2022-09-12 Karol Herbstrusticl/spirv: add print method
2022-09-12 Karol Herbstrusticl: add support for printf
2022-09-12 Karol Herbstrusticl/event: timeout wait on condvar to abort on...
2022-09-12 Karol Herbstrusticl/kernel: add stub for clGetKernelSubGroupInfo
2022-09-12 Karol Herbstrusticl/program: add stubs for program ctors and dtors
2022-09-12 Karol Herbstrusticl/pipe: add clGetPipeInfo stub end return CL_INVA...
2022-09-12 Karol Herbstrusticl/mem implement the memory *WithProperties API
2022-09-12 Karol Herbstrusticl/device: expose cles_khr_int64 for compatible...
2022-09-12 Karol Herbstrusticl/kernel: sweep nir to reduce peak memory usage
2022-09-12 Karol Herbstrusticl/kernel: report SIMD width as work group sizes
2022-09-12 Karol Herbstrusticl/icd: add more func pointers
2022-09-12 Karol Herbstrusticl: add svm func stubs
2022-09-12 Karol Herbstrusticl/program: add il stubs
2022-09-12 Karol Herbstrusticl: claim support for generic pointers
2022-09-12 Karol Herbstrusticl/device: advertize atomic caps
2022-09-12 Karol Herbstrusticl/device: set required double fp config values
2022-09-12 Karol Herbstrusticl/kernel: implement clCloneKernel
2022-09-12 Karol Herbstrusticl/context: implement clSetContextDestructorCallback
2022-09-12 Karol Herbstrusticl: advertize CL 1.1 and CL 1.2 extensions
2022-09-12 Karol Herbstrusticl/kernel: add missing preprocessor definitions
2022-09-12 Karol Herbstrusticl/kernel: add support for offsets
2022-09-12 Karol Herbstrusticl/kernel: run driver requested lowering passes
2022-09-12 Karol Herbstrusticl/mem: finish clEnqueueMigrateMemObjects
2022-09-12 Karol Herbstrusticl/kernel: implement CL_KERNEL_COMPILE_WORK_GROUP_SIZE
2022-09-12 Karol Herbstrusticl/event: add fake impl of clGetEventProfilingInfo
2022-09-12 Karol Herbstrusticl/program: implement clCreateProgramWithBinary
2022-09-12 Karol Herbstrusticl/api: add param to query which contains applicat...
2022-09-12 Karol Herbstrusticl: implement clUnloadPlatformCompiler
2022-09-12 Karol Herbstrusticl/program: support compiling libraries
2022-09-12 Karol Herbstrusticl/mem: add clEnqueueMigrateMemObjects stub
2022-09-12 Karol Herbstrusticl/event: implement marker and barrier
2022-09-12 Karol Herbstrusticl/mem: implement clFillBuffer
2022-09-12 Karol Herbstrusticl/mem: implement clCopyBuffer
2022-09-12 Karol Herbstrusticl/queue: fix clReleaseCommandQueue
2022-09-12 Karol Herbstrusticl/program: undefine __IMAGE_SUPPORT__ if images...
2022-09-12 Karol Herbstrusticl/kernel: implement clEnqueueTask
2022-09-12 Karol Herbstrusticl/kernel: implement clCreateKernelsInProgram
2022-09-12 Karol Herbstrusticl/event: proper eventing support
2022-09-12 Karol Herbstrusticl/mesa: add fencing support
2022-09-12 Karol Herbstrusticl: hack for CL 3.0
2022-09-12 Karol Herbstrusticl/event: wrong but non crashing impl of clWaitFor...
2022-09-12 Karol Herbstrusticl/mem: use helper context for COPY_HOST_PTR buffers
2022-09-12 Karol Herbstrusticl/kernel: clGetKernelWorkGroupInfo allows a NULL...
2022-09-12 Karol Herbstrusticl/kernel: more clGetKernelWorkGroupInfo props
2022-09-12 Karol Herbstrusticl: translate spirv to nir and first steps to...
2022-09-12 Karol Herbstrusticl: nir bindings
2022-09-12 Karol Herbstrusticl/kernel: basic implementation
2022-09-12 Karol Herbstrusticl/mem: support ops on subbuffers
2022-09-12 Karol Herbstrusticl: implement clEnqueueReadBuffer
2022-09-12 Karol Herbstrusticl: implement clFinish and clFlush
2022-09-12 Karol Herbstrusticl/util: add static_assert macro
2022-09-12 Karol Herbstrusticl: finish implementing clBuildProgram
2022-09-12 Karol Herbstrusticl: added
2022-09-11 David Heidelbergci/lava: collapse printing env
2022-09-11 David Heidelbergci/test: collapse printing env
2022-09-11 David Heidelbergci/traces: do not keep a cache, which will be wiped...
2022-09-11 Thomas H.P... spirv: avoid allocating memory twice
2022-09-11 Emma Anholtci: Add support for Jetson TK1.
next