Mesa (master): radv: don't lower indirects until after opts have run

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9a243eccae618e85aa7af762a4c40ecd8a2e4882 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9a243eccae618e85aa7af762a4c40ecd8a2e4882 Author: Timothy Arceri Date: Thu Mar 8 16:20:48 2018 +1100 radv: don't lower indirects until after opts have run Not

Mesa (master): st/nir: fix atomic lowering for gallium drivers

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: dfe2f198550b262186e2882d7e573f1f3759deb7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfe2f198550b262186e2882d7e573f1f3759deb7 Author: Timothy Arceri Date: Mon Mar 19 22:23:55 2018 +1100 st/nir: fix atomic lowering for gallium drivers i965 and

Mesa (master): mesa: rework ParameterList to allow packing

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: edded1237607348683f492db313e823dc2e380c3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=edded1237607348683f492db313e823dc2e380c3 Author: Timothy Arceri Date: Fri Jun 16 10:17:56 2017 +1000 mesa: rework ParameterList to allow packing Currently eve

Mesa (master): mesa: add packing support for setting uniform handles

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a2198d4fdb7d93568ba0792a326971abb6d6b3a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a2198d4fdb7d93568ba0792a326971abb6d6b3a9 Author: Timothy Arceri Date: Tue Jun 20 10:31:32 2017 +1000 mesa: add packing support for setting uniform handles Rev

Mesa (master): mesa: add _mesa_add_sized_state_reference() helper

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 57ebab64c0dd1abd646f4f274d01f19c8e0e7293 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=57ebab64c0dd1abd646f4f274d01f19c8e0e7293 Author: Timothy Arceri Date: Tue Mar 13 20:47:48 2018 +1100 mesa: add _mesa_add_sized_state_reference() helper This w

Mesa (master): st: add st_glsl_type_dword_size() helper

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: a80cf442d939212da40951a0a57a0978de6f39a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a80cf442d939212da40951a0a57a0978de6f39a6 Author: Timothy Arceri Date: Tue Mar 13 12:34:50 2018 +1100 st: add st_glsl_type_dword_size() helper This will be use

Mesa (master): mesa: allow for uniform packing when adding uniforms to param list

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 40711a7a6063eb6b5069c5f7849fe3cefb70526a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=40711a7a6063eb6b5069c5f7849fe3cefb70526a Author: Timothy Arceri Date: Tue Jun 20 10:44:08 2017 +1000 mesa: allow for uniform packing when adding uniforms to pa

Mesa (master): st/radeonsi: enable uniform packing in NIR backend

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 632d5e97efa3d38155d290fa397af7a729de8682 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=632d5e97efa3d38155d290fa397af7a729de8682 Author: Timothy Arceri Date: Wed Mar 14 09:51:23 2018 +1100 st/radeonsi: enable uniform packing in NIR backend Review

Mesa (master): mesa: add packing support for setting uniforms

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 6cfa15b8031b30b987b7c62fcdbc5813765e692c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6cfa15b8031b30b987b7c62fcdbc5813765e692c Author: Timothy Arceri Date: Tue Jun 20 10:38:05 2017 +1000 mesa: add packing support for setting uniforms Reviewed-b

Mesa (master): st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the state tracker

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: ffa4bbe4665f95bab7779ded57d6a4de13cb8ffc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffa4bbe4665f95bab7779ded57d6a4de13cb8ffc Author: Timothy Arceri Date: Fri Mar 9 11:57:52 2018 +1100 st/nir/radeonsi: move nir_lower_uniforms_to_ubo() to the s

Mesa (master): mesa: create copy uniform to storage helpers

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 4a7c5c079b8b9df3ed28ba8fc10aa64e13d17413 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4a7c5c079b8b9df3ed28ba8fc10aa64e13d17413 Author: Timothy Arceri Date: Fri Jun 16 15:45:00 2017 +1000 mesa: create copy uniform to storage helpers These will b

Mesa (master): mesa: add support propagate uniform support for packed uniforms

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 23777543290b9dfa17bfecb5b389ad3fc8e75820 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23777543290b9dfa17bfecb5b389ad3fc8e75820 Author: Timothy Arceri Date: Tue Mar 13 16:44:06 2018 +1100 mesa: add support propagate uniform support for packed uni

Mesa (master): st: add uniform packing support to lower_uniforms_to_ubo()

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 231333a20d88336cd0474c573b46a2509b43245e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=231333a20d88336cd0474c573b46a2509b43245e Author: Timothy Arceri Date: Fri Mar 9 12:30:01 2018 +1100 st: add uniform packing support to lower_uniforms_to_ubo()

Mesa (master): mesa: add PackedDriverUniformStorage const

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: b13b9eb432a3b67efb29ca25c3e244b467c3c4af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b13b9eb432a3b67efb29ca25c3e244b467c3c4af Author: Timothy Arceri Date: Wed Jun 14 15:48:45 2017 +1000 mesa: add PackedDriverUniformStorage const Will be used t

Mesa (master): st/glsl_to_nir: add support for packed builtin uniforms

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 54881667308aea17f7f21720f5e8b41cf45f2020 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=54881667308aea17f7f21720f5e8b41cf45f2020 Author: Timothy Arceri Date: Tue Mar 13 20:50:27 2018 +1100 st/glsl_to_nir: add support for packed builtin uniforms R

Mesa (master): gallium: add packed uniform CAP

2018-03-19 Thread Timothy Arceri
Module: Mesa Branch: master Commit: 9c51a7ea2956495fd15d0ee6fc47fe99e14b9f36 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c51a7ea2956495fd15d0ee6fc47fe99e14b9f36 Author: Timothy Arceri Date: Fri Aug 18 15:51:48 2017 +1000 gallium: add packed uniform CAP Reviewed-by: Marek Olšák

Mesa (master): broadcom/vc5: Add a QPU helper for instructions using the TLB.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: c3a504f470b8116ebcd892ce1f48125549817467 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3a504f470b8116ebcd892ce1f48125549817467 Author: Eric Anholt Date: Mon Mar 19 11:30:27 2018 -0700 broadcom/vc5: Add a QPU helper for instructions using the TLB

Mesa (master): broadcom/vc5: The ldvpm signal also a case of using the VPM.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 407f21ef1bcbd4054927aa8cc7a9f9252b389a87 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=407f21ef1bcbd4054927aa8cc7a9f9252b389a87 Author: Eric Anholt Date: Mon Mar 19 11:05:03 2018 -0700 broadcom/vc5: The ldvpm signal also a case of using the VPM.

Mesa (master): broadcom/vc5: Re-do live variables after removing thrsws.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 55bf2983330dffafce53a2772cac078f4477988e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=55bf2983330dffafce53a2772cac078f4477988e Author: Eric Anholt Date: Fri Feb 23 17:46:35 2018 -0800 broadcom/vc5: Re-do live variables after removing thrsws. Ot

Mesa (master): broadcom/vc5: Move the umul macro to a header.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: c81d6817422c83ba990fac19b165d4dedb1150fe URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c81d6817422c83ba990fac19b165d4dedb1150fe Author: Eric Anholt Date: Tue Mar 13 16:23:33 2018 -0700 broadcom/vc5: Move the umul macro to a header. Anywhere we w

Mesa (master): broadcom/vc5: Add cursors to the compiler infrastructure, like NIR's.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: d721348dcdb3658572c5952563d1f4d1ca0321af URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d721348dcdb3658572c5952563d1f4d1ca0321af Author: Eric Anholt Date: Tue Mar 13 15:41:16 2018 -0700 broadcom/vc5: Add cursors to the compiler infrastructure, lik

Mesa (master): broadcom/vc5: Add support for register spilling.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: facc3c6f58de88ac3707a1b8435b7fc655d13124 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=facc3c6f58de88ac3707a1b8435b7fc655d13124 Author: Eric Anholt Date: Tue Mar 13 15:13:00 2018 -0700 broadcom/vc5: Add support for register spilling. Our registe

Mesa (master): broadcom/vc5: Don't annotate dumps with stale live intervals.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 00910e3057588de3fe9b5dc2ae9263c2e4ba6cc4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=00910e3057588de3fe9b5dc2ae9263c2e4ba6cc4 Author: Eric Anholt Date: Wed Mar 14 11:03:23 2018 -0700 broadcom/vc5: Don't annotate dumps with stale live intervals.

Mesa (master): broadcom/vc5: Correct the arg count of TIDX/EIDX.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 9e28c18cd1b99cb5dc5842da74426db21d5dcc8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e28c18cd1b99cb5dc5842da74426db21d5dcc8f Author: Eric Anholt Date: Tue Mar 13 16:08:25 2018 -0700 broadcom/vc5: Correct the arg count of TIDX/EIDX. --- src/

Mesa (master): broadcom/vc5: Remove redundant last_inst lookup.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 271fc58ba1b9e6a0245c7ab262834705f2e20372 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=271fc58ba1b9e6a0245c7ab262834705f2e20372 Author: Eric Anholt Date: Wed Mar 14 14:43:15 2018 -0700 broadcom/vc5: Remove redundant last_inst lookup. The point w

Mesa (master): broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vpm().

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 09c4dd19713b3155bd744f873e91e0328be62978 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=09c4dd19713b3155bd744f873e91e0328be62978 Author: Eric Anholt Date: Mon Mar 19 11:03:47 2018 -0700 broadcom/vc5: Introduce v3d_qpu_reads_vpm()/v3d_qpu_writes_vp

Mesa (master): broadcom/vc5: Extract v3d_qpu_writes_tmu() helper.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 4760040c0980a8921120d517d5e5809f7f0e488c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4760040c0980a8921120d517d5e5809f7f0e488c Author: Eric Anholt Date: Wed Mar 14 15:04:32 2018 -0700 broadcom/vc5: Extract v3d_qpu_writes_tmu() helper. This will

Mesa (master): broadcom/vc5: On QPU pack error, dump the instruction and return cleanly.

2018-03-19 Thread Eric Anholt
Module: Mesa Branch: master Commit: 34dc64f6274db73851b0f1e5f0440a9785cafd6c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=34dc64f6274db73851b0f1e5f0440a9785cafd6c Author: Eric Anholt Date: Wed Mar 14 14:39:51 2018 -0700 broadcom/vc5: On QPU pack error, dump the instruction and ret

Mesa (master): radv: don't export NULL layer.

2018-03-19 Thread Dave Airlie
Module: Mesa Branch: master Commit: 32791a05024d54736eab21379e849480fea78559 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32791a05024d54736eab21379e849480fea78559 Author: Dave Airlie Date: Mon Mar 19 20:02:58 2018 + radv: don't export NULL layer. We have some cases where in s

Mesa (master): mesa: adjust incorrect comment in texture_buffer_range

2018-03-19 Thread Marek Olšák
Module: Mesa Branch: master Commit: f674b50d0ead3fc3f67e2579f2854dae991e9b78 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f674b50d0ead3fc3f67e2579f2854dae991e9b78 Author: Marek Olšák Date: Tue Mar 6 17:32:09 2018 -0500 mesa: adjust incorrect comment in texture_buffer_range ---

Mesa (master): nir: Don't compare b2f or b2i with zero

2018-03-19 Thread Ian Romanick
Module: Mesa Branch: master Commit: 6aeaa7d363d45f4d09ff51ad925e893f931f502e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6aeaa7d363d45f4d09ff51ad925e893f931f502e Author: Ian Romanick Date: Tue Mar 1 19:05:14 2016 -0800 nir: Don't compare b2f or b2i with zero All of the shaders

Mesa (master): radv/query: handle multiview queries properly. (v3)

2018-03-19 Thread Dave Airlie
Module: Mesa Branch: master Commit: 32b4f3c38dc25694437af6f017b45b9658eac3bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=32b4f3c38dc25694437af6f017b45b9658eac3bc Author: Dave Airlie Date: Thu Mar 15 20:23:30 2018 + radv/query: handle multiview queries properly. (v3) For mult

Mesa (master): radv/multiview: mark layer_input if we have input attachments.

2018-03-19 Thread Dave Airlie
Module: Mesa Branch: master Commit: d4c74aed7a81c65ef91d4d3065b3f822355746e7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d4c74aed7a81c65ef91d4d3065b3f822355746e7 Author: Dave Airlie Date: Mon Mar 19 03:41:18 2018 + radv/multiview: mark layer_input if we have input attachments

Mesa (master): radv: lower constant initializers on output variables earlier

2018-03-19 Thread Dave Airlie
Module: Mesa Branch: master Commit: e8d9b7ab02fc56cadffc7a2bb993b39cccde2b66 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e8d9b7ab02fc56cadffc7a2bb993b39cccde2b66 Author: Dave Airlie Date: Mon Mar 19 04:27:49 2018 + radv: lower constant initializers on output variables earlier

Mesa (master): radv/query: split out begin/end query emission

2018-03-19 Thread Dave Airlie
Module: Mesa Branch: master Commit: 4034dc5c72791e010eb64dece4bca542f56cec09 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4034dc5c72791e010eb64dece4bca542f56cec09 Author: Dave Airlie Date: Mon Mar 19 01:24:52 2018 + radv/query: split out begin/end query emission This just spl

Mesa (master): radv/query: handle multiview timestamp queries.

2018-03-19 Thread Dave Airlie
Module: Mesa Branch: master Commit: 032014ac01a2dfd6c8e689b3d59989eb6fa2396b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=032014ac01a2dfd6c8e689b3d59989eb6fa2396b Author: Dave Airlie Date: Mon Mar 19 01:27:37 2018 + radv/query: handle multiview timestamp queries. For each vie

Mesa (master): anv/pipeline: fail if TCS/TES compile fail

2018-03-19 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 318073ce660ca72b47ba83e37d1d0bc756f779b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=318073ce660ca72b47ba83e37d1d0bc756f779b7 Author: Caio Marcelo de Oliveira Filho Date: Thu Mar 15 13:09:29 2018 -0700 anv/pipeline: fail if TCS/TES compile fail

Mesa (master): anv/pipeline: set active_stages early

2018-03-19 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: f6338c3b856711d6a399b7f6dccbf3a7062b4586 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6338c3b856711d6a399b7f6dccbf3a7062b4586 Author: Caio Marcelo de Oliveira Filho Date: Thu Mar 15 13:09:30 2018 -0700 anv/pipeline: set active_stages early Sin

Mesa (master): i965: Allow disk shader cache usage with transform feedback

2018-03-19 Thread Jordan Justen
Module: Mesa Branch: master Commit: fc4a7aaa8297370ba505b306b91a71a3b8545d18 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fc4a7aaa8297370ba505b306b91a71a3b8545d18 Author: Jordan Justen Date: Tue Mar 13 10:47:19 2018 -0700 i965: Allow disk shader cache usage with transform feedback

Mesa (master): glsl: Remove api_enabled tracking for transform feedback

2018-03-19 Thread Jordan Justen
Module: Mesa Branch: master Commit: 9b473f9e3cc6820a6d1441e046be5ece22e03d17 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9b473f9e3cc6820a6d1441e046be5ece22e03d17 Author: Jordan Justen Date: Tue Mar 13 10:49:28 2018 -0700 glsl: Remove api_enabled tracking for transform feedback W

Mesa (master): i965: Allow disk shader cache usage with LINKING_SUCCESS status

2018-03-19 Thread Jordan Justen
Module: Mesa Branch: master Commit: d2b74ca2b503e1b8c1e58ac1c33d3631e1b30d6e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d2b74ca2b503e1b8c1e58ac1c33d3631e1b30d6e Author: Jordan Justen Date: Tue Mar 13 12:14:23 2018 -0700 i965: Allow disk shader cache usage with LINKING_SUCCESS st

Mesa (master): glsl/shader_cache: Allow shader cache usage with transform feedback

2018-03-19 Thread Jordan Justen
Module: Mesa Branch: master Commit: 6d830940f78109db44293d41e74d9ec0a47da49b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6d830940f78109db44293d41e74d9ec0a47da49b Author: Jordan Justen Date: Tue Mar 13 10:44:39 2018 -0700 glsl/shader_cache: Allow shader cache usage with transform

Mesa (master): glsl/serialize: Save shader program metadata sha1

2018-03-19 Thread Jordan Justen
Module: Mesa Branch: master Commit: b5baaee0d6b06a2c021d1b2673a056ada733a2a9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5baaee0d6b06a2c021d1b2673a056ada733a2a9 Author: Jordan Justen Date: Sat Mar 10 01:59:47 2018 -0800 glsl/serialize: Save shader program metadata sha1 When the

Mesa (master): main/program_binary: In ProgramBinary set link status as LINKING_SKIPPED

2018-03-19 Thread Jordan Justen
Module: Mesa Branch: master Commit: 2ed288363fe8dced45f06b7cd66adbbf703a2012 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ed288363fe8dced45f06b7cd66adbbf703a2012 Author: Jordan Justen Date: Sun Mar 11 01:18:55 2018 -0800 main/program_binary: In ProgramBinary set link status as LI

Mesa (master): scons: need to split CC or things might fail

2018-03-19 Thread Roland Scheidegger
Module: Mesa Branch: master Commit: e10dc12f6f2f7513d96bbea87b93b8e338222188 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e10dc12f6f2f7513d96bbea87b93b8e338222188 Author: Jose Fonseca Date: Mon Mar 19 16:41:57 2018 +0100 scons: need to split CC or things might fail We've seen thi

Mesa (17.3): configure.ac: blacklist libdrm 2.4.90

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: 820e63b49e7283865db7bbef36639e0607009561 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=820e63b49e7283865db7bbef36639e0607009561 Author: Marek Olšák Date: Tue Mar 13 20:22:11 2018 -0400 configure.ac: blacklist libdrm 2.4.90 Cc: 18.0 17.3 17.2 Revi

Mesa (17.3): radv: Increase the number of dynamic uniform buffers.

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: c1563394f7b419170e3ec89d2f07e1fd812f9e53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c1563394f7b419170e3ec89d2f07e1fd812f9e53 Author: Bas Nieuwenhuizen Date: Fri Mar 9 17:18:03 2018 +0100 radv: Increase the number of dynamic uniform buffers. Th

Mesa (17.3): r600: implement callstack workaround for evergreen.

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: 12015dbc71972b88cdeaae6e1ea052e5c3346863 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=12015dbc71972b88cdeaae6e1ea052e5c3346863 Author: Dave Airlie Date: Fri Mar 9 16:03:53 2018 +1000 r600: implement callstack workaround for evergreen. This is po

Mesa (17.3): r600: Take ALU_EXTENDED into account when evaluating jump offsets

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: 91325ea754fc1c23910b44e8efd04f6c3c76fecd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=91325ea754fc1c23910b44e8efd04f6c3c76fecd Author: Gert Wollny Date: Sat Feb 24 11:31:22 2018 +0100 r600: Take ALU_EXTENDED into account when evaluating jump offse

Mesa (17.3): Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActiveTexture()"

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: 929a4473d47f2987534e7f3d446aab577725fe88 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=929a4473d47f2987534e7f3d446aab577725fe88 Author: Samuel Pitoiset Date: Wed Mar 14 09:46:33 2018 +0100 Revert "mesa: do not trigger _NEW_TEXTURE_STATE in glActive

Mesa (17.3): intel/vulkan: Hard code CS scratch_ids_per_subslice for Cherryview

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: 0eaa2fc8832ad490cf4710ddb57f67ffd9045837 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0eaa2fc8832ad490cf4710ddb57f67ffd9045837 Author: Jordan Justen Date: Tue Mar 6 23:28:00 2018 -0800 intel/vulkan: Hard code CS scratch_ids_per_subslice for Cherr

Mesa (17.3): radv: Fix CmdCopyImage between uncompressed and compressed images

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: 1d7c3ee7291d936c5fdc48aa703ab84cd5e80590 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d7c3ee7291d936c5fdc48aa703ab84cd5e80590 Author: Alex Smith Date: Mon Mar 12 14:30:05 2018 + radv: Fix CmdCopyImage between uncompressed and compressed image

Mesa (17.3): radeonsi: align command buffer starting address to fix some Raven hangs

2018-03-19 Thread Juan Antonio Suárez Romero
Module: Mesa Branch: 17.3 Commit: 4fa8c1f52532651134d1497a824ca9be30a0caf6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4fa8c1f52532651134d1497a824ca9be30a0caf6 Author: Marek Olšák Date: Tue Mar 6 19:07:58 2018 -0500 radeonsi: align command buffer starting address to fix some Rav

Mesa (master): i965: Add INTEL_DEBUG stages support for disk shader cache

2018-03-19 Thread Jordan Justen
Module: Mesa Branch: master Commit: d07a49fb1840bb441e600ce942cb0088e7ea15c7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d07a49fb1840bb441e600ce942cb0088e7ea15c7 Author: Jordan Justen Date: Fri Mar 16 16:44:22 2018 -0700 i965: Add INTEL_DEBUG stages support for disk shader cache