summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-01docs/relnotes: add the EGL Device extensionsEmil Velikov1-0/+3
2018-11-01meson: egl: group dri2 bits separately from haikuEmil Velikov1-36/+35
2018-11-01egl: enable EGL_EXT_device_{base,enumeration,query}Emil Velikov1-0/+3
2018-11-01egl: set the EGLDevice when creating a displayEmil Velikov7-1/+81
2018-11-01egl: add EGL_EXT_device_drm supportEmil Velikov2-0/+117
2018-11-01egl: add EGL_MESA_device_software supportEmil Velikov3-1/+31
2018-11-01specs: Add EGL_MESA_device_softwareAdam Jackson1-0/+82
2018-11-01egl: add base EGL_EXT_device_base implementationEmil Velikov10-3/+344
2018-11-01glx: be explicit about when mapping X <> GLX visualsEmil Velikov1-3/+6
2018-11-01glx: remove unused __glXPreferEGL() declarationEmil Velikov1-2/+0
2018-11-01travis: use mako for python2Emil Velikov1-1/+1
2018-10-31radv/xfb: don't increase offset by component mask start.Dave Airlie1-3/+0
2018-10-31util/gen_xmlpool: Make use of python's foreach loopDylan Baker1-30/+27
2018-10-31util/gen_xmlpool: Don't use len to test for container emptinessDylan Baker1-4/+4
2018-10-31util/gen_xmlpool: Don't write via shell redirectionDylan Baker5-65/+58
2018-10-31util/gen_xmlpool: use with statement to open fileDylan Baker1-34/+32
2018-10-31util/gen_xmlpool: use a main functionDylan Baker1-61/+66
2018-10-31util/gen_xmlpool: Use print function instad of sys.stderr.writeDylan Baker1-5/+4
2018-10-31util/gen_xmlpool: Use more standard styleDylan Baker1-29/+29
2018-10-31docs/meson: Add note about update translationsDylan Baker1-0/+7
2018-10-31util/xmlpool: Update for meson generationDylan Baker4-12/+16
2018-10-31meson: add support for generating translation mo filesDylan Baker4-1/+8