Mesa (master): configure.ac: Do not enable -Wl, --no-undefined on Mac OS X.

2014-05-21 Thread Vinson Lee
Module: Mesa Branch: master Commit: 5dd927bbfc36c8176536bb66a58467f97a1a3be3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dd927bbfc36c8176536bb66a58467f97a1a3be3 Author: Vinson Lee Date: Wed May 21 22:13:13 2014 -0700 configure.ac: Do not enable -Wl,--no-undefined on Mac OS X. T

Mesa (master): haiku: Add missing u_memory.h for FREE()

2014-05-21 Thread Alexander von Gluck IV
Module: Mesa Branch: master Commit: d4225f803bd01919a459cc63028deddebfb0ea2b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4225f803bd01919a459cc63028deddebfb0ea2b Author: Alexander von Gluck IV Date: Tue May 20 19:20:58 2014 -0500 haiku: Add missing u_memory.h for FREE() Acked-by

Mesa (master): configure.ac: Remove -fstack-protector-strong from LLVM flags.

2014-05-21 Thread Vinson Lee
Module: Mesa Branch: master Commit: 8479edf3d7c693ad53f0285db03f1e2acfb777e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8479edf3d7c693ad53f0285db03f1e2acfb777e1 Author: Vinson Lee Date: Fri May 9 18:21:59 2014 -0700 configure.ac: Remove -fstack-protector-strong from LLVM flags.

Mesa (master): freedreno/a3xx: fix blend opcode

2014-05-21 Thread Rob Clark
Module: Mesa Branch: master Commit: a4d229b0992806f759ab4c71fc5712e8ab2e1c9d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a4d229b0992806f759ab4c71fc5712e8ab2e1c9d Author: Rob Clark Date: Wed May 21 16:51:12 2014 -0400 freedreno/a3xx: fix blend opcode Seems the opcodes are slightl

Mesa (master): mesa: check constant before null check

2014-05-21 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 5a40a0008961ff3172f78d1a61bf3516680100e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5a40a0008961ff3172f78d1a61bf3516680100e1 Author: Timothy Arceri Date: Wed May 21 21:26:16 2014 +1000 mesa: check constant before null check For most drivers t

Mesa (master): freedreno/a3xx: fix depth/stencil gmem restore

2014-05-21 Thread Rob Clark
Module: Mesa Branch: master Commit: b81de5352dc8f3db01888175561b816c0d92716b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b81de5352dc8f3db01888175561b816c0d92716b Author: Rob Clark Date: Wed May 21 15:41:25 2014 -0400 freedreno/a3xx: fix depth/stencil gmem restore We already mult

Mesa (master): i965: Ask the VBO module to actually use VBOs.

2014-05-21 Thread Eric Anholt
Module: Mesa Branch: master Commit: b11d345ab02ad78b17439179d794c91aa229d83c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b11d345ab02ad78b17439179d794c91aa229d83c Author: Eric Anholt Date: Thu Oct 3 18:52:10 2013 -0700 i965: Ask the VBO module to actually use VBOs. Note that thi

Mesa (master): freedreno/a3xx: fix depth/stencil GMEM positioning

2014-05-21 Thread Rob Clark
Module: Mesa Branch: master Commit: f3ba761129e39c299fe39fa91b542f459cad9f83 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3ba761129e39c299fe39fa91b542f459cad9f83 Author: Rob Clark Date: Tue May 20 14:02:18 2014 -0400 freedreno/a3xx: fix depth/stencil GMEM positioning In cases wh

Mesa (master): rbug: add missing pipe->blit() entrypoint

2014-05-21 Thread Rob Clark
Module: Mesa Branch: master Commit: cb9ed57072caeee1ef88e8e0e5528a2caee8422d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb9ed57072caeee1ef88e8e0e5528a2caee8422d Author: Rob Clark Date: Wed May 21 08:41:06 2014 -0400 rbug: add missing pipe->blit() entrypoint Signed-off-by: Rob C

Mesa (master): freedreno: use OUT_RELOCW when buffer is written

2014-05-21 Thread Rob Clark
Module: Mesa Branch: master Commit: 0d54904c04842517c98b82ba7510e022eb8d5ce9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d54904c04842517c98b82ba7510e022eb8d5ce9 Author: Rob Clark Date: Wed May 21 09:24:20 2014 -0400 freedreno: use OUT_RELOCW when buffer is written These aren't

Mesa (master): freedreno: update generated headers

2014-05-21 Thread Rob Clark
Module: Mesa Branch: master Commit: 4da8267c36c30577dbcf9e4f89aef3a306e9c91d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4da8267c36c30577dbcf9e4f89aef3a306e9c91d Author: Rob Clark Date: Tue May 20 18:49:09 2014 -0400 freedreno: update generated headers Signed-off-by: Rob Clark

Mesa (master): meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader code

2014-05-21 Thread Anuj Phogat
Module: Mesa Branch: master Commit: bee2915210e53585bca27c9c5f7d7407f61bcc0f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bee2915210e53585bca27c9c5f7d7407f61bcc0f Author: Anuj Phogat Date: Mon May 19 11:47:46 2014 -0700 meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplic

Mesa (master): meta: Use gl_FragColor to output color values to all the draw buffers

2014-05-21 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 46737cebd337200f8b88ba9081796fa0f94e9143 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=46737cebd337200f8b88ba9081796fa0f94e9143 Author: Anuj Phogat Date: Mon May 19 11:55:01 2014 -0700 meta: Use gl_FragColor to output color values to all the draw

Mesa (master): nv50/ir: fix s32 x s32 -> high s32 multiply logic

2014-05-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: d3a5cf052c38087b395871b5b46776e2a7d4a7d7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d3a5cf052c38087b395871b5b46776e2a7d4a7d7 Author: Ilia Mirkin Date: Wed May 14 23:30:16 2014 -0400 nv50/ir: fix s32 x s32 -> high s32 multiply logic Retrieving

Mesa (master): nv50,nvc0: fix 3d blits with mipmap levels

2014-05-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 28360fcad75a6917db6af42fb17b81572850ec0d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28360fcad75a6917db6af42fb17b81572850ec0d Author: Ilia Mirkin Date: Sat May 17 22:48:58 2014 -0400 nv50,nvc0: fix 3d blits with mipmap levels Make sure to norm

Mesa (master): tgsi: add GS_INVOCATIONS to property names array

2014-05-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: cdeb7004e03afbd5305913b5ae35d72529623507 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cdeb7004e03afbd5305913b5ae35d72529623507 Author: Ilia Mirkin Date: Mon May 19 23:54:40 2014 -0400 tgsi: add GS_INVOCATIONS to property names array In commit 4

Mesa (master): nv50/ir: fix constant folding for OP_MUL subop HIGH

2014-05-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: d2a3de19c6aa5881228734c73df706483a4aecf9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2a3de19c6aa5881228734c73df706483a4aecf9 Author: Ilia Mirkin Date: Wed May 14 23:22:32 2014 -0400 nv50/ir: fix constant folding for OP_MUL subop HIGH These in

Mesa (master): i965/fs: Assume fragment color clamping is off when precompiling.

2014-05-21 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 1472584397f7b5ef70dfdffda0aab4a0a38a4db0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1472584397f7b5ef70dfdffda0aab4a0a38a4db0 Author: Kenneth Graunke Date: Sat Jan 25 19:22:56 2014 -0800 i965/fs: Assume fragment color clamping is off when preco