platform/upstream/mesa.git
2021-02-18 Lionel Landwerlingenxml: Add PIPE_CONTROL protected memory bits
2021-02-18 Lionel Landwerlingenxml: add MI_SET_APPID on Gen12+
2021-02-18 Samuel Pitoisetradv: use the pipeline key as hash for pipeline bind...
2021-02-18 Samuel Pitoisetradv: only emit pipeline bind markers for application...
2021-02-18 Samuel Pitoisetradv: add support for user event markers with SQTT
2021-02-18 Jason Ekstrandanv/android: Re-implement AcquireImageANDROID
2021-02-18 Vinson Leenv50/ir: Initialize ValueDef member origin in constructors.
2021-02-18 Dave Airlielavapipe: set viewport state dirty on first execute
2021-02-18 Dave Airlielavapipe: avoid pointer to pipeline layout in execution
2021-02-18 Dave Airlielavapipe: add reference counting to descriptor set...
2021-02-18 Eric Anholtci/freedreno: Drop the "arm64" in front of job names.
2021-02-18 Eric Anholtci/freedreno: Add a fractional gles31 run with asan...
2021-02-18 Eric Anholtci: Allow better customization of the name of the artif...
2021-02-18 Eric Anholtmesa/st: Make sure to unbind cb0 on transition away...
2021-02-18 Eric Anholtv3d/qpu: Avoid leaking memory in the QPU disasm test.
2021-02-18 Rob Clarkfreedreno: driver-thread annotations
2021-02-18 Rob Clarkfreedreno: Split batch_flush_reset_dependencies()
2021-02-18 Rob Clarkfreedreno: Quiet fallthrough warnings
2021-02-18 Kristian Høgsbergmacros: Add thread-safety annotation macros
2021-02-18 Mike Blumenkrantzzink: move command pool to the batch
2021-02-18 Mike Blumenkrantzzink: handle dual blending override from driconf
2021-02-17 Jason Ekstrandanv/formats: Advertise linear sampling on depth formats
2021-02-17 Anuj Phogatintel/anv: Fix condition for planar yuv surface
2021-02-17 Daniel Schürmannaco: remove special handling of load_helper_invocation
2021-02-17 Daniel Schürmannnir: lower is/load_helper to zero if no helper lanes...
2021-02-17 Daniel Schürmannnir: lower load_helper to is_helper if the shader uses...
2021-02-17 Ian Romanickintel/compiler: Use CMPN for min / max on Gen4 and...
2021-02-17 Ian Romanickintel/compiler: Make the CMPN builder work like the...
2021-02-17 Ian Romanickintel/compiler: Enable the ability to emit CMPN instruc...
2021-02-17 Ian Romanickintel/eu/validate: Add some checks for CMP and CMPN
2021-02-17 Eric Anholtvirgl: Drop a context dependency from part of the shade...
2021-02-17 Eric Anholtgallium: Flip the default value of PIPE_CAP_SHAREABLE_S...
2021-02-17 Andres Gomezci: build gfxreconstruct v0.9.5
2021-02-17 Andres Gomezci: only install piglit dependencies when installing...
2021-02-17 Andres Gomezci: remove pytest since we don't need it any more
2021-02-17 Jesse Nataliemicrosoft/clc: Only apply float scaling to 32bit fdiv
2021-02-17 Anuj Phogatintel/anv: Fix condition to set MipModeFilter for YUV...
2021-02-17 Andres Gomezci: piglit runner colors diff output on failures
2021-02-17 Alyssa Rosenzweignir: Fix grammar error
2021-02-17 Samuel Pitoisetradv: do not allow to capture SQTT on the compute queue
2021-02-17 Samuel Pitoisetradv: stop emitting pipeline bind markers
2021-02-17 Samuel Pitoisetradv: make sure to allocate enough space when emitting...
2021-02-17 Samuel Pitoisetradv: remove an outdated TODO about SQTT cache flushes
2021-02-17 Samuel Pitoisetradv: move SQTT parameters initialization to radv_threa...
2021-02-17 Samuel Pitoisetradv: create the start/stop CS for SQTT dynamically
2021-02-17 Andres Gomezci: tracie dashboard URLs only in the failure after...
2021-02-17 Andres Gomezci: correct artifacts location for piglit's runner...
2021-02-17 Andres Gomezci: make sure piglit's artifacts are not overwritten
2021-02-17 Andres Gomezci: correct piglit's HTML summary location for artifact...
2021-02-17 Andres Gomezci: clean paths used in the piglit runner
2021-02-17 Pierre-Eric... radeonsi: force dcc clear to use compute clear
2021-02-17 Pierre-Eric... radeonsi: enable dcc image stores on gfx10+
2021-02-17 Pierre-Eric... radeonsi: replace force_cp_dma arg of si_clear_buffer...
2021-02-17 Rhys Perryradv,aco: allow unaligned LDS access on GFX9+
2021-02-17 Rhys Perryradv: relax shared alignment requirements in mem_vector...
2021-02-17 Mike Blumenkrantzgallium/trace: add a pipe_screen::get_compiler_options...
2021-02-17 Marek Olšákglthread: ignore the return value of glUnmapBuffer...
2021-02-17 Marek Olšákglthread: don't sync when using pixel buffer objects
2021-02-17 Marek Olšákglthread: don't declare pointers with const in unmarsha...
2021-02-17 Marek Olšákglthread: assume all parameters are fixed if marshal_sy...
2021-02-17 Marek Olšákradeonsi: set MEM_ORDERED optimally
2021-02-17 Marek Olšákradeonsi: gather shader info about VMEM usage for MEM_O...
2021-02-17 Marek Olšákradeonsi: gather shader info about indirect UBO/SSBO...
2021-02-17 Marek Olšákradeonsi: gather info about bindless images and memory...
2021-02-17 Marek Olšákradeonsi: fix the value of uses_bindless_samplers
2021-02-17 Marek Olšákradeonsi: do late NIR optimizations after uniform inlining
2021-02-17 Marek Olšákradeonsi: allocate filled_size for streamout targets...
2021-02-17 Marek Olšákradeonsi: improve comments in si_emit_derived_tess_state
2021-02-17 Marek Olšákradeonsi: for tess, determine the minimum num_patches...
2021-02-17 Marek Olšákac/surface: use family_id so as not to crash with SI_FO...
2021-02-17 Pierre-Eric... radeonsi: fix si_check_render_feedback
2021-02-17 Pierre-Eric... radeonsi: fix read from compute / write from draw sync
2021-02-17 Pierre-Eric... radeonsi: store si_context::xxx_shader members in union
2021-02-17 Pierre-Eric... radeonsi: fix indentation issue in si_texture.c
2021-02-17 Iago Toral... broadcom/compiler: don't dump shader-db stats for faile...
2021-02-17 Iago Toral... broadcom/compiler: use a helper function to decide...
2021-02-17 Iago Toral... broadcom/compiler: don't emit redundant ldunif
2021-02-17 Samuel Iglesias... turnip: VK_EXT_memory_budget implementation
2021-02-17 Samuel Iglesias... turnip: keep track of memory heap usage, size and flags
2021-02-17 Samuel Iglesias... util: fix parsing of /proc/meminfo MemAvailable value
2021-02-17 Vinson Leeetnaviv: Fix memory leak in etna_vertex_elements_state_...
2021-02-17 Jason Ekstrandintel/fs: Shuffle can't handle source modifiers
2021-02-17 Jason Ekstrandnir/opt_large_constants: Handle generic pointers
2021-02-17 Jason Ekstrandnir: Fix parameter order in the bcsel-of-shuffle optimi...
2021-02-17 Jason Ekstrandnir: Don't optimize bcsel-of-shuffle across blocks
2021-02-17 James Jonesnouveau: Use format modifiers in buffer allocation
2021-02-17 James Jonesnouveau: no modifier != the invalid modifier
2021-02-17 James Jonesnouveau: Use DRM_FORMAT_MOD_NVIDIA_BLOCK_LINEAR_2D
2021-02-17 James Jonesnouveau: Stash supported sector layout in screen
2021-02-17 Mike Blumenkrantzzink: add a disk cache for pipeline objects
2021-02-17 Mike Blumenkrantzzink: create a VkPipelineCache object on the screen...
2021-02-17 Mike Blumenkrantzzink: hook up valid_buffer_range for buffer resources...
2021-02-17 Mike Blumenkrantzzink: add flag for no-oping fence finish
2021-02-16 Rob Clarkfreedreno/ir3: Add missing shader prog cache invalidation
2021-02-16 Rob Clarkfreedreno/ir3: Async shader compile
2021-02-16 Rob Clarkfreedreno/ir3: Reshuffle compute state creation
2021-02-16 Rob Clarkfreedreno/ir3: Reshuffle ir3_shader_create()
2021-02-16 Rob Clarkfreedreno/ir3: Add ir3_screen_fini()
2021-02-16 Rob Clarkfreedreno/ir3: Move ir3_compiler_create()
2021-02-16 Rob Clarkfreedreno/ir3: Add ir3_shader_state
next