summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-07-01mesa: delete framebuffer texture attachment sampler viewsPierre-Eric Pelloux-Prayer1-0/+15
2019-06-28radv: only enable VK_AMD_gpu_shader_{half_float,int16} on GFX9+Samuel Pitoiset1-2/+2
2019-06-28gallium: Make util_copy_image_view handle shader_accessKenneth Graunke1-0/+2
2019-06-28isl: Don't align phys_level0_sa by block dimensionNanley Chery2-31/+19
2019-06-28intel: Add and use helpers for level0 extentNanley Chery4-21/+39
2019-06-28iris: Enable PIPE_CAP_SURFACE_REINTERPRET_BLOCKSKenneth Graunke2-6/+95
2019-06-28meson: Add support for using cmake for finding LLVMDylan Baker3-11/+21
2019-06-28intel/compiler: fix derivative on y axis implementationLionel Landwerlin1-21/+5
2019-06-26glsl: Fix round64 conversion functionSagar Ghuge1-9/+12
2019-06-26i965: leaking of upload-BO with push constantsSergii Romantsov1-0/+10
2019-06-26anv/descriptor_set: Only write texture swizzles if we have an image viewJason Ekstrand1-1/+1
2019-06-25anv/cmd_buffer: Reuse gen8 Cmd{Set, Reset}Event on gen7Ville Syrjälä3-140/+107
2019-06-25freedreno/a5xx: fix batch leak in fd5 blitter pathRob Clark1-0/+1
2019-06-25glsl: Don't increase the iteration count when there are no terminatorsIan Romanick1-1/+7
2019-06-25anv: Add HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED in vk_formatNataraj Deshpande3-3/+13
2019-06-25freedreno: Fix up end range of unaligned UBO loads.Eric Anholt1-2/+3
2019-06-25freedreno: Fix UBO load range detection on booleans.Eric Anholt1-2/+1
2019-06-21util/os_file: resize buffer to what was actually neededEric Engestrom1-0/+11
2019-06-21iris: Fix iris_flush_and_dirty_history to actually dirty history.Kenneth Graunke1-0/+2
2019-06-21glx: fix glvnd pointer typesEric Engestrom2-3/+3
2019-06-21radv: disable viewport clamping even if FS doesn't write ZSamuel Pitoiset1-3/+1
2019-06-20anv: Fix vulkan build in meson.Bas Nieuwenhuizen1-1/+7
2019-06-20radv: Fix vulkan build in meson.Bas Nieuwenhuizen1-0/+7
2019-06-19radv: fix FMASK expand with SRGB formatsSamuel Pitoiset1-1/+2
2019-06-19egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich1-2/+2
2019-06-19nouveau: fix frees in unsupported IR error paths.Dave Airlie4-0/+6
2019-06-18freedreno/a6xx: un-swap X24S8_UINTRob Clark2-5/+6
2019-06-18glsl: Fix out of bounds read in shader_cache_read_program_metadataKenneth Graunke1-3/+2
2019-06-18anv: Set STATE_BASE_ADDRESS upper bounds on gen7Jason Ekstrand1-0/+17
2019-06-18virgl: Assume sRGB write control for older guest kernels or virglrenderer hostsGert Wollny1-1/+2
2019-06-18radv: Decompress DCC when the image format is not allowed for buffers.Bas Nieuwenhuizen3-2/+40
2019-06-17i965: support UYVY for external import onlyHaihao Xiang1-1/+2
2019-06-14intel/dump: fix segfault when the app hasn't accessed the deviceLionel Landwerlin1-3/+5
2019-06-14freedreno/a5xx: Fix indirect draw max_indices calculationEduardo Lima Mitev1-2/+1
2019-06-14v3d: fix checking twice auf flagAlejandro Piñeiro1-1/+1
2019-06-14radv: Skip transitions coming from external queue.Bas Nieuwenhuizen1-0/+3
2019-06-14st/mesa: Add rgbx handling for fp formatsKevin Strasser1-0/+6
2019-06-14gallium/winsys/kms: Fix dumb buffer bppKevin Strasser1-1/+1
2019-06-14util/futex: fix dangling pointer useEric Engestrom1-5/+5
2019-06-14radv: fix VK_EXT_memory_budget if one heap isn't availableSamuel Pitoiset1-27/+33
2019-06-14radv: fix occlusion queries on VegaMSamuel Pitoiset1-21/+27
2019-06-14anv: do not parse genxml data without INTEL_DEBUG=batLionel Landwerlin1-10/+13
2019-06-14r300g: restore performance after RADEON_FLAG_NO_INTERPROCESS_SHARING was addedRichard Thier5-6/+20
2019-06-11radv: Prevent out of bound shift on 32-bit builds.Bas Nieuwenhuizen1-2/+2
2019-06-11radv: fix setting CB_SHADER_MASK for dual source blendingSamuel Pitoiset1-2/+5
2019-06-11mapi: correctly handle the full offset tableEmil Velikov2-3/+7
2019-06-11mapi: add static_date offset to MaxShaderCompilerThreadsKHREmil Velikov1-0/+1
2019-06-11radv: fix alpha-to-coverage when there is unused color attachmentsSamuel Pitoiset1-1/+1
2019-06-09egl/x11: calloc dri2_surf so it's properly zeroedKenneth Graunke1-1/+1
2019-06-09util/os_file: actually return the error read() gave usEric Engestrom1-1/+3