[Bug 102965] glColor functions producing GL_INVALID_OPERATION

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

 



Bug ID 102965
Summary glColor functions producing GL_INVALID_OPERATION
Product DRI
Version unspecified
Hardware x86-64 (AMD64)
OS Linux (All)
Status NEW
Severity minor
Priority medium
Component DRM/AMDgpu
Assignee dri-devel@lists.freedesktop.org
Reporter pdjeeves@zoho.com

I'm getting the aforementioned error from all of the glColor functions I try,
example code:

m_context = SDL_GL_CreateContext( window );
if(!m_context) exit(3);
SDL_GL_MakeCurrent(window, m_context);

initializeGlew();
glClearColor(.5, .75, .93, 1);  checkGLerrors("glClearColor");
glColor4f(1, 1, 1, 1);          checkGLerrors("glColor4f");

This is similar to bug #48535, except that it is happening in amdgpu instead of
mesa.


You are receiving this mail because:
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/dri-devel

[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux