summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: add si_shader_selector into si_computeMarek Olšák2019-07-194-81/+57
* radeonsi: set threadgroup size to 0 for threadgroups with only 1 waveMarek Olšák2019-07-191-3/+3
* radeonsi/gfx10: set as_ngg for GS prologMarek Olšák2019-07-192-5/+9
* radeonsi/gfx10: remove the disable_ngg optionMarek Olšák2019-07-193-6/+2
* radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behaviorMarek Olšák2019-07-194-19/+73
* radeonsi/gfx10: deduplicate code for esvert_lds_sizeMarek Olšák2019-07-191-6/+16
* radeonsi/gfx10: simplify a streamout loop in gfx10_emit_ngg_epilogueMarek Olšák2019-07-191-7/+6
* radeonsi/gfx10: don't use MALLOC for outputsMarek Olšák2019-07-191-9/+2
* radeonsi/gfx10: clean up ESGS ring size computationMarek Olšák2019-07-192-24/+11
* radeonsi/gfx10: fix unnecessary LDS overallocation for NGG GSMarek Olšák2019-07-192-8/+2
* radeonsi/gfx10: don't compile the GS copy shader if it's 100% not neededMarek Olšák2019-07-192-8/+12
* radeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGGMarek Olšák2019-07-193-27/+27
* radeonsi/gfx10: update a tunable max_es_verts_base for NGGMarek Olšák2019-07-193-7/+12
* radeonsi/gfx10: implement ARB_post_depth_coverageMarek Olšák2019-07-194-2/+8
* radeonsi: fix leaked compute shader NIRMarek Olšák2019-07-191-0/+1
* radeonsi: save the enable_nir option in the shader cache correctlyMarek Olšák2019-07-191-5/+6
* radeonsi/gfx10: enable SDMAMarek Olšák2019-07-191-2/+0
* ac: use llvm.amdgcn.writelaneMarek Olšák2019-07-191-2/+6
* ac: fix shader clock on LLVM 9Marek Olšák2019-07-191-2/+3
* radeon/vcn: adding engine type for new fw interfaceBoyuan Zhang2019-07-193-2/+5
* radeonsi: use the correct buffer size in si_vid_clear_bufferMarek Olšák2019-07-191-1/+1
* mesa: add EXT_dsa glEnabledIndexedEXTPierre-Eric Pelloux-Prayer2019-07-192-0/+74
* mesa: add EXT_dsa glGetTextureLevelParameter*vEXT functionsPierre-Eric Pelloux-Prayer2019-07-195-2/+71
* mesa: add EXT_dsa gl(Copy)Texture(Sub)Image1D/2D/3DEXT functionsPierre-Eric Pelloux-Prayer2019-07-198-20/+878
* mesa: move lookup_texture_ext_dsa up in teximage.cPierre-Eric Pelloux-Prayer2019-07-191-63/+60
* mesa: pass gl_texture_object as arg to not depend on statePierre-Eric Pelloux-Prayer2019-07-191-28/+32
* mesa: refactor get_texture_image to remove duplicate codePierre-Eric Pelloux-Prayer2019-07-191-50/+32
* pipe-loader: use radeonsi for MM if amdgpu dri is usedJeremy Newton2019-07-191-0/+9
* egl: drop incorrect pkg-config file for glvndEric Engestrom2019-07-201-18/+10
* docs: simplify `Fixes:` git commandEric Engestrom2019-07-191-1/+3
* mesa/tests: add missing dep_threadEric Engestrom2019-07-191-0/+1
* util: drop strncat(), strcmp(), strncmp(), snprintf() & vsnprintf() MSVC fall...Eric Engestrom2019-07-191-81/+0
* util: use standard name for vsnprintf()Eric Engestrom2019-07-1910-18/+15
* util: use standard name for snprintf()Eric Engestrom2019-07-1943-126/+125
* util: use standard name for vasprintf()Eric Engestrom2019-07-193-3/+3
* util: use standard name for sprintf()Eric Engestrom2019-07-197-20/+20
* util: use standard name for strcmp()Eric Engestrom2019-07-192-10/+10
* util: use standard name for strcasecmp()Eric Engestrom2019-07-191-2/+1
* util: use standard name for strncmp()Eric Engestrom2019-07-192-2/+2
* util: use standard name for strncat()Eric Engestrom2019-07-193-8/+8
* util: use standard name for strdup()Eric Engestrom2019-07-193-5/+4
* util: use standard name for strchrnul()Eric Engestrom2019-07-193-7/+4
* util: drop unused vsprintf() wrapperEric Engestrom2019-07-191-7/+0
* util: drop unused strchr() wrapperEric Engestrom2019-07-192-10/+1
* util: drop unused strstr() wrapperEric Engestrom2019-07-191-14/+0
* nir: Only rematerialize comparisons with all SSA sourcesJason Ekstrand2019-07-191-0/+15
* spirv: Fix order of barriers in SpvOpControlBarrierDaniel Schürmann2019-07-191-4/+4
* nir: use a switch when printing intrinsic indicesCaio Marcelo de Oliveira Filho2019-07-191-8/+32
* nir/algebraic: mark a few comparison simplifications as preciseRhys Perry2019-07-191-2/+2
* nir/algebraic: optimize contradictory iand operandsRhys Perry2019-07-191-0/+6