Please do not reply to this email: if you want to comment on the bug, go to    
       
the URL shown below and enter yourcomments there.     
   
https://bugs.freedesktop.org/show_bug.cgi?id=8218          
     




------- Additional Comments From [EMAIL PROTECTED]  2006-09-19 17:58 -------
(In reply to comment #11)
> Lots of those:
> ==17068== Invalid write of size 4
> ==17068==    at 0x4167F6C: emit_vector (r200_maos_arrays.c:287)
> Not sure. I guess it's the float/int casts causing trouble here?
What float/int casts? out is an int* and data is a char*, so where's the float?

This also looked interesting:
==17123== Invalid write of size 1
==17123==    at 0x40069A6: memcpy (mac_replace_strmem.c:394)
==17123==    by 0x4156245: r200UploadTexImages (string3.h:51)
==17123==    by 0x41580E9: r200UpdateTextureUnit (r200_texstate.c:1546)
==17123==    by 0x41585FF: r200UpdateTextureState (r200_texstate.c:1668)
==17123==    by 0x414C5E3: r200ValidateState (r200_state.c:2372)
==17123==    by 0x4145560: r200MakeCurrent (r200_context.c:718)
==17123==    by 0x414225F: driBindContext (dri_util.c:343)
==17123==    by 0x4277CABB: (within /usr/lib/libGL.so.1.2)
==17123==    by 0x4277ECAE: glXMakeContextCurrent (in /usr/lib/libGL.so.1.2)
==17123==    by 0x4277EF42: glXMakeCurrent (in /usr/lib/libGL.so.1.2)
==17123==    by 0x41101B5B: fgSetWindow (in /usr/lib/libglut.so.3.8.0)
==17123==    by 0x410FD2E6: glutMainLoopEvent (in /usr/lib/libglut.so.3.8.0)
==17123==  Address 0xB7D16183 is not stack'd, malloc'd or (recently) free'd

And with regards to the vbo code:
...
> Last possibility would be the r200 vtxfmt code, if it's
> no longer buggy if you use tcl_mode=1 then that's the case.          

I switched to tcl_mode=1 by default a while ago because I thought it might be
faster (hardware vs software), and the feature is still buggy when ARB_vbo is
enabled. This is basically why I tried using valgrind - to see if anything
showed up in the software vbo code.

Incidentally, I saw that the r300 implements vbos in hardware. Is this an extra
feature of the R300 hardware, or could the R200 hardware do this too?          
     
     
--           
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email         
     
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to