aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
Commit message (Expand)AuthorAgeFilesLines
* svga: Limit number of immediates in shaderNeha Bhende2017-07-221-3/+5
* svga: fix constant indices for texcoord scale factors and texture buffer sizeCharmaine Lee2017-07-221-9/+6
* svga: fix unnormalized->normalized texture coordinate conversionNeha Bhende2017-07-223-3/+35
* svga: only support 4x, 8x, 16x msaaBrian Paul2017-07-221-0/+5
* nv50/ir: disable mul+add to mad for precise instructionsKarol Herbst2017-07-211-2/+3
* nv50/ir/tgsi: handle precise for most ALU instructionsKarol Herbst2017-07-211-0/+2
* nv50/ir: add precise field to InstructionKarol Herbst2017-07-212-0/+3
* swr/rast: quit using linux-specific gettid()Tim Rowley2017-07-212-4/+3
* swr/rast: fix memory paths for avx512 optimized avx/sseTim Rowley2017-07-212-10/+10
* swr/rast: cache line align hottile buffersTim Rowley2017-07-211-3/+3
* swr/rast: simdlib changes for clang/gccTim Rowley2017-07-212-10/+35
* etnaviv: Avoid duplicates in formats tableWladimir J. van der Laan2017-07-211-5/+1
* etnaviv: Add support for ETC2 texture compressionWladimir J. van der Laan2017-07-212-1/+22
* configure/swr: add KNL and SKX architecture targetsTim Rowley2017-07-192-0/+58
* configure/swr: configurable swr architecturesTim Rowley2017-07-193-8/+40
* etnaviv: advertise supported dmabuf modifiersLucas Stach2017-07-191-0/+44
* etnaviv: implement resource creation with modifierLucas Stach2017-07-194-7/+100
* etnaviv: fill in modifier in etna_resource_get_handleLucas Stach2017-07-191-0/+19
* etnaviv: fold etna_screen_bo_get_handle into etna_resource_get_handleLucas Stach2017-07-193-28/+16
* etnaviv: implement resource import with modifierLucas Stach2017-07-191-32/+77
* etnaviv: also update textures from external resourcesLucas Stach2017-07-191-8/+16
* etnaviv: increment correct seqno for external resourcesLucas Stach2017-07-191-1/+4
* etnaviv: pad scanout buffer size to RS alignmentLucas Stach2017-07-191-2/+8
* etnaviv: add helper to work out RS alignmentLucas Stach2017-07-192-9/+18
* renderonly/etnaviv: stop importing resource from renderonlyLucas Stach2017-07-194-14/+38
* swr: remove unneeded fallback strcasecmp defineEmil Velikov2017-07-191-5/+0
* radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queueMarek Olšák2017-07-181-1/+2
* drivers/svga: Connect driver-side fence_* functionsSinclair Yeh2017-07-172-1/+56
* winsys/svga/drm: Create winsys interface for Fence FDSinclair Yeh2017-07-171-1/+33
* drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh2017-07-174-6/+12
* svga: whitespace clean-up in svga_winsys.hBrian Paul2017-07-171-67/+66
* svga: add some const qualifiersBrian Paul2017-07-171-3/+3
* svga: add comment about 'extra' constant locationsBrian Paul2017-07-171-1/+5
* radeonsi/gfx9: add VM fault dmesg parser supportMarek Olšák2017-07-171-6/+23
* radeonsi: automatically resize shader compiler thread queues when they are fullMarek Olšák2017-07-171-8/+4
* radeonsi: expose ARB_timer_query unconditionallyMarek Olšák2017-07-171-5/+2
* radeonsi/gfx9: don't read back non-existent register SRBM_STATUS2Marek Olšák2017-07-171-1/+1
* radeonsi: prevent a crash with DBG_CHECK_VM and u_threaded_contextMarek Olšák2017-07-171-4/+6
* radeonsi: simplify computation of tessellation offchip buffersMarek Olšák2017-07-171-15/+4
* radeonsi/gfx9: add workarounds to avoid VGPR indexing completelyMarek Olšák2017-07-173-8/+21
* radeonsi: emit param exports after position exportsMarek Olšák2017-07-171-3/+3
* radeonsi: move building parameter exports into a separate functionMarek Olšák2017-07-171-84/+78
* radeonsi: don't use info.num_inputs when it's unusedMarek Olšák2017-07-171-1/+1
* radeonsi: add si_build_fs_interp helperMarek Olšák2017-07-171-61/+39
* radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_targetMarek Olšák2017-07-173-45/+1
* radeonsi: don't call gallivm_init_llvm_targetsMarek Olšák2017-07-171-1/+0
* gallium/radeon: reallocate suballocated buffers when exportedMarek Olšák2017-07-172-1/+28
* gallium/radeon: flush the context after in-place texture realloc before exportMarek Olšák2017-07-171-0/+1
* ddebug: fix parsing of the pipelined modeSamuel Pitoiset2017-07-171-1/+1
* swr: JitManager runtime determination of architectureTim Rowley2017-07-141-1/+2