- 15 Jul, 2011 13 commits
-
-
Alexandre Julliard authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Henri Verbeet authored
This does nothing, since we have our own GL header.
-
Henri Verbeet authored
They're not going to change until the next time the stream info is updated. This would of course mainly be useful if we managed to do more than one or two draws with the same stream info.
-
Henri Verbeet authored
WINED3D_BUFFER_DISCARD means the (current) buffer contents are undefined for subsequent operations. I.e., the map doesn't have to wait for any pending operations to finish, and can just return a new buffer with undefined contents. GL_MAP_UNSYNCHRONIZED_BIT means the driver doesn't wait for previous operations to finish, and just maps a buffer that's potentially in use. Proper synchronization is left to the application. Note that we set both GL_MAP_INVALIDATE_BUFFER_BIT and GL_MAP_UNSYNCHRONIZED_BIT. GL_MAP_INVALIDATE_BUFFER_BIT corresponds to WINED3D_BUFFER_DISCARD, and might cause the driver to return a new buffer, but it's not required to make that optimization.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 14 Jul, 2011 27 commits
-
-
Rafał Mużyło authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Alexander Morozov authored
-
Alistair Leslie-Hughes authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Owen Rudge authored
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
André Hentschel authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Andrew Eikum authored
-
Andrew Eikum authored
dsound: Request that WinMM perform audio conversion if the hardware doesn't support the requested format.
-
Andrew Eikum authored
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Akihiro Sagawa authored
-
Aurimas Fišeras authored
-
Marcus Meissner authored
-