Re: wined3d: fix wrong FIXME-Message

2009-03-14 Thread André Hentschel
@Stefan Dösinger: > The if check isn't that correct either. Its correct, because gl_info ->max_vertex_samplers in my case is 32. I think it is really enough to fix the Message.

Re: wined3d: fix wrong FIXME-Message

2009-03-14 Thread Henri Verbeet
2009/3/14 Stefan Dösinger : > The if check isn't that correct either. > > If MAX_COMBINED_SAMPLERS >= 8 + 3 everything's fine too. d3d9 only supports 8 > fixed function frag samplers and 3 vertex samplers at max, so even if we > can't use all GL samplers together, we're still fine if we have 11 sam

Re: wined3d: fix wrong FIXME-Message

2009-03-14 Thread Stefan Dösinger
The if check isn't that correct either. If MAX_COMBINED_SAMPLERS >= 8 + 3 everything's fine too. d3d9 only supports 8 fixed function frag samplers and 3 vertex samplers at max, so even if we can't use all GL samplers together, we're still fine if we have 11 samplers available for the purpose of