Mesa (master): mapi: export all GLES 3.2 functions in libGLESv2.so

2016-09-22 Thread Dylan Baker
Module: Mesa Branch: master Commit: e66a2b879b73bf48800fec7353dafe8fc693ecdb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e66a2b879b73bf48800fec7353dafe8fc693ecdb Author: Dylan Baker Date: Thu Sep 22 11:30:42 2016 -0700 mapi: export all GLES 3.2 functions in

Mesa (master): mesa: move ARB_viewport_array params to a GLES 3.1-accessible section

2016-09-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 381b15dc20a42edd1125a5a47423a71d89064f7a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=381b15dc20a42edd1125a5a47423a71d89064f7a Author: Ilia Mirkin Date: Fri Sep 16 13:43:30 2016 -0400 mesa: move ARB_viewport_array params

Mesa (master): mesa: add new entrypoints for GL_OES_viewport_array

2016-09-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 411a72d4a2eb69e45701c5e19049f6c543a78f24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=411a72d4a2eb69e45701c5e19049f6c543a78f24 Author: Ilia Mirkin Date: Fri Sep 16 13:38:36 2016 -0400 mesa: add new entrypoints for

Mesa (master): glsl: add OES_viewport_array enables and use them to expose gl_ViewportIndex

2016-09-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 70aef97f9e22323200eb8d1a02a9b35f4f4d5fe8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70aef97f9e22323200eb8d1a02a9b35f4f4d5fe8 Author: Ilia Mirkin Date: Fri Sep 16 13:59:27 2016 -0400 glsl: add OES_viewport_array enables

Mesa (master): st/mesa: turn on OES_viewport_array when dependencies are met

2016-09-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c0a7e931e36e7d8a244da5947ec6de023b58b0a5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0a7e931e36e7d8a244da5947ec6de023b58b0a5 Author: Ilia Mirkin Date: Fri Sep 16 15:43:31 2016 -0400 st/mesa: turn on OES_viewport_array

Mesa (master): mesa: add implementations for new float depth functions

2016-09-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 0f01aa803332760079bde36218a3e884f2613db6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f01aa803332760079bde36218a3e884f2613db6 Author: Ilia Mirkin Date: Fri Sep 16 13:52:18 2016 -0400 mesa: add implementations for new

Mesa (master): mapi: retab static_data.py to be consistent

2016-09-22 Thread Dylan Baker
Module: Mesa Branch: master Commit: 2fd51cf8ca4d1baedf8c830663f238e0286e4b97 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fd51cf8ca4d1baedf8c830663f238e0286e4b97 Author: Dylan Baker Date: Thu Sep 22 10:58:45 2016 -0700 mapi: retab static_data.py to be

Mesa (master): mapi: sort static_data.py functions

2016-09-22 Thread Dylan Baker
Module: Mesa Branch: master Commit: ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce83e36ec0f045cca618fc83d34e8c68f1f1a1c2 Author: Dylan Baker Date: Thu Sep 22 11:38:28 2016 -0700 mapi: sort static_data.py functions

Mesa (master): mesa: add GL_OES_viewport_array to the extension string

2016-09-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 5644a90801795a4da2042d712e5d6c4a69cc3e0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5644a90801795a4da2042d712e5d6c4a69cc3e0d Author: Ilia Mirkin Date: Fri Sep 16 13:53:03 2016 -0400 mesa: add GL_OES_viewport_array to the

Mesa (master): nir: Allow opt_peephole_sel to be more aggressive in flattening IFs.

2016-09-22 Thread Eric Anholt
Module: Mesa Branch: master Commit: 36f0f0318275f65f8744ec6f9471702e2f58e6d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=36f0f0318275f65f8744ec6f9471702e2f58e6d5 Author: Eric Anholt Date: Tue Sep 6 19:45:51 2016 -0700 nir: Allow opt_peephole_sel to be more

Mesa (master): spirv: fix AtomicLoad/Store on images

2016-09-22 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 9adfa695ac144cfd7c9bb9d0c63d280861f3add4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9adfa695ac144cfd7c9bb9d0c63d280861f3add4 Author: Lionel Landwerlin Date: Mon Sep 19 17:14:18 2016 +0100 spirv: fix