- Jan 08, 2014
-
-
(cherry picked from commit 5f15a563)
-
(cherry picked from commit ace3c315)
-
Some failures are temporary, for example if the user reconfigures their audio setup while playing audio. Returning 0 could have bad "going backward in time" effects which can break audio even after the call starts to succeed again. (cherry picked from commit f53dd40a)
-
winemac: Take WS_EX_TOOLWINDOW into account when computing how much of a window is replaced by the Mac decorations. (cherry picked from commit f6a8c5b5)
-
(cherry picked from commit a81e58f3)
-
winemac: Defer attaching OpenGL context to a view which is zero-sized or outside its window's bounds. That fails with the dread "invalid drawable" message. (cherry picked from commit 682ed910)
-
(cherry picked from commit 06c95af4)
-
(cherry picked from commit 6ceb5644)
-
(cherry picked from commit cd1abd68)
-
(cherry picked from commit 83065184)
-
(cherry picked from commit 90cb553e)
-
(cherry picked from commit 9612ed1b)
-
(cherry picked from commit 7be2251c)
-
(cherry picked from commit 7519cddd)
-
(cherry picked from commit 02970b57)
-
(cherry picked from commit 318931bd)
-
(cherry picked from commit a5975bb6)
-
This is a only slightly modified version of a patch by Lasse Rasinen. (cherry picked from commit b83a0b9d)
-
(cherry picked from commit fa9fec61)
-
(cherry picked from commit cc2866d5)
-
(cherry picked from commit 6e0b8800)
-
(cherry picked from commit eef5e45e)
-
(cherry picked from commit eeefed3d)
-
Resultarg affects both rgb and alpha register combiner output. Ensure that changing resultarg updates both. (cherry picked from commit a14793f5)
-
(cherry picked from commit 3cb2ddfd)
-
(cherry picked from commit f5ea78f6)
-
(cherry picked from commit f906be9e)
-
(cherry picked from commit bfd2c533)
-
(cherry picked from commit ed8ab441)
-
(cherry picked from commit 37dad129)
-
(cherry picked from commit 87b1115d)
-
(cherry picked from commit 7ee2c24a)
-
(cherry picked from commit 1a89ea70)
-
(cherry picked from commit 4d9ea4b5)
-
(cherry picked from commit fb926490)
-
(cherry picked from commit de9e1cdc)
-
(cherry picked from commit 2fa9b7eb)
-
This allows that gl functions are available for different extensions, e.g. "glVertexP2ui" which is new GL_ARB_vertex_type_2_10_10_10_rev and also in GL_VERSION_3_3. It is valid to get that function for each gl version when GL_ARB_vertex_type_2_10_10_10_rev is in the extension list. On the other hand that function is available, when the gl version is >= 3.3. (cherry picked from commit 8a23fbf5)
-
(cherry picked from commit 465673a3)
-
(cherry picked from commit 3c08b95b)
-