platform/upstream/mesa.git
2020-11-23 Dave Airliellvmpipe: fix multisample lines.
2020-11-23 Dave Airliellvmpipe: fix multisample point rendering.
2020-11-23 Dave Airliellvmpipe/setup: move point stats collection earlier.
2020-11-23 Dave Airlielavapipe: fix wsi acquire fences
2020-11-23 Dave Airlielavapipe: fixup device allocate + enable private data
2020-11-23 Erik Faye-Lundzink: fix layered resolves
2020-11-23 Dylan Bakerrelease-calender: Update 20.3
2020-11-23 Dylan Bakerdocs: update calendar and link releases notes for 20.2.3
2020-11-23 Dylan Bakerdocs: Add relnotes for 20.2.3
2020-11-23 Dylan Bakerdocs: add release notes for 20.2.3
2020-11-23 Samuel Pitoisetaco: optimize v_add+v_lshlrev to v_mad_u32_u24 on GFX6-8
2020-11-23 Samuel Pitoisetaco: optimize v_add+s_lshl to v_mad_u32_u24 on GFX6-8
2020-11-23 Samuel Pitoisetaco: allow to use the range analysis UB in emit_{sop2...
2020-11-23 Samuel Pitoisetaco: add a new Operand flag to indicate that is 24-bit
2020-11-23 Samuel Pitoisetaco/tests: extend the optimize.add_lshl tests to GFX8
2020-11-23 Samuel Pitoisetac,radv: use better export formats for 8-bit when RB...
2020-11-23 Samuel Pitoisetradv: add new vk_format_is_*() helpers
2020-11-23 Dylan Bakermeson: use a feature option for microsoft-clc
2020-11-23 Dylan Bakermeson: Don't add extra values to shader-cache
2020-11-23 Rob Clarkfreedreno/ir3: Fix valgrind complaint about streamout...
2020-11-23 Rob Clarkfreedreno/drm: Quiet timedout error msg
2020-11-23 Rob Clarkfreedreno/a6xx: Clear control mem at context create
2020-11-23 Rob Clarkfreedreno: Convert one last mtx_t -> simple_mtx_t
2020-11-23 Rob Clarkfreedreno: emit_marker() cleanup
2020-11-23 Lionel Landwerlinmesa: add an environment variable to default enable...
2020-11-23 Lionel Landwerlinst: trigger noop if the default value is not true
2020-11-23 Connor Abbottir3/ra: Fix array reg liveness in scalar pass
2020-11-23 Samuel Pitoisetnir: fix gathering cross invocation info
2020-11-23 jzielinsswr: Pass draw start information to state update mechanism
2020-11-23 Samuel Pitoisetci: fix name of the Sienna Cichlid expected failures...
2020-11-23 Alejandro Piñeirov3dv/cmd_buffer: missing (uint8_t *) casting when calli...
2020-11-23 Samuel Pitoisetradv: dump BO ranges into bo_ranges.log instead of...
2020-11-23 Samuel Pitoisetradv: add RADV_DEBUG=noumr to disable UMR logs during...
2020-11-23 Samuel Pitoisetradv: dump application info in the GPU hang report
2020-11-23 Samuel Pitoisetradv: append a time string to the hang report dump...
2020-11-23 Samuel Pitoisetradv: print more debug messages when generating a hang...
2020-11-23 Marek Olšákradeonsi: don't allocate LDS for TCS inputs if it's...
2020-11-23 Marek Olšákradeonsi: don't insert barrier between VS/TCS if all...
2020-11-23 Marek Olšákradeonsi: pass VS->TCS IO via VGPRs if VS and TCS have...
2020-11-23 Marek Olšákac/llvm: prepare for passing VS->TCS IO via VGPRs
2020-11-23 Marek Olšákradeonsi: remove unnecessary NULL checking in NIR tess...
2020-11-23 Marek Olšákradeonsi: if VS and TCS have the same number of threads...
2020-11-23 Marek Olšákradeonsi: always return void from si_build_wrapper_function
2020-11-23 Marek Olšákradeonsi: merge TCS and TCS epilog conditional blocks
2020-11-23 Marek Olšákradeonsi: don't generate a dead conditional in si_write...
2020-11-23 Marek Olšákradeonsi: limit HS LDS usage per workgroup to 16K to...
2020-11-23 Marek Olšákradeonsi: don't allocate LDS for TCS outputs if they...
2020-11-23 Marek Olšákradeonsi: don't leave more than 8 unoccupied lanes...
2020-11-23 Marek Olšákradeonsi: adjust tess SGPRs to allow fully occupied...
2020-11-23 Marek Olšákac/nir: fix a typo in ac_are_tessfactors_def_in_all_invocs
2020-11-22 Gert Wollnyr600/sfn: Correctly lower all int64
2020-11-22 Vinson Leenv50/ir: Initialize Program members in constructor.
2020-11-22 Gert Wollnyr600/sfn: use a per stream index register in GS
2020-11-22 Gert Wollnyr600/sfn: lower bool to int32 only after common optimiz...
2020-11-22 Timur Kristófnir: Use src_is_invocation_id in get_deref_info.
2020-11-22 Marek Olšáknir: fix gathering patch IO usage with lowered IO
2020-11-22 Marek Olšáknir: fix gathering TCS cross invocation access with...
2020-11-21 Marek Olšákmesa: lock Shared->TexMutex only once for a glthread...
2020-11-21 Marek Olšákmesa: lock Shared->BufferObjects only once for a glthre...
2020-11-21 Marek Olšákglthread: make glGetActiveUniform return without syncing
2020-11-21 Marek Olšákmesa: make error handling for glGetActiveUniform glthre...
2020-11-21 Marek Olšákmesa: add glInternalSetError for glthread
2020-11-21 Bas Nieuwenhuizenradv: Dump BO VA ranges on hang.
2020-11-21 Vinson Leeclover: Initialize command_queue member _props.
2020-11-20 Eric Engestrommeson: drop deprecated EGL platform build options
2020-11-20 Eric Engestromgitlab-ci: drop deprecated platforms that snuck in...
2020-11-20 Rhys Perryaco/tests: add Builder::v_mul_imm() tests
2020-11-20 Rhys Perryaco: use v_mul_imm() for some nir_op_imul
2020-11-20 Rhys Perryaco: try harder to not create v_mul_lo_u32
2020-11-20 Rhys Perryaco: copy constant to sgpr in Builder::v_mul_imm()
2020-11-20 Rhys Perryaco: create vgpr constant copies using v_bfrev_b32
2020-11-20 Rhys Perryaco: count v_mul_lo_u32 as 16 cycles
2020-11-20 Rhys Perryaco: don't create v_mov_b32 in v_mul_imm()
2020-11-20 Krunal Patelradeon/vce: Bitrate not updated when changing framerate
2020-11-20 Adam Jacksonglx, egl: Add LIBGL_DRI2_DISABLE environment variable
2020-11-20 Bas Nieuwenhuizengallium/vl: Set modifier field for winsys handle.
2020-11-20 Rhys Perrynir/copy_prop_vars: avoid a duplicate lookup if src...
2020-11-20 Rhys Perrynir/copy_prop_vars: use nir_deref_and_path
2020-11-20 Rhys Perrynir/deref: add helpers to lazily create paths
2020-11-20 Rhys Perrynir/search: check for changes before adding uses to...
2020-11-20 Rhys Perrynir/search: check instr type before adding to worklist
2020-11-20 Rhys Perrynir/loop_analyze: initialize loop variables on demand
2020-11-20 Rhys Perrynir/copy_prop_vars,nir/dead_write_vars: ignore read...
2020-11-20 Rhys Perrynir: add nir_var_vec_indexable_modes
2020-11-20 Daniel Schürmannnir: add nir_phi_get_src_from_block() helper
2020-11-20 Daniel Schürmannnir: allow for cheap intrinsics in nir_opt_peephole_sel...
2020-11-20 Tony Wasserkaradv/winsys: Fix use of nonexisting struct type in...
2020-11-20 Tony Wasserkaradv/query: Avoid hardcoding array size constants
2020-11-20 Tony Wasserkaradv,aco: Compile with -Wshadow when available
2020-11-20 Tony Wasserkaradv: Fix -Wshadow warnings
2020-11-20 Tony Wasserkaaco/tests: Fix -Wunused warnings in release mode
2020-11-20 Tony Wasserkaaco/tests: Fix -Wshadow warnings
2020-11-20 Tony Wasserkaaco: Fix -Wshadow warnings
2020-11-20 Samuel Pitoisetradv: ignore other blend targets if dual-source blendin...
2020-11-20 Erik Faye-Lunddocs: add basic docs for d3d12 driver
2020-11-20 Samuel Pitoisetci: add list of expected failures for Sienna Cichlid
2020-11-20 Iago Toral... v3dv: only write new uniforms when needed
2020-11-20 Iago Toral... v3dv: remove redundant free of default pipeline attribu...
2020-11-20 Vinson Leer600/sb: Initialize sb_context members in constructor.
2020-11-20 Vinson Leer600/sfn: Initialize ShaderFromNir members in constructor.
next