summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-18intel/tools: Add an error state to aub translatorJason Ekstrand2-0/+343
2018-07-18intel/tools: Break aub file writing into a helperJason Ekstrand4-762/+862
2018-07-18intel/tools: Refactor aub dumping to remove singletonsJason Ekstrand1-211/+287
2018-07-18intel/dump_gpu: Fix corner cases in PPGTT range calculationsJason Ekstrand1-6/+6
2018-07-18intel/blorp: fix uninitialized variable warningCaio Marcelo de Oliveira Filho1-3/+3
2018-07-18util/string_buffer: fix warning in testsCaio Marcelo de Oliveira Filho1-3/+3
2018-07-18i965/miptree: avoid uninitialized variable warningsCaio Marcelo de Oliveira Filho1-1/+2
2018-07-18intel/batch-decoder: fix uninitialized values warningsCaio Marcelo de Oliveira Filho1-5/+5
2018-07-18intel/decoder: use snprintf(..., "%s", ...) instead of strncpyCaio Marcelo de Oliveira Filho1-2/+2
2018-07-18anv: give more room to debug reportCaio Marcelo de Oliveira Filho1-2/+2
2018-07-18anv: avoid warning when switching in VkStructureTypeCaio Marcelo de Oliveira Filho1-1/+2
2018-07-18glsl: remove unnecessary parenthesis from macroCaio Marcelo de Oliveira Filho1-1/+1
2018-07-18intel/compiler: fix -Wsign-compare warningCaio Marcelo de Oliveira Filho1-1/+1
2018-07-18intel/compiler: silence -Wclass-memaccess warningsCaio Marcelo de Oliveira Filho2-5/+5
2018-07-18spirv: initialize is_vertex_inputCaio Marcelo de Oliveira Filho1-3/+1
2018-07-18freedreno/a5xx: perfmance countersRob Clark7-1/+982
2018-07-18freedreno: batch query support (perfcounters)Rob Clark7-3/+153
2018-07-18freedreno: batch query prep-workRob Clark2-8/+28
2018-07-18freedreno: rework accumulated query result vfuncRob Clark3-9/+9
2018-07-18freedreno/ir3: output ir3 and nir asm for frameretraceRob Clark4-0/+69
2018-07-18freedreno/ir3: redirectable ir3 disasm outputRob Clark3-50/+48
2018-07-18freedreno/ir3: resync ir3 disassemblerRob Clark4-191/+209
2018-07-18freedreno: register usage queriesRob Clark8-22/+91
2018-07-18nir: add lowering for gl_HelperInvocationRob Clark5-0/+36
2018-07-18mesa: don't double incr/decr ActiveCountersRob Clark1-4/+8
2018-07-18mesa: fix error msg typoRob Clark1-1/+1
2018-07-18nir: fixup intrinsic commentRob Clark1-1/+1
2018-07-18mesa: handle a bunch of formats in IMPLEMENTATION_COLOR_READ_*Tomeu Vizoso1-32/+43
2018-07-18radv: add support for VK_EXT_conditional_renderingSamuel Pitoiset8-1/+111
2018-07-18radv: add support for non-inverted conditional renderingSamuel Pitoiset3-5/+17
2018-07-18radv: set the predicate for indirect/indexed draw commandsSamuel Pitoiset1-3/+4
2018-07-18radv: set the predicate for dispatch commandsSamuel Pitoiset1-3/+4
2018-07-18i965: batchbuffer: write correct canonical offset with softpinLionel Landwerlin1-1/+2
2018-07-18radv: remove unused variable in radv_CreateRenderPass2KHR()Samuel Pitoiset1-1/+0
2018-07-18radv: optimize radv_stage_flush() for pre fragment shader stagesSamuel Pitoiset1-5/+5
2018-07-18anv: fix assert in anv_CmdBindDescriptorSets()Samuel Iglesias Gonsálvez1-1/+1
2018-07-17clover: Report error when pipe driver fails to create compute stateJan Vesely1-0/+4
2018-07-17clover: Catch errors from executing event actionJan Vesely1-1/+3
2018-07-18nir: add a couple of ior opts to nir_opt_algebraicTimothy Arceri1-0/+3
2018-07-18nir: allow opt_peephole_select to handle nir_instr_type_derefTimothy Arceri1-0/+1
2018-07-17r600: fix warnings when unref'ing pool->boMarek Olšák1-3/+3
2018-07-17r600g: some -Wsign-compare fixesKonstantin Kharlamov6-14/+13
2018-07-17st/glx: constify some variablesKonstantin Kharlamov1-1/+1
2018-07-17st/nine: constify some variablesKonstantin Kharlamov2-6/+6
2018-07-17r600g: constify some variablesKonstantin Kharlamov5-10/+10
2018-07-17r600g: do not use "fast-clear" for small textures (v3)Konstantin Kharlamov1-0/+10
2018-07-17freedreno: re-work fd_batch_reference() lockingRob Clark2-23/+26
2018-07-17freedreno: make fd_batch a one-shot thingRob Clark2-11/+36
2018-07-17freedreno: flush immediately when reading a pending batchRob Clark2-30/+32
2018-07-17freedreno: get rid of noop renderRob Clark4-21/+6