- 02 Mar, 2015 18 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Mark Harmstone authored
-
Jacek Caban authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Matteo Bruni authored
Reported by Christoph von Wittich.
-
Matteo Bruni authored
We need GL_ARB_instanced_arrays to be able to take the fastest path and that's already checked in draw_primitive. Note that GL_ARB_instanced_arrays provides glDrawElementsInstanced if GL_ARB_draw_instanced is not supported so we don't need to explicitly check for the latter.
-
Matteo Bruni authored
-
Matteo Bruni authored
-
Matteo Bruni authored
Wined3d doesn't actually require the GLX extension for multisampling at this point (while it does require FBOs).
-
Nikolay Sivov authored
-
- 27 Feb, 2015 22 commits
-
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Games created by GameMaker modify the FPU control word to enable division by zero exceptions. The game Risk of Rain, which is written with GameMaker, furthermore sets fogstart == fogend, which triggers an exception when the GL driver attempts to calculate 1 / (fogend - fogstart). This test adds some evidence that we are not supposed to temporarily restore the FPU CW if D3DCREATE_FPU_PRESERVE is used.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Mark Harmstone authored
-
Mark Harmstone authored
-
Austin English authored
-
Sebastian Lackner authored
Based on a patch by Patrick Rudolph.
-
Sebastian Lackner authored
Based on a patch by John Reiser.
-
Sebastian Lackner authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Vincent Povirk authored
-
Vincent Povirk authored
-
Nikolay Sivov authored
Spotted by Christoph von Wittich.
-
Nikolay Sivov authored
Spotted by Christoph von Wittich.
-
Nikolay Sivov authored
-