octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #60001] Unexpected OpenGL error message


From: Rik
Subject: [Octave-bug-tracker] [bug #60001] Unexpected OpenGL error message
Date: Thu, 4 Feb 2021 12:25:42 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Update of bug #60001 (project octave):

                  Status:                    None => Need Info              

    _______________________________________________________

Follow-up Comment #1:

The code "glDisable(GL_COLOR_TABLE)" isn't used anywhere in the Octave source
code.  Since this error is thrown from the Mesa library I would start
debugging there.  For example, is Mesa being supplied by your operating system
or is it the version shipped with Octave?  And is the library being overridden
by hardware acceleration say with an Nvidia graphics card?  Also, could you
try commands one-by-one to see which one is generating the error?


hf = figure ();
hax = gca ();
x = 1:5;
y = x.^2;
plot (x,y, 'o-');
hl = legend ("x^2", "location", "north")


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60001>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]