summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* v3d: Fix incorrect handling of two fences created back-to-back.Eric Anholt2018-07-201-12/+31
* v3d: Fix the timeout value passed to drmSyncobjWait().Eric Anholt2018-07-201-1/+6
* v3d: Fix drmSyncobjWait() return value checking even more.Eric Anholt2018-07-201-1/+1
* v3d: Use the list_first_entry/list_last_entry macros.Eric Anholt2018-07-201-8/+8
* v3d: Move BO cache counting to dump time instead of cache management.Eric Anholt2018-07-202-9/+9
* v3d: Reduce the stale BO reclamation spam with dump_stats set.Eric Anholt2018-07-201-6/+5
* v3d: Respect a sampler view's first_layer field.Eric Anholt2018-07-201-1/+3
* radeonsi: emit_spi_map packets optimizationSonny Jiang2018-07-204-8/+39
* virgl: Expose GL_ARB_copy_image if host supports itGert Wollny2018-07-202-1/+3
* virgl: Allow RGB32* textures only as buffer objectsGert Wollny2018-07-201-0/+7
* r600: Correct evaluation of cube array index and faceGert Wollny2018-07-201-1/+33
* r600: correct texture offset for array index lookupGert Wollny2018-07-201-5/+37
* r600: Delay emission of texture gradients and lookup offsetsGert Wollny2018-07-201-44/+48
* nv50/ir: move LateAlgebraicOpt back to right after ConstantFoldingRhys Perry2018-07-191-1/+1
* nv50/ir: handle SHLADD in IndirectPropagationRhys Perry2018-07-191-0/+12
* gm107/ir: use CS2R for SV_CLOCKRhys Perry2018-07-193-2/+25
* r600: silence the signed overflow warning like radeonsiMarek Olšák2018-07-181-1/+1
* radeonsi: emit_guardband packets optimizationSonny Jiang2018-07-184-8/+50
* radeonsi: Save CLEAR_STATE initial values for optimizationSonny Jiang2018-07-181-2/+26
* radeonsi: Refuse to accept code with unhandled relocationsJan Vesely2018-07-181-0/+6
* v3d: Fix tiling modifier support to use the new UIF define.Eric Anholt2018-07-181-3/+16
* radeonsi: Use signed char for color_interp_vgpr_indexTimothy Pearson2018-07-181-1/+1
* freedreno/a5xx: perfmance countersRob Clark2018-07-187-1/+982
* freedreno: batch query support (perfcounters)Rob Clark2018-07-187-3/+153
* freedreno: batch query prep-workRob Clark2018-07-182-8/+28
* freedreno: rework accumulated query result vfuncRob Clark2018-07-183-9/+9
* freedreno/ir3: output ir3 and nir asm for frameretraceRob Clark2018-07-184-0/+69
* freedreno/ir3: redirectable ir3 disasm outputRob Clark2018-07-183-50/+48
* freedreno/ir3: resync ir3 disassemblerRob Clark2018-07-184-191/+209
* freedreno: register usage queriesRob Clark2018-07-188-22/+91
* nir: add lowering for gl_HelperInvocationRob Clark2018-07-182-0/+2
* r600: fix warnings when unref'ing pool->boMarek Olšák2018-07-171-3/+3
* r600g: some -Wsign-compare fixesKonstantin Kharlamov2018-07-176-14/+13
* r600g: constify some variablesKonstantin Kharlamov2018-07-175-10/+10
* r600g: do not use "fast-clear" for small textures (v3)Konstantin Kharlamov2018-07-171-0/+10
* freedreno: re-work fd_batch_reference() lockingRob Clark2018-07-172-23/+26
* freedreno: make fd_batch a one-shot thingRob Clark2018-07-172-11/+36
* freedreno: flush immediately when reading a pending batchRob Clark2018-07-172-30/+32
* freedreno: get rid of noop renderRob Clark2018-07-174-21/+6
* freedreno: fix samples=0 vs samples=1 confusionRob Clark2018-07-171-1/+1
* freedreno: comment for _invalidate_batch()Rob Clark2018-07-171-3/+13
* freedreno: hold batch references when flushingRob Clark2018-07-171-32/+38
* virgl: respect max_vertex_attrib_stride capErik Faye-Lund2018-07-173-2/+5
* virgl: Fix flush in virgl_encoder_inline_write.Lepton Wu2018-07-171-1/+1
* virgl: implement set_min_samplesErik Faye-Lund2018-07-175-0/+28
* r600: fix build after the removal of RADEON_PRIO_* flagsMarek Olšák2018-07-167-21/+12
* radeonsi: rework RADEON_PRIO flags to be <= 31Marek Olšák2018-07-162-22/+23
* radeonsi: merge DCC/CMASK/HTILE priority flagsMarek Olšák2018-07-166-12/+8
* radeonsi: remove non-GFX BO priority flagsMarek Olšák2018-07-168-19/+7
* mesa/virgl: Fix off-by-one and copy-paste error in multisample position evalu...Gert Wollny2018-07-161-3/+3