platform/upstream/mesa.git
2021-07-07 Mike Blumenkrantzzink: add a per-stage mask for ubo binds
2021-07-07 Mike Blumenkrantzzink: remove some descriptor_refs_dirty checks from...
2021-07-07 Mike Blumenkrantzzink: remove fb surface resource refs
2021-07-07 Mike Blumenkrantzzink: remove fb surface refs
2021-07-07 Mike Blumenkrantzzink: remove samplerview refs
2021-07-07 Mike Blumenkrantzzink: remove imageview refs from shader images
2021-07-07 Mike Blumenkrantzzink: set new batch usage during surface rebinds
2021-07-07 Mike Blumenkrantzzink: add surface ref during rebind if unflushed usage
2021-07-07 Mike Blumenkrantzzink: remove refs from desc ref updating
2021-07-07 Mike Blumenkrantzzink: remove resource refs from samplerviews
2021-07-07 Mike Blumenkrantzzink: remove refs from shader images
2021-07-07 Mike Blumenkrantzzink: remove refs from shader buffers
2021-07-07 Mike Blumenkrantzzink: remove refs from ubos
2021-07-07 Mike Blumenkrantzzink: remove refs from vertex buffers
2021-07-07 Mike Blumenkrantzzink: remove refs from buffer rebinds
2021-07-07 Mike Blumenkrantzzink: move resource object ref to batch in init_storage...
2021-07-07 Mike Blumenkrantzzink: move resource object ref to batch in invalidate...
2021-07-07 Mike Blumenkrantzzink: add util function for transferring resource refs...
2021-07-06 Mike Blumenkrantzrelnotes: more lavapipe features
2021-07-06 Mike Blumenkrantzfeatures: more lavapipe extensions
2021-07-06 Mike Blumenkrantzlavapipe: implement KHR_separate_depth_stencil_layouts
2021-07-06 Mike Blumenkrantzlavapipe: implement EXT_separate_stencil_usage
2021-07-06 Alyssa Rosenzweigpan/decode: Handle IDVS jobs on Bifrost
2021-07-06 Alyssa Rosenzweigpanfrost: Add secondary shader XML fields
2021-07-06 Daniel Stonepanfrost/genxml: Decode Bifrost index-driven vertex...
2021-07-06 Jason Ekstrandiris: Use isl_surf_get_uncompressed_surf
2021-07-06 Jason Ekstrandiris: Don't leak the surface if uncompressed re-interp...
2021-07-06 Jason Ekstrandintel/isl: Add more cases to isl_surf_get_uncompressed_surf
2021-07-06 Jason Ekstrandintel/blorp: Use isl_surf_get_uncompressed_surf
2021-07-06 Jason Ekstrandintel/blorp: Adjust the compressed copy rectangle befor...
2021-07-06 Jason Ekstrandintel/isl: Pull the uncompressed surface view code...
2021-07-06 Kenneth Graunkecrocus: Reduce SSBO alignment requirements from 64B...
2021-07-06 Kenneth Graunkeiris: Reduce SSBO alignment requirements from 64B to 4B
2021-07-06 Alyssa Rosenzweigpanfrost: Eliminate redundant flushes with AFBC
2021-07-06 Alyssa Rosenzweigpanfrost: Split "flush writer" from "flush accessing"
2021-07-06 Boris Brezillonpanfrost: Do tracking of resources, not BOs
2021-07-06 Alyssa Rosenzweigpanfrost: Wrap occlusion query in pipe_resource
2021-07-06 Alyssa Rosenzweigpanfrost: Express dependencies as resources, not BOs
2021-07-06 Boris Brezillonpanfrost: Replace the batch->bos hashmap by a sparse...
2021-07-06 Emma Anholtnir: Free the instructions in a DCE instr removal.
2021-07-06 Emma Anholtnir: Use remove_and_dce for nir_shader_lower_instructio...
2021-07-06 Emma Anholtnir: Add a nir_instr_remove that recursively removes...
2021-07-06 Emma Anholtanv: Fix unused var warning on release builds from...
2021-07-06 Mike BlumenkrantzzinK: tweak shader module update -> pipeline combined_d...
2021-07-06 Mike Blumenkrantzzink: remove shader_id
2021-07-06 Mike Blumenkrantzzink: remove gfx program slot mapping
2021-07-06 Mike Blumenkrantzzink: set gfx program shaders and generate internal...
2021-07-06 Mike Blumenkrantzzink: split up shader cache per-stage
2021-07-06 Mike Blumenkrantzzink: make shader cache local to a single program
2021-07-06 James Jonesgbm: Load backend based on DRM device driver name
2021-07-06 James Jonesgbm: Support dynamically loading named backends
2021-07-06 James Jonesgbm: Put common device creation in a helper function
2021-07-06 James Jonesgbm: Rename the DRI backend from gbm_dri.so to dri
2021-07-06 James Jonesmeson: Add a GBM backends search path build option
2021-07-06 James Jonesloader: Factor out driver library loading code
2021-07-06 James Jonesgbm: Rename backend description list to builtin_backends
2021-07-06 James Jonesgbm: Add backend ABI-check test
2021-07-06 James Jonesgbm: Version the GBM backend interface
2021-07-06 James Jonesgbm: Move majority of gbmint.h to gbm_backend_abi.h
2021-07-06 James Jonesgbm: Add gbm_core struct to export code to backends
2021-07-06 James Jonesgbm: Give gbm_device a reference to its backend
2021-07-06 James Jonesgbm: Give getenv backend override its own function
2021-07-06 James Jonesgbm: Consolidate env var and default backend loops
2021-07-06 James Jonesgbm: Create device directly in find_backend
2021-07-06 James Jonesgbm: Inline load_backend function content
2021-07-06 James Jonesgbm: Remove stat and refcount fields from gbm_device
2021-07-06 Mike Blumenkrantzutil/vbuf: check 3-component 16bit int formats for...
2021-07-06 Mike Blumenkrantzlavapipe: handle null vertex buffers more gracefully
2021-07-06 lucpanfrost: Only clear existing color buffers
2021-07-06 Icecream95Revert "panfrost: Fix crc_valid condition"
2021-07-06 Icecream95panfrost: Set bound dimensions to framebuffer size
2021-07-06 Dave Airlieac: fix win32 build
2021-07-06 Alyssa Rosenzweigasahi: Use XML for interpolation packet
2021-07-06 Alyssa Rosenzweigasahi: Enable primitive restart
2021-07-06 Alyssa Rosenzweigasahi: Set data_valid for the depth buffer
2021-07-06 Alyssa Rosenzweigasahi: Identify attachment length field
2021-07-06 Alyssa Rosenzweigasahi: Use GenXML for main bind fragment
2021-07-06 Alyssa Rosenzweigasahi: Extend IOGPU header to contain encoder
2021-07-06 Alyssa Rosenzweigasahi: Move IOGPU header to XML
2021-07-06 Alyssa Rosenzweigasahi: Identify "command buffer" size field in map
2021-07-06 Alyssa Rosenzweigasahi: Parametrize software "command buffer" size
2021-07-06 Alyssa Rosenzweigasahi: Sync attachment magic with asahi demo
2021-07-06 Alyssa Rosenzweigasahi: Add XML for the attachment structure
2021-07-06 Alyssa Rosenzweigasahi: Skip over holes in the vbufs
2021-07-06 Alyssa Rosenzweigasahi: Comment on an embedded data structure
2021-07-06 Alyssa Rosenzweigasahi: Flush for accesses to Z/S buffer
2021-07-06 Alyssa Rosenzweigasahi: Implement the stencil test
2021-07-06 Alyssa Rosenzweigasahi: Prepack rasterizer faces
2021-07-06 Alyssa Rosenzweigasahi: Fix meson dependency on packing in compiler
2021-07-06 Mike Blumenkrantzradv: implement VK_EXT_multi_draw
2021-07-06 Mike Blumenkrantzradv: add a gfx10 bug workaround for NOT_EOP
2021-07-06 Mike Blumenkrantzradv: split indexed draw cases based on whether drawid...
2021-07-06 Mike Blumenkrantzradv: determine if hardware can emit NOT_EOP before...
2021-07-06 Mike Blumenkrantzradv: emit drawid for multidraws
2021-07-06 Mike Blumenkrantzradv: emit NOT_EOP for multi indexed draws
2021-07-06 Mike Blumenkrantzradv: use multidraw iteration for direct draws
2021-07-06 Rhys Perryradv: use null vertex descriptor if num_records=0
2021-07-06 Rhys Perryradv: adjust num_records when offset>stride
2021-07-06 Rhys Perryradv: don't ever convert num_records to bytes if it...
2021-07-06 Dave Airliecrocus: enable threaded context support
next