On 14.12.2009 10:29, michael wang wrote:
> Dear Mesa developers,
> 
> I am learning OpenGL on my notebook (with an old ATI Radeon X600 video
> card), but I cannot get GL_LINE_STIPPLE work. It draws solid line only.
> 
> glxinfo shows I'm using the R300 driver, and some study of the source
> code I find it "fallback" (to software rendering I suppose) when I
> enable GL_LINE_STIPPLE.
> 
> So my question is:
> 1. How can I check why my software rendering does not do line stipple?
You could try it with software mesa and see if it works there.
Also, the fallback for r300 only happens if you don't have
disable_lowimpact_fallbacks set, so if this is set for whatever reason
you will indeed get a solid line. If you set RADEON_DEBUG=fall it should
print out a warning if it hits that line stipple fallback

> 2. Is R300 project still active? Is so, where should I report this bug to?
The project is still alive, if it's a driver bug and not your app you
could file a bug at bugs.freedesktop.org.

Roland

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to