Mesa (master): radeon/uvd: uv pitch separation for stoney

2015-11-23 Thread Alex Deucher
Module: Mesa Branch: master Commit: f55f134a033a61d67c2a71bbe57f85eb3484eec1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f55f134a033a61d67c2a71bbe57f85eb3484eec1 Author: Boyuan Zhang Date: Thu Nov 12 18:01:16 2015 -0500 radeon/uvd: uv pitch separation for stoney v2: set the beha

Mesa (master): texgetimage: consolidate 1D array handling code.

2015-11-23 Thread Dave Airlie
Module: Mesa Branch: master Commit: 237bcdbab529237a120e225c63f567934a955523 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=237bcdbab529237a120e225c63f567934a955523 Author: Dave Airlie Date: Wed Nov 11 12:33:38 2015 +1000 texgetimage: consolidate 1D array handling code. This should

Mesa (master): i965/fs: Stomp the texture return type to UINT32 for resinfo messages

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: d065a93a3f103a8e4fc9c56971c2a4ae195d611f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d065a93a3f103a8e4fc9c56971c2a4ae195d611f Author: Jason Ekstrand Date: Wed Nov 11 15:46:55 2015 -0800 i965/fs: Stomp the texture return type to UINT32 for resin

Mesa (master): i965: Use nir_lower_tex for texture coordinate lowering

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 6c8ba59cff14a1a86273f4008ff2a8e68335ab25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c8ba59cff14a1a86273f4008ff2a8e68335ab25 Author: Jason Ekstrand Date: Wed Nov 11 11:01:59 2015 -0800 i965: Use nir_lower_tex for texture coordinate lowering P

Mesa (master): nir/validate: Validated dests after sources

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 03c9ad900e4f1feb2a4df8dd0c563937d999ae5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=03c9ad900e4f1feb2a4df8dd0c563937d999ae5d Author: Jason Ekstrand Date: Thu Nov 12 10:38:12 2015 -0800 nir/validate: Validated dests after sources Previously, i

Mesa (master): nir/lower_tex: Set the dest_type for txs instructions

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 042fa75e48118e4d7643e1f42b5a983df1274acb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=042fa75e48118e4d7643e1f42b5a983df1274acb Author: Jason Ekstrand Date: Wed Nov 11 12:01:20 2015 -0800 nir/lower_tex: Set the dest_type for txs instructions Rev

Mesa (master): nir: Add a ssa_def_rewrite_uses_after helper

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 7e83fd85aa9e448aa588b3e981fdc8e026dd51b9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7e83fd85aa9e448aa588b3e981fdc8e026dd51b9 Author: Jason Ekstrand Date: Thu Nov 12 08:40:17 2015 -0800 nir: Add a ssa_def_rewrite_uses_after helper Reviewed-by:

Mesa (master): nir/lower_tex: Add support for lowering texture swizzle

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 8537b4ab762ec4249acf23164e0e5a943d2d05af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8537b4ab762ec4249acf23164e0e5a943d2d05af Author: Jason Ekstrand Date: Wed Nov 11 18:30:31 2015 -0800 nir/lower_tex: Add support for lowering texture swizzle R

Mesa (master): i965: Use NIR for lowering texture swizzle

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: d9b8fde963a53d4e06570d8bece97f806714507a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9b8fde963a53d4e06570d8bece97f806714507a Author: Jason Ekstrand Date: Wed Nov 11 18:41:37 2015 -0800 i965: Use NIR for lowering texture swizzle Now that nir_l

Mesa (master): nir: Add a tex_instr_is_query helper

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 6921b17107d1a55582b174e6937fae22cdc65ee4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6921b17107d1a55582b174e6937fae22cdc65ee4 Author: Jason Ekstrand Date: Wed Nov 11 18:30:09 2015 -0800 nir: Add a tex_instr_is_query helper Reviewed-by: Connor

Mesa (master): i965/nir: Split shader optimization and lowering into three stages

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 9cf108193b61c342c94c4cd980c4b403638e1051 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9cf108193b61c342c94c4cd980c4b403638e1051 Author: Jason Ekstrand Date: Wed Nov 11 09:40:51 2015 -0800 i965/nir: Split shader optimization and lowering into thre

Mesa (master): nir: Use instr/if_rewrite in nir_ssa_def_rewrite_uses

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 384396a69bdfec9971337863ae69266c7fa4a2e8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=384396a69bdfec9971337863ae69266c7fa4a2e8 Author: Jason Ekstrand Date: Wed Nov 11 21:13:26 2015 -0800 nir: Use instr/if_rewrite in nir_ssa_def_rewrite_uses nir

Mesa (master): i965: Move postprocess_nir to codegen time

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: ce767bbdfff7c2a7829b652c111a11eb9ddba026 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce767bbdfff7c2a7829b652c111a11eb9ddba026 Author: Jason Ekstrand Date: Wed Nov 11 10:04:43 2015 -0800 i965: Move postprocess_nir to codegen time This allows us

Mesa (master): nir/lower_tex: Report progress

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 1417f6a216b46dbbaa1bfe0cef97e2b4a48224c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1417f6a216b46dbbaa1bfe0cef97e2b4a48224c0 Author: Jason Ekstrand Date: Wed Nov 11 10:46:09 2015 -0800 nir/lower_tex: Report progress Reviewed-by: Kenneth Graun

Mesa (master): i965: Use ull immediates in brw_inst_bits

2015-11-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 9d703de85a7bdd6ae767aedd7690cb82794cb90a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d703de85a7bdd6ae767aedd7690cb82794cb90a Author: Jason Ekstrand Date: Mon Nov 23 10:53:01 2015 -0800 i965: Use ull immediates in brw_inst_bits This fixes a re

Mesa (master): docs: add missed freedreno features to relnotes

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: e4c1221d367405debdb010b249c633355a3eafe9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4c1221d367405debdb010b249c633355a3eafe9 Author: Ilia Mirkin Date: Mon Nov 23 12:31:59 2015 -0500 docs: add missed freedreno features to relnotes Signed-off-b

Mesa (master): docs: update relnotes with new freedreno/a4xx support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 33dc9aac07537378e88ec85d8900ff280a81ffca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33dc9aac07537378e88ec85d8900ff280a81ffca Author: Ilia Mirkin Date: Mon Nov 23 12:04:50 2015 -0500 docs: update relnotes with new freedreno/a4xx support Signed

Mesa (master): svga: Add ASTC formats to format table.

2015-11-23 Thread Jose Fonseca
Module: Mesa Branch: master Commit: c9651f0264cc4189d62c3bda2a5effadeb2974e2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c9651f0264cc4189d62c3bda2a5effadeb2974e2 Author: Jose Fonseca Date: Mon Nov 23 16:45:28 2015 + svga: Add ASTC formats to format table. Fixes build. Other

Mesa (master): freedreno/a4xx: add ARB_texture_rgb10_a2ui support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f9549d0a0f31f9e63933bb1833e9793ccc19c902 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9549d0a0f31f9e63933bb1833e9793ccc19c902 Author: Ilia Mirkin Date: Sat Nov 21 19:26:34 2015 -0500 freedreno/a4xx: add ARB_texture_rgb10_a2ui support Signed-of

Mesa (master): st/mesa: add astc support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 6b21d3c92e5878284c008edb68a0155edfcf89b4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b21d3c92e5878284c008edb68a0155edfcf89b4 Author: Ilia Mirkin Date: Sat Nov 21 12:19:52 2015 -0500 st/mesa: add astc support This doesn't account for the ldr/h

Mesa (master): freedreno/a4xx: support 16384 texels in buffer texture

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c65bc2e805a1fbcb72b9b77e0d9557ebce3a379a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c65bc2e805a1fbcb72b9b77e0d9557ebce3a379a Author: Ilia Mirkin Date: Sat Nov 21 10:28:45 2015 -0500 freedreno/a4xx: support 16384 texels in buffer texture Looks

Mesa (master): freedreno/a4xx: add ARB_texture_view support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f10bb0ac9ea558efe7b6dccd673eb2b6604119db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f10bb0ac9ea558efe7b6dccd673eb2b6604119db Author: Ilia Mirkin Date: Sat Nov 21 21:24:48 2015 -0500 freedreno/a4xx: add ARB_texture_view support Signed-off-by:

Mesa (master): freedreno/a4xx: add ARB_texture_buffer_range support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 99f12a3f1a825c53d790f12dae114f388bb6244c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=99f12a3f1a825c53d790f12dae114f388bb6244c Author: Ilia Mirkin Date: Sat Nov 21 10:02:05 2015 -0500 freedreno/a4xx: add ARB_texture_buffer_range support Signed-

Mesa (master): freedreno/ir3: add support for a few gs5 ops

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 754b26e76dd7738a3dc5d6be8eb5a6d7b256ee1a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=754b26e76dd7738a3dc5d6be8eb5a6d7b256ee1a Author: Ilia Mirkin Date: Sun Nov 22 17:46:13 2015 -0500 freedreno/ir3: add support for a few gs5 ops Tested on a4xx.

Mesa (master): ttn: add LODQ support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f0e670bdd7e7084c4c21197770aa95cf0ab8139a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0e670bdd7e7084c4c21197770aa95cf0ab8139a Author: Ilia Mirkin Date: Sun Nov 22 16:41:16 2015 -0500 ttn: add LODQ support Signed-off-by: Ilia Mirkin --- src

Mesa (master): gallium/util: remove the fake format helpers for bptc and etc2

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 1c7d0a6aa4f5cb38af7e281e1e5437cd1a20f781 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c7d0a6aa4f5cb38af7e281e1e5437cd1a20f781 Author: Ilia Mirkin Date: Sat Nov 21 10:44:00 2015 -0500 gallium/util: remove the fake format helpers for bptc and etc

Mesa (master): freedreno/a4xx: use a factor of 32767 for snorm8 blending

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 81b16350fa2e7c1b47d976be12d2313283f22e24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81b16350fa2e7c1b47d976be12d2313283f22e24 Author: Ilia Mirkin Date: Sun Nov 22 14:03:29 2015 -0500 freedreno/a4xx: use a factor of 32767 for snorm8 blending It

Mesa (master): freedreno/a4xx: re-emit program on dirty framebuffer

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 9761d5146fa76dbb03da0ba94beba4c249f061d1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9761d5146fa76dbb03da0ba94beba4c249f061d1 Author: Ilia Mirkin Date: Sun Nov 22 14:06:26 2015 -0500 freedreno/a4xx: re-emit program on dirty framebuffer The pro

Mesa (master): freedreno/a4xx: add astc formats

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 93905a8df1d982d171ee690f9ec73f90f00fa49f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=93905a8df1d982d171ee690f9ec73f90f00fa49f Author: Ilia Mirkin Date: Sat Nov 21 11:49:03 2015 -0500 freedreno/a4xx: add astc formats Signed-off-by: Ilia Mirkin

Mesa (master): freedreno/a4xx: only compute texture offset once for the view

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 6f17f19b17d6150788e713f92f6a05ef410c4060 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f17f19b17d6150788e713f92f6a05ef410c4060 Author: Ilia Mirkin Date: Sun Nov 22 12:13:46 2015 -0500 freedreno/a4xx: only compute texture offset once for the view

Mesa (master): freedreno/a4xx: add polygon mode support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: d4c40f99ab9b8ccf807cea45599231c0072f740b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4c40f99ab9b8ccf807cea45599231c0072f740b Author: Ilia Mirkin Date: Sat Nov 21 13:56:22 2015 -0500 freedreno/a4xx: add polygon mode support Signed-off-by: Ilia

Mesa (master): gallium: add ASTC formats

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 9775565154040e0c4ea2e196217dccc08cdf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9775565154040e0c4ea2e196217dccc08cdf Author: Ilia Mirkin Date: Sat Nov 21 11:23:34 2015 -0500 gallium: add ASTC formats Signed-off-by: Ilia Mirkin Review

Mesa (master): ttn: fix UMSB conversion

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: cca8dd4e938e6c2bd0a28564347aa69211529e1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cca8dd4e938e6c2bd0a28564347aa69211529e1b Author: Ilia Mirkin Date: Sun Nov 22 17:37:47 2015 -0500 ttn: fix UMSB conversion Signed-off-by: Ilia Mirkin ---

Mesa (master): freedreno/a4xx: add ARB_texture_query_lod support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 190acb34ca165c840f87a25149eab1d1b7dc85c4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=190acb34ca165c840f87a25149eab1d1b7dc85c4 Author: Ilia Mirkin Date: Sun Nov 22 16:47:25 2015 -0500 freedreno/a4xx: add ARB_texture_query_lod support Signed-off

Mesa (master): freedreno/a4xx: add formats for ARB_texture_buffer_object_rgb32 support

2015-11-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 1b9992b8038781589ac40db22e44d2da0485cf02 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1b9992b8038781589ac40db22e44d2da0485cf02 Author: Ilia Mirkin Date: Sat Nov 21 20:33:23 2015 -0500 freedreno/a4xx: add formats for ARB_texture_buffer_object_rgb

Mesa (master): configure.ac: default to disabled dri3 when --disable-dri is set

2015-11-23 Thread Emil Velikov
Module: Mesa Branch: master Commit: b89d1b2ccf16c0bee3708560b69e99b6dbb212f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b89d1b2ccf16c0bee3708560b69e99b6dbb212f0 Author: Emil Velikov Date: Sun Nov 22 22:05:01 2015 + configure.ac: default to disabled dri3 when --disable-dri is

Mesa (master): pipe-loader: link against libloader regardless of libdrm presence

2015-11-23 Thread Emil Velikov
Module: Mesa Branch: master Commit: 8a6d4765880a2c9000970b2b6e584291090b1dc3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8a6d4765880a2c9000970b2b6e584291090b1dc3 Author: Emil Velikov Date: Sat Nov 21 19:43:09 2015 + pipe-loader: link against libloader regardless of libdrm pre

Mesa (master): loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPFLAGS

2015-11-23 Thread Emil Velikov
Module: Mesa Branch: master Commit: b9b0a1f58e41ba4027a16300393835dc8c632f50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9b0a1f58e41ba4027a16300393835dc8c632f50 Author: Emil Velikov Date: Sun Nov 22 22:05:00 2015 + loader: unconditionally add AM_CPPFLAGS to libloader_la_CPPF

Mesa (master): i965: Handle lum, intensity and missing components in the fast clear

2015-11-23 Thread Neil Roberts
Module: Mesa Branch: master Commit: 2010de4015c96f241e81012b395cb4254091f0bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2010de4015c96f241e81012b395cb4254091f0bb Author: Neil Roberts Date: Wed Nov 4 15:52:06 2015 +0100 i965: Handle lum, intensity and missing components in the fa