Mesa (master): glx: fix error code when there is no context bound

2016-08-14 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 2e3f067458e4a70da91b27fab61ef3d292ded4cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e3f067458e4a70da91b27fab61ef3d292ded4cf Author: Bernard Kilarski Date: Tue Jun 7 13:33:33 2016 +0300 glx: fix error code when there is no context bound v2:

Mesa (master): glx: apple specific occurences of dummyContext check

2016-08-14 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 5d9b50e596c9d81c37ce0844ae0f8c9da3f6bea6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d9b50e596c9d81c37ce0844ae0f8c9da3f6bea6 Author: Tapani Pälli Date: Tue Jun 7 13:33:34 2016 +0300 glx: apple specific occurences of dummyContext check Signed

Mesa (master): vbo: Array draw must not care about glBegin/ glEnd vbo mapping.

2016-08-14 Thread Mathias Fröhlich
Module: Mesa Branch: master Commit: c17cf1c8f5c4553780a9dba761e5e089ae3d3b01 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c17cf1c8f5c4553780a9dba761e5e089ae3d3b01 Author: Mathias Fröhlich Date: Sun Aug 14 14:03:58 2016 +0200 vbo: Array draw must not care about glBegin/glEnd vbo ma

Mesa (master): vbo: Remove always true return from vbo_bind_arrays.

2016-08-14 Thread Mathias Fröhlich
Module: Mesa Branch: master Commit: 84984b998632a17b373c7be2441c764879a6cae5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=84984b998632a17b373c7be2441c764879a6cae5 Author: Mathias Fröhlich Date: Sun Aug 14 14:03:58 2016 +0200 vbo: Remove always true return from vbo_bind_arrays. Si

Mesa (master): mesa: Move check for vbo mapping into api_validate.c.

2016-08-14 Thread Mathias Fröhlich
Module: Mesa Branch: master Commit: 72f1566f90c434c7752d8405193eec68d6743246 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=72f1566f90c434c7752d8405193eec68d6743246 Author: Mathias Fröhlich Date: Sun Aug 14 14:03:58 2016 +0200 mesa: Move check for vbo mapping into api_validate.c. I

Mesa (master): mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.

2016-08-14 Thread Mathias Fröhlich
Module: Mesa Branch: master Commit: b7b0c51f1fd54c666e9520e1166e24216cc72211 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b7b0c51f1fd54c666e9520e1166e24216cc72211 Author: Mathias Fröhlich Date: Sun Aug 14 14:03:58 2016 +0200 mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.

Mesa (master): mesa: Remove duplicate include.

2016-08-14 Thread Mathias Fröhlich
Module: Mesa Branch: master Commit: 312ece9cd773553a8a45a5d81edc7c09032ff4f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=312ece9cd773553a8a45a5d81edc7c09032ff4f1 Author: Mathias Fröhlich Date: Sun Aug 14 14:03:58 2016 +0200 mesa: Remove duplicate include. In api_validate.c stdbo

Mesa (master): gallium/util: add helper to compute zmin/ zmax for a viewport state

2016-08-14 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c85b7f0e873518c332d23d1492332941355cb600 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c85b7f0e873518c332d23d1492332941355cb600 Author: Ilia Mirkin Date: Sun Aug 14 13:01:45 2016 -0400 gallium/util: add helper to compute zmin/zmax for a viewport

Mesa (master): nv50,nvc0: fix depth range when halfz is enabled

2016-08-14 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 5c1ccd8053412b6a42098481d2fde3d483208c33 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c1ccd8053412b6a42098481d2fde3d483208c33 Author: Ilia Mirkin Date: Fri Aug 12 21:40:52 2016 -0400 nv50,nvc0: fix depth range when halfz is enabled Bugzilla: h

Mesa (master): vbo: allow DrawElementsBaseVertex in display lists

2016-08-14 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 68b64f32e84c951ca22de8cd5f65305e0142230d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68b64f32e84c951ca22de8cd5f65305e0142230d Author: Ilia Mirkin Date: Sun Aug 14 02:28:35 2016 -0400 vbo: allow DrawElementsBaseVertex in display lists Looks lik