Mesa (master): glsl: fix stream qualifier for blocks with an instance name

2015-10-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 2832ca95ecce064c7d841a3a374c2179f56161be URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2832ca95ecce064c7d841a3a374c2179f56161be Author: Timothy Arceri Date: Sat Oct 17 20:22:14 2015 +1100 glsl: fix stream qualifier for blocks with an instance nam

Mesa (master): glsl: fix regression when building interface field name for SSBOs

2015-10-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: aa9f06b3ea99b318469c3d140651f4b4986896a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=aa9f06b3ea99b318469c3d140651f4b4986896a6 Author: Timothy Arceri Date: Sun Oct 18 09:12:40 2015 +1100 glsl: fix regression when building interface field name fo

Mesa (master): st/omx/dec/h264: fix field picture type 0 poc disorder

2015-10-19 Thread Leo Liu
Module: Mesa Branch: master Commit: 867284a8f07b69887f8adb109fb6c71156668227 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=867284a8f07b69887f8adb109fb6c71156668227 Author: Leo Liu Date: Fri Aug 28 08:45:11 2015 -0400 st/omx/dec/h264: fix field picture type 0 poc disorder Signed-of

Mesa (master): i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets inside switch

2015-10-19 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 2eed9e6b756d1e0232ad749cb89e97d535e141bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2eed9e6b756d1e0232ad749cb89e97d535e141bd Author: Anuj Phogat Date: Wed Aug 12 11:34:54 2015 -0700 i965/gen9: Handle the GL_TEXTURE_{1D, 1D_ARRAY} targets insid

Mesa (master): i965/fs: Localize variables' scopes.

2015-10-19 Thread Matt Turner
Module: Mesa Branch: master Commit: de862f03accb12b044ced60cb98f47a055457223 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de862f03accb12b044ced60cb98f47a055457223 Author: Matt Turner Date: Thu Oct 15 16:01:11 2015 -0700 i965/fs: Localize variables' scopes. --- src/mesa/drivers/

Mesa (master): i965: Extract can_change_source_types() functions.

2015-10-19 Thread Matt Turner
Module: Mesa Branch: master Commit: 9e17c36b8ba79e688011a5fd293ad5f42da21b66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e17c36b8ba79e688011a5fd293ad5f42da21b66 Author: Matt Turner Date: Wed Oct 14 02:12:09 2015 -0700 i965: Extract can_change_source_types() functions. Make them

Mesa (master): i965/fs: Consider type mismatches in saturate propagation.

2015-10-19 Thread Matt Turner
Module: Mesa Branch: master Commit: 35a2d259f27f5b41f29a1112ca48093dac09c364 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35a2d259f27f5b41f29a1112ca48093dac09c364 Author: Matt Turner Date: Wed Oct 14 02:23:25 2015 -0700 i965/fs: Consider type mismatches in saturate propagation. N

Mesa (master): i965/vs: Rework vs_emit to take a nir_shader and a brw_compiler

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 5d8bf6de6166a686a006478a420bcd373860e9ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d8bf6de6166a686a006478a420bcd373860e9ee Author: Jason Ekstrand Date: Thu Oct 8 13:53:33 2015 -0700 i965/vs: Rework vs_emit to take a nir_shader and a brw_com

Mesa (master): i965: Use a const nir_shader in backend_shader

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 0ca401327ef9e280b3a8b008f1e41477afec3a35 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ca401327ef9e280b3a8b008f1e41477afec3a35 Author: Jason Ekstrand Date: Mon Oct 5 19:26:02 2015 -0700 i965: Use a const nir_shader in backend_shader Reviewed-b

Mesa (master): i965/cs: Rework cs_emit to take a nir_shader and a brw_compiler

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 4e711872d024ce41c8b07b1150d8a393de21e26d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4e711872d024ce41c8b07b1150d8a393de21e26d Author: Jason Ekstrand Date: Thu Oct 8 15:28:26 2015 -0700 i965/cs: Rework cs_emit to take a nir_shader and a brw_com

Mesa (master): i965/fs: Move some of the prog_data setup into brw_wm_emit

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 67db9072b9fde74277f74f7303366b8bdd3a711e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=67db9072b9fde74277f74f7303366b8bdd3a711e Author: Jason Ekstrand Date: Thu Oct 8 16:01:44 2015 -0700 i965/fs: Move some of the prog_data setup into brw_wm_emit

Mesa (master): nir/info: Move the GS info into a stage-specific info union

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: fe399f3a69689a78ca4a5fb5a6b76435adcd41e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe399f3a69689a78ca4a5fb5a6b76435adcd41e5 Author: Jason Ekstrand Date: Thu Oct 8 15:36:51 2015 -0700 nir/info: Move the GS info into a stage-specific info unio

Mesa (master): i965/asm: Explicitly use a nir_instr for IR annotations

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: e00314bc57a59b3f816daba6249e7b7157761f86 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e00314bc57a59b3f816daba6249e7b7157761f86 Author: Jason Ekstrand Date: Mon Oct 5 15:49:34 2015 -0700 i965/asm: Explicitly use a nir_instr for IR annotations N

Mesa (master): i965: Rename brw_foo_emit to brw_compile_foo

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 4467344c829f1dccdf74e27bef2c5fda72552be6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4467344c829f1dccdf74e27bef2c5fda72552be6 Author: Jason Ekstrand Date: Thu Oct 8 16:20:34 2015 -0700 i965: Rename brw_foo_emit to brw_compile_foo Reviewed-by:

Mesa (master): i965/fs: Remove the gl_program from the generator

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 5e86f5b3d21fe8e96676bb0608990d72dbf61b85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5e86f5b3d21fe8e96676bb0608990d72dbf61b85 Author: Jason Ekstrand Date: Mon Oct 5 16:01:33 2015 -0700 i965/fs: Remove the gl_program from the generator Reviewe

Mesa (master): i965/vec4: Remove gl_program and gl_shader_program from the generator

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 8f1d968704858d78d7e78a6b88db3ea2bc0cf749 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f1d968704858d78d7e78a6b88db3ea2bc0cf749 Author: Jason Ekstrand Date: Mon Oct 5 17:41:46 2015 -0700 i965/vec4: Remove gl_program and gl_shader_program from th

Mesa (master): i965/gs: Rework gs_emit to take a nir_shader and a brw_compiler

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 657863bb5c895fac7f5e52dfd025d07bf52f94a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=657863bb5c895fac7f5e52dfd025d07bf52f94a8 Author: Jason Ekstrand Date: Thu Oct 8 14:39:56 2015 -0700 i965/gs: Rework gs_emit to take a nir_shader and a brw_com

Mesa (master): nir: Add a label to nir_shader_info

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 5d4bc5ec1339fcdafae957e3473f3c2c9931bb23 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d4bc5ec1339fcdafae957e3473f3c2c9931bb23 Author: Jason Ekstrand Date: Mon Oct 5 16:54:36 2015 -0700 nir: Add a label to nir_shader_info Reviewed-by: Topi Poh

Mesa (master): i965: Move the entire compiler API into a single file

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 6980372010ad5929c0b4b0a0370d281cbd6f8b2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6980372010ad5929c0b4b0a0370d281cbd6f8b2e Author: Jason Ekstrand Date: Thu Oct 8 17:09:54 2015 -0700 i965: Move the entire compiler API into a single file At

Mesa (master): i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_compiler

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 22ad44910e993e1acd0b4052722fe786626008b5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=22ad44910e993e1acd0b4052722fe786626008b5 Author: Jason Ekstrand Date: Mon Oct 5 19:27:28 2015 -0700 i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_

Mesa (master): i965/vs: Move URB entry_size and read_length calculations to compile_vs

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 41c474df53d9dcd5fd8e24eba5b7acc2b3c32795 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41c474df53d9dcd5fd8e24eba5b7acc2b3c32795 Author: Jason Ekstrand Date: Thu Oct 15 11:39:06 2015 -0700 i965/vs: Move URB entry_size and read_length calculations

Mesa (master): mesa: Move gl_frag_depth_layout from mtypes.h to shader_enums.h

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 16619477bc800d32b5bf2f38dd544960cf66c284 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16619477bc800d32b5bf2f38dd544960cf66c284 Author: Jason Ekstrand Date: Thu Oct 8 15:59:56 2015 -0700 mesa: Move gl_frag_depth_layout from mtypes.h to shader_en

Mesa (master): nir/info: Add compute shader local size to nir_shader_info

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 4889c73dd1ed0af7920b950f6810361a6eeabcc2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4889c73dd1ed0af7920b950f6810361a6eeabcc2 Author: Jason Ekstrand Date: Thu Oct 8 15:02:25 2015 -0700 nir/info: Add compute shader local size to nir_shader_info

Mesa (master): nir/info: Add a few bits of info for fragment shaders

2015-10-19 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 688d2e45855299dcf474791f29d65040ce5cb2dc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=688d2e45855299dcf474791f29d65040ce5cb2dc Author: Jason Ekstrand Date: Thu Oct 8 15:47:09 2015 -0700 nir/info: Add a few bits of info for fragment shaders Rev

Mesa (master): scons: Build nir/glsl_types.cpp once.

2015-10-19 Thread Jose Fonseca
Module: Mesa Branch: master Commit: b23a4859f4dbbcca7d6a637010167d470211e45b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b23a4859f4dbbcca7d6a637010167d470211e45b Author: Jose Fonseca Date: Mon Oct 19 14:29:28 2015 +0100 scons: Build nir/glsl_types.cpp once. Undoes early hacks, a

Mesa (master): svga: fix incorrect round-down arithmetic

2015-10-19 Thread Brian Paul
Module: Mesa Branch: master Commit: 530eb39c71d2f42ef5d6c556aff77c322434f4e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=530eb39c71d2f42ef5d6c556aff77c322434f4e2 Author: Brian Paul Date: Mon Oct 19 08:41:37 2015 -0600 svga: fix incorrect round-down arithmetic Spotted by Roland.

Mesa (master): glsl: fix segfault when indirect indexing a buffer variable which is an array

2015-10-19 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: 6f3954618b0fe273af76af79ce9ec56566b79b2a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f3954618b0fe273af76af79ce9ec56566b79b2a Author: Samuel Iglesias Gonsalvez Date: Mon Oct 19 10:37:14 2015 +0200 glsl: fix segfault when indirect indexing a buf

Mesa (master): st/va: Added support for NV12 to IYUV conversion in vlVaGetImage

2015-10-19 Thread Christian König
Module: Mesa Branch: master Commit: b0a44f1017be51c3eb612da2a6ccd5df5695c25a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b0a44f1017be51c3eb612da2a6ccd5df5695c25a Author: Indrajit Das Date: Fri Oct 16 12:36:45 2015 +0530 st/va: Added support for NV12 to IYUV conversion in vlVaGetI

Mesa (master): st/va: Used correct parameter to derive the value of the "h " variable in vlVaCreateImage

2015-10-19 Thread Christian König
Module: Mesa Branch: master Commit: 381c17d695b39f9ab501f5aa5a3cc42c8519ac3b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=381c17d695b39f9ab501f5aa5a3cc42c8519ac3b Author: Indrajit Das Date: Thu Oct 15 16:00:43 2015 +0530 st/va: Used correct parameter to derive the value of the "h"