me...@bi... wrote:
>
> I'm trying to get Mesa 3.3 compiling under windows. Someone kindly
> mentioned they got this working with a trivial change, but it doesn't
> seem to be so easy to me. Namely the driver interface has changed
> a bit so src/Windows doesn't compile any more.
Right, the device driver needs a number of updates. See the
docs/RELNOTES-3.3 file.
> The extensions table in src/Windows/wgl.h has references to gl*EXT
> functions, but they don't exist anymore in 3.3. It looks like I could
> either get these functions dynamically from a context, or I could use
> _mesa_*EXT versions. What's the right thing to do?
Can you provide concrete examples of what the problem is?
-Brian
|