summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-04-21zink: add clear-on-flush mechanic deeper into flush codepathMike Blumenkrantz1-6/+7
2021-04-21zink: directly set batch->state->flush_res from flush_resource hookMike Blumenkrantz2-6/+1
2021-04-21zink: move wsi flush info conditional to queue submissionMike Blumenkrantz2-3/+2
2021-04-21zink: add a flag indicating whether scanout object needs updatingMike Blumenkrantz2-0/+5
2021-04-21zink: move scanout sync to end of batchMike Blumenkrantz2-122/+125
2021-04-21zink: use undefined layout for first scanout obj transitionMike Blumenkrantz2-1/+4
2021-04-21panfrost: Fix ZS reloading on Bifrost v6Boris Brezillon1-4/+30
2021-04-21panfrost: Fix indirect drawsBoris Brezillon1-1/+1
2021-04-21aco: allow SDWA sels smaller than the operand sizeRhys Perry1-2/+4
2021-04-21aco: don't update register demand during RA validationRhys Perry3-9/+14
2021-04-21Revert "radeonsi: set TRUNC_COORD=0 for Total War: WARHAMMER to fix it"Rhys Perry3-7/+1
2021-04-21ac/nir: set TRUNC_COORD=0 for nir_texop_tg4Rhys Perry1-0/+7
2021-04-21aco: set TRUNC_COORD=0 for nir_texop_tg4Rhys Perry1-1/+20
2021-04-20ci/virgl: Mark a couple of new Crash tests as flakes.Eric Anholt2-0/+4
2021-04-20zink: force scanout sync when mapping scanout resourceMike Blumenkrantz1-0/+18
2021-04-20zink: merge copy-to-scanout path into non-deferred flush pathMike Blumenkrantz1-6/+4
2021-04-20amd/common: Use cap to test kernel modifier support.Bas Nieuwenhuizen1-1/+10
2021-04-20panfrost: Reserve thread storage descriptor in panfrost_launch_grid()Boris Brezillon5-6/+11
2021-04-20radv: fix emitting depth bias when beginning a command bufferSamuel Pitoiset1-1/+2
2021-04-20radv: fix fast clearing depth-only or stencil-only aspects with HTILESamuel Pitoiset1-1/+2
2021-04-20gallivm: handle 16-bit input in i2b32Erik Faye-Lund1-1/+3
2021-04-20xmlconfig: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-4/+4
2021-04-20llvmpipe: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-1/+1
2021-04-20gallium/aux: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie3-3/+3
2021-04-20shader_enums: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-1/+1
2021-04-20microsoft/compiler: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-1/+1
2021-04-20microsoft/clc: Fix undeclared function warningJesse Natalie1-1/+1
2021-04-20microsoft/clc: Fix MSVC unreferenced variable warningsJesse Natalie4-8/+2
2021-04-20d3d12: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie1-3/+3
2021-04-20nir: Fix MSVC warning C4334 (32bit shift cast to 64bit)Jesse Natalie4-4/+4
2021-04-20virgl: move new added field to the end.Lepton Wu1-1/+1
2021-04-20freedreno/a6xx: Don't try to do Z-as-RGBA blits for mismatched formats.Eric Anholt2-14/+3
2021-04-20spirv: fix uToAccelerationStructure handlingLionel Landwerlin1-0/+1
2021-04-20radv: Fix memory leak on descriptor pool reset with layout_size=0.Bas Nieuwenhuizen1-47/+43
2021-04-20android: panfrost/lib: add pan_cs.c to Makefile.sourcesMauro Rossi1-0/+2
2021-04-20radeonsi: Report multi-plane formats as unsupportedDrew Davenport1-0/+3
2021-04-20aco: fix opquantize2f16 on GFX6-7Samuel Pitoiset1-4/+5
2021-04-20zink: fix tcs input reservation for user varsMike Blumenkrantz1-1/+4
2021-04-20zink: fix tcs slot map eval for user varsMike Blumenkrantz1-1/+4
2021-04-20zink: always copy the nir shader before compilingMike Blumenkrantz1-13/+2
2021-04-20zink: fix stencil-export cap emissionErik Faye-Lund1-1/+2
2021-04-20Revert "r600: don't set an index_bias for indirect draw calls"Gert Wollny1-1/+1
2021-04-18radeonsi: fix automatic DCC retiling after compute image storesMarek Olšák4-0/+22
2021-04-18radeonsi: fix automatic DCC retiling after DCC clear and DCC decompressionMarek Olšák4-23/+22
2021-04-18radeonsi: don't decompress DCC for float formats in si_compute_copy_imageMarek Olšák1-0/+1
2021-04-18nir: Generate load_ubo_vec4 directly for !PIPE_CAP_NATIVE_INTEGERSEric Anholt10-63/+66
2021-04-18nir_to_tgsi: Use ARL instead of UARL in the !native_integers case.Eric Anholt1-1/+4
2021-04-18zink: compare against screen batch id when determining which semaphore to useMike Blumenkrantz1-1/+1
2021-04-18iris/gen12: Work around push constant corruption on context switch.Francisco Jerez1-1/+17
2021-04-18st/nine: Fix compilation error on non-x86 platformsAxel Davy1-1/+2