summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-08nir: allow propagation of if evaluation for bcselTimothy Arceri1-9/+16
2018-11-07android: gallium/auxiliary: add include to get u_debug.h headerMauro Rossi1-1/+2
2018-11-07radv: fix begin/end transform feedback with 0 counter buffers.Dave Airlie1-12/+16
2018-11-07radv: apply xfb buffer offset at buffer binding time not later. (v2)Dave Airlie1-2/+4
2018-11-06Update version to 18.3.0-rc1mesa-18.3.0-rc1Emil Velikov1-1/+1
2018-11-05egl/glvnd: correctly report errors when vendor cannot be foundEmil Velikov1-0/+5
2018-11-05egl: add EGL_EXT_device_base entrypointsEmil Velikov1-0/+7
2018-11-01meson: don't install translation files18.3-branchpointDylan Baker1-1/+1
2018-11-01egl: use the LC_ALL hammer instead of LANGEric Engestrom1-1/+1
2018-11-01egl: fix entrypoint sorting testEric Engestrom1-1/+1
2018-11-01intel/tools: fix resource leakAndrii Simiklit1-0/+10
2018-11-01intel/tools: include stdarg.h in error2aubJonathan Gray1-0/+1
2018-11-01egl: Fix eglentrypoint.h sort order.Mathias Fröhlich1-1/+1
2018-11-01radv: set PA_SU_PRIM_FILTER_CNTL optimallySamuel Pitoiset1-0/+9
2018-11-01radv: only enable gl_SampleMask if MSAA is enabled tooSamuel Pitoiset1-2/+11
2018-11-01radv: use radeon_info::num_good_cu_per_shSamuel Pitoiset1-3/+1
2018-11-01ac/nir: make use of i1false in few more placesSamuel Pitoiset1-3/+3
2018-11-01radv: add support for Raven2Samuel Pitoiset3-3/+9
2018-11-01mesa: Collect all the draw functions in draw.{h,c}.Mathias Fröhlich5-96/+109
2018-11-01mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirectMathias Fröhlich5-86/+87
2018-11-01mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.cMathias Fröhlich6-280/+334
2018-11-01vbo: Pull the _mesa_set_draw_vao calls out of the if clauses.Mathias Fröhlich1-76/+38
2018-11-01vbo: Preserve vbo_save::no_current_update on primitive restart.Mathias Fröhlich1-1/+2
2018-11-01vbo: Make no_current_update an argument to vbo_save_NotifyBegin.Mathias Fröhlich4-10/+10
2018-11-01vbo: Move no_current_update out of _mesa_prim.Mathias Fröhlich4-8/+9
2018-11-01vbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.Mathias Fröhlich1-1/+0
2018-11-01vbo: Remove the always false branch dlist replay.Mathias Fröhlich1-29/+1
2018-11-01vbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode is false.Mathias Fröhlich1-1/+1
2018-11-01vbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegin calls.Mathias Fröhlich1-5/+3
2018-11-01vbo: Remove set but not used weak field from _mesa_prim.Mathias Fröhlich6-15/+3
2018-11-01vbo: Remove the VBO_SAVE_FALLBACK flag.Mathias Fröhlich2-8/+2
2018-11-01vbo: Remove unused vbo_save_fallback function.Mathias Fröhlich2-16/+0