On Sat, Jan 23, 2016 at 1:56 PM, Kenneth Graunke wrote:
> I'll be interested to see what you come up with. Maybe send a draft of
> your idea so people can take a look before you bother to convert the
> whole thing?
My immediate thought is to create a hash table of enum -> { avail, v,
pred, func
On Saturday, January 23, 2016 9:49:24 AM PST Ilia Mirkin wrote:
> ... sucks. Every change to that file is an exercise in pain. We want
> more and more complex checks on all the various enums, as they tend to
> appear in GL core with ext A or in GL ES with ext B but only if ES >
> 3.1, and not if th
... sucks. Every change to that file is an exercise in pain. We want
more and more complex checks on all the various enums, as they tend to
appear in GL core with ext A or in GL ES with ext B but only if ES >
3.1, and not if the moon is waxing, etc.
Any objections if I rewrite it to be not so anno