summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-06-03freedreno/ir3: Fix loading half-float immediate vectorsNeil Roberts1-3/+12
2019-06-03freedreno/ir3: immediately schedule meta instructionsRob Clark1-0/+3
2019-06-03freedreno/ir3: scheduler improvementsRob Clark2-13/+115
2019-06-03freedreno/ir3: sched should mark outputs usedRob Clark1-19/+35
2019-06-03mesa: EXT_dsa add selectorless matrix stack functionsPierre-Eric Pelloux-Prayer5-112/+925
2019-06-03mesa: factor out enum -> matrix stack lookupPierre-Eric Pelloux-Prayer1-54/+56
2019-06-03mesa: add new EXT_direct_state_access tokensTimothy Arceri1-0/+4
2019-06-03glapi: add EXT_direct_state_accessChris Forbes3-0/+21
2019-06-03mesa: add a list of EXT_direct_state_access to dispatch sanityTimothy Arceri1-0/+210
2019-06-03radeonsi: init sctx->dma_copy before using itPierre-Eric Pelloux-Prayer1-3/+3
2019-06-03d3dadapter9: Revert to old throttling limit valueAxel Davy1-2/+4
2019-06-03ac: use amdgpu-flat-work-group-sizeMarek Olšák4-10/+15
2019-06-03u_blitter: don't fail mipmap generation for depth formats containing stencilMarek Olšák1-1/+2
2019-06-03etnaviv: drop a bunch of duplicated gallium PIPE_CAP default codeChristian Gmeiner1-157/+0
2019-06-03radv: flush pending query reset caches before copying resultsSamuel Pitoiset1-15/+25
2019-06-03nir: copy intrinsic type when lowering load input/uniform and store outputJonathan Marek2-0/+3
2019-06-03ac,radv: remove the vec3 restriction with LLVM 9+Samuel Pitoiset4-11/+18
2019-05-31nir: Return nir_type_invalid for non-numeric base typesCaio Marcelo de Oliveira Filho1-2/+14
2019-05-31iris: Drop unused locals from iris_clear.c to avoid warningCaio Marcelo de Oliveira Filho1-3/+0
2019-05-31nir: remove bool lowering from lower_int_to_floatJonathan Marek3-71/+45
2019-05-31nir: fix lower_{int,bool}_to_float for new mov opcodeJonathan Marek2-0/+2
2019-05-31nir: add lower_bitshift optionJonathan Marek4-3/+10
2019-05-31nir: fix gather_ssa_typesJonathan Marek1-36/+52
2019-05-31nir: add type information to load uniform/input and store output intrinsicsJonathan Marek4-10/+42
2019-05-31nir: improvements to native_integers removalJonathan Marek2-18/+2
2019-05-31freedreno/a6xx: add 'type' to shader state keyRob Clark2-0/+2
2019-05-31freedreno/ir3: fix constlen versus indirect UBORob Clark1-1/+8
2019-05-31freedreno/a6xx: fix GPU crash on small render targetsRob Clark1-0/+7
2019-05-31freedreno/ir3: set more barrier bitsRob Clark1-0/+1
2019-05-31freedreno/ir3: set (ss) on last_input if ldlvRob Clark1-3/+12
2019-05-31freedreno/ir3: add assertRob Clark1-0/+2
2019-05-31util/hash_table: Use fast modulo computationConnor Abbott2-37/+52
2019-05-31util/set: Use fast modulo computationConnor Abbott2-37/+52
2019-05-31util: Add a helper for faster remaindersConnor Abbott4-0/+206
2019-05-31util/hash_table: Add specialized resizing add functionConnor Abbott1-1/+27
2019-05-31util/set: Add specialized resizing add functionConnor Abbott1-3/+23
2019-05-31util/hash_table: Pull out loop-invariant computationsConnor Abbott1-14/+13
2019-05-31util/set: Pull out loop-invariant computationsConnor Abbott1-16/+16
2019-05-31nir/instr_set: Use _mesa_set_search_or_add()Connor Abbott1-5/+3
2019-05-31util/set: Add a _mesa_set_search_or_add() functionConnor Abbott3-23/+107
2019-05-31freedreno/ir3: fix input ncomp for vertex shadersJonathan Marek1-0/+1
2019-05-31intel/compiler: Use compare rematerialization passIan Romanick1-0/+3
2019-05-31nir: Rematerialize compare instructionsIan Romanick4-0/+185
2019-05-31nir: Add a shallow clone function for nir_alu_instrIan Romanick2-0/+23
2019-05-31panfrost: Remove link stage for jobsTomeu Vizoso2-68/+54
2019-05-31panfrost: ci: Switch to kernel 5.2-rc2Tomeu Vizoso1-4/+3
2019-05-31panfrost: ci: Update expectationsTomeu Vizoso1-8/+3
2019-05-31radeonsi/nir: Remove hack for builtinsConnor Abbott1-11/+2
2019-05-31radeonsi/nir: Use correct location for uniform access boundConnor Abbott1-1/+1
2019-05-31radeonsi/nir: Correctly handle double TCS/TES varyingsConnor Abbott1-4/+28