Mesa (master): mesa/scissor: fix typos in debug names

2015-03-09 Thread Dave Airlie
Module: Mesa Branch: master Commit: 4d318b61fc14c7ed550007cb568ff27dbeab1662 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d318b61fc14c7ed550007cb568ff27dbeab1662 Author: Dave Airlie Date: Tue Mar 10 16:45:18 2015 +1000 mesa/scissor: fix typos in debug names Just noticed this whe

Mesa (master): nvc0: fix wrong max value for driver queries

2015-03-09 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: e5cd42ed9abadac8be085eea67049dc1e19ade09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5cd42ed9abadac8be085eea67049dc1e19ade09 Author: Samuel Pitoiset Date: Sun Mar 8 17:18:07 2015 +0100 nvc0: fix wrong max value for driver queries The maximum

Mesa (master): i915: Fix GCC unused-but-set-variable warning in release build.

2015-03-09 Thread Vinson Lee
Module: Mesa Branch: master Commit: 282f67becd072068147c95f26d9c705acf1bbe1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=282f67becd072068147c95f26d9c705acf1bbe1b Author: Vinson Lee Date: Fri Mar 6 21:52:31 2015 -0800 i915: Fix GCC unused-but-set-variable warning in release build

Mesa (master): i965: Silence GCC maybe-uninitialized warning.

2015-03-09 Thread Vinson Lee
Module: Mesa Branch: master Commit: 13f4963ed2de90680841658af4561ef7ab238406 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=13f4963ed2de90680841658af4561ef7ab238406 Author: Vinson Lee Date: Fri Mar 6 22:08:00 2015 -0800 i965: Silence GCC maybe-uninitialized warning. brw_shader.cpp

Mesa (master): Add macro for unused function attribute.

2015-03-09 Thread Vinson Lee
Module: Mesa Branch: master Commit: 5f759836ad75360a2f4581083043a86f7a8c1e09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f759836ad75360a2f4581083043a86f7a8c1e09 Author: Vinson Lee Date: Sat Mar 7 14:07:10 2015 -0800 Add macro for unused function attribute. Suggested-by: Emil V

Mesa (master): meta: Plug memory leak

2015-03-09 Thread Ben Widawsky
Module: Mesa Branch: master Commit: 7aba4ab1f355ea1a5870b3deb4b295565132dfc5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7aba4ab1f355ea1a5870b3deb4b295565132dfc5 Author: Ben Widawsky Date: Fri Mar 6 17:31:00 2015 -0800 meta: Plug memory leak It looks like this has existed since

Mesa (master): i965/fs: Set smear on shader_time diff register.

2015-03-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: f1adc45dbe649cdd4538fb96f6d2a27328bbfba1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f1adc45dbe649cdd4538fb96f6d2a27328bbfba1 Author: Kenneth Graunke Date: Sun Mar 8 00:13:41 2015 -0800 i965/fs: Set smear on shader_time diff register. The ADD

Mesa (master): i965/fs: Don' t issue FB writes for bound but unwritten color targets.

2015-03-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: e95969cd9548033250ba12f2adf11740319b41e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e95969cd9548033250ba12f2adf11740319b41e7 Author: Kenneth Graunke Date: Thu Feb 26 17:45:49 2015 -0800 i965/fs: Don't issue FB writes for bound but unwritten co

Mesa (master): i965/fs: Make emit_shader_time_end() insert before EOT.

2015-03-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 4ebeb71573ad44f7657810dc5dd2c9030e3e63db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ebeb71573ad44f7657810dc5dd2c9030e3e63db Author: Kenneth Graunke Date: Thu Feb 26 22:55:54 2015 -0800 i965/fs: Make emit_shader_time_end() insert before EOT.

Mesa (master): i965/fs: Make emit_shader_time_write return rather than emit.

2015-03-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: bea854c7f33cc10b8292f931f114afc4f88a8dd4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bea854c7f33cc10b8292f931f114afc4f88a8dd4 Author: Kenneth Graunke Date: Thu Feb 26 22:49:04 2015 -0800 i965/fs: Make emit_shader_time_write return rather than e

Mesa (master): i965/fs: Make get_timestamp() pass back the MOV rather than emitting it.

2015-03-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: e43af8d09f919d02b5ac0810c1c0f1783cbef6ef URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e43af8d09f919d02b5ac0810c1c0f1783cbef6ef Author: Kenneth Graunke Date: Thu Feb 26 23:51:27 2015 -0800 i965/fs: Make get_timestamp() pass back the MOV rather th

Mesa (master): i965/fs: Set force_writemask_all on shader_time instructions.

2015-03-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: ef9cc7d0c176669c03130abf576f2b700be39514 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ef9cc7d0c176669c03130abf576f2b700be39514 Author: Kenneth Graunke Date: Sat Mar 7 23:01:07 2015 -0800 i965/fs: Set force_writemask_all on shader_time instructi

Mesa (master): r600g: Use R600_MAX_VIEWPORTS instead of 16

2015-03-09 Thread Marek Olšák
Module: Mesa Branch: master Commit: 7a37d5c3a48c4adec5b5db589b0cb99dc9296f0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a37d5c3a48c4adec5b5db589b0cb99dc9296f0c Author: Alexandre Demers Date: Wed Feb 25 01:50:49 2015 -0500 r600g: Use R600_MAX_VIEWPORTS instead of 16 Lets define

Mesa (master): i915: Remove (mostly) unused IS_915 macro

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 07a062997a3e1c12ad0e07a7d3f07340689612b8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=07a062997a3e1c12ad0e07a7d3f07340689612b8 Author: Ian Romanick Date: Thu Mar 5 10:55:32 2015 -0800 i915: Remove (mostly) unused IS_915 macro Inspired by Damie

Mesa (master): i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macros

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 117288dbf305064cd57333bb05442fad0539d0fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=117288dbf305064cd57333bb05442fad0539d0fa Author: Ian Romanick Date: Thu Mar 5 10:47:56 2015 -0800 i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM m

Mesa (master): i915: Remove unused IS_MOBILE macro

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 6d41316b79cf6d67bcbd155dfb6556e2977080d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d41316b79cf6d67bcbd155dfb6556e2977080d5 Author: Ian Romanick Date: Thu Mar 5 10:24:57 2015 -0800 i915: Remove unused IS_MOBILE macro Inspired by Damien's re

Mesa (master): i915: Remove IS_9XX macro

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 19fda9fc8336795b9898d3773b05549238b72bd0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=19fda9fc8336795b9898d3773b05549238b72bd0 Author: Ian Romanick Date: Thu Mar 5 10:27:04 2015 -0800 i915: Remove IS_9XX macro Since the i915 / i965 split, IS_9

Mesa (master): i915: Remove unused IS_GEN2 macro

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 85df48b45a3bdc8c25b37b243a9f2a2398fc9e24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=85df48b45a3bdc8c25b37b243a9f2a2398fc9e24 Author: Ian Romanick Date: Thu Mar 5 11:26:53 2015 -0800 i915: Remove unused IS_GEN2 macro Inspired by Damien's rece

Mesa (master): i965: Silence unused parameter warning

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 78a211cee5f3f5fc101e3e68b5b1c8258837a6c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=78a211cee5f3f5fc101e3e68b5b1c8258837a6c3 Author: Ian Romanick Date: Fri Feb 27 18:42:03 2015 -0800 i965: Silence unused parameter warning All dd functions tak

Mesa (master): i965: Silence many 'static' is not at beginning of declaration warnings

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: 3a6a732c43e6ba6d48575796907f1ed144c7722c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3a6a732c43e6ba6d48575796907f1ed144c7722c Author: Ian Romanick Date: Fri Feb 27 18:26:11 2015 -0800 i965: Silence many 'static' is not at beginning of declarati

Mesa (master): i965/fs: Silence unused parameter warning

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: c82c8b220192bcdc6e39afd42576965b523a9ed5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c82c8b220192bcdc6e39afd42576965b523a9ed5 Author: Ian Romanick Date: Fri Feb 27 18:19:33 2015 -0800 i965/fs: Silence unused parameter warning I don't this opt_

Mesa (master): i965/fs: Silence unused parameter warning

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: e4f26acc08a3d852e60a27d0f0da7001944cb607 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4f26acc08a3d852e60a27d0f0da7001944cb607 Author: Ian Romanick Date: Fri Feb 27 16:43:13 2015 -0800 i965/fs: Silence unused parameter warning brw_fs_visitor.cp

Mesa (master): i965: Don' t write past the end of the application supplied buffer

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: e7d94be1ec9c87063a21731a982ae4677cd43bdf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e7d94be1ec9c87063a21731a982ae4677cd43bdf Author: Ian Romanick Date: Fri Feb 27 18:43:00 2015 -0800 i965: Don't write past the end of the application supplied b

Mesa (master): i965/fs: Silence unused parameter warning

2015-03-09 Thread Ian Romanick
Module: Mesa Branch: master Commit: f9779e4a8f2ca67423cded0203adac6ad3d5c448 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9779e4a8f2ca67423cded0203adac6ad3d5c448 Author: Ian Romanick Date: Fri Feb 27 18:06:25 2015 -0800 i965/fs: Silence unused parameter warning Unused since b18f

Mesa (master): main: Add check_texture_buffer_target.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 311b3686fe7433b1624384f7d344cc23d6363df2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=311b3686fe7433b1624384f7d344cc23d6363df2 Author: Laura Ekstrand Date: Wed Mar 4 14:46:02 2015 -0800 main: Add check_texture_buffer_target. Creates a shared f

Mesa (master): main: Add utility function _mesa_lookup_bufferobj_err.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 768ca8b83e45b1d23c0d3af0b79cc19c1b3b6988 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=768ca8b83e45b1d23c0d3af0b79cc19c1b3b6988 Author: Laura Ekstrand Date: Fri Jan 9 16:16:48 2015 -0800 main: Add utility function _mesa_lookup_bufferobj_err. Th

Mesa (master): main: Checking for cube completeness in GetCompressedTextureImage.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: ff011340a499d9fe5c3ead6b46b917578bfeb533 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ff011340a499d9fe5c3ead6b46b917578bfeb533 Author: Laura Ekstrand Date: Tue Jan 6 14:05:41 2015 -0800 main: Checking for cube completeness in GetCompressedTextu

Mesa (master): main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture] Buffer[Range].

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: d03337306a59ec7a9c1b4bd37856a95c40c1c801 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d03337306a59ec7a9c1b4bd37856a95c40c1c801 Author: Laura Ekstrand Date: Wed Mar 4 14:07:50 2015 -0800 main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]

Mesa (master): main: Add check_texture_buffer_range.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 5f8c6eabbeb698b6dc653eda9dcf01704e53ae58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5f8c6eabbeb698b6dc653eda9dcf01704e53ae58 Author: Laura Ekstrand Date: Wed Mar 4 14:45:40 2015 -0800 main: Add check_texture_buffer_range. Creates a shared fu

Mesa (master): main: Cosmetic changes for Texture Buffers.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 0f6372946b8bf52658140508d6501fe1bfd180d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f6372946b8bf52658140508d6501fe1bfd180d0 Author: Laura Ekstrand Date: Wed Mar 4 14:34:27 2015 -0800 main: Cosmetic changes for Texture Buffers. Adds a useful

Mesa (master): main: assert(texImage) in ARB_DSA texture cube map functions.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 70eab80f802b26ac87fe9c3e1fa819affe903afd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70eab80f802b26ac87fe9c3e1fa819affe903afd Author: Laura Ekstrand Date: Wed Mar 4 11:14:48 2015 -0800 main: assert(texImage) in ARB_DSA texture cube map functio

Mesa (master): main: Remove redundant copy of cube map block comment in GetTextureImage.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: c3e92faeb4875de47f0c83ab807b4ea298bfa079 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3e92faeb4875de47f0c83ab807b4ea298bfa079 Author: Laura Ekstrand Date: Wed Mar 4 11:09:17 2015 -0800 main: Remove redundant copy of cube map block comment in G

Mesa (master): main: _mesa_cube_level_complete checks NumLayers.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 1ee000a0b6737d6c140d4f07b6044908b8ebfdc7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ee000a0b6737d6c140d4f07b6044908b8ebfdc7 Author: Laura Ekstrand Date: Wed Mar 4 10:49:55 2015 -0800 main: _mesa_cube_level_complete checks NumLayers. _mesa_c

Mesa (master): main: Remove redundant NumLayers checks.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 8979368f12b96c28774119aff955e7f66a57b3fc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8979368f12b96c28774119aff955e7f66a57b3fc Author: Laura Ekstrand Date: Wed Mar 4 11:03:18 2015 -0800 main: Remove redundant NumLayers checks. ARB_direct_state

Mesa (master): main: Refactor _mesa_texture_buffer_range.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 6b78a1fb89670fd050747c79a20ecb1b2cd2dc2e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b78a1fb89670fd050747c79a20ecb1b2cd2dc2e Author: Laura Ekstrand Date: Wed Mar 4 14:31:29 2015 -0800 main: Refactor _mesa_texture_buffer_range. Changes how th

Mesa (master): main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 4080c330fa2868017c99b059b8e5ccf8d4eaa938 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4080c330fa2868017c99b059b8e5ccf8d4eaa938 Author: Laura Ekstrand Date: Tue Jan 6 15:27:32 2015 -0800 main: Add TEXTURE_CUBE_MAP support for glCompressedTexture

Mesa (master): main: Add entry point for TextureBufferRange.

2015-03-09 Thread Laura Ekstrand
Module: Mesa Branch: master Commit: 1e552db5228e4e0acdef1d4bec4503f7116a2622 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e552db5228e4e0acdef1d4bec4503f7116a2622 Author: Laura Ekstrand Date: Fri Feb 27 14:54:00 2015 -0800 main: Add entry point for TextureBufferRange. v2: Review

Mesa (master): r300g: fix a crash when resolving into an sRGB texture

2015-03-09 Thread Marek Olšák
Module: Mesa Branch: master Commit: 9953586af2254f83a610d4cd284f52f37fa18b98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9953586af2254f83a610d4cd284f52f37fa18b98 Author: Marek Olšák Date: Tue Feb 24 23:15:59 2015 +0100 r300g: fix a crash when resolving into an sRGB texture Cc: 1

Mesa (master): r300g: fix sRGB->sRGB blits

2015-03-09 Thread Marek Olšák
Module: Mesa Branch: master Commit: c939231e7223510408a446400ad23b8b5ce2922e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c939231e7223510408a446400ad23b8b5ce2922e Author: Marek Olšák Date: Mon Mar 9 21:20:03 2015 +0100 r300g: fix sRGB->sRGB blits Cc: 10.5 10.4 --- src/galliu

Mesa (master): r300g: remove the broken SNORM->UNORM shader lowering pass

2015-03-09 Thread Marek Olšák
Module: Mesa Branch: master Commit: 4815c187b7faf48ebf38ac9efb0ed7b126f2a460 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4815c187b7faf48ebf38ac9efb0ed7b126f2a460 Author: Marek Olšák Date: Mon Mar 9 20:05:48 2015 +0100 r300g: remove the broken SNORM->UNORM shader lowering pass N

Mesa (master): r300g: use memset for clearing the shader key

2015-03-09 Thread Marek Olšák
Module: Mesa Branch: master Commit: 113601086d336b4ba8b378c4df6b557461a26ad6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=113601086d336b4ba8b378c4df6b557461a26ad6 Author: Marek Olšák Date: Mon Mar 9 20:01:26 2015 +0100 r300g: use memset for clearing the shader key --- src/gall

Mesa (master): r300g: fix RGTC1 and LATC1 SNORM formats

2015-03-09 Thread Marek Olšák
Module: Mesa Branch: master Commit: 74a757f92f7377f59c0feb7f84c7518f9a167631 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=74a757f92f7377f59c0feb7f84c7518f9a167631 Author: Marek Olšák Date: Mon Mar 9 20:04:04 2015 +0100 r300g: fix RGTC1 and LATC1 SNORM formats Cc: 10.5 10.4 ---

Mesa (master): r300g: Fix the ATI1N swizzle (RGTC1 and LATC1)

2015-03-09 Thread Marek Olšák
Module: Mesa Branch: master Commit: f710b99071fe4e3c2ee88cdcb6bb5c10298e014e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f710b99071fe4e3c2ee88cdcb6bb5c10298e014e Author: Stefan Dösinger Date: Mon Mar 9 16:15:13 2015 +0100 r300g: Fix the ATI1N swizzle (RGTC1 and LATC1) This fixe

Mesa (master): clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2

2015-03-09 Thread Tom Stellard
Module: Mesa Branch: master Commit: a646b00cfc42fecdf4f853a6fe3ddf12d7801881 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a646b00cfc42fecdf4f853a6fe3ddf12d7801881 Author: Tom Stellard Date: Thu Mar 5 14:30:57 2015 + clover: Return the minimum required value for CL_DEVICE_SING

Mesa (master): radeonsi/compute: Use value from compiler for COMPUTE_PGM_RSRC1.FLOAT_MODE

2015-03-09 Thread Tom Stellard
Module: Mesa Branch: master Commit: bbfa1c323917cc54162a64e7882cec9a7b70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bbfa1c323917cc54162a64e7882cec9a7b70 Author: Tom Stellard Date: Fri Mar 6 14:53:00 2015 + radeonsi/compute: Use value from compiler for COMPUTE_PGM_RS

Mesa (master): radeonsi: Add additional information to shader dumps

2015-03-09 Thread Tom Stellard
Module: Mesa Branch: master Commit: 51b43c559f40eed2d02a35014c86b6a3e232c6fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=51b43c559f40eed2d02a35014c86b6a3e232c6fa Author: Tom Stellard Date: Thu Feb 26 21:27:27 2015 -0500 radeonsi: Add additional information to shader dumps This a

Mesa (master): freedreno: move fb state copy after checking for size change

2015-03-09 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f3dfe6513c26d1ce50b3b0fc830d4d8ff7f6b922 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3dfe6513c26d1ce50b3b0fc830d4d8ff7f6b922 Author: Ilia Mirkin Date: Mon Mar 2 21:22:27 2015 -0500 freedreno: move fb state copy after checking for size change

Mesa (master): freedreno/ir3: fix array count returned by TXQ

2015-03-09 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 8ac957a51c67fc095db9539df6482b9533b1d05c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8ac957a51c67fc095db9539df6482b9533b1d05c Author: Ilia Mirkin Date: Sat Mar 7 17:41:47 2015 -0500 freedreno/ir3: fix array count returned by TXQ Signed-off-by

Mesa (master): freedreno/ir3: get the # of miplevels from getinfo

2015-03-09 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: cb3eb43ad690a7355429ba8dcd40120646c55b9c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cb3eb43ad690a7355429ba8dcd40120646c55b9c Author: Ilia Mirkin Date: Sat Mar 7 18:25:54 2015 -0500 freedreno/ir3: get the # of miplevels from getinfo This fixe

Mesa (master): nir: Make the printer include nir_variable::location too.

2015-03-09 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: b9c2fa15e31c4904d4a2526b79ef3f70596c1074 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b9c2fa15e31c4904d4a2526b79ef3f70596c1074 Author: Kenneth Graunke Date: Thu Feb 19 01:19:13 2015 -0800 nir: Make the printer include nir_variable::location too.

Mesa (master): i965/fs: Implement SIMD16 dual source blending.

2015-03-09 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: a72fb69604711d4f0e0fe49241d2da0311503f6a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a72fb69604711d4f0e0fe49241d2da0311503f6a Author: Iago Toral Quiroga Date: Thu Mar 5 09:43:38 2015 +0100 i965/fs: Implement SIMD16 dual source blending. From