Mesa (master): intel: compiler: silence compiler warning

2018-04-04 Thread Lionel Landwerlin
Module: Mesa Branch: master Commit: 1beb80cb56170333c7fbe6bb144610d47e29f610 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1beb80cb56170333c7fbe6bb144610d47e29f610 Author: Lionel Landwerlin Date: Tue Apr 3 14:41:18 2018 +0100 intel: compiler: silence compiler warning ../src/intel

Mesa (master): radv: mask out high VM address bits in registers where needed

2018-04-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: ab147cba77006cdbaf774d7a627c594be8980209 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab147cba77006cdbaf774d7a627c594be8980209 Author: Samuel Pitoiset Date: Wed Apr 4 10:55:42 2018 +0200 radv: mask out high VM address bits in registers where ne

Mesa (master): radv: do not always disable dual quad mode when chip has RbPlus

2018-04-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: e4976ca33b1b710f15d946324a55c7e19ed0bb15 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e4976ca33b1b710f15d946324a55c7e19ed0bb15 Author: Samuel Pitoiset Date: Thu Mar 29 14:51:20 2018 +0200 radv: do not always disable dual quad mode when chip has

Mesa (master): radv: put more fields in radv_blend_state

2018-04-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: ac456d0d1b45a7df38dc7016d51591496500eeed URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ac456d0d1b45a7df38dc7016d51591496500eeed Author: Samuel Pitoiset Date: Thu Mar 29 10:01:41 2018 +0200 radv: put more fields in radv_blend_state Some will be u

Mesa (master): radv: implement out-of-order rasterization when it's safe on VI+

2018-04-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: 922cd38172b8a2bc286bd082fde9cad4e278765b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=922cd38172b8a2bc286bd082fde9cad4e278765b Author: Samuel Pitoiset Date: Wed Mar 28 19:03:00 2018 +0200 radv: implement out-of-order rasterization when it's safe

Mesa (master): radv: don't use the SPI barrier management bug workaround

2018-04-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: b8c06a961c903cfae48bb3dc2e64a51796bd8a5a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b8c06a961c903cfae48bb3dc2e64a51796bd8a5a Author: Samuel Pitoiset Date: Wed Apr 4 10:55:43 2018 +0200 radv: don't use the SPI barrier management bug workaround

Mesa (master): radv: change blend_enable field to use four bits per CB

2018-04-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: d6709c91a63cd3f43a2acedb9a2775e4cd8c79cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d6709c91a63cd3f43a2acedb9a2775e4cd8c79cc Author: Samuel Pitoiset Date: Thu Mar 29 10:54:29 2018 +0200 radv: change blend_enable field to use four bits per CB

Mesa (master): radv: scan which color blend attachments are enabled

2018-04-04 Thread Samuel Pitoiset
Module: Mesa Branch: master Commit: a8818d1af2c5810ea9236f9962fd887b52418f9f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8818d1af2c5810ea9236f9962fd887b52418f9f Author: Samuel Pitoiset Date: Thu Mar 29 10:49:33 2018 +0200 radv: scan which color blend attachments are enabled Wit

Mesa (master): Fix use of alloca() without #include

2018-04-04 Thread Jon TURNEY
Module: Mesa Branch: master Commit: 498d9d0f4decb69457857841873e147f1fa6a176 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=498d9d0f4decb69457857841873e147f1fa6a176 Author: Jon Turney Date: Tue Apr 3 17:52:56 2018 +0100 Fix use of alloca() without #include Fix use of alloca() wit

Mesa (master): st/mesa: set stencil border color the same as intensity

2018-04-04 Thread Marek Olšák
Module: Mesa Branch: master Commit: d9dc26c94e454385e2094727f4163e7ba4e20a7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9dc26c94e454385e2094727f4163e7ba4e20a7f Author: Marek Olšák Date: Mon Apr 2 17:58:30 2018 -0400 st/mesa: set stencil border color the same as intensity This

Mesa (master): gallium/pp: use user constant buffers

2018-04-04 Thread Marek Olšák
Module: Mesa Branch: master Commit: 096942be2cb656a8f28b98905e1783adba3aae7f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=096942be2cb656a8f28b98905e1783adba3aae7f Author: Marek Olšák Date: Wed Apr 4 16:04:30 2018 -0400 gallium/pp: use user constant buffers This fixes a radeonsi

Mesa (master): gallium/pp: fix MLAA shaders

2018-04-04 Thread Marek Olšák
Module: Mesa Branch: master Commit: 8cd58df2f2592bf5a19ef7431eccaca6b8a445cc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8cd58df2f2592bf5a19ef7431eccaca6b8a445cc Author: Marek Olšák Date: Wed Apr 4 16:11:03 2018 -0400 gallium/pp: fix MLAA shaders Reviewed-by: Ilia Mirkin Bugz