Mesa (master): i965/fs/generator: Don' t use the address immediate for MOV_INDIRECT

2016-10-28 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 2a4a86862c949055c71637429f6d5f2e725d07d8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a4a86862c949055c71637429f6d5f2e725d07d8 Author: Jason Ekstrand Date: Fri Oct 28 14:48:53 2016 -0700 i965/fs/generator: Don't use

Mesa (master): radeonsi: set VGT_GS_ONCHIP_CNTL on CIK and later

2016-10-28 Thread Marek Olšák
Module: Mesa Branch: master Commit: e24dc4316487eeaa6ee8aa5c709546d814e96f03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e24dc4316487eeaa6ee8aa5c709546d814e96f03 Author: Marek Olšák Date: Tue Oct 25 21:47:52 2016 +0200 radeonsi: set VGT_GS_ONCHIP_CNTL on CIK

Mesa (master): radeonsi: fix behavior of GLSL findLSB(0)

2016-10-28 Thread Marek Olšák
Module: Mesa Branch: master Commit: 4bf45a6079b5cc6b0360b637c0c7baa456b8257d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4bf45a6079b5cc6b0360b637c0c7baa456b8257d Author: Marek Olšák Date: Wed Oct 26 01:08:15 2016 +0200 radeonsi: fix behavior of GLSL

Mesa (master): i965: Fix make check after 66fcfa6894ab6

2016-10-28 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: cab3d4673922e2beb1f86f59c6aef17f55da3ac2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cab3d4673922e2beb1f86f59c6aef17f55da3ac2 Author: Jason Ekstrand Date: Fri Oct 28 14:47:20 2016 -0700 i965: Fix make check after

Mesa (master): glsl: Improve accuracy of alpha scaling in advanced blend lowering.

2016-10-28 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: e6aeeace6953a7007d98082e3f44bff40a44106d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e6aeeace6953a7007d98082e3f44bff40a44106d Author: Kenneth Graunke Date: Thu Oct 27 20:12:56 2016 -0700 glsl: Improve accuracy of alpha

Mesa (master): mesa: code clean-up in _mesa_update_vao_client_arrays()

2016-10-28 Thread Brian Paul
Module: Mesa Branch: master Commit: 161db1335b8dd1f3e2a9abbe82d3b8921d2da314 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=161db1335b8dd1f3e2a9abbe82d3b8921d2da314 Author: Brian Paul Date: Wed Oct 19 18:21:13 2016 -0600 mesa: code clean-up in

Mesa (master): mesa: rename gl_vertex_array_object:: VertexBinding to BufferBinding

2016-10-28 Thread Brian Paul
Module: Mesa Branch: master Commit: 910bc4d12cdc2b5743ad379fddee45c8b0112762 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=910bc4d12cdc2b5743ad379fddee45c8b0112762 Author: Brian Paul Date: Wed Oct 19 17:58:44 2016 -0600 mesa: rename

Mesa (master): mesa: rename gl_client_array -> gl_vertex_array

2016-10-28 Thread Brian Paul
Module: Mesa Branch: master Commit: c538846e313c43858fb118db012b592513c0ed29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c538846e313c43858fb118db012b592513c0ed29 Author: Brian Paul Date: Wed Oct 26 09:33:49 2016 -0700 mesa: rename gl_client_array ->

Mesa (master): mesa: update comment on vertex_attrib_binding()

2016-10-28 Thread Brian Paul
Module: Mesa Branch: master Commit: 7a4ba9f16e5eb42c2df33376c606427bdfc5b0c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a4ba9f16e5eb42c2df33376c606427bdfc5b0c4 Author: Brian Paul Date: Wed Oct 19 18:00:18 2016 -0600 mesa: update comment on

Mesa (master): vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfacePresentModesKHR

2016-10-28 Thread Eduardo Lima Mitev
Module: Mesa Branch: master Commit: b677b99db5c48ffd1eeef538b962080ac5fd65d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b677b99db5c48ffd1eeef538b962080ac5fd65d9 Author: Eduardo Lima Mitev Date: Fri Oct 28 14:34:39 2016 +0200 vulkan/wsi/x11: Fix behavior of

Mesa (master): vulkan/wsi/x11: Smplify implementation of vkGetPhysicalDeviceSurfaceFormatsKHR

2016-10-28 Thread Eduardo Lima Mitev
Module: Mesa Branch: master Commit: 129da274261b6e79f459e24428591f137bf92ed1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=129da274261b6e79f459e24428591f137bf92ed1 Author: Eduardo Lima Mitev Date: Fri Oct 28 14:45:36 2016 +0200 vulkan/wsi/x11: Smplify

Mesa (master): i965: use memory context when creating passthrough tcs

2016-10-28 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7d059bdfb96a59043000e9d8c378ca077f473774 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d059bdfb96a59043000e9d8c378ca077f473774 Author: Timothy Arceri Date: Fri Oct 28 17:27:36 2016 +1100 i965: use memory context

Mesa (master): intel/blorp: remove stale comment

2016-10-28 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5857c3082e9f84db12cf9e503666503848242344 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5857c3082e9f84db12cf9e503666503848242344 Author: Timothy Arceri Date: Fri Oct 28 16:27:49 2016 +1100 intel/blorp: remove stale

Mesa (master): drivers/meta: Accept GL_TEXTURE_3D as target for tex image decompression

2016-10-28 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: c06480390b68c7118b0628f0a2702e6a8c67e1e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c06480390b68c7118b0628f0a2702e6a8c67e1e0 Author: Eduardo Lima Mitev Date: Tue Oct 18 09:55:38 2016 +0200 drivers/meta: Accept GL_TEXTURE_3D