platform/upstream/mesa.git
2022-06-30 Hyunjun Kofreedreno,ir3: rename Z_CLAMP_ENABLE to Z_CLIP_DISABLE
2022-06-30 Mike Blumenkrantznir/types: fix glsl_matrix_type_is_row_major() assert
2022-06-30 Dave Airliezink: workaround depth sampler border color when z24...
2022-06-29 Christian Gmeinerci: Remove -Wno-error=maybe-uninitialized
2022-06-29 Christian Gmeinersvga: Clear query before usage
2022-06-29 Christian Gmeinerr600: Switch to unreachable(..)
2022-06-29 Christian Gmeinergtest: Fix maybe-uninitialized compiler warning
2022-06-29 Jason Ekstrandvulkan: Depend on vk_pipeline_layout in vk_cmd_enqueue
2022-06-29 Boris Brezillondzn: Use the vk_pipeline_layout base struct
2022-06-29 Boris Brezillondzn: Use the vk_descriptor_set_layout base struct
2022-06-29 Jason Ekstrandpanvk: Use the vk_pipeline_layout base struct
2022-06-29 Jason Ekstrandpanvk: Use the vk_descriptor_set_layout base struct
2022-06-29 Jason Ekstrandlavapipe: Use the vk_pipeline_layout base struct
2022-06-29 Jason Ekstrandlavapipe: Use the vk_descriptor_set_layout base struct
2022-06-29 Jason Ekstrandvulkan: Add a common implementation of pipeline layouts
2022-06-29 Jason Ekstrandvulkan: Add a base struct for descriptor set layouts
2022-06-29 Jason Ekstrandvulkan: Fix a comment
2022-06-29 Michel Zouutil/xmlconfig: fix -Wmaybe-uninitialized warning
2022-06-29 Boris Brezillondzn: Fix -Wswitch warnings
2022-06-29 Boris Brezillondzn: Fix {back,front}_wr_uses_ref assignment
2022-06-29 Boris Brezillondzn: Fix printf() format in dxgi_get_factory() error...
2022-06-29 Boris Brezillondzn: Fix 'statement with no effect' warning
2022-06-29 Boris Brezillondzn: Fix unused var warnings
2022-06-29 Boris Brezillondzn: Fix copies of block-based formats
2022-06-29 Boris Brezillondzn: Allow shaders to read from depth/stencil attachments
2022-06-29 Boris Brezillondzn: Introduce dzn_cmd_buffer_queue_image_range_state_t...
2022-06-29 Boris Brezillondzn: Rename dzn_cmd_buffer_queue_image_subres_range_tra...
2022-06-29 Boris Brezillondzn: Don't call dzn_cmd_buffer_queue_transition_barrier...
2022-06-29 Juan A. Suarez... v3d/ci: Add flake test
2022-06-29 Boris Brezillondzn: Cache and pack transition barriers
2022-06-29 Hyunjun Koturnip: fix wrong size for lrz cs when lrz_track_quirk...
2022-06-29 Lionel Landwerlinanv: remove device features handling now in runtime
2022-06-29 Vasily Khoruzhicklima: fix buffer overallocation for index, vertex and...
2022-06-29 Samuel Pitoisetradv: do not emit SQTT user data packets on the SDMA...
2022-06-29 Lionel Landwerlinanv: disable non uniform indexing of UBOs
2022-06-29 Dave Airliedraw/cliptest: add support for guard band + full Z
2022-06-29 Mike Blumenkrantzlavapipe: streamline xfb shader setup
2022-06-29 Mike Blumenkrantzlavapipe: break out part of shader optimization into...
2022-06-29 Mike Blumenkrantzzink: set PIPE_RESOURCE_FLAG_DONT_MAP_DIRECTLY for...
2022-06-29 Connor Abbottmesa/st: Fix border color type for stencil sampling
2022-06-29 Connor Abbotttu: Fix stencil border color with has_z24uint_s8uint
2022-06-29 Connor Abbottfreedreno/a6xx: Fix border color with Z24UINT_S8UINT
2022-06-29 Connor Abbottfreedreno/fdl: Note border color constraints
2022-06-29 Connor Abbottfreedreno/a6xx: Use fdl format swizzle
2022-06-29 Connor Abbottfreedreno/a6xx: Fix border color swizzling
2022-06-29 Connor Abbottfreedreno/a6xx: Document border color/swizzle interaction
2022-06-29 Timothy Arceriglsl: merge lower_buffer_access with lower_shared_reference
2022-06-29 Sil Vilerinod3d12: Fix debug_printf format strings for cross platfo...
2022-06-29 Jesse Natalievulkan_entrypoints_gen: For Windows ARM64EC, prefix...
2022-06-29 David Heidelbergci: traces: switch to brotli compressed traces
2022-06-29 Konstantin... radv: Refactor lower_rt_derefs
2022-06-29 Konstantin... radv: Fix the t comparison for triangles
2022-06-29 Konstantin... radv: Introduce an enum for the any hit status
2022-06-28 Guilherme Galloci/lava: Improve result parsing regex
2022-06-28 Lucas Stachetnaviv: switch depth mode when linear PE is used
2022-06-28 Danylo Piliaievtu: Overhaul LRZ, implement on-GPU dir tracking and...
2022-06-28 Danylo Piliaievfreedreno: document GRAS_UNKNOWN_810A
2022-06-28 Connor Abbottfreedreno: Document a650-specific CP_REG_WRITE flag
2022-06-28 Danylo Piliaievfreedreno: Document rest of GRAS_LRZ_CNTL, clarify...
2022-06-28 Michel Zoumeson: drop dladdr check on win32
2022-06-28 Boris Brezillonci/dzn: Add pipeline cache tests to the include list
2022-06-28 Boris Brezillondzn: Cache pipeline info
2022-06-28 Boris Brezillondzn: Cache DXIL shaders
2022-06-28 Boris Brezillondzn: Caculate a binding translation hash
2022-06-28 Boris Brezillondzn: Cache NIR shaders
2022-06-28 Boris Brezillondzn: Move the compute shader compilation logic to a...
2022-06-28 Boris Brezillondzn: Drop unneeded goto statement in dzn_compute_pipeli...
2022-06-28 Boris Brezillondzn: Add a generic cached blob wrapper
2022-06-28 Boris Brezillondzn: Hash pipeline layout stages
2022-06-28 Boris Brezillondzn: Don't delegate binding translation to dxil_spirv_n...
2022-06-28 Boris Brezillondzn: Save a few indentation levels in graphics_pipeline...
2022-06-28 Boris Brezillondzn: Use vk_to_mesa_shader_stage()
2022-06-28 Boris Brezillondzn: Fix potential nir_shader leak
2022-06-28 Boris Brezillondzn: Let dzn_pipeline_init() initialize the root signat...
2022-06-28 Boris Brezillondzn: Drop unused allocator passed to dzn_graphics_pipel...
2022-06-28 Boris Brezillondzn: Drop useless while(link_mask != 0)
2022-06-28 Boris Brezillondzn: Pass the maximum stream size to d3d12_pipeline_sta...
2022-06-28 Boris Brezillondzn: Use d3d12_compute_pipeline_state_stream_new_desc...
2022-06-28 Boris Brezillondzn: Fix assertion in d3d12_pipeline_state_stream_new_d...
2022-06-28 Boris Brezillondzn: Add missing D3D12_CACHED_PIPELINE_STATE to MAX_COM...
2022-06-28 Boris Brezillondzn: Drop dzn_pipeline_cache.c
2022-06-28 Boris Brezillondzn: Initialize UUIDs
2022-06-28 Boris Brezillondzn: Fix indentation
2022-06-28 Matti Hamalainenpytracediff: implement pager ('less') invocation internally
2022-06-28 Matti Hamalainenpytracediff: change how 'junk' calls are handled
2022-06-28 Matti Hamalainenpytracediff: make -M ("method only") option print argum...
2022-06-28 Matti Hamalainenpytracediff: add per-line difference highlighting for...
2022-06-28 Matti Hamalainengallium/tools: reimplement tracediff completely in...
2022-06-28 Matti Hamalainengallium/tools: add option for ignoring junk calls in...
2022-06-28 Jose Fonsecatrace: Allow to control nir dumping via an environment...
2022-06-28 Jose Fonsecatrace: Bring state dump up to speed.
2022-06-28 Jose Fonsecatrace: Parse character data more efficiently.
2022-06-28 Jose Fonsecatrace: Dump NIR.
2022-06-28 Jose Fonsecalavapipe: Prevent mapping buffers beyond their size.
2022-06-28 Jose Fonsecatrace: Fix framebuffer state serialization.
2022-06-28 Boris Brezillondzn: Hook-up device-lost detection
2022-06-28 Boris Brezillonradv: Use vk_pipeline_hash_shader_stage()
2022-06-28 Boris Brezillonradv: Kill unused fs_m local var in radv_create_shaders()
2022-06-28 Boris Brezillontu: Use vk_pipeline_hash_shader_stage()
2022-06-28 Boris Brezillonv3dv: Use vk_pipeline_hash_shader_stage()
next