aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600: remove redundant semicolonNicolai Hähnle2018-12-191-1/+1
* ddebug: always flush when requested, even when hang detection is disabledNicolai Hähnle2018-12-191-0/+2
* ddebug: simplify watchdog loop and fix crash in the no-timeout caseNicolai Hähnle2018-12-193-73/+52
* anv/android: turn on VK_ANDROID_external_memory_android_hardware_bufferTapani Pälli2018-12-191-0/+1
* anv: ignore VkSamplerYcbcrConversion on non-yuv formatsTapani Pälli2018-12-191-1/+6
* anv: support VkSamplerYcbcrConversionInfo in vkCreateImageViewTapani Pälli2018-12-191-1/+26
* anv: add VkFormat field as part of anv_formatTapani Pälli2018-12-192-0/+5
* anv: support VkExternalFormatANDROID in vkCreateSamplerYcbcrConversionTapani Pälli2018-12-191-4/+26
* anv/android: support creating images from external formatTapani Pälli2018-12-196-3/+172
* anv/android: add ahardwarebuffer external memory propertiesTapani Pälli2018-12-191-0/+41
* anv/android: support import/export of AHardwareBuffer objectsTapani Pälli2018-12-195-2/+201
* anv: refactor, remove else block in AllocateMemoryTapani Pälli2018-12-191-30/+34
* anv: add anv_ahw_usage_from_vk_usage helper functionTapani Pälli2018-12-193-0/+40
* anv/android: add GetAndroidHardwareBufferPropertiesANDROIDTapani Pälli2018-12-191-0/+119
* anv: add from/to helpers with android and vulkan formatsTapani Pälli2018-12-191-0/+50
* anv: make anv_get_image_format_features publicTapani Pälli2018-12-192-11/+16
* anv: refactor make_surface to use data from anv_imageTapani Pälli2018-12-192-37/+46
* anv: add create_flags as part of anv_imageTapani Pälli2018-12-192-0/+2
* nir/algebraic: Don't put quotes around floating point literalsIan Romanick2018-12-182-5/+13
* nir: Add a new lowering option to lower 3D surfaces from txd to txl.Sagar Ghuge2018-12-182-1/+8
* meson: add etnaviv to the tools optionChristian Gmeiner2018-12-181-1/+2
* freedreno/ir3: Make imageStore use num components from image formatEduardo Lima Mitev2018-12-181-2/+70
* nir/dead_write_vars: Get modes directly from derefsJason Ekstrand2018-12-181-2/+1
* nir/copy_prop_vars: Get modes directly from derefsJason Ekstrand2018-12-181-6/+2
* nir/lower_wpos_center: Look at derefs for modesJason Ekstrand2018-12-181-2/+4
* nir/lower_io_to_scalar: Look at derefs for modesJason Ekstrand2018-12-181-3/+6
* nir/lower_io_arrays_to_elements: Look at derefs for modesJason Ekstrand2018-12-181-5/+8
* nir/linking_helpers: Look at derefs for modesJason Ekstrand2018-12-181-12/+11
* nir/propagate_invariant: Skip unknown varsJason Ekstrand2018-12-181-1/+1
* Revert "nir/lower_indirect: Bail early if modes == 0"Ian Romanick2018-12-181-3/+0
* st/dri: replace format conversion functions with single mapping tableLucas Stach2018-12-182-352/+149
* st/dri: allow both render and sampler compatible dma-buf formatsLucas Stach2018-12-181-12/+18
* etnaviv: use surface format directlyLucas Stach2018-12-182-9/+4
* anv: Bump the patch version to 96Jason Ekstrand2018-12-181-1/+1
* i965: Don't override subslice count to 4 on Gen11.Kenneth Graunke2018-12-171-1/+1
* intel/compiler: More peephole_select for pre-Gen6Ian Romanick2018-12-171-2/+2
* nir/opt_peephole_select: Don't peephole_select expensive math instructionsIan Romanick2018-12-179-17/+40
* intel/compiler: More peephole selectIan Romanick2018-12-171-1/+14
* nir/opt_peephole_select: Don't try to remove flow control around indirect loadsIan Romanick2018-12-179-18/+47
* i965/vec4: Propagate conditional modifiers from more compares to other comparesIan Romanick2018-12-171-3/+100
* i965/fs: Eliminate unary op on operand of compare-with-zeroIan Romanick2018-12-172-17/+14
* i965/vec4/dce: Don't narrow the write mask if the flags are usedIan Romanick2018-12-174-10/+208
* i965/vec4: Silence unused parameter warnings in vec4 compiler testsIan Romanick2018-12-173-9/+9
* radv: Fix multiview depth clearsBas Nieuwenhuizen2018-12-171-8/+21
* radv: Remove redundant format check.Bas Nieuwenhuizen2018-12-171-4/+0
* nir: Fix clamping of uints for image store lowering.Eric Anholt2018-12-171-1/+1
* v3d: Fix the argument type for vir_BRANCH().Eric Anholt2018-12-171-1/+1
* vc4: Reuse nir_format_convert.h in our blend lowering.Eric Anholt2018-12-171-33/+3
* radv: report Vulkan version 1.1.90 for realSamuel Pitoiset2018-12-171-1/+1
* anv,radv: Re-enable VK_EXT_pci_bus_infoJason Ekstrand2018-12-172-2/+2