mesa.git
2020-04-30 Lionel Landwerlindrm-shim: silence warnings
2020-04-30 Lionel Landwerlindrm-shim: don't create a memfd per BO
2020-04-30 Lionel Landwerlindrm-shim: move handle lock to shim_fd
2020-04-30 Rob Clarkgallium: extract out logicop helper
2020-04-30 Roland Scheideggergallivm: fix half to float conversions with llvm 11
2020-04-29 Eric Engestromcut 20.1 branch
2020-04-29 Francisco Jerezintel/ir: Update performance analysis parameters for...
2020-04-29 Dylan Bakerdocs: update calendar, add news item, and link releases...
2020-04-29 Dylan Bakerdocs: Add SHA256 sums for 20.0.6
2020-04-29 Dylan Bakerdocs: Add release notes for 20.0.6
2020-04-29 Alyssa Rosenzweigpan/mdg: Be a bit more pedantic in invert passes
2020-04-29 Alyssa Rosenzweigpan/mdg: Track more types
2020-04-29 Rob Clarkfreedreno: fix buffer import
2020-04-29 Marcin Ślusarzi965: remove unused variable
2020-04-29 Bas Nieuwenhuizenradv: Fix implicit sync with recent allocation changes.
2020-04-29 Rob Clarkfreedreno: switch to simple_mtx
2020-04-29 Rob Clarkfreedreno: add screen lock wrappers
2020-04-29 Rob Clarkutil/simple_mtx: add assert_locked()
2020-04-29 Jonathan Marekturnip: fix wrong substream size in parse_multisample_a...
2020-04-29 Eric Anholtutil/ra: Improve ra_set_finalize() performance.
2020-04-29 Eric Anholtutil/ra: Use util_dynarray for handling the conflict...
2020-04-29 Eric Anholtutil/ra: Use util_dynarray for the adjacency list.
2020-04-29 Eric Anholtutil/ra: Sanity check that we're adding a valid reg...
2020-04-29 Eric Anholtutil/ra: Sanity check that the driver selected a valid...
2020-04-29 Konrad Dybciofreedreno/a4xx: enable A405
2020-04-29 Mike Blumenkrantziris: handle PIPE_CAP_CLEAR_SCISSORED
2020-04-29 Mike Blumenkrantzgallium: add pipe cap for scissored clears and pass...
2020-04-29 Caio Marcelo... i965: Use correct constant for max_variable_local_size
2020-04-29 Mike Blumenkrantziris: move iris_vtable to iris_screen
2020-04-29 Jason Ekstrandintel/fs: Don't delete coalesced MOVs if they have...
2020-04-29 Marek Olšákst/mesa: expose more SPIR-V capabilities
2020-04-29 Marek Olšákmesa: report GL_INVALID_OPERATION for invalid glTexture...
2020-04-29 Alyssa Rosenzweigpan/mdg: Replicate 16-bit swizzles
2020-04-29 Alyssa Rosenzweigpan/mdg: Ensure fdot is scalar out in disasm
2020-04-29 Alyssa Rosenzweigpan/mdg: Move condense_writemask to disasm
2020-04-29 Alyssa Rosenzweigpan/mdg: Pass through some types from scheduling
2020-04-29 Alyssa Rosenzweigpan/mdg: Don't crash on unknown branch target
2020-04-29 Alyssa Rosenzweigpan/mdg: Make some branch targets more explicit
2020-04-29 Alyssa Rosenzweigpan/mdg: Always print the mask
2020-04-29 Alyssa Rosenzweigpan/mdg: Specialize swizzle to type
2020-04-29 Alyssa Rosenzweigpan/mdg: Lower specials to 32-bit
2020-04-29 Alyssa Rosenzweigpan/mdg: Move sampler_type emission to pack time
2020-04-29 Alyssa Rosenzweigpan/mdg: Set texture full fields at pack time
2020-04-29 Alyssa Rosenzweigpan/mdg: Track texture types
2020-04-29 Alyssa Rosenzweigpan/mdg: Track v_mov type (force uint32 for now?)
2020-04-29 Alyssa Rosenzweigpan/mdg: Denoise prints
2020-04-29 Alyssa Rosenzweigpan/mdg: Track a primary type for I/O
2020-04-29 Alyssa Rosenzweigpan/mdg: Another goofy comment gone
2020-04-29 Alyssa Rosenzweigpan/mdg: Track ALU dest type
2020-04-29 Alyssa Rosenzweigpan/mdg: Track ALU src types
2020-04-29 Alyssa Rosenzweigpan/mdg: Add type fields to IR
2020-04-29 Alyssa Rosenzweigpan/bi: Share ALU type printing
2020-04-29 Alyssa Rosenzweigpan/mdg: Set lower_flrp16
2020-04-29 Alyssa Rosenzweigpan/mdg: Remove old hack
2020-04-29 Alyssa Rosenzweigpan/mdg: Remove goofy 16-bit comment
2020-04-29 Alyssa Rosenzweigpan/mdg: Don't break SSA
2020-04-29 Alyssa Rosenzweigpan/mdg: SSA_FIXED_MINIMUM already covered by PAN_IS_REG
2020-04-29 Alyssa Rosenzweigpan/mdg: Use PAN_IS_REG
2020-04-29 Alyssa Rosenzweigpan/mdg: Remove nir_alu_src_index
2020-04-29 Alyssa Rosenzweigpan/bi: Use common IR indices
2020-04-29 Alyssa Rosenzweigpanfrost: Move Bifrost IR indexing to common
2020-04-29 Alyssa Rosenzweigpanfrost: Fix BO reference counting
2020-04-29 Marek Olšákac: enable displayable DCC on Navi12 & Navi14
2020-04-29 Marek Olšákac/surface: validate that DCC is enabled correctly...
2020-04-29 Marek Olšákac/surface: add code for gfx10 displayable DCC
2020-04-29 Marek Olšákac/surface: move non-displayable DCC to the end of...
2020-04-29 Marek Olšákac/surface: don't compute DCC if it's unsupported by...
2020-04-29 Marek Olšákac/surface: match get_display_flag() with expectations...
2020-04-29 Marek Olšákac/surface: replace RADEON_SURF_OPTIMIZE_FOR_SPACE...
2020-04-29 Marek Olšákac/surface: remove RADEON_SURF_TC_COMPATIBLE_HTILE...
2020-04-29 Marek Olšákac/surface: rename micro tile mode enums like gfx10...
2020-04-29 Thomas Hellstromwinsys/svga: Optionally avoid caching buffer maps
2020-04-29 Thomas Hellstromgallium/pipebuffer: Use persistent maps for slabs
2020-04-29 Timur Kristófradv: Use smaller esgs_itemsize for ACO.
2020-04-29 Timur Kristófaco: Use new default driver locations.
2020-04-29 Timur Kristófradv: Use new linking helper to set default driver...
2020-04-29 Timur Kristófnir: Add new linking helper to set linked driver locations.
2020-04-29 Timur Kristófaco: Set config->lds_size when TES or VS is running...
2020-04-29 Timur Kristófaco: Calculate workgroup size of legacy GS.
2020-04-29 Timur Kristófaco: Remember VS/TCS output driver locations.
2020-04-29 Timur Kristófaco: Use context variables instead of calculating TCS...
2020-04-29 Timur Kristófradv: Refactor calculate_tess_lds_size and get_tcs_num_...
2020-04-29 Rhys Perryaco: consider blocks unreachable if they are in the...
2020-04-29 Christopher... egl/wayland: Fix zwp_linux_dmabuf usage
2020-04-29 Danylo Piliaieviris/bufmgr: Check if iris_bo_gem_mmap failed
2020-04-29 Tapani Pällianv: remove assert from GetImageMemoryRequirements[2]
2020-04-29 Samuel Pitoisetgitlab-ci: add a list of expected failures for FIJI...
2020-04-29 Samuel Pitoisetradv: advertise VK_EXT_robustness2
2020-04-29 Samuel Pitoisetradv: handle NULL vertex bindings
2020-04-29 Samuel Pitoisetradv: handle NULL descriptors
2020-04-29 Samuel Pitoisetaco: fix adjusting the sample index with FMASK if value...
2020-04-29 Samuel Pitoisetaco: fix nir_texop_texture_samples with NULL descriptors
2020-04-29 Samuel Pitoisetac/llvm: fix nir_texop_texture_samples with NULL descri...
2020-04-29 Caio Marcelo... intel/fs: Only stall after sending all memory fence...
2020-04-29 Caio Marcelo... intel/fs,vec4: Pull stall logic for memory fences up...
2020-04-29 Caio Marcelo... intel/fs: Allow FS_OPCODE_SCHEDULING_FENCE stall on...
2020-04-29 Bas Nieuwenhuizenradv: Expose 4G element texel buffers.
2020-04-29 Kenneth Graunkeiris: Fix downcast of bound_vertex_buffers from uint64_...
2020-04-29 Francisco Jerezintel/ir: Remove scheduling-based cycle count estimates.
2020-04-29 Francisco Jerezintel/ir: Pass block cycle count information explicitly...
next