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
---
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
---
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
---
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
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
---
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
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
>
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?