summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-08radv: implement a workaround for VK_EXT_conditional_renderingSamuel Pitoiset1-3/+44
2019-05-08radv: fix color conversions for normalized uint/sint formatsSamuel Pitoiset1-4/+16
2019-05-08radv: do not need to force emit the TCS regs on Vega20Samuel Pitoiset1-0/+1
2019-05-08r600: reset tex array override even when no view boundDave Airlie1-11/+10
2019-05-08softpipe: setup pixel_offset for all primitive typesErik Faye-Lund1-11/+10
2019-05-08egl: return correct error code for a case req ver < 3 with forward-compatibleAndrii Simiklit1-1/+4
2019-05-08st/nine: Fix D3DWindowBuffer_release for old wine nine supportAxel Davy1-2/+12
2019-05-08mesa: Add missing display list support for GL_FOG_COORDINATE_SOURCEIan Romanick1-0/+1
2019-05-08docs: document MESA_GLSL=errors keywordAlejandro Piñeiro1-0/+1
2019-05-08Revert "meson: drop GLESv1 .so version back to 1.0.0"Ross Burton1-1/+1
2019-05-08radv: enable descriptor indexing capabilitiesJuan A. Suarez Romero1-0/+2
2019-05-08spirv: add missing SPV_EXT_descriptor_indexing capabilitiesJuan A. Suarez Romero2-0/+16
2019-05-08glx: Fix synthetic error generation in __glXSendErrorHal Gentz1-2/+2
2019-05-08cherry-ignore: Add more backported patchesDylan Baker1-0/+3
2019-05-08anv/descriptor_set: Destroy sets before pool finalizationJason Ekstrand1-2/+2
2019-05-08anv: expose VK_EXT_queue_family_foreign on AndroidTapani Pälli1-0/+1
2019-05-08radv: add missing VEGA20 chip in radv_get_device_name()Samuel Pitoiset1-0/+1
2019-05-08vulkan/wsi: don't use DUMB_CLOSE for normal GEM handlesEmil Velikov1-2/+2
2019-05-08vulkan/wsi: check if the display_fd given is masterEmil Velikov1-0/+27
2019-05-08cherry-ignore: Add a patch that was manually backportedDylan Baker1-1/+4
2019-05-08i965: Ignore uniform storage for samplers or images, use binding infoKenneth Graunke3-15/+28
2019-05-08glsl: Don't look at sampler uniform storage for internal varsKenneth Graunke1-3/+5
2019-05-08glsl: Allow gl_nir_lower_samplers*() without a gl_shader_programKenneth Graunke1-3/+11
2019-05-08radeonsi/gfx9: rework the gfx9 scissor bug workaround (v2)Marek Olšák8-48/+67
2019-05-08radeonsi: add si_debug_options for convenient adding/removing of optionsNicolai Hähnle9-31/+90
2019-04-25radeonsi/gfx9: set that window_rectangles always roll the contextMarek Olšák1-1/+2
2019-04-25nir: fix nir_remove_unused_varyings()Timothy Arceri1-18/+33
2019-04-25meson: Force '.so' extension for DRI driversJon Turney5-0/+5
2019-04-24glsl: Silence may unused parameter warnings in glsl/ir.hIan Romanick1-1/+1
2019-04-24spirv: Handle SpvOpDecorateIdCaio Marcelo de Oliveira Filho1-0/+4
2019-04-24anv: fix argument name for vkCmdEndQueryLionel Landwerlin1-2/+2
2019-04-25anv: leave the top 4Gb of the high heap VMA unusedLionel Landwerlin1-5/+5
2019-04-25anv: store heap address bounds when initializing physical deviceLionel Landwerlin2-11/+21
2019-04-24docs: Add SHA256 sums for mesa 19.0.3Dylan Baker1-1/+2
2019-04-24docs: add relnotes for 19.0.3mesa-19.0.3Dylan Baker1-0/+147
2019-04-24Bump version for 19.0.3Dylan Baker1-1/+1
2019-04-24radeonsi: use CP DMA for the null const buffer clear on CIKMarek Olšák5-10/+16
2019-04-24radv: do not load vertex attributes that are not provided by the pipelineSamuel Pitoiset4-4/+33
2019-04-23Revert "glsl: Set location on structure-split sampler uniform variables"Kenneth Graunke1-1/+8
2019-04-23gallivm: disable NEON instructions if they are not supportedLubomir Rintel1-0/+7
2019-04-23gallivm: guess CPU features also on ARMLubomir Rintel1-7/+6
2019-04-22anv: Add a #define for the max binding table sizeJason Ekstrand3-4/+16
2019-04-22intel/devinfo: fix missing num_thread_per_eu on ICLLionel Landwerlin1-6/+2
2019-04-22nir: Fix deref offset calculation for structs.Eric Anholt1-1/+1
2019-04-22ac/nir: only use the new raw/struct image atomic intrinsics with LLVM 9+Samuel Pitoiset1-1/+4
2019-04-18anv: fix uninitialized pthread cond clock domainLionel Landwerlin1-1/+1
2019-04-17meson: Add dependency on genxml to anvil genfilesJuan A. Suarez Romero1-1/+1
2019-04-16intel/compiler: Do not reswizzle dst if instruction writes to flag registerDanylo Piliaiev1-0/+6
2019-04-16virgl: fix fence fd version checkChia-I Wu1-2/+2
2019-04-16gallivm: fix bogus assert in get_indirect_indexRoland Scheidegger1-1/+1