summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Merge branch 'master' of git://anongit.freedesktop.org/git/mesa/mesaHEADmasterKevin Brace8300-564582/+2276861
2020-08-11util: Fix memory leaks in unit test.Vinson Lee1-0/+3
2020-08-11src/mesa: add GL_NV_half_float extension support (v2)Yogesh Mohan Marimuthu11-0/+618
2020-08-11dri_util: Update internal_format to GL_RGB8 for MESA_FORMAT_B8G8R8X8_UNORMNanley Chery1-1/+1
2020-08-11aco: execute branch instructions in WQM if necessaryDaniel Schürmann1-6/+5
2020-08-11nir: nir_range_analysis needs to be updated for vec16Jesse Natalie1-1/+4
2020-08-11aco: don't move memory accesses to before control barriersRhys Perry1-0/+6
2020-08-11radv: limit LATE_ALLOC_GS to prevent a GPU hang on GFX10Samuel Pitoiset1-0/+4
2020-08-11radv/gfx10: add missing initialization of registersSamuel Pitoiset1-1/+29
2020-08-11etnaviv: completely turn off MSAAChristian Gmeiner1-9/+2
2020-08-11nir/lower_ssbo: Don't set align_* for atomicsAlyssa Rosenzweig1-2/+4
2020-08-11anv: add a check for depthStencilState before using itTapani Pälli1-40/+34
2020-08-11anv: fix up dynamic clip emissionLionel Landwerlin2-21/+37
2020-08-11anv: centralize vk to gen arraysLionel Landwerlin4-160/+92
2020-08-11freedreno/decode: try harder to not crash in disasmRob Clark4-38/+43
2020-08-11freedreno/crashdec: handle section name typosRob Clark2-7/+28
2020-08-11freedreno/ir3: add more disasm statsRob Clark5-48/+117
2020-08-11freedreno/ir3: add tracking for # of instructions per categoryRob Clark4-4/+38
2020-08-10gallium/u_transfer_helper: add util functions for doing deinterleaving during...Mike Blumenkrantz2-1/+134
2020-08-10gallium: add pipe_transfer_usage for z/s only mappingsMike Blumenkrantz1-0/+10
2020-08-10intel/fs: work around gen12 lower-precision source modifier limitationMark Janes1-1/+14
2020-08-10intel/fs: Assert if lower_source_modifiers converts 32x16 to 32x32 multiplica...Mark Janes1-0/+6
2020-08-10android: pan/bi: Separate disasm/compiler targetsMauro Rossi3-3/+33
2020-08-10android: pan/mdg: Separate disassembler and compiler targetsMauro Rossi3-1/+35
2020-08-10android: panfrost: Move pandecode into lib/Mauro Rossi5-55/+2
2020-08-10android: panfrost: Rename encoder/ to lib/Mauro Rossi6-31/+31
2020-08-10aco: set constant_data_offset correctly in the case of merged shadersRhys Perry1-10/+8
2020-08-10radeon/vcn: fix jpeg decode for navi10Thong Thai1-1/+1
2020-08-10radv: Do not consider layouts fast-clearable on compute queue.Bas Nieuwenhuizen1-1/+2
2020-08-10radv: Add forcecompress debug flag.Bas Nieuwenhuizen4-11/+26
2020-08-10intel/perf: export performance counters sorted by [group|set] and nameMarcin Ślusarz1-7/+67
2020-08-10intel/perf: split load_oa_metricsMarcin Ślusarz1-12/+18
2020-08-10intel/perf: fix performance counters availability after glFinishMarcin Ślusarz5-16/+19
2020-08-10intel/perf: streamline error handling in read_oa_samples_untilMarcin Ślusarz1-12/+16
2020-08-10intel/perf: fix how pipeline stats are storedMarcin Ślusarz1-1/+1
2020-08-10intel/perf: fix calculation of used counter spaceMarcin Ślusarz1-1/+3
2020-08-10radv: report a better error message when QueueWaitIdle() failedSamuel Pitoiset1-2/+20
2020-08-10radv: report errors back to the application via VK_EXT_debug_reportSamuel Pitoiset2-9/+26
2020-08-10radv: rework the error function helpers a bitSamuel Pitoiset2-8/+28
2020-08-10radv: report the spirv-nir logs back to the applicationSamuel Pitoiset1-0/+39
2020-08-10radv: Fix assert that is too strict.Bas Nieuwenhuizen1-2/+2
2020-08-10radeon/radeon_vce: fix out of target bitrate in CBR mode (H.264)Louis Li1-1/+11
2020-08-09r600: Enable compute shaders for NIR code pathGert Wollny1-5/+1
2020-08-09r600/sfn: Force a minimum of 4 GPRs, it seems to fix atomicsGert Wollny1-0/+2
2020-08-09r600/sfn: handle querying SSBO sizeGert Wollny2-0/+29
2020-08-09r600/sfn: Correct ssbo instruction handlingGert Wollny2-7/+38
2020-08-09r600/sfn: correct allocating and emitting of atomicsGert Wollny3-27/+23
2020-08-09r600/sfn: Add a mapping table for atomicsGert Wollny3-0/+14
2020-08-09r600/sfn: add r600 specific lowering pass for atomics and use itGert Wollny1-0/+133
2020-08-09r600/sfn: Sort uniforms by binding and offsetGert Wollny1-0/+28