summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-10meson: fix gallium-osmesa to build for windowsDylan Baker2-2/+19
2019-10-10meson: build graw-gdi targetDylan Baker2-1/+39
2019-10-10meson: build libgl-gdi targetDylan Baker2-0/+46
2019-10-10meson: build wgl state trackerDylan Baker2-0/+60
2019-10-10meson: build gallium gdi winsysDylan Baker2-0/+33
2019-10-10meson: Add necessary defines for mesa_gallium on windowsDylan Baker1-2/+14
2019-10-10meson: Add windows defines to glapiDylan Baker4-4/+39
2019-10-10util: use _WIN32 instead of WIN32Dylan Baker1-1/+1
2019-10-10freedreno/ir3: handle multi component alu src when propagating shiftsRob Clark1-5/+11
2019-10-10freedreno/ir3: drop unused paramRob Clark1-6/+5
2019-10-10clover: fix the nir_serialize build failureMarek Olšák1-1/+1
2019-10-10llvmpipe/draw: handle UBOs that are < 16 bytes.Dave Airlie2-3/+8
2019-10-10llvmpipe/draw: fix image sizes for vertex/geometry shaders.Dave Airlie1-3/+4
2019-10-10llvmpipe: make texture buffer offset alignment == 16Dave Airlie1-1/+1
2019-10-10meson: rename `glvnd_missing_pc_files` to `not glvnd_has_headers_and_pc_files`Eric Engestrom2-4/+4
2019-10-10GL: drop symbols mangling supportEric Engestrom11-64/+0
2019-10-10aco: update print_irRhys Perry1-0/+39
2019-10-10aco: rework scratch resource codeRhys Perry1-22/+28
2019-10-10aco/gfx10: disable GFX9 1D texture workaroundsRhys Perry1-5/+5
2019-10-10aco/gfx10: fix inline uniform blocksRhys Perry1-3/+9
2019-10-10radv/aco: disable NGG when ACO is usedRhys Perry1-0/+4
2019-10-10ac/nir: add back nir_op_fmodMarek Olšák1-0/+11
2019-10-10gallium: remove PIPE_SHADER_CAP_SCALAR_ISAMarek Olšák18-39/+0
2019-10-10tgsi_to_nir: use nir_shader_compiler_options::lower_to_scalarMarek Olšák1-5/+3
2019-10-10st/mesa: use nir_shader_compiler_options::lower_to_scalarMarek Olšák4-43/+20
2019-10-10nir: add nir_shader_compiler_options::lower_to_scalarMarek Olšák8-0/+9
2019-10-10tgsi_to_nir: add #ifdef header guardsMarek Olšák1-0/+5
2019-10-10nir/drawpixels: fix what appears to be a copy-paste bug in get_texcoord_constMarek Olšák1-4/+5
2019-10-10nir/drawpixels: handle load_color0, load_input, load_interpolated_inputMarek Olšák1-1/+26
2019-10-10nir: move gl_nir_opt_access from glsl directoryMarek Olšák7-9/+6
2019-10-10nir: add a strip parameter to nir_serializeMarek Olšák8-22/+25
2019-10-10radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen1-1/+1
2019-10-10radv: Check the size of the imported buffer.Bas Nieuwenhuizen4-4/+23
2019-10-10radv: Expose image handle compat types for Android handles.Bas Nieuwenhuizen3-4/+50
2019-10-10radv: Allow Android image binding.Bas Nieuwenhuizen3-3/+37
2019-10-10radv/android: Add android hardware buffer import/export.Bas Nieuwenhuizen3-7/+156
2019-10-10radv: Deal with Android external formats.Bas Nieuwenhuizen5-39/+76
2019-10-10radv: Derive android usage from create flags.Bas Nieuwenhuizen3-0/+43
2019-10-10radv: Disallow sparse shared images.Bas Nieuwenhuizen1-8/+7
2019-10-10radv/android: Add android hardware buffer queries.Bas Nieuwenhuizen2-0/+182
2019-10-10radv/android: Add android hardware buffer field to device memory.Bas Nieuwenhuizen2-0/+13
2019-10-10radv: Add VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2-0/+14
2019-10-10radv: Unset vk_info in radv_image_create_layout.Bas Nieuwenhuizen1-4/+8
2019-10-10radv: Handle slightly different image dimensions.Bas Nieuwenhuizen1-11/+99
2019-10-10radv: Delay patching for imported images until layout time.Bas Nieuwenhuizen1-26/+35
2019-10-10radv: Split out layout code from image creation.Bas Nieuwenhuizen1-61/+77
2019-10-10radv: Handle device memory alloc failure with normal free.Bas Nieuwenhuizen1-12/+22
2019-10-10radv: Cleanup buffer_from_fd.Bas Nieuwenhuizen3-6/+3
2019-10-10intel/tools: Support multiple contexts in intel_dump_gpu.Rafael Antognolli4-31/+62
2019-10-10intel/tools: Add basic aub_context code and helpers.Rafael Antognolli3-0/+115