[Mesa-dev] [Bug 39219] libgl conflict with xbmc causes lock up on xbmc exit

2011-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39219 freewindri...@rocketmail.com changed: What|Removed |Added CC|

[Mesa-dev] Common Subexpression Elimination

2011-07-16 Thread Vincent
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

Re: [Mesa-dev] Common Subexpression Elimination

2011-07-16 Thread Bryan Cain
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

[Mesa-dev] [Bug 39286] New: Segfault in pipe_get_tile_z

2011-07-16 Thread bugzilla-daemon
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:

Re: [Mesa-dev] [PATCH] i965: fix timer query on gen6+

2011-07-16 Thread Eric Anholt
On Fri, 15 Jul 2011 18:07:51 +0800, Zou Nan hai nanhai@intel.com 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,

[Mesa-dev] [Bug 39286] Segfault in pipe_get_tile_z

2011-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=39286 --- Comment #1 from Vadim pt...@yandex.ru 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=39286attachment=49198 [PATCH]