From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 68451] Texture flicker in native Dota2 in mesa 9.2.0rc1 Date: Thu, 10 Oct 2013 22:34:14 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0425671586==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 32E50E7AD6 for ; Thu, 10 Oct 2013 15:34:14 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0425671586== Content-Type: multipart/alternative; boundary="1381444454.7185DC0.28145"; charset="us-ascii" --1381444454.7185DC0.28145 Date: Thu, 10 Oct 2013 22:34:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D68451 --- Comment #35 from Marek Ol=C5=A1=C3=A1k --- Feel free to do some benchmarking if you want. The question is why this code at the end of the function didn't set one of = the flush flags: r600_flag_resource_cache_flush(rctx, dst); Constants are usually read with the shader cache and indirect addressing of= the constants goes through the vertex cache. Also some chips don't have the ver= tex cache, so they have to use the texture cache instead. That's why both VERTEX and CONST work for some chips in this situation. The purpose of the flags i= s to express what type of buffer was changed. The flushing code will then figure= out which cache should be flushed. --=20 You are receiving this mail because: You are the assignee for the bug. --1381444454.7185DC0.28145 Date: Thu, 10 Oct 2013 22:34:14 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Commen= t # 35 on bug 68451<= /a> from Marek Ol=C5=A1=C3=A1k
Feel free to do some benchmarking if you want.

The question is why this code at the end of the function didn't set one of =
the
flush flags:

r600_flag_resource_cache_flush(rctx, dst);

Constants are usually read with the shader cache and indirect addressing of=
 the
constants goes through the vertex cache. Also some chips don't have the ver=
tex
cache, so they have to use the texture cache instead. That's why both VERTEX
and CONST work for some chips in this situation. The purpose of the flags i=
s to
express what type of buffer was changed. The flushing code will then figure=
 out
which cache should be flushed.


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1381444454.7185DC0.28145-- --===============0425671586== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0425671586==--