On Wed, Sep 19, 2012 at 8:40 PM, Barto wrote:
> I don't see the "GL_ARB_fragment_program" when I run glxinfo, my radeon
> 9000 AGP is only opengl 1.3:
OK, in that case, querying GL_MAX_TEXTURE_IMAGE_UNITS is invalid.
Looks like a (minor) bug in blender.
-Brian
___
I don't see the "GL_ARB_fragment_program" when I run glxinfo, my radeon
9000 AGP is only opengl 1.3:
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI R200 (RV250 4C66) x86/MMX/SSE2 TCL DRI2
OpenGL version string: 1.3 Mesa 8.0.4
OpenGL extensions:
GL_ARB_multisampl
The release build of Mesa should also print error messages like that
if the MESA_DEBUG env var is set.
git-blame says the code in question hasn't changed since May of 2010.
The query should be legal with GL 2.0 or later (it comes from
GL_ARB_fragment_program).
What does your glxinfo say?
In fact this error message only occurs if I use the debug version of
mesa libs, with the release version there is no problem,
during my last test in July I didn't use the "debug version" of mesa
libs, that's why I didn't have the error message
Le 19/09/2012 23:53, Barto a écrit :
> but I notice
On Wed, Sep 19, 2012 at 4:53 PM, Barto wrote:
> Hello,
>
> I did the tests with the git version of Andreas (
> git://github.com/andreasboll/mesa.git 8.0-fixes-for-idr )
>
> I have a radeon AGP 9000 ( M9, rv250, r200 driver ), the bug 47375 ( a
> problem between Blender and swrast with a crash at s
Hello,
I did the tests with the git version of Andreas (
git://github.com/andreasboll/mesa.git 8.0-fixes-for-idr )
I have a radeon AGP 9000 ( M9, rv250, r200 driver ), the bug 47375 ( a
problem between Blender and swrast with a crash at startup ) is fixed,
but I notice an error message in the co
2012/9/16 Barto :
> Hello,
>
> It's now been more than two months that mesa3d 8.0.4 has been released,
>
> do we have a schedule date for mesa3d 8.0.5 ?
>
> I ask this because some interesting bugs have been fixed in the git
> version, like the bug 47375 ( a serious problem with Blender and swrast
Hello,
It's now been more than two months that mesa3d 8.0.4 has been released,
do we have a schedule date for mesa3d 8.0.5 ?
I ask this because some interesting bugs have been fixed in the git
version, like the bug 47375 ( a serious problem with Blender and swrast
with the r200 driver )
___
Hello,
It's now been more than two months that mesa3d 8.0.4 has been
released,
do we have a schedule date for mesa3d 8.0.5 ?
I ask this because some interesting bugs have been fixed in the
git version, like the bug 47375