Mesa (master): Revert "nv50,nvc0: remove bogus 64_FLOAT formats"

2015-03-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 43277fcd59b163a8bdd00d7875557bb71ecf48ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=43277fcd59b163a8bdd00d7875557bb71ecf48ff Author: Ilia Mirkin Date: Mon Mar 23 20:53:19 2015 -0400 Revert "nv50,nvc0: remove bogus 64_FLOAT formats" This rever

Mesa (master): mapi: Make private copies of name strings provided by client.

2015-03-23 Thread Emil Velikov
Module: Mesa Branch: master Commit: 1110113a7f0b6f9b21dd26dee8e95a021041c71c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1110113a7f0b6f9b21dd26dee8e95a021041c71c Author: Mario Kleiner Date: Thu Mar 12 23:34:12 2015 +0100 mapi: Make private copies of name strings provided by clien

Mesa (master): clover: Return 0 as storage size for local kernel args that are not set v2

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: dfb1ae9d914b7723ef50fdd2efe811feebc045ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfb1ae9d914b7723ef50fdd2efe811feebc045ad Author: Tom Stellard Date: Fri Mar 20 22:19:43 2015 + clover: Return 0 as storage size for local kernel args that

Mesa (master): gallivm: Use MCInstrInfo in the disassembler for querying instruction info

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 769b366b83dcc12bfe06935f816023cdcfbdf578 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=769b366b83dcc12bfe06935f816023cdcfbdf578 Author: Tom Stellard Date: Mon Mar 23 14:37:24 2015 + gallivm: Use MCInstrInfo in the disassembler for querying in

Mesa (master): gallium: remove trailing whitespace in p_screen.h

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 9280f17e823cbdbddf30a4ae5e2de9f2d327d33c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9280f17e823cbdbddf30a4ae5e2de9f2d327d33c Author: Giuseppe Bilotta Date: Sun Mar 22 07:20:59 2015 +0100 gallium: remove trailing whitespace in p_screen.h Signe

Mesa (master): clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits not bytes

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 6e17936bf84c286c3540fe559838bc2a4d975539 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6e17936bf84c286c3540fe559838bc2a4d975539 Author: Tom Stellard Date: Sat Mar 21 00:44:47 2015 + clover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN is bits n

Mesa (master): clover: use get_device_vendor instead of get_vendor

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 7932b30892ef898ec4c74ac1f972cb462f19962b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7932b30892ef898ec4c74ac1f972cb462f19962b Author: Giuseppe Bilotta Date: Sun Mar 22 07:21:02 2015 +0100 clover: use get_device_vendor instead of get_vendor The

Mesa (master): clover: Add all the mandatory 1.1 extensions to the extension string

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 2b12b1752ae18c468cb01e94c78544ca5783dc44 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2b12b1752ae18c468cb01e94c78544ca5783dc44 Author: Tom Stellard Date: Sat Mar 21 00:25:34 2015 + clover: Add all the mandatory 1.1 extensions to the extensio

Mesa (master): gallium: introduce get_device_vendor() entrypoint for pipes

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31d4e6fbffb0c5bcaf92e2c2953f58dc072295d6 Author: Giuseppe Bilotta Date: Sun Mar 22 07:21:00 2015 +0100 gallium: introduce get_device_vendor() entrypoint for pi

Mesa (master): gallium: implement get_device_vendor() for existing drivers

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 76039b38f0ef54ca61cbe72b899dfcf0f0c724e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76039b38f0ef54ca61cbe72b899dfcf0f0c724e4 Author: Giuseppe Bilotta Date: Sun Mar 22 07:21:01 2015 +0100 gallium: implement get_device_vendor() for existing driv

Mesa (master): clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSION

2015-03-23 Thread Tom Stellard
Module: Mesa Branch: master Commit: 96f9cc9181403a93208cb44786c485ce44492eda URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96f9cc9181403a93208cb44786c485ce44492eda Author: Tom Stellard Date: Fri Mar 20 23:55:58 2015 + clover: Add a space at the end of CL_DEVICE_OPENCL_C_VERSION

Mesa (master): 31 new commits

2015-03-23 Thread Francisco Jerez
URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3d1bba7c9be856ed4e7611ef92796430556a2f6d Author: Francisco Jerez Date: Wed Mar 18 21:06:28 2015 +0200 i965/vec4: Fix handling of multiple register reads and writes in dead_code_eliminate(). Reviewed-by: Matt Turner URL:

Mesa (master): glsl: fix names in lower_constant_arrays_to_uniforms

2015-03-23 Thread Tapani Pälli
Module: Mesa Branch: master Commit: 3cf99701ba6c9e56c9126fdbb74107a31ffcbcfb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3cf99701ba6c9e56c9126fdbb74107a31ffcbcfb Author: Tapani Pälli Date: Mon Mar 23 09:12:35 2015 +0200 glsl: fix names in lower_constant_arrays_to_uniforms Patch

Mesa (master): i965/nir: Properly set the predicate on the SEL used in min /max

2015-03-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 2612e569e04e29500f81ed233bd86b45ef583495 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2612e569e04e29500f81ed233bd86b45ef583495 Author: Jason Ekstrand Date: Tue Mar 17 13:43:10 2015 -0700 i965/nir: Properly set the predicate on the SEL used in mi

Mesa (master): i965/nir: Use NIR lowering for ffma for gen < 6

2015-03-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 80390f91a0e200ae29a678bda495b91f6452023a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=80390f91a0e200ae29a678bda495b91f6452023a Author: Jason Ekstrand Date: Tue Mar 17 13:10:19 2015 -0700 i965/nir: Use NIR lowering for ffma for gen < 6 Reviewed-

Mesa (master): i965: Add a NIR analysis pass for determining when a boolean resolve is needed

2015-03-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a55af2699feb8f64d6f480b223204da071606721 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a55af2699feb8f64d6f480b223204da071606721 Author: Jason Ekstrand Date: Tue Mar 17 11:29:01 2015 -0700 i965: Add a NIR analysis pass for determining when a boole

Mesa (master): i965/nir: Do boolean resolves on GEN <= 5

2015-03-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 41d64fa184671d372f6630deaf2401b00d4e984a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=41d64fa184671d372f6630deaf2401b00d4e984a Author: Jason Ekstrand Date: Tue Mar 17 11:49:04 2015 -0700 i965/nir: Do boolean resolves on GEN <= 5 v2: A couple co

Mesa (master): i965/nir: Use emit_lrp for emitting flrp

2015-03-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 235c728020af352ee0f4b7d598c951f4a4e83232 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=235c728020af352ee0f4b7d598c951f4a4e83232 Author: Jason Ekstrand Date: Tue Mar 17 11:37:09 2015 -0700 i965/nir: Use emit_lrp for emitting flrp Reviewed-by: Mat

Mesa (master): i965/nir: Use signed integer type for booleans

2015-03-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a6d4a108d27f2b635748c583fe0507f04b3b493e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a6d4a108d27f2b635748c583fe0507f04b3b493e Author: Jason Ekstrand Date: Tue Mar 17 19:57:59 2015 -0700 i965/nir: Use signed integer type for booleans FS instruc

Mesa (master): i965/fs: Make emit_lrp return an fs_inst

2015-03-23 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: a3e05898e9915566ca3cfbfe40a0c9ea92b0d0d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a3e05898e9915566ca3cfbfe40a0c9ea92b0d0d9 Author: Jason Ekstrand Date: Tue Mar 17 11:36:10 2015 -0700 i965/fs: Make emit_lrp return an fs_inst Reviewed-by: Mat