summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-12-29glsl: default to compat shaders in compat profileTimothy Arceri1-4/+4
2020-12-29st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORT and skip gsMike Blumenkrantz5-27/+36
2020-12-29virgl: fix BGRA emulation artifacts during window resizeRyan Neph1-1/+3
2020-12-29zink: handle null ubosMike Blumenkrantz1-5/+8
2020-12-28mesa/st: Update FP state when textures change with an ATI_fs bound.Eric Anholt1-3/+5
2020-12-28radeon/vcn: fix hevc 10bit profile errorRuijing Dong1-1/+6
2020-12-28softpipe: count CS invocations for pipeline stats queries.Eric Anholt2-0/+7
2020-12-23turnip: use ir3_compiler_destroy instead of ralloc_freeHyunjun Ko1-1/+1
2020-12-23panfrost: Fix panfrost_small_padded_vertex_count for 17 verticesIcecream951-3/+3
2020-12-21radv: Don't skip layout transitions that only differ in render loop.Bas Nieuwenhuizen1-1/+1
2020-12-21ir3: Allow tesselation to use all 32 varying slotsDanylo Piliaiev2-2/+2
2020-12-21freedreno/a6xx: Fix assert which checks the count of shader outputsDanylo Piliaiev1-1/+1
2020-12-21mesa: fix layered framebuffer attachment target checkTapani Pälli1-2/+20
2020-12-18freedreno/a6xx: Flush depth at the end of bypass rendering, too.Eric Anholt1-0/+1
2020-12-18spirv: Remove more dead variablesCaio Marcelo de Oliveira Filho1-11/+15
2020-12-18nir: Consider pointer initializers in nir_remove_dead_variablesCaio Marcelo de Oliveira Filho2-7/+62
2020-12-18spirv: Implement OpArrayLength for OpenGLCaio Marcelo de Oliveira Filho3-27/+52
2020-12-18zink: fix format-mappingErik Faye-Lund1-2/+2
2020-12-18mesa/st: Finalize the texture before BlitFramebuffer from it.Eric Anholt1-0/+7
2020-12-18nir/opt_if: split ALU from Phi more aggressivelyDaniel Schürmann1-68/+92
2020-12-17aco: add block to worklist in mark_block_wqm()Rhys Perry1-0/+2
2020-12-17tu: pCounterBuffers can be NULL in vkCmd*TransformFeedbackEXT()Danylo Piliaiev1-2/+2
2020-12-17tu: Ignore pTessellationState if there is no tesselation shadersDanylo Piliaiev1-3/+4
2020-12-17radv: add missing DB flush after depth/stencil resolve operationsSamuel Pitoiset1-0/+20
2020-12-17aco/ra: fix phi operand renamingDaniel Schürmann1-0/+5
2020-12-17egl: fix EGL_EXT_protected_content/surface mixupPierre-Eric Pelloux-Prayer5-6/+6
2020-12-17radeonsi: fix small primitive culling with MSAA force-disabled and smoothingMarek Olšák7-80/+98
2020-12-16aco/spill: only prevent rematerializable vars from being DCE'd if they haven'...Daniel Schürmann1-21/+16
2020-12-16aco: fix DCE of rematerializable phi operandsDaniel Schürmann1-8/+7
2020-12-16st/mesa: set drawpixels swizzle before creating sampler viewMike Blumenkrantz1-6/+11
2020-12-16zink: fix 8 bit index handling codeErik Faye-Lund1-1/+1
2020-12-15gallium/dri2: Don't forget protected content flagLionel Landwerlin1-0/+2
2020-12-15anv: Add DRM_RDWR flag in anv_gem_handle_to_fdRobin Ole Heinemann1-1/+1
2020-12-14radv: fix access to uninitialized radeon_bo_metadataSimon Ser1-3/+2
2020-12-14st/pbo: fix pbo uploads without PIPE_CAP_TGSI_VS_LAYER_VIEWPORTMike Blumenkrantz1-1/+1
2020-12-14zink: really fix direct image mapping offset (I mean it this time)Mike Blumenkrantz1-2/+2
2020-12-14nir: Redefine start/end_ip of blocks to fix NIR-to-TGSI liveness bugs.Eric Anholt4-18/+24
2020-12-14zink: fix direct image mapping offsetMike Blumenkrantz1-3/+6
2020-12-11aco/ra: use get_reg_specified() for p_extract_vectorDaniel Schürmann1-7/+3
2020-12-11aco: Use program->num_waves as maximum in scheduler.Timur Kristóf1-2/+2
2020-12-11android: fix build failure with libbacktracecheyang1-1/+3
2020-12-10radv: do VGT_FLUSH when switching NGG -> legacy on Sienna CichlidSamuel Pitoiset1-4/+5
2020-12-10radv: fix applying the NGG minimum vertex count requirementSamuel Pitoiset1-3/+8
2020-12-10radv: don't count unusable vertices to the NGG LDS sizeSamuel Pitoiset1-5/+15
2020-12-10radv: disable SQTT support for unsupported GPUsSamuel Pitoiset1-0/+6
2020-12-10radv: ignore other blend targets if dual-source blending is enabledSamuel Pitoiset1-1/+9
2020-12-10aco: fix combining max(-min(a, b), c) if a or b uses the neg modifierSamuel Pitoiset2-4/+27
2020-12-10zink: fail if set failed to createErik Faye-Lund1-1/+2
2020-12-10radeonsi: fix si_get_draw_start_count count valuePierre-Eric Pelloux-Prayer1-1/+1
2020-12-10anv: fix calculation of buffer size in case dynamic size is usedTapani Pälli1-4/+15