summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-05Update version to 19.1.0-rc5mesa-19.1.0-rc5Juan A. Suarez Romero1-1/+1
2019-06-05freedreno: Fix GCC build error.Vinson Lee1-1/+1
2019-06-05ac: fix a typo in ac_build_wg_scan_bottomMarek Olšák1-1/+1
2019-06-05ac/nir: mark some texture intrinsics as convergentRhys Perry1-0/+18
2019-06-04radv: do not use gfx fast depth clears for layered depth/stencil imagesSamuel Pitoiset1-0/+1
2019-06-04intel/compiler: Fix assertions in brw_alu3Sagar Ghuge1-3/+3
2019-06-04radeonsi: init sctx->dma_copy before using itPierre-Eric Pelloux-Prayer1-3/+3
2019-06-04st/glsl: make sure to propagate initialisers to driver storageTimothy Arceri5-27/+23
2019-06-04d3dadapter9: Revert to old throttling limit valueAxel Davy1-2/+4
2019-06-04u_blitter: don't fail mipmap generation for depth formats containing stencilMarek Olšák1-1/+2
2019-06-04freedreno/a6xx: fix GPU crash on small render targetsRob Clark1-0/+7
2019-06-04freedreno/ir3: set more barrier bitsRob Clark1-0/+1
2019-06-03freedreno/ir3: fix input ncomp for vertex shadersJonathan Marek1-0/+1
2019-06-03nir: Actually propagate progress in nir_opt_move_load_ubo.Bas Nieuwenhuizen1-1/+1
2019-05-31swr/rast: fix 32-bit compilation on LinuxJan Zielinski1-65/+0
2019-05-31nir/dead_cf: Call instructions aren't deadJason Ekstrand1-1/+1
2019-05-31intel/fs: Do a stalling MFENCE in endInvocationInterlock()Jason Ekstrand5-8/+28
2019-05-31intel/fs,vec4: Use g0 as the header for MFENCEJason Ekstrand6-12/+13
2019-05-30iris: Don't assume UBO indices are constantJason Ekstrand1-1/+2
2019-05-30nir/lower_non_uniform: safely iterate over blocksLionel Landwerlin1-1/+1
2019-05-30radv: allocate more space in the CS when emitting eventsSamuel Pitoiset1-1/+1
2019-05-29Update version to 19.1.0-rc4mesa-19.1.0-rc4Juan A. Suarez Romero1-1/+1
2019-05-28Revert "st/mesa: expose 0 shader binary formats for compat profiles for Qt"Timothy Arceri4-14/+6
2019-05-28anv: fix apply_pipeline_layout pass for arrays of YCbCr descriptorsLionel Landwerlin1-2/+15
2019-05-28anv/android: fix missing dependencies issue during parallel buildChenglei Ren1-9/+9
2019-05-28lima: fix render to non-zero level textureQiang Yu1-4/+6
2019-05-28lima: fix lima_blit with non-zero level source resourceQiang Yu1-25/+12
2019-05-27Revert "mesa: unreference current winsys buffers when unbinding winsys buffers"Dave Airlie1-4/+0
2019-05-27etnaviv: use the correct uniform dirty bitsChristian Gmeiner1-2/+2
2019-05-27anv: Do not emulate texture swizzle for INPUT_ATTACHMENT, STORAGE_IMAGEDanylo Piliaiev2-6/+12
2019-05-23vulkan: fix build dependency issue with generated filesLionel Landwerlin7-26/+35
2019-05-23gallium: enable dmabuf on BSD as wellGreg V1-1/+1
2019-05-23etnaviv: fill missing offset in etna_resource_get_handlePhilipp Zabel1-0/+1
2019-05-23radeonsi: fix a regression in si_rebind_bufferMarek Olšák1-4/+8
2019-05-23vulkan/overlay: fix timestamp query emission with no pipeline statsLionel Landwerlin1-4/+0
2019-05-23radeonsi: update buffer descriptors in all contexts after buffer invalidationMarek Olšák4-35/+72
2019-05-21Update version to 19.1.0-rc3mesa-19.1.0-rc3Juan A. Suarez Romero1-1/+1
2019-05-21nir: Fix clone of nir_variable state slotsCaio Marcelo de Oliveira Filho1-3/+5
2019-05-21mesa: unreference current winsys buffers when unbinding winsys buffersCharmaine Lee1-0/+4
2019-05-21st/mesa: purge framebuffers with current context after unbinding winsys buffersCharmaine Lee1-3/+10
2019-05-21cherry-ignore: radeonsi: update buffer descriptors in all contexts after buff...Juan A. Suarez Romero1-0/+2
2019-05-21meson: expose glapi through osmesaEric Engestrom2-3/+4
2019-05-21anv: Only consider minSampleShading when sampleShadingEnable is setJason Ekstrand1-2/+2
2019-05-21anv: Stop forcing bindless for imagesJason Ekstrand1-4/+5
2019-05-21draw: fix memory leak introduced 7720ce32aNeha Bhende1-1/+3
2019-05-21anv: Emulate texture swizzle in the shader when neededJason Ekstrand4-2/+133
2019-05-21radv: add a workaround for Monster Hunter World and LLVM 7&8Samuel Pitoiset5-3/+16
2019-05-21Revert "softpipe/buffer: load only as many components as the the buffer resou...Gert Wollny1-5/+2
2019-05-21glsl: init packed in more constructors.Dave Airlie1-6/+6
2019-05-21anv: Fix some depth buffer sampling cases on ICL+Nanley Chery1-1/+7