https://bugs.freedesktop.org/show_bug.cgi?id=39286
--- Comment #1 from Vadim 2011-07-16 20:51:42 PDT ---
Created an attachment (id=49198)
View: https://bugs.freedesktop.org/attachment.cgi?id=49198
Review: https://bugs.freedesktop.org/review?bug=39286&attachment=49198
[PATCH] st/mesa: clip src
On Fri, 15 Jul 2011 18:07:51 +0800, Zou Nan hai wrote:
> on gen6+, PIPE_CONTROL reported timestamp counter is a
> 64 bits value, toggles every 80 ns
> @@ -58,7 +58,10 @@ brw_queryobj_get_results(struct brw_query_object *query)
> drm_intel_bo_map(query->bo, GL_FALSE);
> results
https://bugs.freedesktop.org/show_bug.cgi?id=39286
Summary: Segfault in pipe_get_tile_z
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Me
On 07/16/2011 10:28 AM, Vincent wrote:
> Hi,
>
> I wrote an optimisation pass that perform CSE (that is, it spots
> expressions that appears twice or more, and factor them in a temporary
> to avoid recalculation).
> This is my first patch to Mesa, I would like to receive feedback :
> case where the
Hi,
I wrote an optimisation pass that perform CSE (that is, it spots
expressions that appears twice or more, and factor them in a temporary
to avoid recalculation).
This is my first patch to Mesa, I would like to receive feedback : case
where the algorithm does not work, crashes, ...
I tried
https://bugs.freedesktop.org/show_bug.cgi?id=39219
freewindri...@rocketmail.com changed:
What|Removed |Added
CC||freewindri...@rocketmail.co