summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-12-03nir/lower_io_to_vector: don't create arrays when not neededRhys Perry1-1/+7
2019-12-03radv: set writes_memory for global memory stores/atomicsRhys Perry1-8/+25
2019-12-03aco: don't split live-ranges of linear VGPRsDaniel Schürmann1-4/+11
2019-12-03aco: add v_nop inbetween exec write and VMEM/DS/FLATRhys Perry1-5/+8
2019-12-03aco: fix i2i64Rhys Perry1-2/+6
2019-12-03aco: propagate p_wqm on an image_sample's coordinate p_create_vectorRhys Perry1-9/+12
2019-12-03etnaviv: remove dead codeChristian Gmeiner1-3/+0
2019-12-03i965: update Makefile.sources for perf changesJonathan Gray1-2/+0
2019-12-03panfrost: Make sure we reset the damage region of RTs at flush timeBoris Brezillon3-1/+23
2019-12-03gallium: Fix the ->set_damage_region() implementationBoris Brezillon3-4/+35
2019-12-03radv: Fix timeline semaphore refcounting.Bas Nieuwenhuizen1-9/+4
2019-12-03winsys/amdgpu: avoid double simple_mtx_unlock()Jonathan Gray1-1/+0
2019-12-03radv: Unify max_descriptor_set_size.Bas Nieuwenhuizen1-14/+15
2019-12-03drirc: Set vs_position_always_invariant for Shadow of Mordor on IntelKenneth Graunke1-0/+10
2019-12-03driconf, glsl: Add a vs_position_always_invariant optionKenneth Graunke8-0/+23
2019-12-03radv/gfx10: fix implementation of exclusive scansSamuel Pitoiset1-25/+58
2019-11-27radv: fix enabling sample shading with SampleID/SamplePositionSamuel Pitoiset1-7/+24
2019-11-26meson: Fix linkage of libgallium_nine with libgalliumvlYevhenii Kolesnikov1-5/+13
2019-11-26radv: Allocate cmdbuffer space for buffer marker write.Bas Nieuwenhuizen1-0/+4
2019-11-26r600: Disable eight bit three channel formatsGert Wollny1-0/+4
2019-11-26radv: create a fresh fork for each pipeline compileTimothy Arceri2-14/+139
2019-11-26radv: add a secure_compile_open_fifo_fds() helperTimothy Arceri1-0/+43
2019-11-26radv: add some infrastructure for fresh forks for each secure compileTimothy Arceri1-1/+14
2019-11-26Revert "draw: revert using correct order for prim decomposition."Zebediah Figura1-3/+1
2019-11-26intel/fs: Disable conditional discard optimization on Gen4 and Gen5Ian Romanick1-1/+8
2019-11-26glsl: Enable textureSize for samplerExternalOESYevhenii Kolesnikov1-0/+2
2019-11-26llvmpipe/ppc: fix if/ifdef confusion in backport.Dave Airlie1-1/+1
2019-11-26freedreno/ir3: fix printing output registers of FS.Hyunjun Ko1-2/+3
2019-11-26v3d: adds an extra MOV for any sig.ld*Alejandro Piñeiro1-4/+19
2019-11-26v3d: Fix predication with atomic image operationsJose Maria Casanova Crespo1-0/+12
2019-11-26radv: Do not change scratch settings while shaders are active.Bas Nieuwenhuizen4-55/+105
2019-11-19anv: Stop bounds-checking pushed UBOsJason Ekstrand1-36/+10
2019-11-19Call shmget() with permission 0600 instead of 0777Brian Paul3-3/+6
2019-11-19Revert "freedreno/ir3: enable pre-fs texture fetch for a6xx"Rob Clark1-6/+0
2019-11-19i965: Unify CC_STATE and BLEND_STATE atoms on Haswell as a workaroundDanylo Piliaiev1-2/+35
2019-11-19freedreno/registers: fix a6xx_2d_blit_cntl ROTATEJonathan Marek1-2/+1
2019-11-19freedreno/ir3: disable texture prefetch for 1d array texturesJonathan Marek1-6/+5
2019-11-19llvmpipe: use ppc64le/ppc64 Large code model for JIT-compiled shadersBen Crocker1-1/+15
2019-11-19aco: fix 64-bit fsign with 0Rhys Perry1-1/+1
2019-11-19aco: don't combine literals into v_cndmask_b32/v_subb/v_addcRhys Perry1-0/+6
2019-11-14Revert "st/dri: assume external consumers of back buffers can write to the bu...Tapani Pälli1-6/+6
2019-11-14Revert "st/dri: add support for EGL_EXT_image_flush_external"Tapani Pälli1-91/+40
2019-11-14Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"Tapani Pälli3-70/+11
2019-11-14Revert "egl: implement new functions from EGL_EXT_image_flush_external"Tapani Pälli7-106/+0
2019-11-14intel/compiler: fix nir_op_{i,u}*32 on ICLPaulo Zanoni1-1/+1
2019-11-14anv: Initialize depth_bounds_test_enable when not explicitly setCaio Marcelo de Oliveira Filho1-2/+1
2019-11-14nir/algebraic: Mark other comparison exact when removing a == aIan Romanick1-2/+2
2019-11-14nir/algebraic: Add the ability to mark a replacement as exactIan Romanick4-3/+13
2019-11-13freedreno/ir3: fix gpu hang with pre-fs-tex-fetchRob Clark2-10/+32
2019-11-13aco: don't propagate vgprs into v_readlane/v_writelaneRhys Perry1-1/+8