Mesa (master): 40 new commits

Kenneth Graunke kwg at kemper.freedesktop.org
Tue Jul 9 21:13:09 UTC 2013


URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=8c9a54e7bcfc80295ad77097910d35958dfd3644
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sat Jul 6 00:46:38 2013 -0700

    i965: Delete intel_context entirely.
    
    This makes brw_context inherit directly from gl_context; that was the
    only thing left in intel_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=53631be4ebaa4fb13a7f129727c1cdd32fcc6f3d
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sat Jul 6 00:36:46 2013 -0700

    i965: Move intel_context::gen and gt fields to brw_context.
    
    Most functions no longer use intel_context, so this patch additionally
    removes the local "intel" variables to avoid compiler warnings.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e26afb37b83effe44b218d5b2a305020b8ad22f
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sat Jul 6 00:20:25 2013 -0700

    i965: Move intel_context::has_llc to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=794de2f3873bcedc78300b3ba69656adc755894c
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Sat Jul 6 00:15:44 2013 -0700

    i965: Move intel_context::is_<platform> flags to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44fd490067692f0f9c1b5cff86e2e24a915af0c1
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Jul 5 23:43:36 2013 -0700

    i965: Move must_use/has_separate_stencil fields to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b80b147f6ae054a76b1322487b9e465aeecd11a
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 12:45:39 2013 -0700

    i965: Move intel_context::has_hiz to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=351d2add6218947a142e611cb0a1121cd19242e1
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 10:37:31 2013 -0700

    i965: Free brw, not intel.
    
    Things worked out in the past because both brw and intel share the same
    memory address (by virtue of intel being the first member of brw).
    
    However, brw is what actually gets rzalloc'd (brw_context.c:285), so
    freeing that seems safer and more obvious.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e3c2bb1eb4ef73c1c9576f0d5b747605b5de47ef
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 23:32:20 2013 -0700

    i965: Shorten context base class dereference chains.
    
    ctx->DrawBuffer is much more sensible than brw->intel.ctx.DrawBuffer.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d5b4a3f5a34626e9841993900922384698ee61b8
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 15:00:34 2013 -0700

    i965: Move intel_context::has_swizzling to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=02128c448d1f4eedf70b3bdb4ec187cf405c530e
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:55:19 2013 -0700

    i965: Move intel_context::intelScreen to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=44a11eab9c59dbfa21d431079f16e767325915ae
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:52:34 2013 -0700

    i965: Delete unused intel_context::driFd field.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0858763bcdb96b49dce7aca0d6b593d41621178
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 10:30:47 2013 -0700

    i965: Store brw_context as the DRI driver private, not intel_context.
    
    Right now, they're interchangeable.  In the future, intel_context will
    either go away or change purpose.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a1d94cdb00b66a283a6098dd0dbfe6d23d7ab7b5
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 10:30:01 2013 -0700

    i965: Move intel_context::driContext to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9d33dbbdd0d58240e9c15181237a9ac7f99932d
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 10:29:50 2013 -0700

    i965: Move intel_context::NewGLState to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dd54558d318d348033c783290333feb621d8d1b4
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:46:44 2013 -0700

    i965: Move intel_context::upload to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0273e6e23e619e60326422443e4c7a443a43d146
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:44:07 2013 -0700

    i965: Move intel_context::max_gtt_map_object_size to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b15f1fc3c6b3b9dc4422940c412f80e581c9900d
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:41:58 2013 -0700

    i965: Move intel_context::perf_debug to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7c3180a4ade0ccb37f51d59032c37f0f4b4cb144
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:29:56 2013 -0700

    i965: Move intel_context::no_batch_wrap to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5314afa27aa8d9260ed0b0a42a6d6050313953da
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:28:29 2013 -0700

    i965: Move intel_context's framerate throttling fields to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ec995de6fbafe8d6018b91ca130abac760112475
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:26:01 2013 -0700

    i965: Move intel_context::stats_wm to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=329779a0b45b63be17627f026533c80b2c8f7991
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:21:19 2013 -0700

    i965: Move intel_context::batch to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5d8186ac1a22afbaa6ed68e0fb67d1f150f798cb
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:12:41 2013 -0700

    i965: Move intel_context::hw_ctx to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=eeb75b41f1d7be609861d3e98b64b6fffd13bb4f
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 14:09:51 2013 -0700

    i965: Move intel_context::bufmgr to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e33439045d296a218209721cc69176bfef7c4e70
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 13:54:53 2013 -0700

    i965: Move intel_context's driconf flags to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe0a8cb30dd53bed0d024b01e2c2b60911a3c526
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 11:55:59 2013 -0700

    i965: Move intel_context::reduced_primitive to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9147b4049658fe2401c19e03d20220aeea0fafc6
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 11:37:51 2013 -0700

    i965: Move front buffer rendering fields from intel_context to brw.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e43043c316a8274f5f07a8cf818960ef1387a788
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 11:14:56 2013 -0700

    i965: Move intel_context::vtbl to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fbdd3891e1d08f388571c20db96516f39fe11898
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 10:57:11 2013 -0700

    i965: Move intel_context::optionCache to brw_context.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ca437579b3974b91a5298707c459908a628c1098
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Jul 2 23:17:14 2013 -0700

    i965: Pass brw_context to functions rather than intel_context.
    
    This makes brw_context available in every function that used
    intel_context.  This makes it possible to start migrating fields from
    intel_context to brw_context.
    
    Surprisingly, this actually removes some code, as functions that use
    OUT_BATCH don't need to declare "intel"; they just use "brw."
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=86f2711722dc10c25c2fabc09d8bd020a1ba6029
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Wed Jul 3 00:49:28 2013 -0700

    i965: Remove pointless intel_context parameter from try_copy_propagate.
    
    It's already part of the visitor class.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=18a223d3237d67a4d38bbab10dc4ab470180cc92
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Jul 2 23:15:53 2013 -0700

    i965: Add forward declarations of brw_context to a few places.
    
    These files have forward declarations for intel_context.  This makes
    brw_context available in the same places without further #include
    monkeying.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a69274454b6bde265a910ca5bd3199217431f5b5
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Jul 2 18:56:43 2013 -0700

    i965: Replace #include "intel_context.h" with brw_context.h.
    
    brw_context.h includes intel_context.h, but additionally makes the
    brw_context structure available.  Switching this allows us to start
    using brw_context in more places.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=99ebf9d07a23b8c920912dc8289d97e17c753ee2
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Jul 2 18:05:48 2013 -0700

    i965: Move ctx->Const setup from intelInitContext to the new helper.
    
    This also requires moving _mesa_init_point() to after the ctx->Const
    initialization.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=963d9f78a4931b7dd73d904b4c1e5f01010cd477
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Jul 2 17:57:42 2013 -0700

    i965: Split code to set ctx->Const values into a helper function.
    
    brwCreateContext() has a lot of random things to do.  Factoring out the
    part that initializes ctx->Const values and shader compiler options
    makes the main function a bit easier to read.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d13c12057356407e543ddebbef7fcf13f5195326
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 11:46:51 2013 -0700

    i915: Remove i965+ chip names.
    
    i965+ chipsets shouldn't ever hit this driver.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4f3d5cdcf9916dcb2afb752ba04fe0e7759a2e6
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 11:46:07 2013 -0700

    i965: Remove i915 chip names.
    
    i915 chipsets shouldn't ever hit this driver.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=292139066698216dfc8fb1a65d327bb063d16a00
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Jul 4 11:26:54 2013 -0700

    i965: Replace intel_context:needs_ff_sync with intel->gen == 5.
    
    Technically, needs_ff_sync was set on Gen5+, but it was only consulted
    in the clipper threads and quad/lineloop decomposition code, which are
    both Gen4-5 only.  So in reality it only identified Ironlake.
    
    The named flag doesn't really clarify things, and seems like overkill.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>
    Acked-by: Chris Forbes <chrisf at ijw.co.nz>
    Acked-by: Paul Berry <stereotype441 at gmail.com>
    Acked-by: Anuj Phogat <anuj.phogat at gmail.com>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=968c57782d3c3ab646cc8605909604246f5f4f90
Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Tue Jul 9 10:09:57 2013 -0700

    i965: Add missing newline to blorp color clear perf_debug message.
    
    perf_debug() doesn't add a newline for you; without this, all the
    INTEL_DEBUG=perf output was jumbled together.
    
    Signed-off-by: Kenneth Graunke <kenneth at whitecape.org>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f0260f4e3d939c93ec6ef3b6b330383fe9944d93
Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Jul 8 18:30:44 2013 +0100

    glsl: Silence unused variable warning in the release build
    
    Resolves the following gcc warning
    
     opt_flip_matrices.cpp:84:32: warning: unused variable 'deref'
    
    v2: keep the variable, but wrap it in a ifndef NDEBUG block
        (suggested by Ian)
    
    Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
    Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=4df6823f2147c17161c2cacc89d1a5c17a87aad3
Author: Emil Velikov <emil.l.velikov at gmail.com>
Date:   Mon Jul 8 18:29:17 2013 +0100

    glsl/ast: Silence uninitialized variable warnings in the release build
    
    Resolves the following gcc warnings
    
     warning: 'iface_type_name' may be used uninitialized in this function
     warning: 'var_mode' may be used uninitialized in this function
    
    Note: The variables are initialised to UNKNOWN and ir_var_auto
    
    Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
    Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>




More information about the mesa-commit mailing list