aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* compiler: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGSMatt Turner2017-08-291-0/+1
* configure: Test for -Wno-initializer-overridesMatt Turner2017-08-291-1/+1
* radv: Add trace ids for secondary buffers.Bas Nieuwenhuizen2017-08-294-4/+6
* ac/debug: Support multiple trace ids for nested IBs.Bas Nieuwenhuizen2017-08-294-33/+52
* radv/amdgpu: Enable dumping of all IBs with RADV_DEBUG=allbos.Bas Nieuwenhuizen2017-08-291-0/+13
* egl/wayland: make sure HAS_$FORMAT is set for wl_dmabufEmil Velikov2017-08-291-0/+3
* egl/wayland: group wl_win specific code togetherEmil Velikov2017-08-291-4/+3
* egl/wayland: remove dri2_surf width/height double init.Emil Velikov2017-08-291-3/+0
* egl/wayland: set correct format with wl_dmabuf as wl_drm is missingEmil Velikov2017-08-291-1/+1
* egl/wayland: update comment to reflect wl_dmabuf presenceEmil Velikov2017-08-291-1/+1
* egl/wayland: polish object teardown in dri2_wl_destroy_surfaceEmil Velikov2017-08-291-2/+2
* egl/wayland: plug leaks in dri2_wl_create_window_surface() error pathEmil Velikov2017-08-291-2/+6
* egl: simplify refcounting after screen creationEmil Velikov2017-08-291-9/+5
* util: move string_to_uint_map to glslEmil Velikov2017-08-2915-13/+492
* st/mesa: fix XPD lowering - don't read dstMarek Olšák2017-08-291-3/+6
* anv: Add support for the SYNC_FD handle type for fencesJason Ekstrand2017-08-284-11/+87
* anv: Implement VK_KHR_external_fenceJason Ekstrand2017-08-283-5/+161
* anv: Use DRM sync objects to back fences whenever possibleJason Ekstrand2017-08-284-9/+139
* anv/gem: Add support for syncobj wait and resetJason Ekstrand2017-08-283-0/+87
* anv/gem: Add a flags parameter to syncobj_createJason Ekstrand2017-08-284-5/+5
* vulkan/util: Add a vk_zalloc helperJason Ekstrand2017-08-281-0/+14
* anv: Rename anv_fence_state to anv_bo_fence_stateJason Ekstrand2017-08-283-18/+18
* anv: Pull the guts of anv_fence into anv_fence_implJason Ekstrand2017-08-283-49/+159
* anv/wsi: Use QueueSubmit to trigger the fence in AcquireNextImageJason Ekstrand2017-08-281-3/+6
* anv: Rework fences to work more like BO semaphoresJason Ekstrand2017-08-283-68/+51
* anv/queue: Allow temporary import of SYNC_FD semaphoresJason Ekstrand2017-08-281-3/+0
* i965: Fix whitespace issues in intel_buffer_objects.c.Kenneth Graunke2017-08-281-31/+29
* radeonsi: stop leaking nirTimothy Arceri2017-08-291-0/+1
* ac/nir: remove misleading conditionGrazvydas Ignotas2017-08-291-1/+1
* ac/nir: silence maybe-uninitialized warningsGrazvydas Ignotas2017-08-291-6/+9
* radv: clear dynamic_shader_stages on createGrazvydas Ignotas2017-08-291-0/+1
* amd: add .editorconfigGrazvydas Ignotas2017-08-292-0/+6
* radeonsi: rewrite late alloc VS limit computationMarek Olšák2017-08-281-12/+25
* gallium/radeon: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmationMarek Olšák2017-08-282-3/+12
* gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZEDMarek Olšák2017-08-283-5/+5
* gallium/u_threaded: disallow discard_range if map_buffer is unsynchronizedMarek Olšák2017-08-281-1/+3
* nir: Fix system_value_from_intrinsic for subgroupsJason Ekstrand2017-08-281-4/+4
* nir: Fix some whatespaceJason Ekstrand2017-08-281-5/+5
* radeonsi: correct maximum wave count per SIMDMarek Olšák2017-08-281-1/+12
* st/mesa: fix handling of vertex array double inputsIlia Mirkin2017-08-281-1/+3
* glsl: fix counting of vertex shader output slots used by explicit varsIlia Mirkin2017-08-281-1/+2
* intel/compiler: Cast reg types explicitlyTopi Pohjolainen2017-08-281-2/+2
* gallium/docs: Fix an inequality sign of TGSI_SEMANTIC_SUBGROUP_LT_MASKGwan-gyeong Mun2017-08-281-1/+1
* radv: propagate VK_ERROR_OUT_OF_HOST_MEMORY to vk{Begin,End}CommandBuffer()Samuel Pitoiset2017-08-281-7/+17
* radv: rename record_fail to record_result and use VkResultSamuel Pitoiset2017-08-282-9/+9
* gallium/docs: fix a typoGwan-gyeong Mun2017-08-281-1/+1
* i915g: Remove a few unused variablesEduardo Lima Mitev2017-08-281-16/+0
* disk_cache: assert if a cache entries keys don't match mesaTimothy Arceri2017-08-281-1/+3
* Revert "radeonsi: get the raster config from AMDGPU on SI"Marek Olšák2017-08-273-22/+0
* radv/wsi: Compute correct row_pitch for GFX9.Dave Airlie2017-08-271-2/+6