Mesa (master): glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS

2014-10-01 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3914dc579e816fbf7adef0038ab50f4660e78858 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3914dc579e816fbf7adef0038ab50f4660e78858 Author: Ilia Mirkin Date: Tue Sep 30 00:12:40 2014 -0400 glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS Si

Mesa (master): vc4: Add support for TGSI_OPCODE_CLAMP.

2014-10-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 1bf2d17a60d112c7ca8da7ab0b539991df96a93d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1bf2d17a60d112c7ca8da7ab0b539991df96a93d Author: Eric Anholt Date: Tue Sep 30 14:19:25 2014 -0700 vc4: Add support for TGSI_OPCODE_CLAMP. This will be used by

Mesa (master): st/vdpau: move common functions to util

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 0eb8f8998114855d8d200a70c357d482e8f444fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0eb8f8998114855d8d200a70c357d482e8f444fc Author: Leo Liu Date: Mon Sep 22 14:07:13 2014 -0400 st/vdpau: move common functions to util Break out these function

Mesa (master): st/va: skeleton VAAPI state tracker

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 3867933ecbc34ed1f68d735282580ca1e4eedea1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3867933ecbc34ed1f68d735282580ca1e4eedea1 Author: Christian König Date: Wed Jul 2 16:35:28 2014 -0400 st/va: skeleton VAAPI state tracker This patch adds a sk

Mesa (master): st/va: implement Picture functions for mpeg2 h264 and vc1

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 7913c8943a1d1dd1b3f77f34bb4b0108a10a1d20 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7913c8943a1d1dd1b3f77f34bb4b0108a10a1d20 Author: Christian König Date: Thu Sep 18 11:57:46 2014 -0400 st/va: implement Picture functions for mpeg2 h264 and vc1

Mesa (master): mesa: fix _mesa_alloc_dispatch_table() declaration

2014-10-01 Thread Brian Paul
Module: Mesa Branch: master Commit: 44b500f5f2671f2a9d82f601a2bf4329b6c9a8e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44b500f5f2671f2a9d82f601a2bf4329b6c9a8e6 Author: Brian Paul Date: Wed Oct 1 09:03:13 2014 -0600 mesa: fix _mesa_alloc_dispatch_table() declaration Insert 'vo

Mesa (master): st/va: implement Context Surface and Buffer

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 1be55158381f509d420e42f40018ec95fe329f5b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1be55158381f509d420e42f40018ec95fe329f5b Author: Christian König Date: Fri Jul 4 12:44:36 2014 -0400 st/va: implement Context Surface and Buffer This patch i

Mesa (master): i965/fs: Fix an uninitialized value warnings

2014-10-01 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 6822f641c52651058703c6e5842f10bac8fabdd8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6822f641c52651058703c6e5842f10bac8fabdd8 Author: Jason Ekstrand Date: Tue Sep 30 15:41:24 2014 -0700 i965/fs: Fix an uninitialized value warnings Signed-off-b

Mesa (master): i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 5105f9a7ae66001537e8dbf6acf40faf736430e5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5105f9a7ae66001537e8dbf6acf40faf736430e5 Author: Kenneth Graunke Date: Fri Sep 26 10:29:25 2014 -0700 i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bit

Mesa (master): i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 0a1730200e91b6ad62cdf04bb1ec02cb1e96056a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0a1730200e91b6ad62cdf04bb1ec02cb1e96056a Author: Kenneth Graunke Date: Fri Sep 26 15:13:29 2014 -0700 i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom.

Mesa (master): freedreno: max-texture-lod-bias should be 15.0f

2014-10-01 Thread Rob Clark
Module: Mesa Branch: master Commit: 204dd73c99ffefc8ed854e032dcf7bf10b91e409 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=204dd73c99ffefc8ed854e032dcf7bf10b91e409 Author: Rob Clark Date: Wed Oct 1 07:26:39 2014 -0400 freedreno: max-texture-lod-bias should be 15.0f Fixes piglit l

Mesa (master): i965/fs: Optimize sqrt+inv into rsq.

2014-10-01 Thread Matt Turner
Module: Mesa Branch: master Commit: 94b68109fbe1cb60cc23a4c5a319039ada81ea81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94b68109fbe1cb60cc23a4c5a319039ada81ea81 Author: Matt Turner Date: Sat Sep 27 10:34:56 2014 -0700 i965/fs: Optimize sqrt+inv into rsq. Transform sqrt a, b

Mesa (master): i965: Fix typo in comment

2014-10-01 Thread Chris Forbes
Module: Mesa Branch: master Commit: e4e3b0fc0dfbd57e13359ffdd9660128711aaa72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4e3b0fc0dfbd57e13359ffdd9660128711aaa72 Author: Chris Forbes Date: Tue Sep 23 21:27:24 2014 +1200 i965: Fix typo in comment Signed-off-by: Chris Forbes ---

Mesa (master): i965/fs: Fix the build

2014-10-01 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: eedbce9c63a3f385908bdc8a69e8be98dd3522ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eedbce9c63a3f385908bdc8a69e8be98dd3522ff Author: Jason Ekstrand Date: Tue Sep 30 17:27:33 2014 -0700 i965/fs: Fix the build --- src/mesa/drivers/dri/i965/br

Mesa (master): i965/vec4: Call opt_algebraic after opt_cse.

2014-10-01 Thread Matt Turner
Module: Mesa Branch: master Commit: 189ac077644c4ef2c6c15080b6d094410c74abdc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=189ac077644c4ef2c6c15080b6d094410c74abdc Author: Matt Turner Date: Sat Sep 27 10:34:07 2014 -0700 i965/vec4: Call opt_algebraic after opt_cse. The next patch

Mesa (master): i965/fs: Fix an uninitialized value warnings

2014-10-01 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 83669fac9d6d3f0633d19dcfebe7cf0286e69ab7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83669fac9d6d3f0633d19dcfebe7cf0286e69ab7 Author: Jason Ekstrand Date: Tue Sep 30 15:41:24 2014 -0700 i965/fs: Fix an uninitialized value warnings Signed-off-b

Mesa (master): glx/dri3: Use four buffers until X driver supports async flips

2014-10-01 Thread Keith Packard
Module: Mesa Branch: master Commit: f7a36ef5fe23056299a77414f9ad8b5e5a1d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7a36ef5fe23056299a77414f9ad8b5e5a1d Author: Keith Packard Date: Wed Jul 2 13:26:22 2014 -0700 glx/dri3: Use four buffers until X driver supports async fl

Mesa (master): galahad: (trivial) handle cubemap arrays

2014-10-01 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: e3da8c110c06c6f0c797bf6a6ab91d482092b93c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3da8c110c06c6f0c797bf6a6ab91d482092b93c Author: Roland Scheidegger Date: Tue Sep 30 19:23:37 2014 +0200 galahad: (trivial) handle cubemap arrays Reviewed-by:

Mesa (master): galahad: fix indirect draw

2014-10-01 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: 9750ae8ca91fd089a4affe6577265e77852ad548 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9750ae8ca91fd089a4affe6577265e77852ad548 Author: Roland Scheidegger Date: Tue Sep 30 19:25:09 2014 +0200 galahad: fix indirect draw Need to unwrap the indirec

Mesa (master): vc4: Make the last static array in vc4_program.c dynamically sized.

2014-10-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 75f8e0bc2ae03154038c3f17fec1bcad699856e0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=75f8e0bc2ae03154038c3f17fec1bcad699856e0 Author: Eric Anholt Date: Wed Oct 1 10:58:02 2014 -0700 vc4: Make the last static array in vc4_program.c dynamically

Mesa (master): vc4: Add support for the FACE semantic.

2014-10-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: d7a0502a5440359d1cecd42e58bdb85c2d857824 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d7a0502a5440359d1cecd42e58bdb85c2d857824 Author: Eric Anholt Date: Tue Sep 30 16:08:23 2014 -0700 vc4: Add support for the FACE semantic. Fixes glsl-fs-frontf

Mesa (master): vc4: Fix compiler warning

2014-10-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0c8c7d32f0e7ab691225e9630fc2ff20a25c0175 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0c8c7d32f0e7ab691225e9630fc2ff20a25c0175 Author: Eric Anholt Date: Tue Sep 30 16:26:51 2014 -0700 vc4: Fix compiler warning --- src/gallium/drivers/vc4/vc4_

Mesa (master): vc4: Fix some broken indentation.

2014-10-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: ebff93ac19a5da3aedf6a4c16b2eb166447f70a1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebff93ac19a5da3aedf6a4c16b2eb166447f70a1 Author: Eric Anholt Date: Tue Sep 30 16:10:09 2014 -0700 vc4: Fix some broken indentation. --- src/gallium/drivers/

Mesa (master): vc4: Fix the mapping of the minification filter to HW values.

2014-10-01 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4111b1d54b6c0ad0031506f81fb08d94b2db5a72 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4111b1d54b6c0ad0031506f81fb08d94b2db5a72 Author: Eric Anholt Date: Wed Oct 1 11:58:22 2014 -0700 vc4: Fix the mapping of the minification filter to HW values.

Mesa (master): meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader()

2014-10-01 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 25266b2c1185874494309ed4962ffd51350f7ba2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25266b2c1185874494309ed4962ffd51350f7ba2 Author: Anuj Phogat Date: Wed Oct 1 15:24:27 2014 -0700 meta: Fix make check failures in setup_glsl_msaa_blit_scaled_

Mesa (master): meta: (trivial) remove accidental double semicolon

2014-10-01 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: dea0fcf4e60093f6dcd1c5da8de3b6df5de0fc70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dea0fcf4e60093f6dcd1c5da8de3b6df5de0fc70 Author: Roland Scheidegger Date: Wed Oct 1 23:14:46 2014 +0200 meta: (trivial) remove accidental double semicolon --

Mesa (master): mesa: Add new variables in gl_context to store sample layout

2014-10-01 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 38cd40faab8686023ac48e323014f951abf47098 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38cd40faab8686023ac48e323014f951abf47098 Author: Anuj Phogat Date: Tue Sep 23 11:56:54 2014 -0700 mesa: Add new variables in gl_context to store sample layout

Mesa (master): i965: Enable EXT_framebuffer_multisample_blit_scaled for gen8

2014-10-01 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 4330fa970bbca624ee93d0f9417984050acf970e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4330fa970bbca624ee93d0f9417984050acf970e Author: Anuj Phogat Date: Thu Sep 4 13:49:04 2014 -0700 i965: Enable EXT_framebuffer_multisample_blit_scaled for gen8

Mesa (master): meta: Implement ext_framebuffer_multisample_blit_scaled extension

2014-10-01 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 68ee950c78a809db8df821d1c9f0a083b02fd905 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=68ee950c78a809db8df821d1c9f0a083b02fd905 Author: Anuj Phogat Date: Fri Sep 5 12:19:22 2014 -0700 meta: Implement ext_framebuffer_multisample_blit_scaled exten

Mesa (master): i965: Initialize the SampleMap{2,4,8}x variables

2014-10-01 Thread Anuj Phogat
Module: Mesa Branch: master Commit: 7a4790148c524fbdc75fca9aaa4d4439dce911a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a4790148c524fbdc75fca9aaa4d4439dce911a2 Author: Anuj Phogat Date: Tue Sep 23 11:58:02 2014 -0700 i965: Initialize the SampleMap{2,4,8}x variables with values

Mesa (master): st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 4f7916ab4f8093fa33519dfa3d08e73b4d35ebe3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f7916ab4f8093fa33519dfa3d08e73b4d35ebe3 Author: Leo Liu Date: Thu Sep 18 12:21:58 2014 -0400 st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image This pa

Mesa (master): st/va: implement vlVa(Create|Destroy|Query|Get)Config

2014-10-01 Thread Leo Liu
Module: Mesa Branch: master Commit: 2825ef3abf29b152b12faef8cd5a373c71b9fbaf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2825ef3abf29b152b12faef8cd5a373c71b9fbaf Author: Christian König Date: Tue May 28 18:02:58 2013 +0200 st/va: implement vlVa(Create|Destroy|Query|Get)Config Th

Mesa (master): mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 95073a2dca03a48f4c77bc846a4a6d1f0eb81ae6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=95073a2dca03a48f4c77bc846a4a6d1f0eb81ae6 Author: Kenneth Graunke Date: Fri Sep 26 15:13:30 2014 -0700 mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport

Mesa (master): i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: fbebd5e4a5ccb44ae005a8be18c85ea45c66307f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbebd5e4a5ccb44ae005a8be18c85ea45c66307f Author: Kenneth Graunke Date: Fri Sep 26 01:27:11 2014 -0700 i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG. Unused si

Mesa (master): i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: a114f452aee29db752f895edff2b1062518c30a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a114f452aee29db752f895edff2b1062518c30a3 Author: Kenneth Graunke Date: Fri Sep 26 15:50:14 2014 -0700 i965: Use ~0ull when flagging all BRW_NEW_* dirty flags.

Mesa (master): i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: e25a453b7fc655badf8e389616a2c67b0c26633e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e25a453b7fc655badf8e389616a2c67b0c26633e Author: Kenneth Graunke Date: Fri Sep 26 10:13:02 2014 -0700 i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments

Mesa (master): i965: Use "1ull" instead of "1" in BRW_NEW_* defines.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 3d31ed0d930fd69b5d3557e25010e7dcea5dd0a3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d31ed0d930fd69b5d3557e25010e7dcea5dd0a3 Author: Kenneth Graunke Date: Fri Sep 26 01:44:51 2014 -0700 i965: Use "1ull" instead of "1" in BRW_NEW_* defines. No

Mesa (master): i965: Drop brwBindProgram driver hook.

2014-10-01 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 106e0db7697a9ffaa6085fcb6205bb9d911e669d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=106e0db7697a9ffaa6085fcb6205bb9d911e669d Author: Kenneth Graunke Date: Fri Sep 26 11:12:34 2014 -0700 i965: Drop brwBindProgram driver hook. This function fla