summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* meson: egl: group dri2 bits separately from haikuEmil Velikov2018-11-011-36/+35
* egl: enable EGL_EXT_device_{base,enumeration,query}Emil Velikov2018-11-011-0/+3
* egl: set the EGLDevice when creating a displayEmil Velikov2018-11-017-1/+81
* egl: add EGL_EXT_device_drm supportEmil Velikov2018-11-012-0/+117
* egl: add EGL_MESA_device_software supportEmil Velikov2018-11-013-1/+31
* specs: Add EGL_MESA_device_softwareAdam Jackson2018-11-011-0/+82
* egl: add base EGL_EXT_device_base implementationEmil Velikov2018-11-0110-3/+344
* glx: be explicit about when mapping X <> GLX visualsEmil Velikov2018-11-011-3/+6
* glx: remove unused __glXPreferEGL() declarationEmil Velikov2018-11-011-2/+0
* travis: use mako for python2Emil Velikov2018-11-011-1/+1
* radv/xfb: don't increase offset by component mask start.Dave Airlie2018-10-311-3/+0
* util/gen_xmlpool: Make use of python's foreach loopDylan Baker2018-10-311-30/+27
* util/gen_xmlpool: Don't use len to test for container emptinessDylan Baker2018-10-311-4/+4
* util/gen_xmlpool: Don't write via shell redirectionDylan Baker2018-10-315-65/+58
* util/gen_xmlpool: use with statement to open fileDylan Baker2018-10-311-34/+32
* util/gen_xmlpool: use a main functionDylan Baker2018-10-311-61/+66
* util/gen_xmlpool: Use print function instad of sys.stderr.writeDylan Baker2018-10-311-5/+4
* util/gen_xmlpool: Use more standard styleDylan Baker2018-10-311-29/+29
* docs/meson: Add note about update translationsDylan Baker2018-10-311-0/+7
* util/xmlpool: Update for meson generationDylan Baker2018-10-314-12/+16
* meson: add support for generating translation mo filesDylan Baker2018-10-314-1/+8
* util/gen_xmlpool: use argparse for argument handlingDylan Baker2018-10-311-11/+9
* nir: fix if condition propagation for alu useTimothy Arceri2018-11-011-2/+1
* freedreno: Do not link ir3_compiler with valgrind libraries.Vinson Lee2018-10-311-2/+1
* travis: use python3 for the autoconf buildsEmil Velikov2018-10-311-1/+11
* configure: allow building with python3Emil Velikov2018-10-3127-39/+37
* docs: update calendar, add new item and link release notes for 18.2.4Juan A. Suarez Romero2018-10-313-7/+8
* docs: add sha256 checksums for 18.2.4Juan A. Suarez Romero2018-10-311-1/+2
* docs: add release notes for 18.2.4Juan A. Suarez Romero2018-10-311-0/+153
* meson: hide warnings from external project `gtest`Eric Engestrom2018-10-311-0/+1
* tools/imgui: disable all warningsEric Engestrom2018-10-311-1/+2
* glspirv: no need to force entrypoint name to "main"Alejandro Piñeiro2018-10-311-1/+0
* glsl/linker: validate attribute aliasing before optimizationsTapani Pälli2018-10-311-3/+28
* egl: drop EGL driver `name`Eric Engestrom2018-10-315-10/+1
* egl: move alloc & init out of _eglBuiltInDriver{DRI2,Haiku}Eric Engestrom2018-10-315-32/+19
* Revert "imx: make use of loader_open_render_node(..) helper"Christian Gmeiner2018-10-311-2/+1
* radv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of a magic valueSamuel Pitoiset2018-10-312-1/+2
* radv: use pool->stride when calling radv_query_shader()Samuel Pitoiset2018-10-311-2/+2
* radv: rename some parameters in Cmd{Begin,End}TransformFeedbackEXT()Samuel Pitoiset2018-10-311-8/+8
* radv/winsys: do not assign last submission when chained path failedSamuel Pitoiset2018-10-311-1/+4
* radv/winsys: fix buffer deletion in the sysmem pathSamuel Pitoiset2018-10-311-2/+3
* radv/winsys: cleanup the chained submission pathSamuel Pitoiset2018-10-311-11/+17
* radv/winsys: remove unused surface_best()Samuel Pitoiset2018-10-312-10/+0
* intel/compiler: Stop assuming the entrypoint is called "main"Jason Ekstrand2018-10-304-23/+5
* st/glsl_to_nir: fix next_stage gatheringTimothy Arceri2018-10-311-1/+1
* st/mesa: calculate buffer size correctly for packed uniformsTimothy Arceri2018-10-311-1/+1
* util: move u_cpu_detect to utilDylan Baker2018-10-306-4/+4
* util: Move u_debug to utilsDylan Baker2018-10-3011-9/+8
* util: Move os_misc to utilDylan Baker2018-10-3012-10/+10
* gallium/util: remove u_inlines.h from u_debug.cDylan Baker2018-10-301-1/+0