summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-07autotools: Add tegra to AM_DISTCHECK_CONFIGURE_FLAGStegra-v4Thierry Reding1-1/+1
2018-03-07tegra: Initial supportThierry Reding26-4/+2770
2018-03-07nouveau: Add framebuffer modifier supportThierry Reding8-5/+152
2018-03-07nouveau/nvc0: Extract common tile mode macroThierry Reding1-6/+9
2018-03-07drm/tegra: Sanitize format modifiersThierry Reding1-17/+19
2018-03-07drm/fourcc: Fix fourcc_mod_code() definitionThierry Reding1-1/+1
2018-03-07spirv: Add SpvCapabilityShaderViewportIndexLayerEXTCaio Marcelo de Oliveira Filho3-0/+13
2018-03-07android: anv: add libmesa_intel_dev static dependencyMauro Rossi1-0/+1
2018-03-07Revert "nir: bump loop unroll limit to 96."Timothy Arceri1-3/+1
2018-03-07ac/nir: don't put lod into args if it's zero.Dave Airlie1-2/+1
2018-03-06freedreno: bump required libdrm versionChristian Gmeiner2-2/+2
2018-03-06nir: Simplify some comparisons like a+b < aIan Romanick1-0/+9
2018-03-06nir: Use De Morgan's Law on logic compounded comparisonsIan Romanick1-0/+9
2018-03-06nir: Replace fmin(b2f(a), b) with a bcselIan Romanick1-0/+9
2018-03-06nir: Pull b2f out of bcselIan Romanick1-0/+1
2018-03-06nir: Replace an odd comparison involving fmin of -b2fIan Romanick1-0/+13
2018-03-06nir: Mark bcsel-to-fmin (or fmax) transformations as inexactIan Romanick1-2/+2
2018-03-06nir: Recognize some more open-coded fmin / fmaxIan Romanick1-0/+2
2018-03-06st/omx/tizonia/h264d: Add EGLImage supportGurkirpal Singh7-6/+227
2018-03-06st/omx/tizonia: Add H.264 encoderGurkirpal Singh18-403/+2106
2018-03-06st/omx/tizonia: Add H.264 decoderGurkirpal Singh25-1286/+2795
2018-03-06st/omx/tizonia: Add entrypointGurkirpal Singh4-2/+78
2018-03-06st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh10-7/+128
2018-03-06st/omx/bellagio: Rename st and target directoriesGurkirpal Singh23-50/+98
2018-03-06radv: report the scratch private memory size with shader statsSamuel Pitoiset1-1/+3
2018-03-06ac/nir: count the scratch private memory sizeSamuel Pitoiset2-2/+9
2018-03-06ac: add ac_count_scratch_private_memory()Samuel Pitoiset3-28/+38
2018-03-06ac/nir: only enable used channels when exporting parametersSamuel Pitoiset1-4/+20
2018-03-06ac: update enabled channels mask when optimizing PARAM exportsSamuel Pitoiset1-2/+16
2018-03-06ac/nir: pass the number of enabled channels to si_llvm_init_export_args()Samuel Pitoiset1-8/+13
2018-03-06ac/shader: scan output usage mask for VS and TESSamuel Pitoiset2-0/+22
2018-03-06intel: Add missing includes for building on AndroidClayton Craft2-0/+2
2018-03-06vulkan: do not expose surface/swapchain extensions on AndroidTapani Pälli2-3/+3
2018-03-06anv: Don't expose VK_KHX_multiview on android.Tapani Pälli1-1/+1
2018-03-06gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128Roland Scheidegger1-1/+1
2018-03-06tgsi/scan: use wrap-around shift behavior explicitly for file_maskRoland Scheidegger3-4/+12
2018-03-05clover: Allow overriding platform/device version numbersAaron Watry2-5/+14
2018-03-05clover/llvm: Pass device down to compileAaron Watry1-4/+3
2018-03-05clover: Pass device to llvm::create_compiler_instanceAaron Watry1-4/+5
2018-03-05clover/llvm: Use device in llvm compilation instead of copying fieldsAaron Watry3-17/+15
2018-03-06radeonsi/nir: fix handling of doubles for gs inputsTimothy Arceri1-2/+6
2018-03-06ac: pass the unmodified number of components to load gs inputsTimothy Arceri1-2/+2
2018-03-06radeonsi: move si_nir_load_input_gs() to si_shader.cTimothy Arceri3-29/+20
2018-03-05broadcom/vc4: Add support for HW perfmonBoris Brezillon5-12/+249
2018-03-05drm-uapi: Update vc4 header with perfmon related definitionsBoris Brezillon1-0/+76
2018-03-05r600: fix color export maskRoland Scheidegger1-0/+1
2018-03-05travis: keep meson version below 0.45.0Andres Gomez1-3/+4
2018-03-05intel: Drop SURFACE_FORMAT enum from genxml.Kenneth Graunke15-2269/+35
2018-03-05intel/common: Use isl for decoder surface formatsJordan Justen3-1/+10
2018-03-05intel/isl: Add isl_format_is_validJordan Justen2-0/+10