Mesa (master): osmesa: Unbind the current context when given a null context and buffer.

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: cb7c2c9d65d8a1db31e65023175ee81e029ed041 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb7c2c9d65d8a1db31e65023175ee81e029ed041 Author: Emilio Cobos Álvarez Date: Thu Sep 22 18:24:00 2016 -0600 osmesa: Unbind the current context when given a null

Mesa (master): svga: eliminate unneeded gotos in svga_validate_surface_view()

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 4d0469652484e8300458ae9a7ab46389d9ae04a4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d0469652484e8300458ae9a7ab46389d9ae04a4 Author: Brian Paul Date: Thu Sep 22 12:26:55 2016 -0600 svga: eliminate unneeded gotos in svga_validate_surface_view()

Mesa (master): svga: don't special case caps for SVGA3D_R32_FLOAT

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: f942a703406b5e08f18fe308d78ea91422b2e01c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f942a703406b5e08f18fe308d78ea91422b2e01c Author: Brian Paul Date: Thu Sep 22 09:15:20 2016 -0600 svga: don't special case caps for SVGA3D_R32_FLOAT This may h

Mesa (master): svga: use new adjust_z_layer() helper in svga_pipe_blit.c

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 14639cdf8fbe656f7093ede2d0d34d3d06182fb9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14639cdf8fbe656f7093ede2d0d34d3d06182fb9 Author: Brian Paul Date: Fri Sep 23 08:34:11 2016 -0600 svga: use new adjust_z_layer() helper in svga_pipe_blit.c To

Mesa (master): svga: simplify/ improve the format compatibility check for region copies

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: c42000545df33b9ab18aa2c5f9775632e0667783 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c42000545df33b9ab18aa2c5f9775632e0667783 Author: Brian Paul Date: Tue Sep 20 17:36:32 2016 -0600 svga: simplify/improve the format compatibility check for regi

Mesa (master): st/mesa: fix swizzle issue in st_create_sampler_view_from_stobj()

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 1cdc232e1ae683a7c45f81b44818cf8656480df8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cdc232e1ae683a7c45f81b44818cf8656480df8 Author: Brian Paul Date: Thu Sep 22 16:03:40 2016 -0600 st/mesa: fix swizzle issue in st_create_sampler_view_from_stob

Mesa (master): st/mesa: small optimization in swizzle_swizzle()

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 07d1f8faf9a7b4bdf6989de7df928105cd248251 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07d1f8faf9a7b4bdf6989de7df928105cd248251 Author: Brian Paul Date: Thu Sep 22 16:10:02 2016 -0600 st/mesa: small optimization in swizzle_swizzle() Usually, the

Mesa (master): svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when possible

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: c0d7b6073d308101b4ffb59b588445e07dad7690 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c0d7b6073d308101b4ffb59b588445e07dad7690 Author: Brian Paul Date: Tue Sep 20 17:22:42 2016 -0600 svga: set PIPE_BIND_DEPTH_STENCIL flag for new resources when

Mesa (master): svga: disable srgb format related code from svga_blit()

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 47f16f5e7f2663d922279b6b100b8f4d8c14f330 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47f16f5e7f2663d922279b6b100b8f4d8c14f330 Author: Neha Bhende Date: Fri Sep 16 14:53:01 2016 -0700 svga: disable srgb format related code from svga_blit() With

Mesa (master): svga: add const qualifier on svga_translate_format()

2016-09-23 Thread Brian Paul
Module: Mesa Branch: master Commit: 2ad4ba07279236dcdbafb6e4b2a0c183c69c92f4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ad4ba07279236dcdbafb6e4b2a0c183c69c92f4 Author: Brian Paul Date: Tue Sep 20 17:01:20 2016 -0600 svga: add const qualifier on svga_translate_format() Reviewed

Mesa (master): Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"

2016-09-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 29c174a3e57c9d6ea36fcfb75e0a04b76fc03ee6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=29c174a3e57c9d6ea36fcfb75e0a04b76fc03ee6 Author: Timothy Arceri Date: Sat Sep 24 10:17:26 2016 +1000 Revert "glsl: move xfb BufferStride into gl_transform_feed

Mesa (master): glsl: Delete linker stuff relating to built-in functions.

2016-09-23 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 943b69cddd2ae90e0b0fcab2dff4a7eea81bb3cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=943b69cddd2ae90e0b0fcab2dff4a7eea81bb3cc Author: Kenneth Graunke Date: Tue Nov 11 22:32:27 2014 -0800 glsl: Delete linker stuff relating to built-in functions.

Mesa (master): glsl: Check TCS barrier restrictions at ast_to_hir time, not link time.

2016-09-23 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 1617f59bc675d6e44d16ab56d95e910d2e2c8f4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1617f59bc675d6e44d16ab56d95e910d2e2c8f4e Author: Kenneth Graunke Date: Wed Sep 21 02:03:10 2016 -0700 glsl: Check TCS barrier restrictions at ast_to_hir time,

Mesa (master): glsl: Delete ftransform support from builtin_functions.cpp.

2016-09-23 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f7a5c714b304b85fde606a716d47581384cdcf75 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7a5c714b304b85fde606a716d47581384cdcf75 Author: Kenneth Graunke Date: Sun Sep 18 23:00:33 2016 -0700 glsl: Delete ftransform support from builtin_functions.cp

Mesa (master): glsl: Immediately inline built-ins rather than generating calls.

2016-09-23 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b04ef3c08a288a5857349c9e582ee2718fa562f7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b04ef3c08a288a5857349c9e582ee2718fa562f7 Author: Kenneth Graunke Date: Fri May 30 23:52:22 2014 -0700 glsl: Immediately inline built-ins rather than generating

Mesa (master): glsl: move xfb BufferStride into gl_transform_feedback_info

2016-09-23 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f5a6aab4031bc4754756c1773411728ad9a73381 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f5a6aab4031bc4754756c1773411728ad9a73381 Author: Timothy Arceri Date: Fri Sep 23 13:05:20 2016 +1000 glsl: move xfb BufferStride into gl_transform_feedback_inf

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

2016-09-23 Thread Dylan Baker
Module: Mesa Branch: master Commit: 85e9bbc14d93fa7166c9ae075ee7ae29a8313e3f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85e9bbc14d93fa7166c9ae075ee7ae29a8313e3f Author: Dylan Baker Date: Fri Sep 23 12:10:08 2016 -0700 Revert "mapi: export all GLES 3.2 functions in libGLESv2.so"

Mesa (master): i965: Enable EGL_KHR_gl_texture_3D_image

2016-09-23 Thread Adam Jackson
Module: Mesa Branch: master Commit: 8ce2afe776eee8444d7dd00b3e93ab2ed399903d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ce2afe776eee8444d7dd00b3e93ab2ed399903d Author: Adam Jackson Date: Wed Sep 21 09:13:36 2016 -0400 i965: Enable EGL_KHR_gl_texture_3D_image Reviewed-by: Eric

Mesa (master): i915: Enable EGL_KHR_gl_texture_3D_image

2016-09-23 Thread Adam Jackson
Module: Mesa Branch: master Commit: 5981366b9f75cedf766bc2a9c0df9f16af9606a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5981366b9f75cedf766bc2a9c0df9f16af9606a7 Author: Adam Jackson Date: Wed Sep 21 09:11:26 2016 -0400 i915: Enable EGL_KHR_gl_texture_3D_image Reviewed-by: Eric

Mesa (master): anv: Check for VK_WHOLE_SIZE in anv_CmdFillBuffer

2016-09-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: f17948a30a339b4196806de795c25a29058ecdc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f17948a30a339b4196806de795c25a29058ecdc2 Author: Nicolas Koch Date: Tue Sep 20 17:37:36 2016 +0200 anv: Check for VK_WHOLE_SIZE in anv_CmdFillBuffer From the

Mesa (master): intel/i965: make gen_device_info mutable

2016-09-23 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: bc24590f0c579a2528fd94eb8d40dd4ce12eba29 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc24590f0c579a2528fd94eb8d40dd4ce12eba29 Author: Lionel Landwerlin Date: Thu Sep 22 14:58:11 2016 +0300 intel/i965: make gen_device_info mutable Make gen_devi

Mesa (master): i965: get rid of duplicated values from gen_device_info

2016-09-23 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 94d0e7dc0848a5f70a550f2294e459eab51ace8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94d0e7dc0848a5f70a550f2294e459eab51ace8f Author: Lionel Landwerlin Date: Fri Sep 23 00:41:23 2016 +0300 i965: get rid of duplicated values from gen_device_info

Mesa (master): anv: get rid of duplicated values from gen_device_info

2016-09-23 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 6b21728c4a4f89754a79fe754e0c8496c25d9b66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b21728c4a4f89754a79fe754e0c8496c25d9b66 Author: Lionel Landwerlin Date: Fri Sep 23 01:04:25 2016 +0300 anv: get rid of duplicated values from gen_device_info