Age | Commit message (Collapse) | Author |
|
__glXSetCurrentContextNull currently does not set the GL context to null
in the direct rendering case.
This can result in a segfault trying to flush an invalid old context
in glXMakeCurrent.
This fixes a crash starting the Unigine demos (they still don't work due
to missing extensions though).
Signed-off-by: Brian Paul <brianp@vmware.com>
|
|
pixel formats.
Since all formats we export have PFD_DRAW_TO_WINDOW flag.
|
|
They cause DCT's conform to always fail.
|
|
|
|
|
|
|
|
|
|
|
|
based on Maciej's r300 patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as per 46dc6fd3ed5ef96cda53641a97bc68c3bc104a9f
|
|
|
|
|
|
|
|
|
|
|
|
Only enabled with KMS.
|
|
Only enabled with KMS.
|
|
Some of those still look atrocious. :T
|
|
|
|
I'm getting better at this, I think.
|
|
I fail at Sphinx-style ReST.
|
|
|
|
|
|
From IRC with Jakob.
|
|
The codepaths in the function were almost entirely different.
|
|
|
|
Fixes piglit vp-arl-constant-array-huge-overwritten.
|
|
The tests for an empty ring buffer were incorrect.
Fixes glxinfo segfaults.
Plus, add a new assertion.
|