Mesa (master): i965: print error messages if gs fails to compile

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4f89cf4941db0a5cd8a85b94312184cf8e4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f89cf4941db0a5cd8a85b94312184cf8e4f Author: Timothy Arceri Date: Thu Jul 21 14:07:01 2016 +1000 i965: print error messages if gs fails to compile We do t

Mesa (master): i965: add helper for creating packing writemask

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 138aad06b3bc577f7ee2970ad02f3381da451896 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=138aad06b3bc577f7ee2970ad02f3381da451896 Author: Timothy Arceri Date: Thu Jun 23 12:52:05 2016 +1000 i965: add helper for creating packing writemask For examp

Mesa (master): i965/vec4: add support for packing vs/gs/tes outputs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d1b1fca0b7cccff718923f2344ea144dc3ebb869 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1b1fca0b7cccff718923f2344ea144dc3ebb869 Author: Timothy Arceri Date: Thu Jun 23 12:49:53 2016 +1000 i965/vec4: add support for packing vs/gs/tes outputs Here

Mesa (master): i965/vec4: add component packing for gs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d1192bef7ee4521c66a272286936b3afa3927601 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d1192bef7ee4521c66a272286936b3afa3927601 Author: Timothy Arceri Date: Thu Jun 23 13:03:47 2016 +1000 i965/vec4: add component packing for gs Reviewed-by: Kenn

Mesa (master): i965: enable ARB_enhanced_layouts for gen6+

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4ba9bd138a48bd61cbc24d546afef0986f2fd05a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ba9bd138a48bd61cbc24d546afef0986f2fd05a Author: Timothy Arceri Date: Fri May 20 13:37:45 2016 +1000 i965: enable ARB_enhanced_layouts for gen6+ Reviewed-by:

Mesa (master): i965: enable GL4.4 for Gen8+

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b463b1d7cce2e9848b5937d1431c74f27e26edb3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b463b1d7cce2e9848b5937d1431c74f27e26edb3 Author: Timothy Arceri Date: Thu Jul 21 11:53:14 2016 +1000 i965: enable GL4.4 for Gen8+ Acked-by: Kenneth Graunke

Mesa (master): i965/vec4: add packing support for tcs load outputs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: f3805c5f097f0d2bc655f35f9531aaa91813c225 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3805c5f097f0d2bc655f35f9531aaa91813c225 Author: Timothy Arceri Date: Fri Jun 24 12:31:56 2016 +1000 i965/vec4: add packing support for tcs load outputs Revie

Mesa (master): i965/vec4: add support for packing tcs outputs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d07cfb31c4930ddb7700667783f6dfe5754b5435 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d07cfb31c4930ddb7700667783f6dfe5754b5435 Author: Timothy Arceri Date: Fri Jun 24 12:10:12 2016 +1000 i965/vec4: add support for packing tcs outputs Reviewed-b

Mesa (master): i965/vec4: support packing tcs inputs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b25e49a3c7651d31b3e526577ae394ba0ae66de2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b25e49a3c7651d31b3e526577ae394ba0ae66de2 Author: Timothy Arceri Date: Thu Jun 23 14:26:16 2016 +1000 i965/vec4: support packing tcs inputs Reviewed-by: Kennet

Mesa (master): i965/vec4: add support for packing tes inputs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 255388a9655459f3b921047ebe8b1dff1dfe7fb0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=255388a9655459f3b921047ebe8b1dff1dfe7fb0 Author: Timothy Arceri Date: Fri Jun 24 12:14:30 2016 +1000 i965/vec4: add support for packing tes inputs Reviewed-by

Mesa (master): i965/vec4: add support for packing inputs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b427abba0c04214ba6184092eee73fc6377fbff9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b427abba0c04214ba6184092eee73fc6377fbff9 Author: Timothy Arceri Date: Thu Jun 23 09:37:03 2016 +1000 i965/vec4: add support for packing inputs Reviewed-by: Ke

Mesa (master): i965: add helpers for creating component layout swizzle

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4b57b53f85a7b125fa19508b5dcdd92b9e00c25f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4b57b53f85a7b125fa19508b5dcdd92b9e00c25f Author: Timothy Arceri Date: Thu Jun 23 09:32:39 2016 +1000 i965: add helpers for creating component layout swizzle T

Mesa (master): vc4: Detect and report kernel support for branching.

2016-07-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 83b8ca58e12ee13c4d5cd51c30c0fd19bf4f8bd2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=83b8ca58e12ee13c4d5cd51c30c0fd19bf4f8bd2 Author: Eric Anholt Date: Thu Mar 10 15:18:31 2016 -0800 vc4: Detect and report kernel support for branching. --- s

Mesa (master): vc4: Switch to using the libdrm-provided vc4_drm.h.

2016-07-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: 16985eb308ea063025874eb1094269b9b3ed4656 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=16985eb308ea063025874eb1094269b9b3ed4656 Author: Eric Anholt Date: Sat Jul 2 14:35:34 2016 -0700 vc4: Switch to using the libdrm-provided vc4_drm.h. The requ

Mesa (master): vc4: Return V3D version details in the GL renderer info.

2016-07-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: d2b4b16589b1206b20aea638f8b0c7cf740b3a4f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2b4b16589b1206b20aea638f8b0c7cf740b3a4f Author: Eric Anholt Date: Tue Jul 12 11:57:13 2016 -0700 vc4: Return V3D version details in the GL renderer info. Thi

Mesa (master): vc4: Check the V3D version reported by the kernel.

2016-07-20 Thread Eric Anholt
Module: Mesa Branch: master Commit: d81934cded89b20cf305e5afb5c2de9b22d02904 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d81934cded89b20cf305e5afb5c2de9b22d02904 Author: Eric Anholt Date: Mon Jul 11 17:55:33 2016 -0700 vc4: Check the V3D version reported by the kernel. We don't

Mesa (master): i965: add component packing support for load_output intrinsics

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ad5dd39984467b29d20e03ec8bd26f6f1d2e97ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad5dd39984467b29d20e03ec8bd26f6f1d2e97ad Author: Timothy Arceri Date: Wed Jun 15 12:35:49 2016 +1000 i965: add component packing support for load_output intrin

Mesa (master): docs: mark ARB_enhanced_layouts as DONE for i965

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 3d8c29ed328636ddeaf969fc22dc41107fa71644 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d8c29ed328636ddeaf969fc22dc41107fa71644 Author: Timothy Arceri Date: Wed Dec 16 13:55:50 2015 +1100 docs: mark ARB_enhanced_layouts as DONE for i965 Reviewed

Mesa (master): i965: enable ARB_enhanced_layouts for gen8+

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: d99a040bbf2c385c0ad096ec140aa62f805a68b2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d99a040bbf2c385c0ad096ec140aa62f805a68b2 Author: Timothy Arceri Date: Fri May 20 13:37:45 2016 +1000 i965: enable ARB_enhanced_layouts for gen8+ Acked-by: Edw

Mesa (master): i965: enable component packing for vs and fs

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 7f53fead5cf9a85c74a94d359dd5fccfbb87856c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f53fead5cf9a85c74a94d359dd5fccfbb87856c Author: Timothy Arceri Date: Mon May 23 16:48:05 2016 +1000 i965: enable component packing for vs and fs Rather than

Mesa (master): nir: add doubles component packing support

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: cba6657d8ba57fddf72bbe3c96e8aee997a1527d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cba6657d8ba57fddf72bbe3c96e8aee997a1527d Author: Timothy Arceri Date: Tue Jul 19 15:40:14 2016 +1000 nir: add doubles component packing support This makes sur

Mesa (master): i965: bring back type_size_vec4_times_4()

2016-07-20 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 09e46f99ad465ab253de3fc321f39062cfbe1984 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09e46f99ad465ab253de3fc321f39062cfbe1984 Author: Timothy Arceri Date: Tue Jul 19 15:13:51 2016 +1000 i965: bring back type_size_vec4_times_4() We will use thi

Mesa (master): nir/inline: Constant-initialize local variables in the callee if needed

2016-07-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 9d503aea069e08cffd57a4d590a6a0ca3b8ae4a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9d503aea069e08cffd57a4d590a6a0ca3b8ae4a2 Author: Jason Ekstrand Date: Fri Jul 15 15:44:32 2016 -0700 nir/inline: Constant-initialize local variables in the cal

Mesa (master): nir: Add a nir_deref_foreach_leaf helper

2016-07-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: dc9f2436c39d6539b56c9aedceefdc79566e5db8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dc9f2436c39d6539b56c9aedceefdc79566e5db8 Author: Jason Ekstrand Date: Fri Jul 15 15:21:19 2016 -0700 nir: Add a nir_deref_foreach_leaf helper Signed-off-by: J

Mesa (master): clover: Add missing include v2

2016-07-20 Thread Tom Stellard
Module: Mesa Branch: master Commit: a73bf11a63ea93640c26b5701c533b06d3a6f3e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a73bf11a63ea93640c26b5701c533b06d3a6f3e9 Author: Tom Stellard Date: Tue Jul 19 15:05:34 2016 + clover: Add missing include v2 clang commit r275822 removed

Mesa (master): clover: Re-order includes in invocation.cpp to fix build

2016-07-20 Thread Tom Stellard
Module: Mesa Branch: master Commit: 106946153fb237e0867d65d53fb3a8461f3a13ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=106946153fb237e0867d65d53fb3a8461f3a13ee Author: Tom Stellard Date: Tue Jul 19 15:07:23 2016 + clover: Re-order includes in invocation.cpp to fix build Th

Mesa (master): nir: Add new intrinsics for fragment shader input interpolation.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 249646247996d9950584bbd34067a27b8b704a6f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=249646247996d9950584bbd34067a27b8b704a6f Author: Kenneth Graunke Date: Tue Jul 12 01:46:43 2016 -0700 nir: Add new intrinsics for fragment shader input interpo

Mesa (master): i965: Rewrite FS input handling to use the new NIR intrinsics.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 1eef0b73aa323d94d5a080cd1efa81ccacdbd0d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1eef0b73aa323d94d5a080cd1efa81ccacdbd0d2 Author: Kenneth Graunke Date: Tue Jul 12 03:57:25 2016 -0700 i965: Rewrite FS input handling to use the new NIR intrin

Mesa (master): i965: Move VS load_input handling to nir_emit_vs_intrinsic( ).

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 3dba8516d6468866f2534f517358a6243eb0995e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3dba8516d6468866f2534f517358a6243eb0995e Author: Kenneth Graunke Date: Tue Jul 19 19:00:19 2016 -0700 i965: Move VS load_input handling to nir_emit_vs_intrinsi

Mesa (master): i965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID virtual opcode.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 160820995210e0b85fd25821f5ae785d6a539e08 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=160820995210e0b85fd25821f5ae785d6a539e08 Author: Kenneth Graunke Date: Sat Jul 16 11:52:36 2016 -0700 i965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID virtua

Mesa (master): i965: Add a pass to demote sample interpolation intrinsics.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 048a56c1fc8f66e74645cc5ff4b4eb3d5ee471a8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=048a56c1fc8f66e74645cc5ff4b4eb3d5ee471a8 Author: Kenneth Graunke Date: Sun Jul 17 18:37:08 2016 -0700 i965: Add a pass to demote sample interpolation intrinsic

Mesa (master): i965: Move load_interpolated_input/ barycentric_* intrinsics to the top.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: a2dc11a7818c04d8dc0324e8fcba98d60baea529 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2dc11a7818c04d8dc0324e8fcba98d60baea529 Author: Kenneth Graunke Date: Sun Jul 17 18:44:58 2016 -0700 i965: Move load_interpolated_input/barycentric_* intrinsi

Mesa (master): nir: Add nir_load_interpolated_input lowering code.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 707ca00fce464af84212fa1fff573f5814a8c118 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=707ca00fce464af84212fa1fff573f5814a8c118 Author: Kenneth Graunke Date: Tue Jul 12 01:46:53 2016 -0700 nir: Add nir_load_interpolated_input lowering code. Now

Mesa (master): genxml: Rename "API Rendering Disable" to " Rendering Disable".

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 87660579f587dbb390cf89c3ce7f5ccdb5c6839e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87660579f587dbb390cf89c3ce7f5ccdb5c6839e Author: Kenneth Graunke Date: Mon Jul 18 16:00:20 2016 -0700 genxml: Rename "API Rendering Disable" to "Rendering Disa

Mesa (master): anv: Properly call gen75_emit_state_base_address on Haswell.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: e614062e548ae58f51082c2cf984c3141cf01ec9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e614062e548ae58f51082c2cf984c3141cf01ec9 Author: Kenneth Graunke Date: Mon Jul 18 16:13:36 2016 -0700 anv: Properly call gen75_emit_state_base_address on Haswe

Mesa (master): anv: Fix near plane clipping on Gen7/7.5.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 0d77f08042b00cff81bebceb7877bc20f80c0965 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d77f08042b00cff81bebceb7877bc20f80c0965 Author: Kenneth Graunke Date: Mon Jul 18 14:15:49 2016 -0700 anv: Fix near plane clipping on Gen7/7.5. The Gen7/7.5 c

Mesa (master): anv: Unify 3DSTATE_CLIP code across generations.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: bfd9942cdc0db19838a4516f4a67e1bcf25a9d30 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bfd9942cdc0db19838a4516f4a67e1bcf25a9d30 Author: Kenneth Graunke Date: Mon Jul 18 14:27:35 2016 -0700 anv: Unify 3DSTATE_CLIP code across generations. The bul

Mesa (master): genxml: Add CLIPMODE_* prefix to 3DSTATE_CLIP's "Clip Mode" enum values.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: c31cf532af4c14ffb82ccbec2e69df82d56c4ef2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c31cf532af4c14ffb82ccbec2e69df82d56c4ef2 Author: Kenneth Graunke Date: Mon Jul 18 15:36:43 2016 -0700 genxml: Add CLIPMODE_* prefix to 3DSTATE_CLIP's "Clip Mod

Mesa (master): anv: Enable early culling on Gen7.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 44502afd8219c298fafa39625a178713c912d975 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=44502afd8219c298fafa39625a178713c912d975 Author: Kenneth Graunke Date: Mon Jul 18 13:52:07 2016 -0700 anv: Enable early culling on Gen7. We set the cull mode,

Mesa (master): genxml: Add APIMODE_D3D missing enum values and improve consistency.

2016-07-20 Thread Kenneth Graunke
Module: Mesa Branch: master Commit: 6b6727026228bd1eab715034416194317e4d0fc6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6b6727026228bd1eab715034416194317e4d0fc6 Author: Kenneth Graunke Date: Mon Jul 18 13:56:23 2016 -0700 genxml: Add APIMODE_D3D missing enum values and improve c

Mesa (master): swr: [rasterizer core] support range of values in TemplateArgUnroller

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: e0529a4668c7f50fb51b2c4ae8bc5954934db55f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e0529a4668c7f50fb51b2c4ae8bc5954934db55f Author: Tim Rowley Date: Wed Jul 13 15:06:13 2016 -0600 swr: [rasterizer core] support range of values in TemplateArgU

Mesa (master): swr: [rasterizer core] ensure adjacent topologies use the cut-aware PA

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: 036301596477a4b6b54e8e3f4ecf051860cbc7c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=036301596477a4b6b54e8e3f4ecf051860cbc7c3 Author: Tim Rowley Date: Tue Jul 12 17:04:44 2016 -0600 swr: [rasterizer core] ensure adjacent topologies use the cut-

Mesa (master): swr: [rasterizer] attribute swizzling and linkage

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: efdaf5fa3e74ca4f3d9217dc6955aef6dc698a68 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=efdaf5fa3e74ca4f3d9217dc6955aef6dc698a68 Author: Tim Rowley Date: Tue Jul 12 15:03:42 2016 -0600 swr: [rasterizer] attribute swizzling and linkage Add support

Mesa (master): swr: [rasterizer core] avx512 simd utility work

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: 1d09b3971aed8f86aa28e52b1dcec393ee5debc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d09b3971aed8f86aa28e52b1dcec393ee5debc9 Author: Tim Rowley Date: Thu Jul 7 17:41:58 2016 -0600 swr: [rasterizer core] avx512 simd utility work Enabling KNOB

Mesa (master): swr: [rasterizer core] fix for possible int32 overflow condition

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: 5fe361e2c04781f674ee9d9ee4c7b731f6a9e59b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5fe361e2c04781f674ee9d9ee4c7b731f6a9e59b Author: Tim Rowley Date: Thu Jul 14 12:10:39 2016 -0600 swr: [rasterizer core] fix for possible int32 overflow conditi

Mesa (master): swr: [rasterizer core] viewport rounding for disabled scissor

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: 98641f4e73030694bb79f41d40d7e1515b396f77 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98641f4e73030694bb79f41d40d7e1515b396f77 Author: Tim Rowley Date: Thu Jul 7 17:32:39 2016 -0600 swr: [rasterizer core] viewport rounding for disabled scissor

Mesa (master): swr: [rasterizer core] centroid correction

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: e41d9dd5769542b2118d222359fb7b7280564317 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e41d9dd5769542b2118d222359fb7b7280564317 Author: Tim Rowley Date: Wed Jul 13 17:34:03 2016 -0600 swr: [rasterizer core] centroid correction Signed-off-by: Tim

Mesa (master): swr: [rasterizer core] rename *_MAX enum values to *_COUNT

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: a123d12e1424816b4c3ac5422db7e5373df8d2fa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a123d12e1424816b4c3ac5422db7e5373df8d2fa Author: Tim Rowley Date: Thu Jul 14 12:02:51 2016 -0600 swr: [rasterizer core] rename *_MAX enum values to *_COUNT Ma

Mesa (master): swr: [rasterizer common] icc declspec definitions

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: a5846fb75abae86dee29b2948b5d6462d84467c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a5846fb75abae86dee29b2948b5d6462d84467c3 Author: Tim Rowley Date: Tue Jul 12 10:33:58 2016 -0600 swr: [rasterizer common] icc declspec definitions Signed-off-

Mesa (master): swr: [rasterizer jitter] rework vertex/ instance ID storage in fetch

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: 0d13f2e801d6b1fabf3e67cc9aac3ec4361f05c9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d13f2e801d6b1fabf3e67cc9aac3ec4361f05c9 Author: Tim Rowley Date: Fri Jul 8 13:08:20 2016 -0600 swr: [rasterizer jitter] rework vertex/instance ID storage in

Mesa (master): swr: [rasterizer core] introduce simd16intrin.h

2016-07-20 Thread Tim Rowley
Module: Mesa Branch: master Commit: 0f13a8f770ff27f2fbff2b2fc65752b5f4434d4a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f13a8f770ff27f2fbff2b2fc65752b5f4434d4a Author: Tim Rowley Date: Fri Jul 15 12:23:46 2016 -0600 swr: [rasterizer core] introduce simd16intrin.h Refactoring t

Mesa (master): i965: Stop muging cube array lengths by 6

2016-07-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 96dfed49e47eac7afc100e5b8d3b316dd6652fb6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96dfed49e47eac7afc100e5b8d3b316dd6652fb6 Author: Jason Ekstrand Date: Mon Jul 18 16:25:12 2016 -0700 i965: Stop muging cube array lengths by 6 From the Sky La

Mesa (master): i965/miptree: Enforce that height == 1 for 1-D array textures

2016-07-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: d4d505d0b04b9bce7c346fe0710df9921861edd6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4d505d0b04b9bce7c346fe0710df9921861edd6 Author: Jason Ekstrand Date: Mon Jul 18 18:46:43 2016 -0700 i965/miptree: Enforce that height == 1 for 1-D array textu

Mesa (master): i965/miptree: Set logical_depth0 == 6 for cube maps

2016-07-20 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: e19b7f7f1b5d6a1d325c0129d6d6b9da6234330a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e19b7f7f1b5d6a1d325c0129d6d6b9da6234330a Author: Jason Ekstrand Date: Mon Jul 18 22:00:30 2016 -0700 i965/miptree: Set logical_depth0 == 6 for cube maps This

Mesa (master): egl/android: Stop leaking DRI images

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 9e1248d0752e692714b58ef1f2211ec7e172c8cf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e1248d0752e692714b58ef1f2211ec7e172c8cf Author: Tomasz Figa Date: Fri Jul 15 16:53:50 2016 +0900 egl/android: Stop leaking DRI images Current implementation

Mesa (master): i965: store reference to the context within struct brw_fence (v2)

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 4f48674d51f03d8c954a89dfc49539a1dc750c4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f48674d51f03d8c954a89dfc49539a1dc750c4d Author: Emil Velikov Date: Fri Jul 15 16:27:09 2016 +0900 i965: store reference to the context within struct brw_fence

Mesa (master): egl/dri2: dri2_make_current: Set EGL error if bindContext fails

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 9bebef4034c79d0f223a6e61943dd44bcb6442ee URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bebef4034c79d0f223a6e61943dd44bcb6442ee Author: Nicolas Boichat Date: Fri Jul 15 16:24:20 2016 +0800 egl/dri2: dri2_make_current: Set EGL error if bindContext

Mesa (master): gallium/dri: Add shared glapi to LIBADD on Android

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 70a28afb296de3e89248ad2a2bc0611e7afb762b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70a28afb296de3e89248ad2a2bc0611e7afb762b Author: Tomasz Figa Date: Wed Jul 13 11:29:45 2016 +0800 gallium/dri: Add shared glapi to LIBADD on Android An earlie

Mesa (master): egl/android: Remove unused variables

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: ccda100a5a2838adec16ac10b2cc1c73e666e7d2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ccda100a5a2838adec16ac10b2cc1c73e666e7d2 Author: Tomasz Figa Date: Wed Jul 13 11:33:24 2016 +0800 egl/android: Remove unused variables There are some unused v

Mesa (master): Avoid overflow in 'last' variable of FindGLXFunction(...)

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 27ef7bfd6cd2d960844f4c79d6dddc0bda0b20b0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=27ef7bfd6cd2d960844f4c79d6dddc0bda0b20b0 Author: Stefan Dirsch Date: Thu Jul 14 15:21:20 2016 +0200 Avoid overflow in 'last' variable of FindGLXFunction(...)

Mesa (master): mesa: scons: remove left over src/glsl include

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: ae9a2baaa63309c1297a7ea67c124b422b64b5c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae9a2baaa63309c1297a7ea67c124b422b64b5c0 Author: Emil Velikov Date: Mon Jul 18 19:28:09 2016 +0100 mesa: scons: remove left over src/glsl include The path no

Mesa (master): egl/android: Check return value of dri2_get_dri_config()

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 94282b6dd0e7c15030b09b6789a7aa5a15e8a869 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=94282b6dd0e7c15030b09b6789a7aa5a15e8a869 Author: Tomasz Figa Date: Fri Jul 15 16:53:48 2016 +0900 egl/android: Check return value of dri2_get_dri_config() It

Mesa (master): egl/android: Add some useful error messages

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 565fa6b748e952098b2e69eff4be6ac15c204043 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=565fa6b748e952098b2e69eff4be6ac15c204043 Author: Tomasz Figa Date: Fri Jul 15 16:53:49 2016 +0900 egl/android: Add some useful error messages It is much easie

Mesa (master): mesa: automake: list builddir before srcdir

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: eafa82e20e35c532bd2918c62d0100cbbecc7f1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eafa82e20e35c532bd2918c62d0100cbbecc7f1f Author: Emil Velikov Date: Mon Jul 18 19:12:17 2016 +0100 mesa: automake: list builddir before srcdir In the case of

Mesa (master): mesa: scons: list builddir before srcdir

2016-07-20 Thread Emil Velikov
Module: Mesa Branch: master Commit: 1c7c0d77ac1f7035558c37fc0297e9d22991d429 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1c7c0d77ac1f7035558c37fc0297e9d22991d429 Author: Emil Velikov Date: Mon Jul 18 19:23:02 2016 +0100 mesa: scons: list builddir before srcdir Analogous to previ

Mesa (master): r600: advertise 8 bits subpixel precision for viewport bounds

2016-07-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: 98aa80718824127247555a75a2eb8a4af71b30a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98aa80718824127247555a75a2eb8a4af71b30a6 Author: Józef Kucia Date: Tue Jul 19 13:07:25 2016 +0200 r600: advertise 8 bits subpixel precision for viewport bounds

Mesa (master): radeonsi: advertise 8 bits subpixel precision for viewport bounds

2016-07-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: 14608ef920a6eb9113f8d5da903cab6f9dc357ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14608ef920a6eb9113f8d5da903cab6f9dc357ea Author: Józef Kucia Date: Tue Jul 19 13:07:26 2016 +0200 radeonsi: advertise 8 bits subpixel precision for viewport bo

Mesa (master): gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)

2016-07-20 Thread Marek Olšák
Module: Mesa Branch: master Commit: 3cd28fe3de203934f2bab33cce7a91da499c7376 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cd28fe3de203934f2bab33cce7a91da499c7376 Author: Józef Kucia Date: Tue Jul 19 13:07:24 2016 +0200 gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2) This allo

Mesa (master): nv50/ir: print OP_SUREDB subops in debug mode

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 8489f20689c8d3d372c4143311cca23cd6a5fc58 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8489f20689c8d3d372c4143311cca23cd6a5fc58 Author: Samuel Pitoiset Date: Tue Jul 5 01:53:56 2016 +0200 nv50/ir: print OP_SUREDB subops in debug mode Signed-off

Mesa (master): gm107/ir: lower surface operations

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: c68989b2c8de2ad961774cb7402aa206517d88c5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c68989b2c8de2ad961774cb7402aa206517d88c5 Author: Samuel Pitoiset Date: Tue May 10 12:50:07 2016 +0200 gm107/ir: lower surface operations Signed-off-by: Samuel

Mesa (master): nvc0: disable MS images on GM107+

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 3c78d89692a533879efa64f778712dfd537bd105 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3c78d89692a533879efa64f778712dfd537bd105 Author: Samuel Pitoiset Date: Tue Jul 5 22:43:14 2016 +0200 nvc0: disable MS images on GM107+ MS images have to be h

Mesa (master): gm107/ra: fix constraints for surface operations

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: e14cb05ce138ffa4828a809509f975abd103d3a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e14cb05ce138ffa4828a809509f975abd103d3a9 Author: Samuel Pitoiset Date: Thu May 19 11:59:25 2016 +0200 gm107/ra: fix constraints for surface operations Signed-

Mesa (master): nvc0: increase the tex handles area size in the driver cb

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 1da704a94c57aa0b0cf8faaa3236fe47dfb8f88c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1da704a94c57aa0b0cf8faaa3236fe47dfb8f88c Author: Samuel Pitoiset Date: Sun Jun 26 02:00:40 2016 +0200 nvc0: increase the tex handles area size in the driver cb

Mesa (master): nvc0: bind images for 3d/cp shaders on GM107+

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 2ae4b5d6229ac1961cb09794e06a6cb1c73e14d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ae4b5d6229ac1961cb09794e06a6cb1c73e14d3 Author: Samuel Pitoiset Date: Mon Jul 4 19:15:02 2016 +0200 nvc0: bind images for 3d/cp shaders on GM107+ On Maxwell

Mesa (master): gm107/ir: add emission for SUSTx and SULDx

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 4aaacd6dd0a562d5cc428e350cb0e5addf06d39c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4aaacd6dd0a562d5cc428e350cb0e5addf06d39c Author: Samuel Pitoiset Date: Fri Jun 24 22:34:52 2016 +0200 gm107/ir: add emission for SUSTx and SULDx Signed-off-by

Mesa (master): gm107/ir: add emission for SUREDx

2016-07-20 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 1edc44bfd3a0be72bbc77ee82a833692cc404cbd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1edc44bfd3a0be72bbc77ee82a833692cc404cbd Author: Samuel Pitoiset Date: Fri Jun 24 22:35:59 2016 +0200 gm107/ir: add emission for SUREDx Signed-off-by: Samuel