Mesa (master): nv30: ensure that displayable formats are marked accordingly

2018-05-30 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 30918b77ac82ba1da7764c0375233656e0ebf9f9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=30918b77ac82ba1da7764c0375233656e0ebf9f9 Author: Ilia Mirkin Date: Mon May 28 11:07:08 2018 -0400 nv30: ensure that displayable formats are marked accordingly

Mesa (master): nv30: add a couple of missed shader caps

2018-05-30 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 04fff21c62f487f5f24f02708d2a16844688ec81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=04fff21c62f487f5f24f02708d2a16844688ec81 Author: Ilia Mirkin Date: Mon May 28 11:15:55 2018 -0400 nv30: add a couple of missed shader caps Signed-off

Mesa (master): gm107/ir: prevent WaW hazards in instruction scheduling

2018-05-28 Thread Ilia Mirkin
Previously, findFirstUse() only considered reads "uses". This fixes that by making it check both an instruction's sources and definitions. It also shortens both findFistUse() and findFirstDef() along the way. Reviewed-by: Ilia Mirkin --- .../drivers/nouveau/codegen/nv50_ir_emit_gm107

Mesa (master): nvc0: fix setting of subpixel precision during conservative rasterization

2018-05-13 Thread Ilia Mirkin
bpixel precision during conservative rasterization Fixes: 07dac3e040 ("nvc0: add conservative rasterization support") Signed-off-by: Rhys Perry <pendingchao...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/nvc0/mme/com9097.mme

Mesa (master): nv50/ir: fix printing of pixld

2018-05-03 Thread Ilia Mirkin
pixld Signed-off-by: Rhys Perry <pendingchao...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/codegen/nv50_ir_print.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_print.

Mesa (master): nvc0/ir: all short immediates are sign-extended, adjust LIMM test

2018-04-24 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c17ddcb4b4240542832fba72b5810039dd245fc9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c17ddcb4b4240542832fba72b5810039dd245fc9 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Apr 21 13:08:51 2018 -0400 nvc0/ir: all short immediates ar

Mesa (master): nv50/ir: make a copy of tex src if it's referenced multiple times

2018-04-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 5428066f5e1ef5ea6ae04c84019f270023cfc6aa URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5428066f5e1ef5ea6ae04c84019f270023cfc6aa Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Apr 9 22:19:35 2018 -0400 nv50/ir: make a copy of t

Mesa (master): gallium/tests/trivial: fix viewport depth transform

2018-04-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3f1cad48b812a33403d960093801261900c51708 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f1cad48b812a33403d960093801261900c51708 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Feb 28 19:40:48 2018 -0500 gallium/tests/trivial: fix vi

Mesa (master): trace: allow image resource to be null

2018-04-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: fe8b6d7e1ff55ad0f2e7d798ce7c03a429f58762 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe8b6d7e1ff55ad0f2e7d798ce7c03a429f58762 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Feb 26 19:26:36 2018 -0500 trace: allow image resource to b

Mesa (master): nv50/ir/ra: prefer def == src2 for fma with immediates on nvc0

2018-04-21 Thread Ilia Mirkin
0 241924192 hurt 0 0 7 9 9 Signed-off-by: Karol Herbst <karolher...@gmail.com> [imirkin: minor edits to separate nv50 and nvc0+ cases] Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- sr

Mesa (master): docs/features: mark GL_ARB_post_depth_coverage as DONE for nvc0

2018-04-21 Thread Ilia Mirkin
: mark GL_ARB_post_depth_coverage as DONE for nvc0 This was done a while ago but never marked on features.txt. Note that this is only supported on GM200+. Signed-off-by: Rhys Perry <pendingchao...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- docs/features.txt | 2 +- 1 file ch

Mesa (master): nvc0: fix line width on GM20x+

2018-04-20 Thread Ilia Mirkin
GM20x+ This has the side-effect of fixing polygon-offset piglit test failures. Signed-off-by: Rhys Perry <pendingchao...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/nvc0/nvc0_state.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-)

Mesa (master): st/mesa: tex offsets can't be in a const or 2d-indexed

2018-04-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 90bb2d7152ba63e1592e3c1aabc69386a10f2d89 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=90bb2d7152ba63e1592e3c1aabc69386a10f2d89 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Tue Apr 3 00:00:59 2018 -0400 st/mesa: tex offsets

Mesa (master): nvc0: restore image binding on RGB10A2, remove from BGR10A2

2018-04-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 2a2b22e9b16dc57c4685a4081bab01cced2671d5 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2a2b22e9b16dc57c4685a4081bab01cced2671d5 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Mar 28 23:45:26 2018 -0400 nvc0: restore image binding on R

Mesa (master): nvc0: change ACQUIRE_EQUAL to ACQUIRE_GEQUAL in nvc0_hw_query_fifo_wait

2018-04-07 Thread Ilia Mirkin
gered. Signed-off-by: Rhys Perry <pendingchao...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c b/sr

Mesa (master): nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATE

2018-04-07 Thread Ilia Mirkin
tation of PIPE_QUERY_SO_OVERFLOW_PREDICATE This also removes some useless code leftover from old changes. Signed-off-by: Rhys Perry <pendingchao...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- docs/features.txt| 2 +- docs/re

Mesa (master): nvc0: ensure the query's fence has been emitted in nvc0_hw_query_fifo_wait

2018-04-07 Thread Ilia Mirkin
nouveau_fence_emit instead] Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c b/src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c inde

Mesa (master): nvc0/ir: fix INTERP_* with indirect inputs

2018-03-27 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 776e6af879318050cdf8245cd409ada7b843e358 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=776e6af879318050cdf8245cd409ada7b843e358 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Mar 24 15:15:45 2018 -0400 nvc0/ir: fix INTERP_* with in

Mesa (master): nv50,nvc0: Support BGRX1010102 and RGBX1010102 for sampling.

2018-03-14 Thread Ilia Mirkin
siting, and under Wayland+Weston drm backend with a Tesla and Pascal gpu. Signed-off-by: Mario Kleiner <mario.kleiner...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/nv50/nv50_formats.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/s

Mesa (master): st/mesa: ensure that images don't try to reference non-existent levels

2018-02-27 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 086c88551d286cf29a2414227fc3a6f4b0c9c455 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=086c88551d286cf29a2414227fc3a6f4b0c9c455 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Feb 26 19:31:12 2018 -0500 st/mesa: ensure that images don

Mesa (master): nvc0: collapse output slots to have adjacent registers

2018-02-26 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: e683a797c6881ddb3b07cad8fdb84f77c6655c95 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e683a797c6881ddb3b07cad8fdb84f77c6655c95 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Feb 5 00:15:58 2018 -0500 nvc0: collapse output slots t

Mesa (master): nv50,nvc0: fix integer MS resolves using 2d engine

2018-02-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: d73f1f2ad879d0c6712931b75f2bfb995c2c9fcb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d73f1f2ad879d0c6712931b75f2bfb995c2c9fcb Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Feb 21 23:32:49 2018 -0500 nv50,nvc0: fix integer MS re

Mesa (master): nvc0: fix writing query results into buffer

2018-02-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 33ce3569c5b87523e2ed94c383d2ee245f1beaaf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33ce3569c5b87523e2ed94c383d2ee245f1beaaf Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Feb 21 00:10:24 2018 -0500 nvc0: fix writing query r

Mesa (master): nv50,nvc0: fix clear buffer acceleration

2018-02-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f6e4f956689719c77e8d22951f4b1f6ed5548da4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6e4f956689719c77e8d22951f4b1f6ed5548da4 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Tue Feb 20 23:17:31 2018 -0500 nv50,nvc0: fix clear

Mesa (master): st/dri: only expose config formats that are display targets

2018-02-19 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f7604d8af521f39e6d5df62981c3b9e10140cc81 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f7604d8af521f39e6d5df62981c3b9e10140cc81 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Dec 31 02:36:39 2017 -0500 st/dri: only expose config f

Mesa (master): mesa: add xbgr support adjacent to xrgb

2018-02-19 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ebdc4c31e23ffd5ce0d1fc47dd8f76c146961e25 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ebdc4c31e23ffd5ce0d1fc47dd8f76c146961e25 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Dec 31 01:05:06 2017 -0500 mesa: add xbgr support ad

Mesa (master): nv50,nvc0: mark ABGR format as displayable instead of ARGB format

2018-02-19 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: e1a70aed10dcb28b5285221a6cf318bc0e6fe4a2 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e1a70aed10dcb28b5285221a6cf318bc0e6fe4a2 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Dec 31 02:39:11 2017 -0500 nv50,nvc0: mark ABGR

Mesa (master): gm107/ir: avoid using kepler instruction capabilities

2018-02-17 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: fe76fc11b1fb8856c753630665a9ab5512427c96 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe76fc11b1fb8856c753630665a9ab5512427c96 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Feb 10 13:39:56 2018 -0500 gm107/ir: avoid using

Mesa (master): gm107/ir: change how SUQ works in preparation for bindless

2018-02-17 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 020eb13d665fe96bb6a3bcd3613e9de015c0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=020eb13d665fe96bb6a3bcd3613e9de015c0 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Jan 13 12:28:16 2018 -0500 gm107/ir: change how SUQ

Mesa (master): nvc0: add support for bindless on maxwell+

2018-02-17 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f08fd676bf651ba401ca631a22e3586a85f99415 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f08fd676bf651ba401ca631a22e3586a85f99415 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Jan 13 12:32:41 2018 -0500 nvc0: add support for bi

Mesa (master): nvc0: Use GP100_COMPUTE_CLASS on GP10B

2018-02-17 Thread Ilia Mirkin
_CLASS on GP10B GP10B requires the use of GP100_COMPUTE_CLASS instead of GP104_COMPUTE_CLASS as is used for other non-GP100 chips. Signed-off-by: Mikko Perttunen <mperttu...@nvidia.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/nvc0/nve4_compute

Mesa (master): nv50/ir: use the image info in the instruction rather than decl

2018-01-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 70613336534fa0319a87292f40b30294b359e33a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=70613336534fa0319a87292f40b30294b359e33a Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Jun 23 20:44:56 2017 -0400 nv50/ir: use the imag

Mesa (master): nvc0: ensure that pushbuf keeps ref to old text/tls bos

2018-01-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: adcd241b563f44b2e3e92f5d840e2f617bc25836 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=adcd241b563f44b2e3e92f5d840e2f617bc25836 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Jan 1 14:54:17 2018 -0500 nvc0: ensure that pushbuf kee

Mesa (master): nvc0: update tic in-place when buffer address changes

2018-01-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: bdf300e09d8ddbcacac5d7c8d727e5c2f5635f50 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bdf300e09d8ddbcacac5d7c8d727e5c2f5635f50 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Dec 30 01:07:30 2017 -0500 nvc0: update tic in-place when

Mesa (master): nvc0: add bindless image support for kepler

2018-01-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 23a6e8d8ff5effa7b88bd77c3bf396879a2ece0c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=23a6e8d8ff5effa7b88bd77c3bf396879a2ece0c Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Jun 24 00:44:35 2017 -0400 nvc0: add bindless image s

Mesa (master): nvc0/ir: safen up lowering logic against overwriting reused values

2018-01-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 7f92c8ee3709b7e229321636ee15b6b7571fe3ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f92c8ee3709b7e229321636ee15b6b7571fe3ea Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Apr 8 00:05:18 2017 -0400 nvc0/ir: safen up lowering

Mesa (master): nvc0: add support for bindless textures on kepler+

2018-01-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 8eb1214755366fc34ed15a7e3dec48d4f0d65f10 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8eb1214755366fc34ed15a7e3dec48d4f0d65f10 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Jun 21 23:13:20 2017 -0400 nvc0: add support for bi

Mesa (master): nvc0: enable bindless on kepler

2018-01-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 6f4ac7b418c64f03f05e496953fe0c1d09864ab9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6f4ac7b418c64f03f05e496953fe0c1d09864ab9 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Jun 24 00:51:13 2017 -0400 nvc0: enable bindless on keple

Mesa (master): mesa/bindless: fix missing image _Layer initialization

2018-01-03 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: e923075a82af63e5b5019c17dcf86a573deb7282 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=e923075a82af63e5b5019c17dcf86a573deb7282 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Dec 30 00:28:51 2017 -0500 mesa/bindless: fix missing

Mesa (master): freedreno: set missing internal_format when importing texture

2017-12-22 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 0dbdb070705ea063430ed4ff1fbdbc87d86165ea URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0dbdb070705ea063430ed4ff1fbdbc87d86165ea Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Dec 22 00:27:50 2017 -0500 freedreno: set missing internal_

Mesa (master): gm107/ir: use lane 0 for manual textureGrad handling

2017-12-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 05944a392ebe30f8a67bf70e1fbc4eb088fb67a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=05944a392ebe30f8a67bf70e1fbc4eb088fb67a0 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Tue Dec 19 23:37:25 2017 -0500 gm107/ir: use lane 0 for

Mesa (master): nvc0/ir: change textureGrad to always use lane 0 as the tex origin

2017-12-19 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 0cf6320eb5eca1ea20906624ad5a46ca386e0aa6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0cf6320eb5eca1ea20906624ad5a46ca386e0aa6 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Aug 16 00:34:43 2017 -0400 nvc0/ir: change textureGrad to

Mesa (master): st/mesa: swizzle argument when there' s a vector size mismatch

2017-12-11 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 0332c7484b712e56ce1a6648c5fa04c90e286c37 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0332c7484b712e56ce1a6648c5fa04c90e286c37 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Dec 2 11:20:46 2017 -0500 st/mesa: swizzle argument when t

Mesa (master): nvc0/ir: Properly lower 64-bit shifts when the shift value is >32

2017-12-03 Thread Ilia Mirkin
rect ortho 12 0 4 4 Signed-off-by: Pierre Moreau <pierre.mor...@free.fr> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/nouveau/co

Mesa (master): nouveau/compiler: Allow to omit line numbers when printing instructions

2017-11-26 Thread Ilia Mirkin
reau) V4: - get rid of default value in PrintPass constructor Signed-off-by: Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de> Reviewed-by: Pierre Moreau <pierre.mor...@free.fr> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/nouveau/codegen/nv5

Mesa (master): nv50/ir: add optimization for modulo by a non-power-of-2 value

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 50e913b9c5d311334281da89b4e9969d48fd62b6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=50e913b9c5d311334281da89b4e9969d48fd62b6 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Nov 10 22:10:46 2017 -0500 nv50/ir: add optimization for

Mesa (master): nv50/ir: move LateAlgebraicOpt to the very end

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 0bd83d04612520ff97e21d41bcc3ad2e68e160df URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0bd83d04612520ff97e21d41bcc3ad2e68e160df Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Thu Nov 16 01:48:20 2017 -0500 nv50/ir: move LateAlgebr

Mesa (master): nv50/ir: optimize signed integer modulo by pow-of-2

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3079993727ddfe6b09e1f0ec8f834691fd654b46 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3079993727ddfe6b09e1f0ec8f834691fd654b46 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Nov 10 21:47:59 2017 -0500 nv50/ir: optimize signed i

Mesa (master): nv50/ir: when merging immediates/consts, load directly

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3072bbef63c9a41929cfd781a583de9689ec5b65 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3072bbef63c9a41929cfd781a583de9689ec5b65 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Nov 15 23:32:16 2017 -0500 nv50/ir: when merging imme

Mesa (master): freedreno/a4xx: add stencil texturing support

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ffdcd51e660358badf76bd055025e8405ae374bb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ffdcd51e660358badf76bd055025e8405ae374bb Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Nov 19 15:13:41 2017 -0500 freedreno/a4xx: add stencil tex

Mesa (master): freedreno/a4xx: add ARB_framebuffer_no_attachments support

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f39a91c1527ce11871ceacb2ac74a911f4cd6698 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f39a91c1527ce11871ceacb2ac74a911f4cd6698 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Nov 19 16:36:08 2017 -0500 freedreno/a4x

Mesa (master): freedreno/ir3: add a pass to lower tg4 to txl, enable gather on a4xx

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 86f12e9377374108474b6a5d6b5dd6e9d37766db URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=86f12e9377374108474b6a5d6b5dd6e9d37766db Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Nov 19 12:28:53 2017 -0500 freedreno/ir3: add a pass to low

Mesa (master): freedreno: regenerate pm4 header, adjust code for new names

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c3c8d487252a3689cf7d4a01381c8b32ccb7f9fb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c3c8d487252a3689cf7d4a01381c8b32ccb7f9fb Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Nov 19 16:31:02 2017 -0500 freedreno: regenerate pm4

Mesa (master): freedreno/a4xx: add indirect draw support

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 4f748d12e8828aab6e2824a3c80f01c7ac44226c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4f748d12e8828aab6e2824a3c80f01c7ac44226c Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Nov 19 16:32:12 2017 -0500 freedreno/a4xx: add indirec

Mesa (master): nir: allow texture offsets with cube maps

2017-11-25 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ab336e8b46b6d7016519681c59b9aedf3fea04ad URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ab336e8b46b6d7016519681c59b9aedf3fea04ad Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Nov 19 12:27:12 2017 -0500 nir: allow texture offsets wit

Mesa (master): r600g: use SIMPLE_FLOAT for blending to enable some optimizations

2017-11-08 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f317f72f7310cbe741d82970fd335cb8c83300eb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f317f72f7310cbe741d82970fd335cb8c83300eb Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Nov 4 13:49:45 2017 -0400 r600g: use SIMPLE_FLOAT for bl

Mesa (master): nv50: make blending work so that zero wins in a multiplication

2017-11-08 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 35433494f35f049aa0ba993391871504abfa0cc0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35433494f35f049aa0ba993391871504abfa0cc0 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Nov 4 13:49:04 2017 -0400 nv50: make blending work so tha

Mesa (master): nv50,nvc0: Copy shared memory per block to the program info structure and back

2017-11-04 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: efe532b73934299bb6cf0aaab7145317fd51 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=efe532b73934299bb6cf0aaab7145317fd51 Author: Pierre Moreau Date: Mon Oct 2 20:57:10 2017 +0200 nv50,nvc0: Copy shared memory per

Mesa (master): nv50/ir: Store shared memory per block in nv50_ir_prog_info

2017-11-04 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 49752e99f8f109a1b1adc6740c4e3e2a50d0e09b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=49752e99f8f109a1b1adc6740c4e3e2a50d0e09b Author: Pierre Moreau Date: Mon Oct 2 20:57:09 2017 +0200 nv50/ir: Store shared memory per

Mesa (master): nv50,nvc0: Display shared memory usage in pipe_debug_message

2017-11-04 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: b041687ed1e641a79237752a5ffe099d731e13e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b041687ed1e641a79237752a5ffe099d731e13e9 Author: Pierre Moreau Date: Mon Oct 2 20:57:11 2017 +0200 nv50,nvc0: Display shared memory

Mesa (master): glsl: fix derived cs variables

2017-10-23 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 4d24a7cb97641cacecd371d1968f6964785822e4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4d24a7cb97641cacecd371d1968f6964785822e4 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Oct 21 15:15:41 2017 -0400 glsl: fix derived cs var

Mesa (master): freedreno/a20x: Fix rendering to BGRX

2017-10-15 Thread Ilia Mirkin
dering to BGRX Make sure that BGRX rendering is swapped the correct way around. Signed-off-by: Wladimir J. van der Laan <laa...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/freedreno/a2xx/fd2_gmem.c | 1 + 1 file changed, 1 insertion(+) diff -

Mesa (master): freedreno/a20x: Enable rendering to RGBA/RGBX

2017-10-15 Thread Ilia Mirkin
Enable rendering to RGBA/RGBX Signed-off-by: Wladimir J. van der Laan <laa...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- src/gallium/drivers/freedreno/a2xx/fd2_screen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/freedreno

Mesa (master): a2xx: add support for a few 16-bit color rendering formats

2017-10-15 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 790b5c4a38d2c1233cd58535236155c5ace692d3 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=790b5c4a38d2c1233cd58535236155c5ace692d3 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Aug 25 00:47:05 2017 -0400 a2xx: add support for a few

Mesa (master): nv50,nvc0: fix push hint logic in presence of a start offset

2017-10-11 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: b20bccbcacc6170cfc4f18332491131df5bac811 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b20bccbcacc6170cfc4f18332491131df5bac811 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Tue Oct 10 23:50:06 2017 -0400 nv50,nvc0: fix push hint

Mesa (master): nv50/ir: fix 64-bit integer shifts

2017-10-09 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ce6da2a02632cc81373b5e26881c02872e80c30b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce6da2a02632cc81373b5e26881c02872e80c30b Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Oct 9 20:42:59 2017 -0400 nv50/ir: fix 64-bit integer

Mesa (master): nvc0/ir: propagate immediates to CALL input MOVs

2017-08-31 Thread Ilia Mirkin
n <tobias.johannes.klausm...@mni.thm.de> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> --- .../nouveau/codegen/nv50_ir_lowering_nvc0.cpp | 21 +++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv

Mesa (master): nvc0: write 0 to pipeline_statistics.cs_invocations

2017-08-31 Thread Ilia Mirkin
R-GL45.pipeline_statistics_query_tests_ARB.functional_non_rendering_commands_do_not_affect_queries Signed-off-by: Karol Herbst <karolher...@gmail.com> Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu> Cc: mesa-sta...@lists.freedesktop.org --- src/gallium/drivers/nouveau/nvc0/nvc0_query_hw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/dr

Mesa (master): glsl: fix counting of vertex shader output slots used by explicit vars

2017-08-28 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: eefeff09a784eb139cbf682b98926c0eaa00eb21 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=eefeff09a784eb139cbf682b98926c0eaa00eb21 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Aug 27 00:09:31 2017 -0400 glsl: fix counting of vertex

Mesa (master): st/mesa: fix handling of vertex array double inputs

2017-08-28 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ae53bff8b13b433ca79904dfbda7264eb7188fa7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ae53bff8b13b433ca79904dfbda7264eb7188fa7 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Aug 27 00:41:05 2017 -0400 st/mesa: fix handling of vertex

Mesa (master): a2xx: fix DST_ALPHA blending for non-alpha formats

2017-08-24 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f623e1742f20cffe2c91287ab6b0b0a39a78e02c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f623e1742f20cffe2c91287ab6b0b0a39a78e02c Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Aug 25 00:13:32 2017 -0400 a2xx: fix DST_ALPHA blending f

Mesa (master): a2xx: set constant blend color

2017-08-24 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f3bde890cde869d8ba4280186a4de6dd677b387a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3bde890cde869d8ba4280186a4de6dd677b387a Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Aug 25 00:03:46 2017 -0400 a2xx: set constant blend color

Mesa (master): nv50/ir: properly set sType for TXF ops to U32

2017-08-24 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 96be442b7795a6eb3d50f4061f2b98dddc39aa4d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=96be442b7795a6eb3d50f4061f2b98dddc39aa4d Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Aug 23 23:15:48 2017 -0400 nv50/ir: properly set sType f

Mesa (master): mesa: only copy requested compressed teximage cubemap faces

2017-08-20 Thread Ilia Mirkin
ressed teximage cubemap faces This is analogous to commit 2259b11 which only fixed the regular case Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102308 Signed-off-by: Christoph Haag <haagch+mesa...@frickel.club> Reviewed-by: Ilia Mirkin <imir...@alum.mit.ed

Mesa (master): glsl: add a few missing int64 constant propagation cases

2017-08-18 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 9c8f017f77188d9048132a30d31f18b9690cbe04 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9c8f017f77188d9048132a30d31f18b9690cbe04 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Aug 16 22:18:39 2017 -0400 glsl: add a few missing int64 co

Mesa (master): nv50/ir: fix srcMask computation for TG4 and TXF

2017-08-16 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 054c54d1be634dec106c30030bb4921f398d6c90 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=054c54d1be634dec106c30030bb4921f398d6c90 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Aug 16 00:25:40 2017 -0400 nv50/ir: fix srcMask compu

Mesa (master): nv50/ir: fix TXQ srcMask

2017-08-16 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 934511d1f3a8e2e9b0091d725c87a22a51233141 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=934511d1f3a8e2e9b0091d725c87a22a51233141 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Wed Aug 16 00:33:34 2017 -0400 nv50/ir: fix TXQ srcMask

Mesa (master): a2xx: add logicop support

2017-08-15 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 08f72a89444caa9b0851c8ea6458d44ecacec478 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=08f72a89444caa9b0851c8ea6458d44ecacec478 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Aug 14 23:38:52 2017 -0400 a2xx: add logicop support This

Mesa (master): glsl/ast: update rhs in addition to the var' s constant_value

2017-08-15 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 978c4c597aa48e65bd6822a85e6b8f82ca9281f1 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=978c4c597aa48e65bd6822a85e6b8f82ca9281f1 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Tue Aug 15 13:47:08 2017 -0400 glsl/ast: update rhs in ad

Mesa (master): nvc0/ir: unlink values pre- and post-call to division function

2017-08-12 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ea22ac23e04c093f9dd0bb8f9b946e61d79824ff URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ea22ac23e04c093f9dd0bb8f9b946e61d79824ff Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Aug 12 00:02:34 2017 -0400 nvc0/ir: unlink values pre- an

Mesa (master): nv50/ir: fix ConstantFolding with saturation

2017-08-09 Thread Ilia Mirkin
a few shaders in Mad Max and Alien Isolation produce such MOVs. CC: <mesa-sta...@lists.freedesktop.org> Signed-off-by: Karol Herbst <karolher...@gmail.com> Reviewed-by: Tobias Klausmann <tobias.johannes.klausm...@mni.thm.de> [imirkin: generalize the fix for other cases] Review

Mesa (master): include: update GLES gl2ext header to no longer reference bad function

2017-08-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 76ce7f03e76fe252648a9e2b3acdaa2496865b53 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=76ce7f03e76fe252648a9e2b3acdaa2496865b53 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Aug 6 10:33:30 2017 -0400 include: update GLES gl2ext

Mesa (master): glapi: per the extension spec, the EXT-suffixed function should be used

2017-08-07 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 8614679e78186482cc7ff84af83acdd29e359086 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8614679e78186482cc7ff84af83acdd29e359086 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Aug 6 10:39:06 2017 -0400 glapi: per the extension spec, t

Mesa (master): fix GL_ARB_spirv_extensions name

2017-08-06 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 35d7145fa6b8cbb3a71eb64e8cbcfe6b5274b2d9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=35d7145fa6b8cbb3a71eb64e8cbcfe6b5274b2d9 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Aug 6 13:00:18 2017 -0400 fix GL_ARB_spirv_extension

Mesa (master): st/glsl_to_tgsi: don' t optimize mul+add to mad if expression is precise

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 4ad9e2e17a8019b383d3664ca39ae3227aa3776d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4ad9e2e17a8019b383d3664ca39ae3227aa3776d Author: Karol Herbst Date: Fri Jun 23 20:30:26 2017 +0200 st/glsl_to_tgsi: don't optimize

Mesa (master): nv50/ir: add precise field to Instruction

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 1d7c232fbdab3bda71f93669be2e11449aa63f8f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1d7c232fbdab3bda71f93669be2e11449aa63f8f Author: Karol Herbst Date: Fri Jun 23 20:30:27 2017 +0200 nv50/ir: add precise field to

Mesa (master): tgsi/text: parse _PRECISE modifier

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 4611343bcc05c75bcc9697243dabbb083f7078de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=4611343bcc05c75bcc9697243dabbb083f7078de Author: Karol Herbst Date: Fri Jun 23 20:30:24 2017 +0200 tgsi/text: parse _PRECISE modifier

Mesa (master): tgsi: populate precise

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: d0dfdf704d6ef974a3bbac826cfd7e511e918f4b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=d0dfdf704d6ef974a3bbac826cfd7e511e918f4b Author: Karol Herbst Date: Fri Jun 23 20:30:23 2017 +0200 tgsi: populate precise Only

Mesa (master): nv50/ir/tgsi: handle precise for most ALU instructions

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f9bfc9301466c3b0d4248627b301d2f37ce0c4ab URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9bfc9301466c3b0d4248627b301d2f37ce0c4ab Author: Karol Herbst Date: Fri Jun 23 20:30:28 2017 +0200 nv50/ir/tgsi: handle precise for

Mesa (master): gallium/docs: add precise instruction modifier

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: c5cbb9a54345319d3924f9c7d0572fcc4739c516 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c5cbb9a54345319d3924f9c7d0572fcc4739c516 Author: Karol Herbst Date: Fri Jun 23 20:30:25 2017 +0200 gallium/docs: add precise

Mesa (master): st/glsl_to_tgsi: handle precise modifier

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 28a5e7104e5f0e25940ccc6b6e500edf694af148 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=28a5e7104e5f0e25940ccc6b6e500edf694af148 Author: Karol Herbst Date: Fri Jun 23 20:30:22 2017 +0200 st/glsl_to_tgsi: handle precise

Mesa (master): nv50/ir: disable mul+add to mad for precise instructions

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f98a221f2d1dc250cbba8c8944c5db623c4ada0b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f98a221f2d1dc250cbba8c8944c5db623c4ada0b Author: Karol Herbst Date: Fri Jun 23 20:30:29 2017 +0200 nv50/ir: disable mul+add to mad for

Mesa (master): tgsi: add precise flag to tgsi_instruction

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: af22adee4fcd0a5d0d63a0048b3d156eb2abb135 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=af22adee4fcd0a5d0d63a0048b3d156eb2abb135 Author: Karol Herbst Date: Fri Jun 23 20:30:20 2017 +0200 tgsi: add precise flag to

Mesa (master): tgsi/dump: print _PRECISE modifier on Instructions

2017-07-21 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 0341aea2f892d0ea72bbb92e3c659658f348d993 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0341aea2f892d0ea72bbb92e3c659658f348d993 Author: Karol Herbst Date: Fri Jun 23 20:30:21 2017 +0200 tgsi/dump: print _PRECISE modifier

Mesa (master): nv50/ir: fix threads calculation for non-compute shaders

2017-07-12 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 3645268748c44825ce8d37bf03f684731eb2652a URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3645268748c44825ce8d37bf03f684731eb2652a Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Mon Jul 10 20:58:31 2017 -0400 nv50/ir: fix threads calcu

Mesa (master): freedreno/ir3: fix load_front_face conversion

2017-07-12 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 87028f863967ec88ef8b7c5722f6cbf7ac6c8db6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=87028f863967ec88ef8b7c5722f6cbf7ac6c8db6 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Tue Jul 11 21:44:12 2017 -0400 freedreno/ir3: fix load_fron

Mesa (master): a5xx: fix condition for updating *_FS_OUTPUT_CNTL

2017-07-09 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: 6c7b7aa3d8323a7cde5ab2b84fabc16913adeab4 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6c7b7aa3d8323a7cde5ab2b84fabc16913adeab4 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sun Jul 9 18:06:25 2017 -0400 a5xx: fix condition for up

Mesa (master): nir: copy front interpolation when creating fake back color input

2017-07-08 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: f3958f1644391ed5f6d14373ac74d4978d8598b7 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f3958f1644391ed5f6d14373ac74d4978d8598b7 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Fri Jul 7 20:32:24 2017 -0400 nir: copy front interpolatio

Mesa (master): a5xx: remove no-longer-accurate border color layout comment

2017-07-08 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: ce3e2ec3b7c9a40195a870cb84944ac61029f669 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=ce3e2ec3b7c9a40195a870cb84944ac61029f669 Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Jul 8 11:13:35 2017 -0400 a5xx: remove no-longer-accurate

Mesa (master): a5xx: add border color clamping, add packed border color formats

2017-07-08 Thread Ilia Mirkin
Module: Mesa Branch: master Commit: cf173b5dcd0bf26a18965161ec6cbe1b562f87ac URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=cf173b5dcd0bf26a18965161ec6cbe1b562f87ac Author: Ilia Mirkin <imir...@alum.mit.edu> Date: Sat Jul 8 10:16:56 2017 -0400 a5xx: add border color clampin

  1   2   3   4   5   6   7   8   9   10   >