Mesa (master): i965/vs: Fix flaky texture swizzling

2013-07-25 Thread Chris Forbes
Module: Mesa Branch: master Commit: 124f567f1d575eaea98a6ae1d0a4687b8fb5bba2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=124f567f1d575eaea98a6ae1d0a4687b8fb5bba2 Author: Chris Forbes Date: Wed Jul 24 07:21:22 2013 +1200 i965/vs: Fix flaky texture swizzling If any component used

Mesa (master): st/clover: Allow double precision operations

2013-07-25 Thread Tom Stellard
Module: Mesa Branch: master Commit: 81a156d099b5c224d4a528b66a80e25626ed65bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=81a156d099b5c224d4a528b66a80e25626ed65bc Author: Niels Ole Salscheider Date: Tue Jul 2 10:44:37 2013 +0200 st/clover: Allow double precision operations Pass

Mesa (master): gallium/vl: add prime support

2013-07-25 Thread Dave Airlie
Module: Mesa Branch: master Commit: 19338157c97becac1e61cc51dc0904ddfab8e9da URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19338157c97becac1e61cc51dc0904ddfab8e9da Author: Dave Airlie Date: Thu Jul 25 13:31:26 2013 +1000 gallium/vl: add prime support This fixes the dri2 opening to

Mesa (master): Revert "i965: Delete pre-DRI2.3 viewport hacks."

2013-07-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 0e9549e2bd57168086421468cbf1db0821c36730 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e9549e2bd57168086421468cbf1db0821c36730 Author: Kenneth Graunke Date: Thu Jul 25 15:11:13 2013 -0700 Revert "i965: Delete pre-DRI2.3 viewport hacks." This re

Mesa (master): mesa: Bump version to 9.3.0-devel.

2013-07-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: a8c8c5f8d228db7b85e981fc9abb3940debd599c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8c8c5f8d228db7b85e981fc9abb3940debd599c Author: Kenneth Graunke Date: Thu Jul 25 13:33:02 2013 -0700 mesa: Bump version to 9.3.0-devel. This should have been

Mesa (master): docs: Remove obfuscation on public mailing list addresses.

2013-07-25 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 7d24d1b8735d877c5f8b534cd85538f55485bc5c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d24d1b8735d877c5f8b534cd85538f55485bc5c Author: Kenneth Graunke Date: Thu Jul 25 11:42:38 2013 -0700 docs: Remove obfuscation on public mailing list addresse

Mesa (master): xa: bump major version

2013-07-25 Thread Rob Clark
Module: Mesa Branch: master Commit: 890e27ef25d86c1ddff395559e1aabfeed33a135 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=890e27ef25d86c1ddff395559e1aabfeed33a135 Author: Rob Clark Date: Wed Jun 5 16:16:27 2013 -0400 xa: bump major version Bump major version, as the change to re

Mesa (master): xa: export a common context flush function

2013-07-25 Thread Rob Clark
Module: Mesa Branch: master Commit: 6e8c9589dbd714ac5fdff0c14f2b0abdf1fdcdf7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e8c9589dbd714ac5fdff0c14f2b0abdf1fdcdf7 Author: Jerome Glisse Date: Mon Mar 4 12:26:18 2013 -0500 xa: export a common context flush function First step befo

Mesa (master): xa: move surface to ref/unref api

2013-07-25 Thread Rob Clark
Module: Mesa Branch: master Commit: 8b21a3825b132f0769cc3e2698c55d6f6af65e84 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8b21a3825b132f0769cc3e2698c55d6f6af65e84 Author: Jerome Glisse Date: Thu Mar 7 17:03:04 2013 -0500 xa: move surface to ref/unref api This make ddx life easie

Mesa (master): xa: let ddx handle flush

2013-07-25 Thread Rob Clark
Module: Mesa Branch: master Commit: d156c032c97d2c7a6ef2ec87212a4ef74dd9cb6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d156c032c97d2c7a6ef2ec87212a4ef74dd9cb6e Author: Jerome Glisse Date: Wed Mar 6 17:39:29 2013 -0500 xa: let ddx handle flush Signed-off-by: Jerome Glisse --

Mesa (master): xa: add handle type parameter to get handle

2013-07-25 Thread Rob Clark
Module: Mesa Branch: master Commit: d1444225d3a600be77602af35d1e9879e469c70e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1444225d3a600be77602af35d1e9879e469c70e Author: Jerome Glisse Date: Wed Feb 27 10:49:35 2013 -0500 xa: add handle type parameter to get handle Allow to retri

Mesa (master): xa: add xa_surface_from_handle()

2013-07-25 Thread Rob Clark
Module: Mesa Branch: master Commit: 984da462190af5946e49462805d1e741a00d0688 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=984da462190af5946e49462805d1e741a00d0688 Author: Rob Clark Date: Sun May 12 16:00:35 2013 -0400 xa: add xa_surface_from_handle() For freedreno DDX, we have to

Mesa (master): gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4.

2013-07-25 Thread Vinson Lee
Module: Mesa Branch: master Commit: 60c248c3aff1d6a23d60afeaed78c50e4af00b8c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=60c248c3aff1d6a23d60afeaed78c50e4af00b8c Author: Vinson Lee Date: Wed Jul 24 23:28:27 2013 -0700 gallivm: Remove NoFramePointerElimNonLeaf for LLVM >= 3.4. Ta

Mesa (master): glsl: Handle empty if statement encountered during loop analysis.

2013-07-25 Thread Paul Berry
Module: Mesa Branch: master Commit: a5eecb246d66fd8f27eca3c4f6f83bf2641b9403 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5eecb246d66fd8f27eca3c4f6f83bf2641b9403 Author: Paul Berry Date: Wed Jul 24 08:04:44 2013 -0700 glsl: Handle empty if statement encountered during loop analys

Mesa (master): i965: Initialize inout_offset parameter to brw_search_cache( ).

2013-07-25 Thread Paul Berry
Module: Mesa Branch: master Commit: b8f13fbb856534cbc1345325b74ec47711493dd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8f13fbb856534cbc1345325b74ec47711493dd6 Author: Paul Berry Date: Wed Jul 24 09:24:51 2013 -0700 i965: Initialize inout_offset parameter to brw_search_cache().

Mesa (master): glsl: don't rename variables in interface block arrays.

2013-07-25 Thread Paul Berry
Module: Mesa Branch: master Commit: 42a921fa92fae8fb8692e7c65c61235588385b3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=42a921fa92fae8fb8692e7c65c61235588385b3e Author: Paul Berry Date: Mon Jul 22 15:49:48 2013 -0700 glsl: don't rename variables in interface block arrays. The l

Mesa (master): draw: fix vertex id computation

2013-07-25 Thread Zack Rusin
Module: Mesa Branch: master Commit: f19cb0e5f3be7f96b9ce68c1570c2433d83d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f19cb0e5f3be7f96b9ce68c1570c2433d83d Author: Zack Rusin Date: Tue Jul 23 01:29:30 2013 -0400 draw: fix vertex id computation vertex id has to be unaffecte

Mesa (master): draw: cleanup and fix instance id computation

2013-07-25 Thread Zack Rusin
Module: Mesa Branch: master Commit: 0e9ec8697353d7a35ea0a2edc63c0c7395f7129e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e9ec8697353d7a35ea0a2edc63c0c7395f7129e Author: Zack Rusin Date: Tue Jul 23 01:16:55 2013 -0400 draw: cleanup and fix instance id computation The instance id

Mesa (9.2): nv50,nvc0: s/uint16/uint32 for constant buffer offset

2013-07-25 Thread Christoph Bumiller
Module: Mesa Branch: 9.2 Commit: 9b8ad643629fad1724e01c8fbb3289e43d42e1c1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b8ad643629fad1724e01c8fbb3289e43d42e1c1 Author: Christoph Bumiller Date: Wed Jul 24 20:41:31 2013 +0200 nv50,nvc0: s/uint16/uint32 for constant buffer offset Lo

Mesa (9.1): nv50,nvc0: s/uint16/uint32 for constant buffer offset

2013-07-25 Thread Christoph Bumiller
Module: Mesa Branch: 9.1 Commit: 5f420477f089ef04f9126bdee869084fc8fc9e41 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f420477f089ef04f9126bdee869084fc8fc9e41 Author: Christoph Bumiller Date: Wed Jul 24 20:41:31 2013 +0200 nv50,nvc0: s/uint16/uint32 for constant buffer offset Lo