platform/upstream/mesa.git
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.
2022-09-10 Mike Blumenkrantzzink: implement async nir creation
2022-09-10 Mike Blumenkrantzmesa/st: add MESA_COMPUTE_PBO env var
2022-09-10 Mike Blumenkrantzmesa/st: add specialized pbo download shaders
2022-09-10 Mike Blumenkrantzst_pbo/compute: use new shader interface to perform...
2022-09-10 Mike Blumenkrantzgallium: add pipe_screen::driver_thread_add_job
2022-09-10 Mike Blumenkrantzmesa/st: move compute pbo shutdown to compute pbo file
2022-09-10 Mike Blumenkrantzst_pbo/compute: use split shader finish funcs
2022-09-10 Mike Blumenkrantzmesa/st: split out builtin shader finish
2022-09-10 Gert Wollnyvirgl: Report CONSTANT_BUFFER_SIZE according to GL_MAX_...
2022-09-10 Gert Wollnyr600: set nir option lower_cs_local_index_to_id
2022-09-10 Isaac Bosompemvirgl: Set use_staging in resource_from_handle
2022-09-09 Alyssa Rosenzweigdocs/envvars: Document Asahi variables
2022-09-09 Mike Blumenkrantzzink: add a ci skip for anv
2022-09-09 Roman Stratiienkolima: Ensure jobs initialized before calling lima_job_f...
2022-09-09 Caio Oliveiraintel/compiler: Add helper for barrier message payload...
2022-09-09 Caio Oliveiraintel/compiler: Create fs_visitor::emit_tcs_barrier()
2022-09-09 Danilo Krummrichnv50/ir: handle U8/U16 integers converting to U64
2022-09-09 Danilo Krummrichnv50/ir: handle S8/S16 integers converting to S64
2022-09-09 Danilo Krummrichnv50/ir: split and cvt 64bit integers for {i,u}2{i...
2022-09-09 Danilo Krummrichnv50/ir: add intermediate conversion for f2{i,u}{8,16}
2022-09-09 Danilo Krummrichnv50/ir/nir: always round towards zero for f2i/f2u
2022-09-09 Danilo Krummrichnv50/ir/nir: convert 8/16 bit src to 32 bit for {i...
2022-09-09 Danilo Krummrichnv50/ir: add isUnsignedIntType() and isIntType() helpers
2022-09-09 Danilo Krummrichnv50/ir/nir: avoid 8/16 bit dest regs for OP_MOV
2022-09-09 Danilo Krummrichnv50/ir/nir: convert to 32 bit for all OP_SET opcodes
2022-09-09 Danilo Krummrichnv50/ir/nir: add conversion ops for bit width < 32
2022-09-09 Tomeu Vizosogallium: Add PIPE_CAP_QUERY_TIMESTAMP_BITS
2022-09-09 Iago Toral... v3dv: implement VK_EXT_memory_budget
2022-09-09 Iago Toral... broadcom/simulator: add a helper to get the amount...
2022-09-09 Iago Toral... v3dv: limit heap size to 4GB
2022-09-09 Iago Toral... v3dv: fix variable type
2022-09-09 Iago Toral... v3dv: expose VK_EXT_attachment_feeback_loop_layout
2022-09-09 Iago Toral... v3dv: implement VK_EXT_depth_clip_control
2022-09-09 Karmjit Mahilpvr: Add depth_bias_array handling on dbenable.
2022-09-09 Jason Ekstrandradv: Switch to dynamic rendering only
2022-09-09 Jason Ekstrandradv: Leave image layouts alone when doing HW MSAA...
2022-09-09 Jason Ekstrandradv: Only copy the render area from VRS to HTILE
2022-09-09 Jason Ekstrandradv: Set the window scissor to the render area, not...
2022-09-09 Martin Roukala... radv/ci: document an unstable test
2022-09-09 Mark Collinstu: Retain allocated CSes in tu_autotune_on_submit
2022-09-09 Gert Wollnymesa/glsl: Add support for NV_shader_noperspective_inte...
2022-09-09 Samuel Pitoisetradv: fix hw remapping of MRT holes with color attachme...
2022-09-09 Samuel Pitoisetradv: import PS epilog from libraries if present
2022-09-09 Samuel Pitoisetradv: add support for emitting and prefetching PS epilogs
2022-09-09 Samuel Pitoisetradv: create a PS epilog from a library without the...
2022-09-09 Samuel Pitoisetradv: keep track of the code size for VS prologs and...
2022-09-09 Samuel Pitoisetradv: do not try to remove color exports for FS that...
2022-09-09 Samuel Pitoisetradv: add radv_remove_color_exports() helper
2022-09-09 Samuel Pitoisetradv: do not lower color exports for FS that need an...
2022-09-09 Samuel Pitoisetradv: fix reporting RT shaders in RGP
2022-09-09 Samuel Pitoisetradv: capture RT pipelines from the SQTT layer
2022-09-09 Samuel Pitoisetradv: emit SQTT markers for RT related commands
2022-09-08 Adam Jacksonglx: Use XSaveContext, delete glxhash.c
2022-09-08 Yiwei Zhangvenus: force synchronous submission for external signal...
2022-09-08 Yiwei Zhangvenus: clean up vn_QueueSubmit
2022-09-08 Emma AnholtRevert "ci: disable the freedreno farm."
2022-09-08 Timur Kristófnir/gather_info: Clear cross-invocation output mask.
2022-09-08 Timur Kristófnir/lower_system_values: Add shortcut for 1D workgroups.
2022-09-08 Yiwei Zhangzink: implement fence_get_fd required by EGL android...
2022-09-08 Yiwei Zhangzink: fix in-fence lifecycle
next