Age | Commit message (Collapse) | Author |
|
Need to use the data pointed to for pixmap contents in that case.
Fixes RENDER based text rendering.
|
|
Various breakage otherwise, e.g. _XSERVER64 not being defined on 64 bit leading
to inconsistent definitions of X server internal structs.
|
|
|
|
These don't respect the stdcall, so they crash upon return.
|
|
|
|
|
|
List 32bit pixel formats first, as nobody is interested in 16bit pixel
formats nowadays.
|
|
And there is no way to override a builtin module... sigh
|
|
Unfortunately this doesn't catch all the cases, as the mesa state tracker
can still use the framebuffer without giving the wgl state tracker
the chance to lock it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
before alpha.
Some applications might not handle a alpha visual when when they did not
request for one.
|
|
|
|
|
|
|
|
|
|
|
|
Subclassing the window is invasive: we might call an old window proc even
after it was removed. Glut and another bug just in the wrong time was
provoking this. Hooks don't have this problem.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Try to keep backwards compatability with old traces as much as possible.
|
|
|
|
|
|
|
|
The massive ifs are ugly, but it's not worth to automate this for just a
handful of formats.
Fixes conform bcolor.c.
|
|
|
|
Only allows clearing currently bound buffers, but colour and depth/stencil in
a single call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|