platform/upstream/mesa.git
2021-01-08 Rhys Perryaco: implement sparse image loads
2021-01-08 Rhys Perryaco: implement sparse texture fetches
2021-01-08 Rhys Perryaco: implement nir_op_vec5
2021-01-08 Rhys Perryaco: move MIMG VDATA to its own operand
2021-01-08 Rhys Perryaco: fix MIMG_instruction::lwe comment
2021-01-08 Rhys Perryaco: fix unreachable() for uniform 8/16-bit nir_op_mov...
2021-01-08 Michel Dänzerci: Add *ignore_scheduled_pipelines to mesa/gallium...
2021-01-08 Michel Dänzerci: Rule out scheduled pipelines in .windows-build...
2021-01-08 James Parkutil: Disable memstream for Apple builds
2021-01-08 Samuel Pitoisetradv: fix performance regression by restoring TC-compat...
2021-01-08 Samuel Pitoisetradv: fix enabling TC-compat HTILE in GENERAL for write...
2021-01-08 Samuel Pitoisetradv: configure the texture descriptor for TC-compat...
2021-01-08 Vinson Leer300: Fix typos.
2021-01-07 Erik Faye-Lundgallium/ntt: lower uniforms to ubo
2021-01-07 Nanley Cheryiris: Blit stencil according to aspect_mask
2021-01-07 Nanley Cheryiris: Use single-aspect formats more in iris_blit
2021-01-07 Nanley Cheryiris: Blit non-stencil according to aspect_mask
2021-01-07 Nanley Cheryiris: Loop through an aspect mask in iris_blit
2021-01-07 Nanley Cheryiris: Increase use of pipe_resources in iris_blit
2021-01-07 Nanley Cheryiris: Use texture preparation helper in iris_blit
2021-01-07 Nanley Cheryiris: Move depth-format assertion out of iris_blit
2021-01-07 Nanley Cheryiris: Don't prepare depth for stencil-aspect blits
2021-01-07 Adam Jacksonmesa: Don't make building tests conditional on building...
2021-01-07 Adam Jacksonmesa: Fix array-format-to-format table on big-endian
2021-01-07 Adam Jacksontests: Fix memory leaks in DispatchSanity
2021-01-07 Samuel Pitoisetradv/llvm,aco: always split typed vertex buffer loads...
2021-01-07 Samuel Pitoisetaco: fix creating the dest vector when 16-bit vertex...
2021-01-07 Dylan Bakerdocs/release-calendar.rsv: Remove spaces
2021-01-07 Dylan Bakerdocs: Add calendar entries for 21.0 release candidates.
2021-01-07 Rhys Perrynir,radv: add and use nir_vectorize_tess_levels()
2021-01-07 Rhys Perryradv: vectorize shader I/O
2021-01-07 Rhys Perrynir/load_store_vectorize: add data as callback args
2021-01-07 Rhys Perrynir: add nir_load_store_vectorize_options
2021-01-07 Rhys Perrynir/load_store_vectorize: don't ignore subgroup memory...
2021-01-07 Juan A. Suarez... v3d: reinterpret stencil data as uint texture in stenci...
2021-01-07 Rhys Perryradv: workaround games which assume full subgroups...
2021-01-07 Rhys Perrynir: gather whether a compute shader uses non-quad...
2021-01-07 Rhys Perryradv: implement CREATE_REQUIRE_FULL_SUBGROUPS_BIT with...
2021-01-07 Michel Dänzerwsi/x11: Treat IMMEDIATE present mode the same as MAILB...
2021-01-07 Michel Dänzerwsi/x11: Use PresentOptionAsync for MAILBOX present...
2021-01-07 Michel Dänzerwsi/x11: Detect Xwayland
2021-01-07 Michel Dänzerwsi/x11: Always link against xcb-xrandr
2021-01-07 Michel Dänzerwsi/x11: Set recognizable name for WSI swapchain queue...
2021-01-07 Pierre-Eric... radeonsi: implement SQTT support
2021-01-07 Pierre-Eric... radeonsi: add radeon_set_uconfig_reg_seq_perfctr
2021-01-07 Pierre-Eric... ac/sqtt: move radv_get_expected_buffer_size to ac
2021-01-07 Pierre-Eric... ac/sqtt: move ac_is_thread_trace_complete to ac
2021-01-07 Pierre-Eric... ac/sqtt: move rgp/sqtt def to ac
2021-01-07 Pierre-Eric... ac/radv: move radv_rgp.c to ac
2021-01-07 Pierre-Eric... ac/radv: move sqtt structs and helpers to amd/common
2021-01-07 Pierre-Eric... ac/sqtt: add ac_thread_trace_data
2021-01-07 Pierre-Eric... radeonsi: pass radeon_cmdbuf to si_cp_dma_wait_for_idle
2021-01-07 Pierre-Eric... radeonsi: pass radeon_cmdbuf to emit_cache_flush
2021-01-07 Alistair Popplegv100/ir: Use system wide atomics
2021-01-07 Alistair Popplegv100/ir: Make emitATOM consistent with emitRED
2021-01-07 Marek Olšákradeonsi: remove si_gs_prolog_bits::gfx9_prev_is_vs
2021-01-07 Marek Olšákradeonsi: fix hang caused by for loop with exec=0 in...
2021-01-07 Dylan Bakerbin/gen_calendar_entries: Add support for making a...
2021-01-07 Dylan Bakerbin/gen_calendar_entries: Add support for extending...
2021-01-07 Dylan Bakerbin: Add script for manipulating the release calendar
2021-01-07 Dylan Bakerdocs: store the release-calendar information in csv...
2021-01-06 Eric Anholtfreedreno: Add missing dep on u_tracepoints.
2021-01-06 Eric Anholtfreedreno: Mark a615/a618 as also lacking Z24_UINT_S8_U...
2021-01-06 Eric Anholtfreedreno: Disable UBWC on z24s8 on a630.
2021-01-06 Eric Anholtfreedreno/a6xx: Fix z24s8 non-ubwc blits on a630.
2021-01-06 Eric Anholtfreedreno/a6xx: Move the IBO pipe2tex down to where...
2021-01-06 Eric Anholtturnip: Move the limited_z24s8 flag to the shared devic...
2021-01-06 Neil Armstrongkmsro: sync Android.mk GALLIUM_TARGET_DRIVERS
2021-01-06 Eric Engestromdocs: use a single cell for the branch number
2021-01-06 Rhys Perryvtn: support SpvCapabilitySparseResidency
2021-01-06 Rhys Perrynir/lower_tex: fix lower_tg4_offsets with sparse fetches
2021-01-06 Rhys Perrynir: add sparse_residency_code_and
2021-01-06 Rhys Perrynir,spirv: implement SpvOpImageSparseTexelsResident
2021-01-06 Rhys Perrynir,spirv: add sparse image loads
2021-01-06 Rhys Perrynir,spirv: add sparse texture fetches
2021-01-06 Rhys Perrynir: allow 5 component vectors
2021-01-06 Rhys Perrynir/tests: fix callback for load/store vectorizer tests
2021-01-06 Daniel Schürmannnir/opt_vectorize: fix call to filter function
2021-01-06 Vinson Leefreedreno/afuc: Replace readfile with os_read_file.
2021-01-06 Dylan Bakerbin/remove get-pick-list.sh files
2021-01-06 Dylan Bakerpick-ui: don't handle the mouse
2021-01-06 Erik Faye-Lundgallium/util: do not perform n^2 stencil blits
2021-01-06 Rob Clarkfreedreno/ir3/parser: Fix pre-a6xx stib parsing
2021-01-06 Rob Clarkfreedreno/ir3/parser: a6xx ldib/stib parsing
2021-01-06 Rob Clarkfreedreno/ir3: Fix pre-a6xx ldgb/stib parsing
2021-01-06 Rob Clarkfreedreno/ir3: Explicitly flag disasm test vectors...
2021-01-06 Rob Clarkfreedreno/ir3: Fix ldg decoding/parsing
2021-01-06 Rob Clarkfreedreno/ir3/parser: Fixup stg parsing and add more...
2021-01-06 Rob Clarkfreedreno/ir3/parser: Add stgb support
2021-01-06 Rob Clarkfreedreno/ir3/parser: Add ldgb support
2021-01-06 Rob Clarkfreedreno/ir3/parser: Fix pre-a6xx resinfo
2021-01-06 Rob Clarkfreedreno/ir3/parser: Fix atomic support
2021-01-06 Rob Clarkfreedreno/ir3/parser: Add ldc support
2021-01-06 Rob Clarkfreedreno/ir3: Add cat5/cat6 nonuniform flag
2021-01-06 Rob Clarkfreedreno/ir3: Disambiguate a6xx+ "bindless" instructions
2021-01-06 Rob Clarkfreedreno/ir3: Don't leak disk_cache
2021-01-06 Rob Clarkfreedreno/ir3: Add parsing and assembler testing
2021-01-06 Rob Clarkfreedreno/ir3: Tweak ldib/resinfo encoding
2021-01-06 Rob Clarkfreedreno/ir3/parser: Add initial cat6 IBO instructions
2021-01-06 Rob Clarkfreedreno/ir3/parser: Relative gpr/const can have modif...
next