summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* freedreno: bump required libdrm versionChristian Gmeiner2018-03-062-2/+2
* 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-0625-1286/+2795
* st/omx/tizonia: Add entrypointGurkirpal Singh2018-03-064-2/+78
* st/omx/tizonia: Add --enable-omx-tizonia flag and build filesGurkirpal Singh2018-03-0610-7/+128
* st/omx/bellagio: Rename st and target directoriesGurkirpal Singh2018-03-0623-50/+98
* 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
* drm-uapi: Update vc4 header with perfmon related definitionsBoris Brezillon2018-03-051-0/+76
* r600: fix color export maskRoland Scheidegger2018-03-051-0/+1
* travis: keep meson version below 0.45.0Andres Gomez2018-03-051-3/+4
* intel: Drop SURFACE_FORMAT enum from genxml.Kenneth Graunke2018-03-0515-2269/+35
* intel/common: Use isl for decoder surface formatsJordan Justen2018-03-053-1/+10
* intel/isl: Add isl_format_is_validJordan Justen2018-03-052-0/+10
* intel: Split gen_device_info out into libintel_devJordan Justen2018-03-0533-29/+137
* gallium/aux/hud: Avoid possible buffer overflowGert Wollny2018-03-051-2/+6
* gbm: give a name to rgba fieldsEric Engestrom2018-03-052-9/+14
* egl: remove duplicated initializationAndres Gomez2018-03-051-1/+0
* freedreno/ir3: start dealing with half-precisionRob Clark2018-03-053-30/+81
* freedreno/ir3: fix fixing-up register footprintRob Clark2018-03-052-18/+27