summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* virgl: remove unused stride-argumentsErik Faye-Lund2018-07-235-33/+5
* radeonsi/nir: make use of nir_lower_load_const_to_scalar()Timothy Arceri2018-07-231-0/+2
* Android: fix a missing nir_intrinsics.h errorChih-Wei Huang2018-07-211-0/+2
* st/dri: Don't require a dri_format for image creation.Eric Anholt2018-07-202-13/+1
* 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
* winsys/amdgpu: remove RADEON_SURF_FMASK leftoverMarek Olšák2018-07-191-7/+4
* 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
* winsys/amdgpu: fix VDPAU interop by having one amdgpu_winsys_bo per BO (v2)Marek Olšák2018-07-183-5/+41
* winsys/amdgpu: use a better hash_pointer functionMarek Olšák2018-07-181-8/+5
* winsys/amdgpu: clean up error handling in amdgpu_bo_from_handleMarek Olšák2018-07-181-20/+16
* winsys/amdgpu: shorten bo->ws in amdgpu_bo_destroyMarek Olšák2018-07-181-9/+10
* 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
* clover: Report error when pipe driver fails to create compute stateJan Vesely2018-07-171-0/+4
* clover: Catch errors from executing event actionJan Vesely2018-07-171-1/+3
* r600: fix warnings when unref'ing pool->boMarek Olšák2018-07-171-3/+3
* r600g: some -Wsign-compare fixesKonstantin Kharlamov2018-07-176-14/+13
* st/glx: constify some variablesKonstantin Kharlamov2018-07-171-1/+1
* st/nine: constify some variablesKonstantin Kharlamov2018-07-172-6/+6
* 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