Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Less TLS lookups.
|
|
DllMain is called with DLL_THREAD_ATTACH only by threads created after
the DLL is loaded by the process.
|
|
|
|
It doesn't change anyway.
|
|
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.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The massive ifs are ugly, but it's not worth to automate this for just a
handful of formats.
Fixes conform bcolor.c.
|
|
Just a quick fix to prevent segfaults with glean.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Flush if we change current context.
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|