Mesa (master): i965/formats: Update the three-channel DXT1 mappings

2017-05-18 Thread Nanley Chery
Module: Mesa Branch: master Commit: 688ddb85c8c3357d8e1e9d360c74cd728b128d98 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=688ddb85c8c3357d8e1e9d360c74cd728b128d98 Author: Nanley Chery Date: Thu May 11 15:57:59 2017 -0700 i965/formats: Update the

Mesa (master): anv/formats: Update the three-channel BC1 mappings

2017-05-18 Thread Nanley Chery
Module: Mesa Branch: master Commit: 56458cb168bf79ae51ba1efc3acec15874cc34a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=56458cb168bf79ae51ba1efc3acec15874cc34a9 Author: Nanley Chery Date: Thu May 11 15:57:59 2017 -0700 anv/formats: Update the

Mesa (master): anv: Add an option to abort on device loss

2017-05-18 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: c499faebd77d1d9656774406fe259cd5369af12c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c499faebd77d1d9656774406fe259cd5369af12c Author: Jason Ekstrand Date: Thu May 18 13:51:16 2017 -0700 anv: Add an option to abort on

Mesa (master): anv: Wrap the device lost error in vk_error in QueueSubmit

2017-05-18 Thread Jason Ekstrand
Module: Mesa Branch: master Commit: 53f997de77357cd5fbeca3d167729793d188aab6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53f997de77357cd5fbeca3d167729793d188aab6 Author: Jason Ekstrand Date: Thu May 18 14:07:27 2017 -0700 anv: Wrap the device lost error

Mesa (master): radeonsi: update si_ce_needed_cs_space

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 38828094e9bccf3a00d07a1e8dc66277ce21ce3e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=38828094e9bccf3a00d07a1e8dc66277ce21ce3e Author: Marek Olšák Date: Mon May 15 23:57:37 2017 +0200 radeonsi: update si_ce_needed_cs_space

Mesa (master): radeonsi: clamp indirect index to the number of declared shader resources

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: b8f8d9e46c6ac625928c9b098491fa26e4cf8f71 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8f8d9e46c6ac625928c9b098491fa26e4cf8f71 Author: Marek Olšák Date: Wed May 17 21:11:13 2017 +0200 radeonsi: clamp indirect index to the

Mesa (master): radeonsi: remove CE offset alignment restriction

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 1cde473ec08e9aa60f474d460df1b4c3ba6d3c70 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1cde473ec08e9aa60f474d460df1b4c3ba6d3c70 Author: Marek Olšák Date: Wed May 17 02:45:25 2017 +0200 radeonsi: remove CE offset alignment

Mesa (master): radeonsi: record which descriptor slots are used by shaders

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 53c2ef36da79df926d5c3eac81f60ebe6009dda8 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=53c2ef36da79df926d5c3eac81f60ebe6009dda8 Author: Marek Olšák Date: Tue May 16 00:03:52 2017 +0200 radeonsi: record which descriptor slots

Mesa (master): st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vbo

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: ae7f7e816231702068e6f03903cdeaa3a24d1ac3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae7f7e816231702068e6f03903cdeaa3a24d1ac3 Author: Marek Olšák Date: Tue May 16 10:56:08 2017 +0200 st/mesa: silence a valgrind warning in

Mesa (master): radeonsi: merge sampler and image descriptor lists into one

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: f07c15ef807fb50659bf7a648393991f582f6a7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f07c15ef807fb50659bf7a648393991f582f6a7f Author: Marek Olšák Date: Sat May 13 17:16:27 2017 +0200 radeonsi: merge sampler and image

Mesa (master): gallium/u_threaded: add a fast path for unbinding shader images

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: d4c8f429d1d56bd99035ee30fa2cba3335057b03 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4c8f429d1d56bd99035ee30fa2cba3335057b03 Author: Marek Olšák Date: Fri May 12 21:38:12 2017 +0200 gallium/u_threaded: add a fast path for

Mesa (master): radeonsi: remove early return in si_upload_descriptors

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 06690e63f76441641379d8606c28b17f83c0776e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=06690e63f76441641379d8606c28b17f83c0776e Author: Marek Olšák Date: Mon May 15 19:59:41 2017 +0200 radeonsi: remove early return in

Mesa (master): glsl_to_tgsi: declare all SSBOs and atomics when indirect indexing is used

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 767868ff6d2842e1ac93ba086c1c30a8c8a68e24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=767868ff6d2842e1ac93ba086c1c30a8c8a68e24 Author: Marek Olšák Date: Wed May 17 00:26:06 2017 +0200 glsl_to_tgsi: declare all SSBOs and

Mesa (master): radeonsi: merge constant and shader buffers descriptor lists into one

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 5df24c3fa627243c259f5266359098463e41d172 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5df24c3fa627243c259f5266359098463e41d172 Author: Marek Olšák Date: Sat May 13 14:01:27 2017 +0200 radeonsi: merge constant and shader

Mesa (master): gallium/u_threaded: add a fast path for unbinding shader buffers

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: d88ca123508ae960c47c5ba1e4ce6e2d19d6a540 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d88ca123508ae960c47c5ba1e4ce6e2d19d6a540 Author: Marek Olšák Date: Fri May 12 21:38:12 2017 +0200 gallium/u_threaded: add a fast path for

Mesa (master): radeonsi: only upload (dump to L2) those descriptors that are used by shaders

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: a7f098fb769bdfdac692a04eab6bdd84e061e5cd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a7f098fb769bdfdac692a04eab6bdd84e061e5cd Author: Marek Olšák Date: Mon May 15 23:03:01 2017 +0200 radeonsi: only upload (dump to L2)

Mesa (master): radeonsi: do only 1 big CE dump at end of IBs and one reload in the preamble

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: edb59ef2dc8085631e14153d2b7838b63961f2f0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edb59ef2dc8085631e14153d2b7838b63961f2f0 Author: Marek Olšák Date: Mon May 15 23:45:57 2017 +0200 radeonsi: do only 1 big CE dump at end

Mesa (master): radeonsi/gfx9: use CE RAM optimally

2017-05-18 Thread Marek Olšák
Module: Mesa Branch: master Commit: 807e1d257707a37850a150d12a1d6878c3b13d5d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=807e1d257707a37850a150d12a1d6878c3b13d5d Author: Marek Olšák Date: Wed May 17 02:49:40 2017 +0200 radeonsi/gfx9: use CE RAM optimally On

Mesa (master): tgsi: store the sampler view type directly in the instruction

2017-05-18 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 5cb2eee5573b69311da95454be1431e536212fbb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5cb2eee5573b69311da95454be1431e536212fbb Author: Samuel Pitoiset Date: Wed May 17 10:51:59 2017 +0200 tgsi: store the sampler view

Mesa (master): tgsi: remove some unused OPCODE macros

2017-05-18 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: ac3f6bf608a10f661ac177d63d5fbdcd11b6c1c2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac3f6bf608a10f661ac177d63d5fbdcd11b6c1c2 Author: Samuel Pitoiset Date: Wed May 17 10:27:33 2017 +0200 tgsi: remove some unused

Mesa (master): radeonsi: get the sampler view type from inst-> Texture for TG4

2017-05-18 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 1468e29e0285e8878c6112f810fae5ab87c426e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1468e29e0285e8878c6112f810fae5ab87c426e9 Author: Samuel Pitoiset Date: Wed May 17 10:55:51 2017 +0200 radeonsi: get the sampler

Mesa (master): gallivm: Make sure module has the correct data layout when pass manager runs

2017-05-18 Thread Tom Stellard
Module: Mesa Branch: master Commit: 14e525a4d70649eb10185bebd2aef9dc339fb5e6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=14e525a4d70649eb10185bebd2aef9dc339fb5e6 Author: Tom Stellard Date: Fri May 5 01:07:00 2017 + gallivm: Make sure module has the

Mesa (master): egl: Partially revert 23c86c74, fix eglMakeCurrent

2017-05-18 Thread Chad Versace
Module: Mesa Branch: master Commit: 8f62d21bd72059d723f4626f76de6fec4a569616 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8f62d21bd72059d723f4626f76de6fec4a569616 Author: Chad Versace Date: Thu May 11 21:49:14 2017 -0700 egl: Partially revert 23c86c74,

Mesa (master): anv: fix multiview for clear commands

2017-05-18 Thread Iago Toral Quiroga
Module: Mesa Branch: master Commit: 2322ddf5480a0e07246fc4aefe4fdc1411b555a7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2322ddf5480a0e07246fc4aefe4fdc1411b555a7 Author: Iago Toral Quiroga Date: Thu May 18 08:23:38 2017 +0200 anv: fix multiview for clear

Mesa (master): ac/radeonsi: move amdgpu_addr_create to ac_surface

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: f187a493225e33c5ce514c731a0a140d61dacb0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f187a493225e33c5ce514c731a0a140d61dacb0b Author: Nicolai Hähnle Date: Wed May 10 17:35:25 2017 +0200 ac/radeonsi: move

Mesa (master): ac/radeonsi: move the bulk of gfx6_surface_init to ac_surface

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: db77cd879b7996fcf423090b776f6f96708818c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=db77cd879b7996fcf423090b776f6f96708818c3 Author: Nicolai Hähnle Date: Wed May 10 20:21:36 2017 +0200 ac/radeonsi: move the bulk of

Mesa (master): ac/radeonsi: move struct radeon_info to ac_gpu_info.h

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: de9dd4f9f1bb5984c554d0acf7d2592951ecc53f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=de9dd4f9f1bb5984c554d0acf7d2592951ecc53f Author: Nicolai Hähnle Date: Thu May 11 10:19:26 2017 +0200 ac/radeonsi: move struct

Mesa (master): ac/radeonsi: add ac_compute_surface to automatically switch gfx6 vs. gfx9

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 00f466bad93e13adf3da04bdc0746d76f75b6c1b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00f466bad93e13adf3da04bdc0746d76f75b6c1b Author: Nicolai Hähnle Date: Wed May 10 20:40:14 2017 +0200 ac/radeonsi: add

Mesa (master): ac/radeonsi: move surface definitions to new header ac_surface.h

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 15a844986af7a33a055b2c631167b38b3ed25c24 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=15a844986af7a33a055b2c631167b38b3ed25c24 Author: Nicolai Hähnle Date: Wed May 10 14:56:22 2017 +0200 ac/radeonsi: move surface

Mesa (master): ac: add radeon_info::num_{sdma,compute}_rings

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 6c01c4b907fa43daaca6d0c0e23db4787611a165 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c01c4b907fa43daaca6d0c0e23db4787611a165 Author: Nicolai Hähnle Date: Fri May 12 01:04:56 2017 +0200 ac: add

Mesa (master): ac: add radeon_surf::htile_slice_size

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: c488bf24ed47b98c580e162e8457bff7d6f57ed3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c488bf24ed47b98c580e162e8457bff7d6f57ed3 Author: Nicolai Hähnle Date: Wed May 10 22:52:27 2017 +0200 ac: add

Mesa (master): ac_surface: use radeon_info from ac_gpu_info

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 98a2492290be3d6d9a73a75935c9105e6b5b3f31 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=98a2492290be3d6d9a73a75935c9105e6b5b3f31 Author: Nicolai Hähnle Date: Fri May 12 01:24:48 2017 +0200 ac_surface: use radeon_info from

Mesa (master): ac/radeonsi: move the bulk of gfx9_surface_init to ac_surface

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 8aabed64c37c70b0914e5628f0168264ed7e21c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8aabed64c37c70b0914e5628f0168264ed7e21c7 Author: Nicolai Hähnle Date: Wed May 10 20:36:03 2017 +0200 ac/radeonsi: move the bulk of

Mesa (master): ac/radeonsi: move radeon_info initialization to amd/common

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 988c8662129fda08df21486508915be419139cf2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=988c8662129fda08df21486508915be419139cf2 Author: Nicolai Hähnle Date: Thu May 11 14:14:06 2017 +0200 ac/radeonsi: move radeon_info

Mesa (master): ac: add missing extern "C" guards

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 70215a23c656531dfd1650054ea497a860d2ba39 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70215a23c656531dfd1650054ea497a860d2ba39 Author: Nicolai Hähnle Date: Sat May 13 22:59:19 2017 +0200 ac: add missing extern "C"

Mesa (master): st/mesa: remove an incorrect assertion

2017-05-18 Thread Nicolai Hähnle
Module: Mesa Branch: master Commit: 377877ff5f5d08a1a417e8baf923b44c74f0d7e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=377877ff5f5d08a1a417e8baf923b44c74f0d7e7 Author: Nicolai Hähnle Date: Wed May 17 15:14:35 2017 +0200 st/mesa: remove an incorrect

Mesa (master): i965/vec4: load dvec3/ 4 uniforms first in the push constant buffer

2017-05-18 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: e69e5c7006da80af62c9ef08dec215b3b4b30946 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e69e5c7006da80af62c9ef08dec215b3b4b30946 Author: Samuel Iglesias Gonsálvez Date: Wed Apr 19 11:18:35 2017 +0200 i965/vec4: load dvec3/4

Mesa (master): i965/vec4: fix swizzle and writemask when loading an uniform with constant offset

2017-05-18 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: 8aa6ada8384a961b37dfefec7f9e40e5a4e27ce7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8aa6ada8384a961b37dfefec7f9e40e5a4e27ce7 Author: Samuel Iglesias Gonsálvez Date: Wed Apr 19 10:35:07 2017 +0200 i965/vec4: fix swizzle

Mesa (master): i965/vec4/gs: restore the uniform values which was overwritten by failed vec4_gs_visitor execution

2017-05-18 Thread Samuel Iglesias Gonsálvez
Module: Mesa Branch: master Commit: 354f7f2cb9c7206e12646c79d8ff5becbaffa61b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=354f7f2cb9c7206e12646c79d8ff5becbaffa61b Author: Samuel Iglesias Gonsálvez Date: Fri May 5 10:42:15 2017 +0200 i965/vec4/gs: restore