summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vulkan: Rename multiview from KHX to KHRJason Ekstrand2018-03-078-34/+34
* spirv: Rework barriersJason Ekstrand2018-03-071-18/+114
* spirv: Add a vtn_constant_value helperJason Ekstrand2018-03-071-0/+6
* radeonsi: remove si_llvm_add_attributeMarek Olšák2018-03-073-25/+16
* radeonsi: fix passing address32_hi to LLVM for high valuesMarek Olšák2018-03-073-5/+8
* radeonsi: assume has_virtual_memory == trueMarek Olšák2018-03-072-34/+18
* radeonsi: add/update assertions for 32-bit address spaceMarek Olšák2018-03-072-3/+18
* radeonsi: prevent a negative buffer offset in si_upload_descriptorsMarek Olšák2018-03-071-4/+3
* radeonsi: properly extract a buffer address from a descriptorMarek Olšák2018-03-071-1/+7
* radeonsi: fix vertex buffer address computation with full 64-bit addressesMarek Olšák2018-03-071-3/+3
* radeonsi: mask out high VM address bits in registers where neededMarek Olšák2018-03-073-22/+24
* radv: Add entrypoints generation with the new vk.xmlBas Nieuwenhuizen2018-03-071-107/+164
* glsl: Fix memory leak with known glsl_type instancesSimon Hausmann2018-03-072-87/+47
* spirv: Add SpvCapabilityShaderViewportIndexLayerEXTCaio Marcelo de Oliveira Filho2018-03-073-0/+13
* android: anv: add libmesa_intel_dev static dependencyMauro Rossi2018-03-071-0/+1
* Revert "nir: bump loop unroll limit to 96."Timothy Arceri2018-03-071-3/+1
* ac/nir: don't put lod into args if it's zero.Dave Airlie2018-03-071-2/+1
* nir: Simplify some comparisons like a+b < aIan Romanick2018-03-061-0/+9
* nir: Use De Morgan's Law on logic compounded comparisonsIan Romanick2018-03-061-0/+9
* nir: Replace fmin(b2f(a), b) with a bcselIan Romanick2018-03-061-0/+9
* nir: Pull b2f out of bcselIan Romanick2018-03-061-0/+1
* nir: Replace an odd comparison involving fmin of -b2fIan Romanick2018-03-061-0/+13
* nir: Mark bcsel-to-fmin (or fmax) transformations as inexactIan Romanick2018-03-061-2/+2
* nir: Recognize some more open-coded fmin / fmaxIan Romanick2018-03-061-0/+2
* st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh2018-03-067-6/+227
* st/omx/tizonia: Add H.264 encoderGurkirpal Singh2018-03-0618-403/+2106
* st/omx/tizonia: Add H.264 decoderGurkirpal Singh2018-03-0624-1286/+2793
* st/omx/tizonia: Add entrypointGurkirpal Singh2018-03-064-2/+78
* st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh2018-03-067-3/+75
* st/omx/bellagio: Rename st and target directoriesGurkirpal Singh2018-03-0620-35/+83
* radv: report the scratch private memory size with shader statsSamuel Pitoiset2018-03-061-1/+3
* ac/nir: count the scratch private memory sizeSamuel Pitoiset2018-03-062-2/+9
* ac: add ac_count_scratch_private_memory()Samuel Pitoiset2018-03-063-28/+38
* ac/nir: only enable used channels when exporting parametersSamuel Pitoiset2018-03-061-4/+20
* ac: update enabled channels mask when optimizing PARAM exportsSamuel Pitoiset2018-03-061-2/+16
* ac/nir: pass the number of enabled channels to si_llvm_init_export_args()Samuel Pitoiset2018-03-061-8/+13
* ac/shader: scan output usage mask for VS and TESSamuel Pitoiset2018-03-062-0/+22
* intel: Add missing includes for building on AndroidClayton Craft2018-03-062-0/+2
* vulkan: do not expose surface/swapchain extensions on AndroidTapani Pälli2018-03-062-3/+3
* anv: Don't expose VK_KHX_multiview on android.Tapani Pälli2018-03-061-1/+1
* gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128Roland Scheidegger2018-03-061-1/+1
* tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger2018-03-063-4/+12
* clover: Allow overriding platform/device version numbersAaron Watry2018-03-052-5/+14
* clover/llvm: Pass device down to compileAaron Watry2018-03-051-4/+3
* clover: Pass device to llvm::create_compiler_instanceAaron Watry2018-03-051-4/+5
* clover/llvm: Use device in llvm compilation instead of copying fieldsAaron Watry2018-03-053-17/+15
* radeonsi/nir: fix handling of doubles for gs inputsTimothy Arceri2018-03-061-2/+6
* ac: pass the unmodified number of components to load gs inputsTimothy Arceri2018-03-061-2/+2
* radeonsi: move si_nir_load_input_gs() to si_shader.cTimothy Arceri2018-03-063-29/+20
* broadcom/vc4: Add support for HW perfmonBoris Brezillon2018-03-055-12/+249