platform/upstream/mesa.git
2023-03-08 Mike Blumenkrantzlavapipe: more small shader struct usage tweaks
2023-03-08 Mike Blumenkrantzlavapipe: pass shader struct and layout to scan_pipelin...
2023-03-08 Mike Blumenkrantzlavapipe: split out shader struct members into their...
2023-03-08 Mike Blumenkrantzlavapipe: split out spirv compile of shaders
2023-03-08 Mike Blumenkrantzvulkan/wsi: fix crash in failed swapchain creation...
2023-03-08 Daniel Schürmannradv/rt: use terminate() when returning from raygen...
2023-03-08 Daniel Schürmannaco: fix NIR infinite loops
2023-03-08 Daniel Schürmannnir/gather_info: allow terminate() in non-PS
2023-03-08 Samuel Pitoisetradv: move device memory related code to radv_device_me...
2023-03-08 Samuel Pitoisetradv: move buffer related code to radv_buffer.c
2023-03-08 Samuel Pitoisetradv: move event related code to radv_event.c
2023-03-08 Samuel Pitoisetradv: move sampler related code to radv_sampler.c
2023-03-08 Samuel Pitoisetradv: move queue related code to radv_queue.c
2023-03-08 Samuel Pitoisetradv: move physical device related code to radv_physica...
2023-03-08 Samuel Pitoisetradv: move instance related code to radv_instance.c
2023-03-08 Rhys Perrynir: add nir_lower_alu_width_test.fdot_order
2023-03-08 Rhys Perrynir: make fdph lowering match fdot
2023-03-08 Rhys Perrynir: use xyzw order for precise fdot
2023-03-08 Mike Blumenkrantzaux/tc: fix rp info resizing clobbering current info
2023-03-08 Lionel Landwerlinanv: report max register pressure in pipeline properties
2023-03-08 Lionel Landwerlinintel/fs: report max register pressure in shader stats
2023-03-08 Lionel Landwerlinanv/iris: report counter symbols with debug option
2023-03-08 Samuel Pitoisetradv: disable DCC with signedness reinterpretation...
2023-03-08 Pierre-Eric... radeonsi: fix fast depth_clear_value/stencil_clear_value
2023-03-08 Pierre-Eric... radeonsi: don't use PKT3_SET_SH_REG_INDEX on gfx9 and...
2023-03-08 Pierre-Eric... radeonsi/test: update test results
2023-03-08 Pierre-Eric... radeonsi/test: use gbm-skips.txt
2023-03-08 Samuel Pitoisetradv: enable VK_KHR_fragment_shading_rate on GFX11
2023-03-08 Samuel Pitoisetradv: advertise attachmentFragmentShadingRate on GFX11
2023-03-08 Samuel Pitoisetradv: do not emit PA_SC_VRS_OVERRIDE_CNTL from the...
2023-03-08 Samuel Pitoisetradv: add support for VRS attachment on GFX11
2023-03-08 Samuel Pitoisetac/surface: add RADEON_SURF_VRS_RATE for selecting...
2023-03-08 Samuel Pitoisetradv: move disabling DCC for VRS rate images in radv_ge...
2023-03-08 Lionel Landwerlinanv: enable VK_EXT_pipeline_library_group_handles
2023-03-08 Marek Olšákradeonsi: increase NGG workgroup size to 256 for VS...
2023-03-08 Marek Olšákradeonsi: allow using 64K LDS for NGG to allow larger...
2023-03-08 Marek Olšákradeonsi: other cosmetic changes in si_state_shaders.cpp
2023-03-08 Marek Olšákradeonsi: reorganize si_shader_ps
2023-03-08 Marek Olšákradeonsi: reorganize si_shader_ngg
2023-03-08 Marek Olšákradeonsi: reorganize si_shader_hs
2023-03-08 Marek Olšákradeonsi: reindent si_shader_ls, si_shader_es, si_shade...
2023-03-08 Marek Olšákradeonsi: set pm4.atom.emit in si_get_shader_pm4_state
2023-03-08 Marek Olšákradeonsi: lower nir_texop_sampler_descriptor_amd
2023-03-08 Marek Olšákradeonsi: separate nir_texop_descriptor_amd lowering
2023-03-08 Marek Olšákradeonsi: merge si_emit_initial_compute_regs with si_in...
2023-03-08 Marek Olšákradeonsi: emulate VGT_ESGS_RING_ITEMSIZE in the shader...
2023-03-08 Timur Kristófac/nir: clear nir_var_shader_out from TCS barriers
2023-03-08 Timur Kristófaco: Don't include headers from radv.
2023-03-08 Timur Kristófaco, radv: Don't use radv_shader_args in aco.
2023-03-08 Timur Kristófaco, radv: Move PS epilog and VS prolog args to their...
2023-03-08 Timur Kristófaco, radv: Rename aco_*_key to aco_*_info.
2023-03-08 Qiang Yuaco, radv: Move is_trap_handler_shader to aco info.
2023-03-08 Qiang Yuaco, radv: Add load_grid_size_from_user_sgpr to aco...
2023-03-08 Timur Kristófaco: Generalize vs_inputs to args_pending_vmem.
2023-03-08 Timur Kristófradv: Set pending_vmem on dynamic VS input args.
2023-03-08 Timur Kristófac: Add pending_vmem field to args.
2023-03-08 Rob Clarkfreedreno: Promote non-drawing batches to sysmem
2023-03-08 Mike Blumenkrantzzink: hook up buffer TRANSFER_DST barrier optimizing
2023-03-08 Mike Blumenkrantzzink: add a driver workaround to disable copy box optim...
2023-03-08 Mike Blumenkrantzzink: add a mechanism to trigger copy box resets from...
2023-03-08 Mike Blumenkrantzzink: add a mechanism for managing TRANSFER_DST buffer...
2023-03-08 Mike Blumenkrantzzink: track the last write access for resources
2023-03-08 SureshGuttularadeonsi: Add support for DPB resize
2023-03-08 Rose Hudsonasahi: disable disk cache in debug runs
2023-03-08 Rose Hudsonagx: isolate compiler debug flags
2023-03-08 Väinö Mäkeläintel/ci: Remove skipped float_controls tests from...
2023-03-08 Väinö Mäkeläintel/ci: Remove hasvk xfails missing from the CTS
2023-03-08 Väinö Mäkeläintel/ci: Remove outdated hasvk copy_and_blit xfails
2023-03-07 Patrick Lerdamesa/program: fix memory leak triggered by arb alias
2023-03-07 Patrick Lerdamesa/program: fix memory leak triggered by multiple...
2023-03-07 Patrick Lerdamesa/program: fix memory leak triggered by invalid...
2023-03-07 Georg Lehmannaco/assembler/gfx11: simplify 16bit VOP12C promotion...
2023-03-07 Marek Olšákradeonsi/gfx11: only allocate GDS OA for streamout...
2023-03-07 Marek Olšákamd/llvm,radeonsi/gfx11: switch to using GDS_STRMOUT...
2023-03-07 Marek Olšákamd: add nir_intrinsic_xfb_counter_sub_amd and fix...
2023-03-07 Mark Janesintel/fs: use generated workaround helpers for Wa_14017...
2023-03-07 Emma Anholtci/etnaviv: Drop the dEQP-GLES2.functional.uniform_api...
2023-03-07 Emma Anholtci: Add some xfail updates from VKCTS 1.3.5.0 for the...
2023-03-07 Mike Blumenkrantzllvmpipe: fix LP_PERF=no_depth to ignore depth format
2023-03-07 Juan A. Suarez... v3d/v3dv: define performance counters in common
2023-03-07 Antonio Gomesiris: Add support for 2d images created from buffers
2023-03-07 Antonio Gomesllvmpipe: Add new caps PIPE_CAP_LINEAR_IMAGE_(PITCH_ALI...
2023-03-07 Antonio Gomesrusticl: Implement spec for cl_khr_image2d_from_buffer
2023-03-07 Antonio Gomesgallium: Add new caps PIPE_CAP_LINEAR_IMAGE_(PITCH_ALIG...
2023-03-07 Antonio Gomeslvmpipe/cs: Add support for 2d images created from...
2023-03-07 Antonio Gomesmesa/st, nine, nouveau: Fix uninitialized pipe_sampler_...
2023-03-07 Antonio Gomesgallium, rusticl: Add tex2d_from_buf in image_view...
2023-03-07 Antonio Gomesrusticl: Enable mapImage for images created from buffers
2023-03-07 Antonio Gomesrusticl: Enable copy for images created from buffers
2023-03-07 Antonio Gomesrusticl: Enabling image fill for images created from...
2023-03-07 Antonio Gomesrusticl: Enabling reading/writing for images created...
2023-03-07 Daniel Schürmannradv/rt: move radv_pipeline_key from rt_variables to...
2023-03-07 Daniel Schürmannradv: remove unused parameters from radv_compute_pipeli...
2023-03-07 Daniel Schürmannradv/rt: introduce and use radv_rt_pipeline_compile()
2023-03-07 Daniel Schürmannradv: expose radv_pipeline_capture_shaders()
2023-03-07 Daniel Schürmannradv: expose radv_postprocess_nir()
2023-03-07 Samuel Pitoisetradv: fix defining RADV_USE_WSI_PLATFORM
2023-03-07 José Roberto... iris: Move iris_bo_wait_gem() to i915/iris_bufmgr.c
2023-03-07 José Roberto... iris: Move iris_bo_busy_gem() to i915/iris_bufmgr.c
2023-03-07 José Roberto... iris: Move bo_set_caching to kmd backend
next