aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: move a couple of include installs aroundEric Engestrom2019-10-101-8/+8
* meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`Eric Engestrom2019-10-103-9/+8
* GL: drop symbols mangling supportEric Engestrom2019-10-1017-2975/+2
* aco: update print_irRhys Perry2019-10-101-0/+39
* aco: rework scratch resource codeRhys Perry2019-10-101-22/+28
* aco/gfx10: disable GFX9 1D texture workaroundsRhys Perry2019-10-101-5/+5
* aco/gfx10: fix inline uniform blocksRhys Perry2019-10-101-3/+9
* radv/aco: disable NGG when ACO is usedRhys Perry2019-10-101-0/+4
* ac/nir: add back nir_op_fmodMarek Olšák2019-10-101-0/+11
* gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák2019-10-1018-39/+0
* tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-101-5/+3
* st/mesa: use nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-104-43/+20
* nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák2019-10-108-0/+9
* tgsi_to_nir: add #ifdef header guardsMarek Olšák2019-10-101-0/+5
* nir/drawpixels: fix what appears to be a copy-paste bug in get_texcoord_constMarek Olšák2019-10-101-4/+5
* nir/drawpixels: handle load_color0, load_input, load_interpolated_inputMarek Olšák2019-10-101-1/+26
* nir: move gl_nir_opt_access from glsl directoryMarek Olšák2019-10-107-9/+6
* nir: add a strip parameter to nir_serializeMarek Olšák2019-10-108-22/+25
* radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-102-1/+2
* radv: Check the size of the imported buffer.Bas Nieuwenhuizen2019-10-104-4/+23
* radv: Expose image handle compat types for Android handles.Bas Nieuwenhuizen2019-10-103-4/+50
* radv: Allow Android image binding.Bas Nieuwenhuizen2019-10-103-3/+37
* radv/android: Add android hardware buffer import/export.Bas Nieuwenhuizen2019-10-103-7/+156
* radv: Deal with Android external formats.Bas Nieuwenhuizen2019-10-105-39/+76
* radv: Derive android usage from create flags.Bas Nieuwenhuizen2019-10-103-0/+43
* radv: Disallow sparse shared images.Bas Nieuwenhuizen2019-10-101-8/+7
* radv/android: Add android hardware buffer queries.Bas Nieuwenhuizen2019-10-102-0/+182
* radv/android: Add android hardware buffer field to device memory.Bas Nieuwenhuizen2019-10-102-0/+13
* radv: Add VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-102-0/+14
* radv: Unset vk_info in radv_image_create_layout.Bas Nieuwenhuizen2019-10-101-4/+8
* radv: Handle slightly different image dimensions.Bas Nieuwenhuizen2019-10-101-11/+99
* radv: Delay patching for imported images until layout time.Bas Nieuwenhuizen2019-10-101-26/+35
* radv: Split out layout code from image creation.Bas Nieuwenhuizen2019-10-101-61/+77
* radv: Handle device memory alloc failure with normal free.Bas Nieuwenhuizen2019-10-101-12/+22
* radv: Cleanup buffer_from_fd.Bas Nieuwenhuizen2019-10-103-6/+3
* gitlab-ci/lava: Test Lima driver with dEQPTomeu Vizoso2019-10-108-34/+1107
* gitlab-ci/lava: Use files to list tests to skipTomeu Vizoso2019-10-104-67/+134
* intel/tools: Support multiple contexts in intel_dump_gpu.Rafael Antognolli2019-10-104-31/+62
* intel/tools: Add basic aub_context code and helpers.Rafael Antognolli2019-10-103-0/+115
* intel/tools: Use common code for GGTT address allocation.Rafael Antognolli2019-10-102-20/+22
* intel/tools: Factor out GGTT allocation.Rafael Antognolli2019-10-101-63/+63
* radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen2019-10-103-0/+17
* radv: use a compute shader for copying timestamp query resultsSamuel Pitoiset2019-10-102-30/+227
* radv: sync before resetting query pools if timestamps have been writtenSamuel Pitoiset2019-10-101-0/+10
* aco: Clean up usages of PhysReg::reg from aco_assembler.Timur Kristóf2019-10-101-27/+27
* aco: Add extra assertion for number of FS input VGPRs.Timur Kristóf2019-10-101-0/+7
* aco: Fix s_dcache_wb on GFX10.Timur Kristóf2019-10-102-0/+13
* aco: Have s_waitcnt_vscnt write to NULL.Rhys Perry2019-10-101-2/+3
* aco: Use the VOP3-only add/sub GFX10 instructions if needed.Rhys Perry2019-10-101-1/+15
* aco: Initial work to avoid GFX10 hazards.Rhys Perry2019-10-102-36/+117