summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-03vc4: fix vc4_yuv_blit overwriting fragment constant buffer slot 0Chris Lord1-0/+2
2020-03-03aco: handle v_add_co_u32_e64 in parse_base_offset()Rhys Perry1-0/+2
2020-03-03aco: fix carry-out size for wave32 v_add_co_u32_e64Rhys Perry1-1/+1
2020-03-03gallium/swr: fix corruptions in Unigine HeavenJan Zielinski4-137/+211
2020-03-03st/va: GetConfigAttributes: check profile and entrypoint combinationSatyajit Sahu1-2/+6
2020-03-03intel/isl: Implement D16_UNORM workarounds.Rafael Antognolli5-4/+93
2020-03-03aco: keep track of which events are used in a barrierRhys Perry1-19/+41
2020-03-03st/va/postproc: reallocate interlaced destination bufferThong Thai1-4/+1
2020-03-03panfrost: fix transform feedbackLouis-Francis Ratté-Boulianne2-295/+12
2020-03-03gallium: add PIPE_CAP_PSIZ_CLAMPEDLouis-Francis Ratté-Boulianne3-0/+4
2020-03-03gallium: add PIPE_CAP_VIEWPORT_TRANSFORM_LOWEREDLouis-Francis Ratté-Boulianne3-0/+9
2020-03-03gallium: add PIPE_CAP_PACKED_STREAM_OUTPUTLouis-Francis Ratté-Boulianne3-0/+7
2020-03-03glsl/linker: add xfb workaround for modified built-in variablesLouis-Francis Ratté-Boulianne2-6/+20
2020-03-03glsl/linker: handle array/struct members for DisableXfbPackingLouis-Francis Ratté-Boulianne6-0/+283
2020-03-03glsl/linker: add DisableTransformFeedbackPacking workaroundLouis-Francis Ratté-Boulianne5-19/+115
2020-03-03spirv: fix memory_barrier_tcs_patch emissionRhys Perry1-1/+2
2020-03-03spirv: improve creation of memory_barrierRhys Perry1-3/+8
2020-03-03lima: don't disable tiling if there's linear modifier in listVasily Khoruzhick1-3/+0
2020-03-03ac: rename min_vgpr_alloc to min_wave64_vgpr_allocSamuel Pitoiset4-5/+5
2020-03-03ac: rename vgpr_alloc_granularity to wave64_vgpr_alloc_granularitySamuel Pitoiset4-5/+5
2020-03-03ac: rename lds_size_per_cu to lds_size_per_workgroupSamuel Pitoiset5-6/+6
2020-03-03turnip: Execute main cs for secondary command buffersBrian Ho1-10/+25
2020-03-03turnip: Promote tu_cs_get_size/is_empty to headerBrian Ho2-20/+20
2020-03-02nvc0: enable EXT_texture_shadow_lodIlia Mirkin2-4/+10
2020-03-02st/mesa: allow TXB2/TXL2 to work with cube array shadow texturesIlia Mirkin2-10/+22
2020-03-02nv50,nvc0: add newly added PIPE_CAP's to listIlia Mirkin2-0/+34
2020-03-03anv: multiply the scratch space by 4 on gen9-10 like iris and i965Paulo Zanoni1-2/+16
2020-03-03intel/device: bdw_gt1 actually has 6 eus per subslicePaulo Zanoni1-1/+1
2020-03-03intel: fix the gen 12 compute shader scratch IDsPaulo Zanoni2-6/+16
2020-03-03intel: fix the gen 11 compute shader scratch IDsPaulo Zanoni3-3/+18
2020-03-03pan/bi: Move some definitions from disasm to bifrost.hAlyssa Rosenzweig2-62/+62
2020-03-03pan/bi: Structify FMA_FADDAlyssa Rosenzweig2-8/+35
2020-03-03pan/bi: Squash LD_ATTR ops togetherAlyssa Rosenzweig2-33/+37
2020-03-03pan/bi: Combine LOAD_VARYING_ADDRESS instructions by typeAlyssa Rosenzweig2-5/+29
2020-03-03pan/bi: Decode ADD_SHIFT properlyAlyssa Rosenzweig2-21/+46
2020-03-03pan/bi: Identify extended FMA opcodesAlyssa Rosenzweig1-119/+127
2020-03-03pan/bi: Add v4i8 mode to FMA_SHIFTAlyssa Rosenzweig2-1/+3
2020-03-03pan/bi: Decode FMA_SHIFT properlyAlyssa Rosenzweig2-24/+48
2020-03-03pan/bi: Move notes on ADD ops to notes fileAlyssa Rosenzweig2-44/+80
2020-03-03pan/bi: Introduce CSEL4 classAlyssa Rosenzweig2-24/+52
2020-03-03pan/bi: Move notes on FMA opcodes from disassemblerAlyssa Rosenzweig2-79/+101
2020-03-03pan/bi: Add ICMP.GL.NEQ opAlyssa Rosenzweig1-0/+1
2020-03-03pan/bi: Add discard opsAlyssa Rosenzweig1-0/+7
2020-03-03pan/decode: Skip analysis for Bifrost tiler structuresAlyssa Rosenzweig1-1/+34
2020-03-03pan/decode: Fix tiler weights printingAlyssa Rosenzweig1-2/+2
2020-03-03pan/decode: Restore bifrost sample_locationsAlyssa Rosenzweig2-9/+66
2020-03-03pan/decode: Calm an assert to a pandecode errorAlyssa Rosenzweig1-2/+2
2020-03-02iris: Wait for the GPU to be idle before invalidating the aux table.Rafael Antognolli1-0/+12
2020-03-02iris: Split aux map initialization from invalidation.Rafael Antognolli3-9/+34
2020-03-02anv: Wait for the GPU to be idle before invalidating the aux table.Rafael Antognolli1-0/+10