http://bugs.freedesktop.org/show_bug.cgi?id=5002





--- Comment #7 from martin.v...@itwm.fraunhofer.de  2010-02-09 07:41:39 PST ---
Hello,

seems I hit the same problem.
(3 years and a few month later its still present. :)

I added my demo attachment.

The problematic code is:

  // vertex test
  glEnableClientState(GL_VERTEX_ARRAY);
  glVertexPointer(3,GL_FLOAT,0,vertices);
  glDrawArrays(GL_QUADS,0,4);
  glDisableClientState(GL_VERTEX_ARRAY);

This only draws an empty window.

setting LIBGL_NO_DRAWARRAYS=1 fixes the problem for me.
The latest nvidia driver which worked was:

-173.14

The first one which didnt work for me was:(there may be earlier drivers)

-185.18

This is still true for the current linux beta driver:

-195.30

I have posted this to the mesa-devel mailinglist with the subject:

"mesa / nvidia indirect GLX question (OpenSuSE 11.1)"

This is the posting:

http://sourceforge.net/mailarchive/forum.php?thread_name=4B700921.504%40itwm.fraunhofer.de&forum_name=mesa3d-dev

and the reply:
http://sourceforge.net/mailarchive/forum.php?thread_name=4B705700.2000406%40freedesktop.org&forum_name=mesa3d-dev

regards,

Martin


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to