[Mesa-dev] [Bug 28487] [r300g] Gallium3D on R300 bug

2010-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28487 --- Comment #1 from Tom Stellard 2010-06-12 23:01:59 PDT --- Can you post the output of glxinfo? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assign

[Mesa-dev] [PATCH 4/4] fix warnings

2010-06-12 Thread marvin24
--- src/mesa/drivers/dri/r600/r700_assembler.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/drivers/dri/r600/r700_assembler.c b/src/mesa/drivers/dri/r600/r700_assembler.c index 70f263d..53bdf6f 100644 --- a/src/mesa/drivers/dri/r600/r700_assembler.c +++ b/s

[Mesa-dev] [PATCH 3/4] replace reallocs with MACRO

2010-06-12 Thread marvin24
--- src/mesa/drivers/dri/r600/r600_cmdbuf.c|8 src/mesa/drivers/dri/r600/r700_assembler.c | 23 --- src/mesa/drivers/dri/radeon/radeon_bo_legacy.c |2 +- src/mesa/drivers/dri/radeon/radeon_cs_legacy.c |6 +++--- src/mesa/drivers/dri/radeon/rad

[Mesa-dev] [PATCH 2/4] replace malloc/free with debug MACROS

2010-06-12 Thread marvin24
--- src/mesa/drivers/dri/r600/r600_cmdbuf.c| 32 ++-- src/mesa/drivers/dri/r600/r700_oglprog.c |2 +- src/mesa/drivers/dri/r600/r700_vertprog.c |2 +- src/mesa/drivers/dri/radeon/radeon_bo_legacy.c | 20 ++-- .../drivers/dri/ra

[Mesa-dev] [PATCH 0/4] Add some memory alloc/free debuging to the r600 driver

2010-06-12 Thread marvin24
Hi, patches below add some memory debuging functions to the r600 driver. Unavoidably, some radeon/common code is also touched. I'm willing to update the other radeon drivers if this patch is acceptable. The last patch fix some warnings, hope it is correct. I tested the patch here and it compiles

[Mesa-dev] [PATCH 1/4] add some malloc debug functions

2010-06-12 Thread marvin24
--- src/mesa/drivers/dri/radeon/radeon_debug.h | 52 1 files changed, 52 insertions(+), 0 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_debug.h b/src/mesa/drivers/dri/radeon/radeon_debug.h index ef8b967..7de54d2 100644 --- a/src/mesa/drivers/dri/rade

Re: [Mesa-dev] Mesa source re-org

2010-06-12 Thread Eric Anholt
On Thu, 10 Jun 2010 23:32:58 -0600, Brian Paul wrote: > The new shader-file-reorg branch moves a bunch of Mesa source files to > re-organize things a bit. > > 1. Move all GL entrypoint functions and files into src/mesa/main/ > This includes the ARB vp/vp, NV vp/fp, ATI fragshader and GLSL bits >

[Mesa-dev] [Bug 28433] Mesa DRI Intel 845G GEM and Mesa DRI R200 Drivers returning artifacts in textures

2010-06-12 Thread Jane Doe
Hi, the Mesa DRI Intel(R) 845G driver has been working fine for over 5 years until the GEM thing started showing up. Is this just a coincidence? Is this Graphics Execution Manager not reverse-compatible with the huge installed-base out there? Is there some workaround that can be done in OpenGL?