- 26 Oct, 2009 40 commits
-
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Jörg Höhle authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Rico Schüller authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
Geforce 8 and Geforce 9 cards support 256 env and 1024 native constants. 1024 is the hardware limit we want to use if we overwrite the GLSL reported value with the ARB value on Mac OS (because Mac OS reports more constants than supported by HW on some cards).
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
André Hentschel authored
-
André Hentschel authored
-
Alexander Nicolaysen Sørnes authored
-
Alexander Nicolaysen Sørnes authored
-
Alexander Nicolaysen Sørnes authored
-
Henri Verbeet authored
Some version of Mesa will claim the window system provided framebuffer is incomplete when using indirect rendering, although the framebuffer objects spec says this can never happen. Printing an ERR instead of crashing should make it clearer that this isn't a wined3d problem.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Vladimir Pankratov authored
-
Hans Leidekker authored
-
Hans Leidekker authored
Found by valgrind.
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Jerome Leclanche authored
-
Jacek Caban authored
-
Kirill K. Smirnov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Jeremy White authored
-
Jeremy White authored
-
Vincent Povirk authored
We use it to do a linear search of a binary tree, which is overkill. Replace it with a simple binary search.
-
Vincent Povirk authored
These fields are used to build a binary tree of elements in a storage. This should make the usage clearer.
-
Vincent Povirk authored
According to the MS spec, these are FILETIME structures containing creation and modification times.
-