Mesa (master): i965/blorp: Implement destination clipping and scissoring

2012-05-29 Thread Paul Berry
Module: Mesa Branch: master Commit: 47b64c9290d54f78e5a20e378593977cd47e285f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=47b64c9290d54f78e5a20e378593977cd47e285f Author: Paul Berry Date: Mon May 14 10:19:08 2012 -0700 i965/blorp: Implement destination clipping and scissoring Thi

Mesa (master): mesa: Clean up some dricore-related detritus in the old Makefile.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 6a15790632ed65fcaa79e0d03555983330197692 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6a15790632ed65fcaa79e0d03555983330197692 Author: Eric Anholt Date: Thu May 24 15:53:09 2012 -0700 mesa: Clean up some dricore-related detritus in the old Makef

Mesa (master): automake: Convert dricore building to automake.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: f9d1562f356a66b70f13324e3360d63e8602a35f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9d1562f356a66b70f13324e3360d63e8602a35f Author: Eric Anholt Date: Thu May 24 13:59:21 2012 -0700 automake: Convert dricore building to automake. This is perf

Mesa (master): automake: Add a prefix variable to the common sources lists.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: e86c40a84d241b954594f5ae7df9b9c3fc797a4e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e86c40a84d241b954594f5ae7df9b9c3fc797a4e Author: Eric Anholt Date: Thu May 24 15:25:09 2012 -0700 automake: Add a prefix variable to the common sources lists.

Mesa (master): automake: Rename variables in sources. mak to be automake compatible.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 7d7fe1b0376d5017c21351c0df8168b733801570 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7d7fe1b0376d5017c21351c0df8168b733801570 Author: Eric Anholt Date: Wed May 16 09:09:18 2012 -0700 automake: Rename variables in sources.mak to be automake comp

Mesa (master): mesa: Remove generated source files during make clean.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: b284d4773b889d042a4ea086a28a7ea18de98f28 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b284d4773b889d042a4ea086a28a7ea18de98f28 Author: Eric Anholt Date: Thu May 24 10:55:08 2012 -0700 mesa: Remove generated source files during make clean. Revie

Mesa (master): glapi: Enable silent rules for generation when used from automake.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 79273b1a7a14f1302c8962acbf323075d7b7a829 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79273b1a7a14f1302c8962acbf323075d7b7a829 Author: Eric Anholt Date: Thu May 24 15:56:27 2012 -0700 glapi: Enable silent rules for generation when used from auto

Mesa (master): shared-glapi: Don't forget to clean our built file.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 559d5924483b8872cdd7c8123666d1762662c6c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=559d5924483b8872cdd7c8123666d1762662c6c7 Author: Eric Anholt Date: Thu May 24 15:54:40 2012 -0700 shared-glapi: Don't forget to clean our built file. Reviewed

Mesa (master): mesa: Restore installing of libGL for non-dri builds.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 26eaee32455355c5376796140e0e3eb49e1c5865 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=26eaee32455355c5376796140e0e3eb49e1c5865 Author: Eric Anholt Date: Thu May 24 16:16:28 2012 -0700 mesa: Restore installing of libGL for non-dri builds. Report

Mesa (master): mesa: Remove the generated glapi from source control, and just build it.

2012-05-29 Thread Eric Anholt
Module: Mesa Branch: master Commit: 0ce0f7c0c8fa9902678af7f3ecad2541be5808d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ce0f7c0c8fa9902678af7f3ecad2541be5808d2 Author: Eric Anholt Date: Tue May 15 13:06:22 2012 -0700 mesa: Remove the generated glapi from source control, and jus

Mesa (master): i830: Fix crash for GL_STENCIL_TEST in i830Enable()

2012-05-29 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f92b2e5e90f456491fc15b3b9612381a83726606 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f92b2e5e90f456491fc15b3b9612381a83726606 Author: Kurt Roeckx Date: Fri May 11 00:19:42 2012 +0200 i830: Fix crash for GL_STENCIL_TEST in i830Enable() commit 8

Mesa (master): nv50: hook up forgotten short constant buffer upload method

2012-05-29 Thread Marcin Ĺšlusarz
Module: Mesa Branch: master Commit: 89241336276deeef525b35bf5dc7db345a18a3e1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89241336276deeef525b35bf5dc7db345a18a3e1 Author: Marcin Slusarz Date: Tue May 29 20:13:55 2012 +0200 nv50: hook up forgotten short constant buffer upload metho

Mesa (master): radeon/llvm: Update and fix some comments

2012-05-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: 83169900fb96f1a51d8292e66c203c64a82e204d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83169900fb96f1a51d8292e66c203c64a82e204d Author: Tom Stellard Date: Tue May 29 11:59:01 2012 -0400 radeon/llvm: Update and fix some comments --- src/gallium

Mesa (master): radeonsi: Remove use.sgpr* intrinsics, use load instructions instead

2012-05-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: 89ece086bcd2186ab53cb6a69d53005893cab0ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=89ece086bcd2186ab53cb6a69d53005893cab0ea Author: Tom Stellard Date: Tue May 29 11:36:29 2012 -0400 radeonsi: Remove use.sgpr* intrinsics, use load instructions

Mesa (master): radeonsi: Handle TGSI CONST registers

2012-05-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: 467f51613eb1f2cdaa86243d5fae2abca4f2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=467f51613eb1f2cdaa86243d5fae2abca4f2 Author: Tom Stellard Date: Wed May 16 15:15:35 2012 -0400 radeonsi: Handle TGSI CONST registers We now emit LLVM load

Mesa (master): radeon/llvm: Remove AMDILIntrinsicInfo:: GetDeclaration fuction body

2012-05-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: 32b83e0366560a77798545880f980adc04b4361f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32b83e0366560a77798545880f980adc04b4361f Author: Tom Stellard Date: Mon May 28 12:07:41 2012 -0400 radeon/llvm: Remove AMDILIntrinsicInfo::GetDeclaration fucti

Mesa (master): radeon/llvm: Remove AMDILTargetMachine

2012-05-29 Thread Tom Stellard
Module: Mesa Branch: master Commit: 49fb99bd131a4ed89e6f55cf360f67618acafec4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49fb99bd131a4ed89e6f55cf360f67618acafec4 Author: Tom Stellard Date: Sun May 27 22:11:53 2012 -0400 radeon/llvm: Remove AMDILTargetMachine --- src/gallium/dr

Mesa (master): nouveau: unreference fences on resource destruction

2012-05-29 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 94a25b216bb7bf1f55e657d93d84f6de3f5e7ed4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94a25b216bb7bf1f55e657d93d84f6de3f5e7ed4 Author: Christoph Bumiller Date: Mon May 28 18:01:15 2012 +0200 nouveau: unreference fences on resource destruction -

Mesa (master): nvc0: optimize blend cso by checking which by-RT data actually differs

2012-05-29 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 1a21e36b6818991ced32d0e3d1acc1fea0d936ce URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a21e36b6818991ced32d0e3d1acc1fea0d936ce Author: Christoph Bumiller Date: Thu May 24 21:18:22 2012 +0200 nvc0: optimize blend cso by checking which by-RT data

Mesa (master): nvc0: don't upload UCPs if the shader doesn't use them

2012-05-29 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: f09ee76c9892dc9ddbd4f74c485c4be8b55033a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f09ee76c9892dc9ddbd4f74c485c4be8b55033a7 Author: Christoph Bumiller Date: Sat May 26 13:54:55 2012 +0200 nvc0: don't upload UCPs if the shader doesn't use them

Mesa (master): nvc0/ir: fix texture barrier insertion to prevent WAW hazards

2012-05-29 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 40c224a573f2b763046001e622aafca90f68c693 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40c224a573f2b763046001e622aafca90f68c693 Author: Christoph Bumiller Date: Fri May 25 17:27:03 2012 +0200 nvc0/ir: fix texture barrier insertion to prevent WAW

Mesa (master): nvc0/ir: allow 64-bit constant loads on nve4

2012-05-29 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 79eed0d2246e8e7be505784af0078507c712a02c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79eed0d2246e8e7be505784af0078507c712a02c Author: Christoph Bumiller Date: Tue May 29 17:00:10 2012 +0200 nvc0/ir: allow 64-bit constant loads on nve4 Looks li

Mesa (master): nvc0/ir: TEX doesn't support JOIN modifier either

2012-05-29 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: 0d818cdacce0299fabe4ac2aa735247c651fdcfa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d818cdacce0299fabe4ac2aa735247c651fdcfa Author: Christoph Bumiller Date: Mon May 28 22:38:10 2012 +0200 nvc0/ir: TEX doesn't support JOIN modifier either ---

Mesa (master): gallium: add st_api feature mask to prevent advertising MS visuals

2012-05-29 Thread Christoph Bumiller
Module: Mesa Branch: master Commit: f80c2874eca86a12517fbe2f4c15287edfb4dc89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f80c2874eca86a12517fbe2f4c15287edfb4dc89 Author: Christoph Bumiller Date: Mon May 21 23:46:11 2012 +0200 gallium: add st_api feature mask to prevent advertisin