Mesa (master): nir: add a helper function for getting the number of source components

2015-01-26 Thread Connor Abbott
Module: Mesa Branch: master Commit: 816f0515a2ca2dbacada24f7f79d65daf5c0fcf5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=816f0515a2ca2dbacada24f7f79d65daf5c0fcf5 Author: Connor Abbott Date: Sun Jan 25 11:42:34 2015 -0500 nir: add a helper function for getting the number of source

Mesa (master): nir: fix a bug with constant folding non-per-component instructions

2015-01-26 Thread Connor Abbott
Module: Mesa Branch: master Commit: f1a9252defb77f3986305c6a1fc9592093b5a4e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1a9252defb77f3986305c6a1fc9592093b5a4e5 Author: Connor Abbott Date: Sun Jan 25 11:47:53 2015 -0500 nir: fix a bug with constant folding non-per-component inst

Mesa (master): i965/tex_subimage: Use the fast tiled path for rectangle textures

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: f883aac06ee9f609273722772b7dd15debaf4f11 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f883aac06ee9f609273722772b7dd15debaf4f11 Author: Jason Ekstrand Date: Fri Jan 2 18:22:04 2015 -0800 i965/tex_subimage: Use the fast tiled path for rectangle t

Mesa (master): i965: Refactor tiled memcpy functions and move them into their own file

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 009be40b7d9e882ce95f6f76523f8f6d1c21238c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=009be40b7d9e882ce95f6f76523f8f6d1c21238c Author: Sisinty Sasmita Patra Date: Fri Dec 12 11:28:05 2014 -0800 i965: Refactor tiled memcpy functions and move them

Mesa (master): i965/tiled_memcpy: Add tiled-to-linear paths

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: b52959c6022509514deb672e53c710069eed0237 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b52959c6022509514deb672e53c710069eed0237 Author: Sisinty Sasmita Patra Date: Sat Jan 3 11:16:08 2015 -0800 i965/tiled_memcpy: Add tiled-to-linear paths This

Mesa (master): i965: Implemente a tiled fast-path for glReadPixels and glGetTexImage

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 90bd943f2abafd5e3ea29ab8397fd4682ef74170 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90bd943f2abafd5e3ea29ab8397fd4682ef74170 Author: Sisinty Sasmita Patra Date: Fri Dec 12 13:03:21 2014 -0800 i965: Implemente a tiled fast-path for glReadPixels

Mesa (master): mesa/autoconf: attempt to use gnu99 on older gcc compilers

2015-01-26 Thread Dave Airlie
Module: Mesa Branch: master Commit: ea9ae5d51abb057ca5c200620da46f7339d07617 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea9ae5d51abb057ca5c200620da46f7339d07617 Author: Dave Airlie Date: Wed Jan 21 16:40:26 2015 +1000 mesa/autoconf: attempt to use gnu99 on older gcc compilers a

Mesa (master): mesa: simplify detection of fpclassify

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 2e2087a9ebe1f047dff217ab084972935eb52d1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e2087a9ebe1f047dff217ab084972935eb52d1b Author: Felix Janda Date: Fri Jan 23 17:57:15 2015 +0100 mesa: simplify detection of fpclassify Fixes compilation wit

Mesa (master): nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressions

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 9bd28fe3a305605168417234a163b6702bbde9d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bd28fe3a305605168417234a163b6702bbde9d6 Author: Jason Ekstrand Date: Mon Jan 26 09:36:58 2015 -0800 nir/opcodes: Simplify and fix the unpack_half_*_split_* co

Mesa (master): nir/opcodes: Don' t go through doubles when constant-folding iabs

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: dd74369a0a501be7c772c926c62ab1185bf5996f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd74369a0a501be7c772c926c62ab1185bf5996f Author: Jason Ekstrand Date: Mon Jan 26 09:40:25 2015 -0800 nir/opcodes: Don't go through doubles when constant-foldin

Mesa (master): nir: Use pointers for nir_src_copy and nir_dest_copy

2015-01-26 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 27c6e3e4ca665c528b94937b1b0a7c10de515d89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27c6e3e4ca665c528b94937b1b0a7c10de515d89 Author: Jason Ekstrand Date: Fri Jan 23 16:57:40 2015 -0800 nir: Use pointers for nir_src_copy and nir_dest_copy This

Mesa (master): i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.

2015-01-26 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 9f5fee880470a7e317aad35d4521cd525714455f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9f5fee880470a7e317aad35d4521cd525714455f Author: Kenneth Graunke Date: Sat Jan 24 04:16:54 2015 -0800 i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod pr

Mesa (master): clover: Fix build with llvm after r226981

2015-01-26 Thread Tom Stellard
Module: Mesa Branch: master Commit: 9cbb9165b9454ccc7f2a6702ce71bc5cd9faba02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cbb9165b9454ccc7f2a6702ce71bc5cd9faba02 Author: Jan Vesely Date: Sun Jan 25 16:11:40 2015 -0500 clover: Fix build with llvm after r226981 Bugzilla: https://b