platform/upstream/mesa.git
2022-09-13 Samuel Pitoisetradv: split upload_shader_part() in two parts
2022-09-13 Samuel Pitoisetradv: store the VS prologs/PS epilogs VA at upload...
2022-09-13 Samuel Pitoisetradv/ci: re-enable dEQP-VK.renderpass2.depth_stencil_re...
2022-09-13 Samuel Pitoisetradv: add a pointer to radv_shader_binary in radv_shader
2022-09-13 Caio Oliveiraintel/compiler: Use brw_ud* helpers in thread payload...
2022-09-13 Caio Oliveiraintel/compiler: Add a few more brw_ud* helpers
2022-09-13 Caio Oliveiraintel/compiler: Make thread_payload struct abstract
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for CS thread...
2022-09-13 Caio Oliveiraintel/compiler: Export brw_get_subgroup_id_param_index()
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for Bindless...
2022-09-13 Caio Oliveiraintel/compiler: Store start of ICP handles in GS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for GS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for TASK and...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for VS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create and use struct for TES thread...
2022-09-13 Caio Oliveiraintel/compiler: Store start of ICP handles in TCS threa...
2022-09-13 Caio Oliveiraintel/compiler: Store Primitive ID in TCS thread payloa...
2022-09-13 Caio Oliveiraintel/compiler: Store Patch URB output in TCS thread...
2022-09-13 Caio Oliveiraintel/compiler: Create struct for TCS thread payload
2022-09-13 Caio Oliveiraintel/compiler: Use FS thread payload only for FS
2022-09-13 Caio Oliveiraintel/compiler: Make a type for Thread Payload and...
2022-09-13 Jordan Justenintel/devinfo: Add MTL platforms enums and intel_device...
2022-09-12 Alyssa Rosenzweignir/lower_blend: Avoid emitting unnecessary fsats
2022-09-12 Timur Kristófradv: Enable subgroup feature bits for mesh and task...
2022-09-12 Timur Kristófradv: Replace NV_mesh_shader macros with EXT.
2022-09-12 Yiwei Zhangvenus: avoid fixing pipeline if not derivative
2022-09-12 Yiwei Zhangvenus: zero out the pipeline handles
2022-09-12 Yiwei Zhangvenus: vn_ResetDescriptorPool to reset mutable type...
2022-09-12 Yiwei Zhangvenus: fix an oob in descriptor pool state restoration
2022-09-12 Adam JacksonRevert "glx: Use XSaveContext, delete glxhash.c"
2022-09-12 Pavel Ondračkar300: add special path for merging movs with the same...
2022-09-12 Pavel Ondračkar300: merge together MOV and MAD instructions
2022-09-12 Pavel Ondračkar300: run copy propagate once more after merging channels
2022-09-12 Tapani Pälliintel/compiler: fix assert from ver to verx10
2022-09-12 Jordan Justenintel/compiler: Use builder to allocate fs regs for...
2022-09-12 Caio Oliveiraintel/compiler: Use builder to allocate fs regs for...
2022-09-12 James Zhuamd/common: some ASICs with gfx9 use compute rings...
2022-09-12 Illia Polishchukmesa: skip extra state updates for clear calls
2022-09-12 Alyssa Rosenzweigpan/decode: Fix job cycle detection
2022-09-12 Iago Toral... v3dv: expose VK_EXT_primitive_topology_list_restart
2022-09-12 Oleksii Bozhenkoanv: Allow aliasing with modifiers for WSI images
2022-09-12 Oleksii Bozhenkovulkan/wsi: Pass wsi_image_create_info into anv_GetPhys...
2022-09-12 Karmjit Mahilpvr: Add mid fragment pipeline barrier if needed.
2022-09-12 Karmjit Mahilpvr: Implement clear ppp state emission from template.
2022-09-12 Karmjit MahilRevert "pvr: Make pvr_cmd_pack() macro clearly internal"
2022-09-12 Karmjit Mahilpvr: Add graphics pipeline barrier handling.
2022-09-12 Karmjit Mahilpvr: Add static clear VDM state in pvr_device.
2022-09-12 Karmjit Mahilpvr: Add static clear control stream templates in pvr_d...
2022-09-12 Karmjit Mahilpvr: Add clear program in pvr_device.
2022-09-12 Roman StratiienkoAndroid: Use libgbm_mesa name for SDK30+
2022-09-12 Samuel Pitoisetradv: fix pipelineStageCreationFeedbackCount when it's 0
2022-09-12 Karol Herbstrusticl: add README file
2022-09-12 Karol Herbstci: rusticl with llvmpipe
2022-09-12 Karol Herbstrusticl/program: some more API validation
2022-09-12 Karol Herbstrusticl: call glsl_type_singleton_init_or_ref
2022-09-12 Karol Herbstrusticl: proper PIPE_MAP flags for internal maps
2022-09-12 Karol Herbstrusticl/kernel: use real references for arguments
2022-09-12 Karol Herbstrusticl/icd: add some way of debugging CL function...
2022-09-12 Karol Herbstrusticl/icd: implement clGetExtensionFunctionAddressFor...
2022-09-12 Karol Herbstrusticl/device: report mesas version for CL_DRIVER_VERSION
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
next