summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Update version to 18.3.0-rc3mesa-18.3.0-rc3Emil Velikov1-1/+1
2018-11-16Revert "radv: disable VK_SUBGROUP_FEATURE_VOTE_BIT"Connor Abbott1-4/+2
2018-11-16vc4: Make sure we make ro scanout resources for create_with_modifiers.Eric Anholt1-1/+9
2018-11-16i965: Fix calculation of layers array length for isl_viewDanylo Piliaiev1-15/+18
2018-11-16nir/lower_alu_to_scalar: Don't try to lower unpack_32_2x16Jason Ekstrand1-0/+1
2018-11-16egl: add missing glvnd entrypoint for EGL_ANDROID_blob_cacheEric Engestrom1-0/+3
2018-11-16radeonsi: fix video APIs on Raven2Marek Olšák2-4/+8
2018-11-16bin/get-pick-list.sh: handle reverts prior to the branchpointEmil Velikov1-1/+8
2018-11-15bin/get-pick-list.sh: use test instead of [ ]Emil Velikov1-4/+4
2018-11-15bin/get-pick-list.sh: handle unofficial "broken by" tagEmil Velikov1-1/+8
2018-11-15bin/get-pick-list.sh: handle fixes tag with missing colonEmil Velikov1-1/+5
2018-11-15bin/get-pick-list.sh: flesh out is_sha_nominationEmil Velikov1-2/+9
2018-11-15bin/get-pick-list.sh: tweak the commit sha matching patternEmil Velikov1-1/+1
2018-11-15bin/get-pick-list.sh: handle the fixes tagEmil Velikov2-84/+43
2018-11-15bin/get-pick-list.sh: handle "typod" usecase.Emil Velikov2-43/+8
2018-11-15bin/get-pick-list.sh: prefix output with "[stable] "Emil Velikov1-0/+15
2018-11-15bin/get-pick-list.sh: simplify git oneline printingEmil Velikov1-1/+1
2018-11-14nir/spirv: cast shift operand to u32Karol Herbst2-0/+31
2018-11-14meson: fix wayland-less buildsEric Engestrom2-8/+3
2018-11-14gbm: remove unnecessary meson includeEric Engestrom1-1/+0
2018-11-14meson: only run vulkan's meson.build when building vulkanEric Engestrom1-1/+3
2018-11-14mesa: Reference count shaders that are used by transform feedback objectsGert Wollny1-0/+3
2018-11-14radv: binding streamout buffers doesn't change context regsSamuel Pitoiset1-2/+7
2018-11-14util/ralloc: Make sizeof(linear_header) a multiple of 8Matt Turner1-2/+12
2018-11-14meson: fix libatomic testsDylan Baker1-1/+2
2018-11-14st/mesa: disable L3 thread pinningMarek Olšák1-9/+0
2018-11-14meson: Don't set -WallDylan Baker1-2/+2
2018-11-14nir: don't pack varyings ints with floats unless flatTimothy Arceri1-4/+7
2018-11-14nir: add glsl_type_is_integer() helperTimothy Arceri2-0/+6
2018-11-14st/nine: fix stack corruption due to ABI mismatchAndre Heider1-1/+13
2018-11-14radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+Samuel Pitoiset1-1/+1
2018-11-14Revert "i965/batch: avoid reverting batch buffer if saved state is an empty"Mark Janes5-14/+3
2018-11-09Update version to 18.3.0-rc2mesa-18.3.0-rc2Emil Velikov1-1/+1
2018-11-08virgl/vtest-winsys: Use virgl version of bind flagsGert Wollny1-1/+1
2018-11-08glsl: do not allow implicit casts of unsized array initializersErik Faye-Lund1-1/+2
2018-11-08autotools: library-dependency when no sse and 32-bitSergii Romantsov2-2/+3
2018-11-08radv: disable conditional rendering for vkCmdCopyQueryPoolResults()Samuel Pitoiset1-0/+9
2018-11-08ac/nir_to_llvm: fix b2f for f64Timothy Arceri1-3/+12
2018-11-08docs: document the staging branch and add reference to itEmil Velikov2-0/+23
2018-11-08anv/android: mark gralloc allocated BOs as externalLionel Landwerlin1-1/+1
2018-11-08wayland/egl: Resize EGL surface on update buffer for swrastOlivier Fourdan1-2/+2
2018-11-08intel/decoders: fix instruction base address parsingLionel Landwerlin2-2/+2
2018-11-08st/va: fix incorrect use of resource_destroyMarek Olšák1-4/+2
2018-11-08wsi/wayland: only finish() a successfully init()ed displayEric Engestrom1-1/+2
2018-11-08wsi/wayland: use proper VkResult typeEric Engestrom1-2/+2
2018-11-08radv: add missing TFB queries support to CmdCopyQueryPoolsResults()Samuel Pitoiset2-0/+278
2018-11-08r600/sb: Fix constant logical operand in assert.Vinson Lee1-1/+1
2018-11-08android: radv: add libmesa_git_sha1 static dependencyMauro Rossi1-1/+2
2018-11-08meson: link gallium nine with pthreadsDylan Baker1-1/+1
2018-11-08nir: fix condition propagation when src has a swizzleTimothy Arceri1-1/+30