I think I understand: since you reparent everything to the new root
and then call talloc_free on the old root, everything dies anyway
whatever its parent was.
However, this makes me think that a copying garbage collection scheme
would be more efficient, since you already have support for visiting
https://bugs.freedesktop.org/show_bug.cgi?id=29044
Ian Romanick changed:
What|Removed |Added
Depends on|29164 |
--
Configure bugmail: https://bugs.free
https://bugs.freedesktop.org/show_bug.cgi?id=29164
Ian Romanick changed:
What|Removed |Added
Priority|medium |low
Blocks|29044
https://bugs.freedesktop.org/show_bug.cgi?id=30108
--- Comment #6 from Kristian Høgsberg 2010-09-09 16:09:12
PDT ---
I reverted the patch, too much trouble for now.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
Y
https://bugs.freedesktop.org/show_bug.cgi?id=29044
Bug 29044 depends on bug 22622, which changed state.
Bug 22622 Summary: [GM965 GLSL] noise*() cause GPU lockup
https://bugs.freedesktop.org/show_bug.cgi?id=22622
What|Old Value |New Value
https://bugs.freedesktop.org/show_bug.cgi?id=29044
Bug 29044 depends on bug 29524, which changed state.
Bug 29524 Summary: [glsl2]Mesa demo multinoise fail to change the color of
teapot
https://bugs.freedesktop.org/show_bug.cgi?id=29524
What|Old Value |New Value
https://bugs.freedesktop.org/show_bug.cgi?id=29044
Bug 29044 depends on bug 29496, which changed state.
Bug 29496 Summary: [glsl2]Mesa noise(2) demo renders incorrectly on glsl2 branch
https://bugs.freedesktop.org/show_bug.cgi?id=29496
What|Old Value |New Value
-
On Fri, Sep 10, 2010 at 12:16 AM, Eric Anholt wrote:
> On Thu, 9 Sep 2010 13:01:59 -0400, Kristian Høgsberg
> wrote:
>> There's a useful feature buried in glapi to log all API calls to stderr.
>> Unfortunately it requires editing the code and then it's enabled
>> unconditionally for that build.
On Thu, 9 Sep 2010 13:01:59 -0400, Kristian Høgsberg
wrote:
> There's a useful feature buried in glapi to log all API calls to stderr.
> Unfortunately it requires editing the code and then it's enabled
> unconditionally for that build. This patch builds in API logging for
> debug builds and mak
https://bugs.freedesktop.org/show_bug.cgi?id=30108
--- Comment #5 from Jakob Bornecrantz 2010-09-09
15:02:05 PDT ---
Can you try:
export LD_LIBRARY_PATH=/home/Paulie/mesa/lib
I'm thinking you are picking up the wrong libGL.so
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?ta
On Thu, 9 Sep 2010 03:26:45 +0200, Luca Barbieri wrote:
> Thanks!
>
> But, does this mean that if I allocate using new(existing_ir) ir_foo()
> or opposed to new(talloc_parent(existing_ir)) ir_foo() then this new
> object will always remain alive as long as existing_ir is alive, even
> if it's no
https://bugs.freedesktop.org/show_bug.cgi?id=30108
--- Comment #4 from Pavel Ondračka 2010-09-09 14:39:29 PDT
---
(In reply to comment #3)
> (In reply to comment #2)
> > What about debug builds?
>
> Do they not work for you?
No, I still have this problem when --enable-debug is set. You can't r
https://bugs.freedesktop.org/show_bug.cgi?id=30108
--- Comment #3 from Kristian Høgsberg 2010-09-09 14:25:25
PDT ---
(In reply to comment #2)
> What about debug builds?
Do they not work for you?
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receivi
https://bugs.freedesktop.org/show_bug.cgi?id=30108
Pavel Ondračka changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://bugs.freedesktop.org/show_bug.cgi?id=30108
Kristian Høgsberg changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://bugs.freedesktop.org/show_bug.cgi?id=30108
Summary: [bisected] unable to load driver: r300_dri.so,
undefined symbol: _glapi_logging_available
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status
Signed-off-by: Tilman Sauerbeck
---
src/gallium/drivers/r600/r600_draw.c |5 +
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/gallium/drivers/r600/r600_draw.c
b/src/gallium/drivers/r600/r600_draw.c
index 1834433..f24f30f 100644
--- a/src/gallium/drivers/r600/r600_draw
There's a useful feature buried in glapi to log all API calls to stderr.
Unfortunately it requires editing the code and then it's enabled
unconditionally for that build. This patch builds in API logging for
debug builds and makes it run-time switchable by setting MESA_DEBUG=dispatch.
---
src/mapi
Signed-off-by: Tilman Sauerbeck
---
src/gallium/winsys/r600/drm/radeon_bo.c |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/gallium/winsys/r600/drm/radeon_bo.c
b/src/gallium/winsys/r600/drm/radeon_bo.c
index a1306f6..f79135b 100644
--- a/src/gallium/winsys/r60
https://bugs.freedesktop.org/show_bug.cgi?id=30102
--- Comment #3 from Jon TURNEY 2010-09-09
06:22:07 PDT ---
Created an attachment (id=38580)
View: https://bugs.freedesktop.org/attachment.cgi?id=38580
Review: https://bugs.freedesktop.org/review?bug=30102&attachment=38580
Synchronize Xserver
https://bugs.freedesktop.org/show_bug.cgi?id=30102
--- Comment #2 from Jon TURNEY 2010-09-09
06:16:17 PDT ---
Created an attachment (id=38579)
View: https://bugs.freedesktop.org/attachment.cgi?id=38579
Review: https://bugs.freedesktop.org/review?bug=30102&attachment=38579
Synchronize mesa src
https://bugs.freedesktop.org/show_bug.cgi?id=30102
--- Comment #1 from Jon TURNEY 2010-09-09
06:13:16 PDT ---
Created an attachment (id=38578)
View: https://bugs.freedesktop.org/attachment.cgi?id=38578
Review: https://bugs.freedesktop.org/review?bug=30102&attachment=38578
Have __glImageSize h
https://bugs.freedesktop.org/show_bug.cgi?id=30102
Summary: glean depthStencil test fails BadLength with indirect
non-swrast rendering
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Signed-off-by: Tilman Sauerbeck
---
src/gallium/winsys/r600/drm/radeon_ctx.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/gallium/winsys/r600/drm/radeon_ctx.c
b/src/gallium/winsys/r600/drm/radeon_ctx.c
index 5d9cdca..f89ab30 100644
--- a/src/gallium/winsys/r600/
We would leak bo if the argument check failed.
Signed-off-by: Tilman Sauerbeck
---
src/gallium/drivers/r600/r600_texture.c | 11 ++-
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/gallium/drivers/r600/r600_texture.c
b/src/gallium/drivers/r600/r600_texture.c
index b
https://bugs.freedesktop.org/show_bug.cgi?id=30095
Kristian Høgsberg changed:
What|Removed |Added
AssignedTo|mesa-...@lists.freedesktop. |k...@bitplanet.net
Signed-off-by: Tilman Sauerbeck
---
src/gallium/drivers/r600/r600_query.c |4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/r600/r600_query.c
b/src/gallium/drivers/r600/r600_query.c
index 530940e..0073072 100644
--- a/src/gallium/drivers/r600/r600_qu
son_of_the_osi...@interia.pl writes:
> Hi. I have running linux on my very old machine with nv17 card and I
> am impressed that kde4 with nouveau driver work so fast. I am also
> curious about few things:
>
> 1. In nvfx was implemented sot so long time ago a new 2d engine. It
> wil be ported to
On Wed, 2010-09-08 at 21:30 -0700, Marek Olšák wrote:
> On Thu, Sep 9, 2010 at 2:35 AM, Eric Anholt wrote:
> However, the fact that when I ask about performance nobody
> says "OMG the
> texture upload/download/copy/etc. support in gallium is so
> great and is
>
https://bugs.freedesktop.org/show_bug.cgi?id=30095
Chris Rankin changed:
What|Removed |Added
Summary|[r300g] Fullscreen OpenGL |[GLX] Fullscreen OpenGL
30 matches
Mail list logo