platform/upstream/mesa.git
2022-05-23 Samuel Pitoisetradv: remove couple of useless pCreateInfo pointers...
2022-05-23 Samuel Pitoisetradv: rename radv_pipeline_generate_XXX() to radv_pipel...
2022-05-23 Samuel Pitoisetradv: constify radv_pipeline in more radv_pipeline_gene...
2022-05-23 Corentin Noëlvirgl/ci: Update virglrenderer
2022-05-22 Alyssa Rosenzweigdocs/asahi: Add initial driver docs
2022-05-22 Alyssa Rosenzweigasahi: Add wrap library
2022-05-22 Alyssa Rosenzweigasahi: Guard against encoder overflows
2022-05-22 Alyssa Rosenzweigasahi: Allocate a larger segment list
2022-05-22 Alyssa Rosenzweigasahi: Handle RECT textures as 2D
2022-05-22 Alyssa Rosenzweigasahi: Fix pipeline decoding
2022-05-22 Alyssa Rosenzweigasahi: Improve render target dumping
2022-05-22 Alyssa Rosenzweigasahi: Sync some more unknown fields
2022-05-22 Alyssa Rosenzweigasahi: Drop some unknowns
2022-05-22 Alyssa Rosenzweigasahi: Identify suballocated size
2022-05-22 Alyssa Rosenzweigasahi: Identify suballocation mechanism
2022-05-22 Alyssa Rosenzweigasahi: Decode resource allocation requests
2022-05-22 Alyssa Rosenzweigasahi: Decode resource allocation responses
2022-05-22 Alyssa Rosenzweigasahi: Align segment list unknowns with Metal
2022-05-22 Alyssa Rosenzweigasahi: Compute segment list length
2022-05-22 Alyssa Rosenzweigasahi: Validate segment list length
2022-05-22 Alyssa Rosenzweigasahi: Split unknown field in segment list header
2022-05-22 Alyssa Rosenzweigasahi: Add segment list pretty printer
2022-05-22 Alyssa Rosenzweigasahi: Sync some names with Project Zero
2022-05-22 Alyssa Rosenzweigasahi: Identify partial render pipeline
2022-05-22 Alyssa Rosenzweigasahi: Implement polygon offset
2022-05-22 Alyssa Rosenzweigasahi: Add a depth bias structure
2022-05-22 Alyssa Rosenzweigasahi: Identify depth bias enable bit
2022-05-22 Alyssa Rosenzweigasahi: Identify "set depth bias index" field
2022-05-22 Alyssa Rosenzweigasahi: Identify depth bias array
2022-05-22 Alyssa Rosenzweigasahi: Note unknown field
2022-05-22 Alyssa Rosenzweigasahi: Relax Draw "command" check
2022-05-22 Alyssa Rosenzweigasahi: Add XML used for visibility tests
2022-05-22 Alyssa Rosenzweigasahi: Dump "unknown 4a" structure
2022-05-22 Alyssa Rosenzweigasahi: Identify more depth pipeline fields
2022-05-22 Alyssa Rosenzweigasahi: Account for every byte of the cmdbuf
2022-05-22 Alyssa Rosenzweigasahi: Handle 3rd deflake address
2022-05-22 Alyssa Rosenzweigasahi: Flush on partial clears
2022-05-22 Alyssa Rosenzweigasahi: Pass depth/stencil clear values to firmware
2022-05-22 Alyssa Rosenzweigasahi: Handle uncompressed Z32F depth buffers
2022-05-22 Alyssa Rosenzweigasahi: Don't store to unbound render targets
2022-05-22 Alyssa Rosenzweigasahi: Validate depth/stencil formats
2022-05-22 Alyssa Rosenzweigasahi: Use z24_in_z32f lowering
2022-05-22 Alyssa Rosenzweigasahi: Run lower_blend for all fragment shaders
2022-05-21 Mike Blumenkrantzturnip: fix assert for max xfb outputs
2022-05-21 Chia-I Wuturnip: disable UBWC for SNORM formats
2022-05-21 Jeffrey Knockelegl: dereference XCB drawable pointers
2022-05-21 Karol Herbstclc: disable opaque pointers until they are supported
2022-05-21 Karol Herbstclc: fix compiler features_macro CTS Test
2022-05-21 Karol Herbstclc: speed up compilation by not relying on opencl-c.h
2022-05-21 Karol Herbstclc: drop parsingComplete check
2022-05-21 Karol Herbstclc: parse localSize and localSizeHint
2022-05-21 Chia-I Wuturnip: fix tu6_pack_border_color for z24
2022-05-20 Icecream95panfrost: Move patched_s out of the pan_blitter_views...
2022-05-20 Icecream95panfrost: Increase the limit for blend shader variants
2022-05-20 Icecream95panfrost: Copy blend constant into variant even when...
2022-05-20 Mike Blumenkrantzzink: use dynamic rendering (most of the time)
2022-05-20 Mike Blumenkrantzzink: split out scissor flagging from framebuffer updating
2022-05-20 Mike Blumenkrantzzink: lift some renderpass mechanics up a level in...
2022-05-20 Mike Blumenkrantzzink: track whether there's any transient attachments...
2022-05-20 Mike Blumenkrantzzink: break out zs rt attrib analysis into util function
2022-05-20 Mike Blumenkrantzzink: break out color rt attrib analysis into util...
2022-05-20 Mike Blumenkrantzzink: fix indentation
2022-05-20 Mike Blumenkrantzzink: pass rt attrib to zink_render_pass_attachment_get...
2022-05-20 Mike Blumenkrantzzink: remove renderpass state flag for swapchain
2022-05-20 Mike Blumenkrantzzink: break up swapchain renderpass update to util...
2022-05-20 Mike Blumenkrantzzink: break out sample location updating to separate...
2022-05-20 Mike Blumenkrantzzink: use local variable for getting rt barrier info
2022-05-20 Mike Blumenkrantzzink: remove fb rebind check during renderpass begin
2022-05-20 Mike Blumenkrantzzink: use global image rebind counter for dmabuf export
2022-05-20 Mike Blumenkrantzzink: move renderpass handling to zink_render_pass.c
2022-05-20 Mike Blumenkrantzzink: use zink_batch_no_rp to end renderpasses
2022-05-20 Mike Blumenkrantzzink: always use zink_batch_rp to init renderpass
2022-05-20 Mike Blumenkrantzzink: rename a fb surface variables
2022-05-20 Samuel Pitoisetradv: export implicit primitive ID in NIR for legacy...
2022-05-20 Samuel Pitoisetradv: determine if shaders use NGG before linking
2022-05-20 Iago Toral... broadcom/compiler: don't promote early fragment tests...
2022-05-20 Iago Toral... v3dv: fix format usage checks when extended usage flag...
2022-05-20 Iago Toral... v3dv: expose VK_KHR_vulkan_memory_model
2022-05-20 Hyunjun Koturnip: add an assertion for max descriptor set count.
2022-05-20 Lucas Stachetnaviv: add linear PE support
2022-05-20 Lucas Stachetnaviv: improve single buffer setup
2022-05-20 Sil Vilerinowinsys: Do not use Display type when X11 is not present...
2022-05-20 Pierre-Eric... radeonsi/tests: use a smaller tests-per-group value
2022-05-20 Pierre-Eric... radeonsi/tests: add a --slow option
2022-05-20 Hyunjun Koradv: fix assertion for the count of xfb output
2022-05-20 Hans-Kristian... radv: Fix RTPSO hashing of pGroups.
2022-05-20 Jason Ekstrandlavapipe: Use the common BindVertexBuffers wrapper
2022-05-20 Jason Ekstrandradv: Use the common CmdBindVertexBuffers wrapper
2022-05-20 Jason Ekstrandradv: Add a sqtt entrypoint for CmdBindVertexBuffers2
2022-05-20 Jason Ekstrandvulkan,anv,turnip: Add a common CmdBindVertexBuffers...
2022-05-20 Qiang Yuradeonsi: lower nir_intrinsic_sparse_residency_code_and
2022-05-19 Mike Blumenkrantzzink: update radv baseline
2022-05-19 Nicolas Caramelliegl: Fix EGL_EXT_platform_xcb name string to match...
2022-05-19 Dylan Bakerdocs: update calendar and link releases notes for 22.0.4
2022-05-19 Dylan Bakerdocs: Extend calendar entries for 22.0 by 1 releases.
2022-05-19 Dylan Bakerdocs: add sha256sum to 22.0.4 notes
2022-05-19 Dylan Bakerdocs: add release notes for 22.0.4
2022-05-19 Jason Ekstrandlavapipe: Use the correct ICD path on Win32
2022-05-19 Kenneth Graunkeintel: Drop Wa_1409226450 (stall before instruction...
2022-05-19 Emma Anholtfreedreno/ir3: Lower texture instructions used only...
next