[Mesa-dev] [Bug 61764] New: invalid enum in glEnable, glConvolutionFilter, glSeparableFilter, glColorTable
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun Mar 3 13:51:10 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=61764
Priority: medium
Bug ID: 61764
Assignee: mesa-dev at lists.freedesktop.org
Summary: invalid enum in glEnable, glConvolutionFilter,
glSeparableFilter, glColorTable
Severity: normal
Classification: Unclassified
OS: All
Reporter: speed.the.bboy at gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: unspecified
Component: Mesa core
Product: Mesa
Created attachment 75861
--> https://bugs.freedesktop.org/attachment.cgi?id=75861&action=edit
test program
See the test program for more info. When using specific enumerables with these
commands, these commands return an error.
glEnable(GL_MINMAX)
glEnable(GL_MINMAX_EXT);
glEnable(GL_HISTOGRAM);
glConvolutionFilter1D(GL_CONVOLUTION_1D, GL_RGB8, 4, GL_RGB, GL_FLOAT, cf);
glSeparableFilter2D(GL_SEPARABLE_2D, GL_RGB8, 2, 2, GL_RGB, GL_FLOAT, sf_a,
sf_b);
glColorTable(GL_COLOR_TABLE, GL_RGB8, 4, GL_RGB, GL_FLOAT, ct);
I do not have the code yet to reproduce the last three, I need to convert it
from ruby.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20130303/9af3841e/attachment.html>
More information about the mesa-dev
mailing list