platform/upstream/mesa.git
2021-06-16 Mike Blumenkrantzzink: mark some functions inline
2021-06-16 Connor Abbottir3/ra: Fix array parallelcopy confusion
2021-06-16 Connor Abbottir3: Improve printing of array parallelcopies/phis
2021-06-16 Marek Olšákshader_enums: change VERT_BIT back to the 32-bit shift
2021-06-16 Marek Olšákgallium/pb: change alignment to 32 bits
2021-06-16 Marek Olšákradeonsi: remove -Wstrict-overflow=0 since it doesn...
2021-06-16 Marek Olšákradeonsi: remove the chip_class dimension from the...
2021-06-16 Marek Olšákradeonsi: compile si_state_draw.cpp for each gfx genera...
2021-06-16 Marek Olšákradeonsi: move a few functions from si_state_draw.cpp...
2021-06-16 Yiwei Zhangvenus: remove workarounds for multi-planar format interop
2021-06-16 Yiwei Zhanganv: fix build errors after commit 8b7ff78
2021-06-16 Yiwei Zhangradv: fix build errors after commit 8b7ff784
2021-06-16 Mike Blumenkrantzzink: ci updates
2021-06-16 Mike Blumenkrantzzink: support more RGBX formats
2021-06-16 Mike Blumenkrantzzink: also nope out of any dst alpha blends for rgbx...
2021-06-16 Mike Blumenkrantzzink: smash dstAlphaBlendFactor to ZERO for RGBX attach...
2021-06-16 Mike Blumenkrantzzink: add a more direct check for rgbx formats in creat...
2021-06-16 Mike Blumenkrantzutil/queue: add a global data pointer for the queue...
2021-06-16 Marek Olšákradeonsi: set desc[3] of all buffer descriptors at...
2021-06-16 Marek Olšákradeonsi: remove no-op unref in si_set_constant_buffer
2021-06-16 Marek Olšákradeonsi: restructure si_set_sampler_views for faster...
2021-06-16 Marek Olšákradeonsi: don't clear register fields in si_set_mutable...
2021-06-16 Marek Olšákradeonsi: use the restrict keyword to set sampler view...
2021-06-16 Marek Olšákradeonsi: check is_buffer once instead of 4 times in...
2021-06-16 Erik Faye-Lundzink: do not check buffer-format for usage-bits
2021-06-16 Erik Faye-Lundzink: drop repeated usage-bit
2021-06-16 Erik Faye-Lundzink: remove unused function
2021-06-16 Erik Faye-Lundzink: fixup signedness of subtraction
2021-06-16 Mike Blumenkrantzzink: move queue init to screen creation
2021-06-16 Mike Blumenkrantzzink: set subdata hook as PIPE_MAP_ONCE
2021-06-16 Mike Blumenkrantzzink: update pipe_screen::num_contexts
2021-06-16 Mike Blumenkrantzanv: fix dynamic primitive topology for tess
2021-06-16 Erik Faye-Lundzink: correct type of flags to flush
2021-06-16 Erik Faye-Lundzink: use alloca instead of hard-to-size vlas
2021-06-16 Erik Faye-Lundzink: use max-descriptor define
2021-06-16 Erik Faye-Lundzink: introduce a define for max descriptors per type
2021-06-16 Erik Faye-Lundzink: fix more initializer styles
2021-06-16 Erik Faye-Lundzink: drop some more vla usage
2021-06-16 Erik Faye-Lundzink: add missing compiler-dependency
2021-06-16 Erik Faye-Lundzink: drop paranoid code
2021-06-16 Erik Faye-Lundzink: do not unmap dt-buffers twice
2021-06-16 Mike Blumenkrantzzink: split stencil ref changes to separate dirty flag
2021-06-16 Mike Blumenkrantzzink: add update flag for dsa state change
2021-06-16 Mike Blumenkrantzzink: add update flag for rasterizer state change
2021-06-16 Mike Blumenkrantzzink: handle nir_op_pack_64_2x32
2021-06-16 Charliev3dv: remove sRGB blending workaround
2021-06-16 Charliev3dv: clamp srgb render targets
2021-06-16 Iago Toral... Revert "v3dv: allow creating uncompressed views from...
2021-06-16 Iago Toral... v3dv: don't support VK_IMAGE_CREATE_BLOCK_TEXEL_VIEW_CO...
2021-06-16 Karol Herbstnv50/ir: fix surface lowering when values get shared...
2021-06-16 Ilia Mirkinst/mesa: always report the max samples as supported
2021-06-16 Mike Blumenkrantzzink: stop sanitizing primitive_restart flag in draw...
2021-06-16 Mike Blumenkrantzzink: move batch decl to top of draw_vbo
2021-06-16 Mike Blumenkrantzzink: remove unnecessary draw checks
2021-06-16 Mike Blumenkrantzzink: use u_live_shader_cache
2021-06-16 Mike Blumenkrantzzink: unify gfx shader create callbacks
2021-06-16 Mike Blumenkrantzzink: mark bind_stage() as inline
2021-06-16 Mike Blumenkrantzzink: simplify zink_program_has_descriptors()
2021-06-16 Mike Blumenkrantzzink: remove return types from program update functions...
2021-06-16 Mike Blumenkrantzzink: slightly refactor program updating during draw
2021-06-16 Mike Blumenkrantzzink: destroy lazy descriptor pools during batch reset...
2021-06-16 Mike Blumenkrantzzink: track active use counts for descriptor layouts
2021-06-16 Mike Blumenkrantzzink: cache descriptor update templates along with...
2021-06-16 Dave Airliecrocus: disable Z16
2021-06-16 Dave Airliecrocus: fixup render aux usage function.
2021-06-16 Mike Blumenkrantzzink: make batch_usage_matches take a batch state param
2021-06-16 Mike Blumenkrantzzink: make batch_usage_set take a batch state param
2021-06-16 Mike Blumenkrantzzink: remove unnecessary conditionals in resource batch...
2021-06-16 Mike Blumenkrantzzink: unset program batch usage on state reset
2021-06-16 Mike Blumenkrantzzink: make batch_usage_unset take a batch state param
2021-06-16 Mike Blumenkrantzzink: remove atomic from batch usage setting
2021-06-16 Mike Blumenkrantzzink: move batch usage functions to static inlines
2021-06-16 Mike Blumenkrantzzink: optimize zink_tc_fence struct packing
2021-06-16 Mike Blumenkrantzzink: reorder has_barriers flag in batch state struct
2021-06-16 Mike Blumenkrantzzink: split batch state work_count into separate vars
2021-06-16 Mike Blumenkrantzzink: remove zink_batch_state::descs_used
2021-06-16 Dave Airliecrocus: fixed some missing WM dirtys.
2021-06-16 Mike Blumenkrantzzink: add ZINK_DESCRIPTORS env var to explicitly set...
2021-06-16 Mike Blumenkrantzzink: unblock last_set cached descriptor reuse when...
2021-06-16 Mike Blumenkrantzzink: skip hash updates for descriptor types which...
2021-06-16 Mike Blumenkrantzzink: add oob asserts for descriptor set ref setting
2021-06-16 Mike Blumenkrantzzink: enable templated descriptor updates in cache...
2021-06-16 Mike Blumenkrantzzink: move samplerview descset refs to base objects
2021-06-16 Mike Blumenkrantzzink: add funcs for descriptor_surface refs
2021-06-16 Mike Blumenkrantzzink: move shader image descriptor set refs to underlyi...
2021-06-16 Mike Blumenkrantzzink: update null sampler/image descriptor surface...
2021-06-16 Mike Blumenkrantzzink: add is_buffer flag to union zink_descriptor_surface
2021-06-16 Mike Blumenkrantzzink: run lazy batch descriptor functions in cache...
2021-06-16 Mike Blumenkrantzzink: unify cached descriptor update code
2021-06-16 Mike Blumenkrantzzink: move ubo range assert to update_descriptor_state()
2021-06-16 Mike Blumenkrantzzink: remove sorting for dynamic ubo offset updating
2021-06-16 Mike Blumenkrantzzink: modernize cached image descriptor updating
2021-06-16 Mike Blumenkrantzzink: modernize cached ssbo descriptor updating
2021-06-16 Mike Blumenkrantzzink: modernize cached ubo descriptor updating
2021-06-16 Mike Blumenkrantzzink: modernize cached push ubo descriptor updating
2021-06-16 Mike Blumenkrantzzink: match lazy descriptor set layout in cache mode
2021-06-16 Mike Blumenkrantzzink: split lazy sets based on descriptor type
2021-06-16 Mike Blumenkrantzzink: add a function for creating descriptor layouts...
2021-06-15 Ian Romanickv3d: ci: Add KHR-GLES31.core.shader_image_load_store...
2021-06-15 Yiwei Zhangvenus: add debug info for experimental features during...
next