aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* radeonsi: add back the USE_MININUM_PRIORITY flag to the low-prio compiler queueMarek Olšák2017-07-181-1/+2
* winsys/svga/drm: Enable import/export fence FDSinclair Yeh2017-07-173-19/+53
* winsys/svga/drm: Connect winsys-side fence_* functionsSinclair Yeh2017-07-174-10/+109
* 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
* winsys/svga/drm: Prepare to support fence fdSinclair Yeh2017-07-171-3/+8
* drivers/svga, winsys/svga/drm: Thread through timeout for fence_finishSinclair Yeh2017-07-177-8/+18
* 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: prevent a deadlock in util_queue_add_job with too many GL contextsMarek Olšák2017-07-171-1/+2
* 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
* gallivm: inline gallivm_init_llvm_targetsMarek Olšák2017-07-172-18/+8
* 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
* st/va: Fix scaling list ordering for H.265Mark Thompson2017-07-173-7/+49
* gallium/u_blitter: don't use TXF for scaled blitsMarek Olšák2017-07-171-4/+6
* ddebug: fix parsing of the pipelined modeSamuel Pitoiset2017-07-171-1/+1
* swr: JitManager runtime determination of architectureTim Rowley2017-07-141-1/+2
* st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy2017-07-142-0/+4
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-142-0/+4
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-143-1/+5
* gallium/hud: use double values for all graphsChristoph Haag2017-07-143-8/+14
* Revert "etnaviv: add support for snorm textures"Lucas Stach2017-07-142-7/+3
* etnaviv: reset indexed rendering information when not rendering indexedWladimir J. van der Laan2017-07-141-1/+6
* etnaviv: Use the correct LOG instruction on GC3000Wladimir J. van der Laan2017-07-143-10/+59
* etnaviv: flush source TS before resolveLucas Stach2017-07-141-0/+4
* etnaviv: flush color cache and depth cache together before resolvesPhilipp Zabel2017-07-141-9/+13
* st/dri: add 32-bit RGBX/RGBA formatsMarek Olšák2017-07-132-12/+65
* swr/rast: Fix use of KNL-only intrinsics in SKX buildTim Rowley2017-07-133-6/+6
* swr/rast: Fix build warnings when using the Intel compilerTim Rowley2017-07-131-1/+1
* swr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND buildTim Rowley2017-07-134-12/+25
* swr/rast: Removing unneeded MSVC warning pragmaTim Rowley2017-07-131-3/+0
* swr/rast: Add support for read-only render targetsTim Rowley2017-07-132-4/+10
* swr/rast: Support render target mask instead of render target countTim Rowley2017-07-137-49/+85
* radeonsi/gfx9: fix crash building monolithic merged ES-GS shaderNicolai Hähnle2017-07-131-3/+6
* nv50/ir: fix threads calculation for non-compute shadersIlia Mirkin2017-07-121-5/+9
* freedreno/ir3: fix load_front_face conversionIlia Mirkin2017-07-121-6/+3