- 15 Jul, 2011 4 commits
-
-
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 36 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
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Lucas Fialho Zawacki authored
-
Henri Verbeet authored
Instead of an entire stateblock. This is mainly useful is we ever want to call state handlers on state not stored in a stateblock.
-
Henri Verbeet authored
-
Henri Verbeet authored
I'm pretty sure this is just broken, and I'm not aware of any application using this.
-
Henri Verbeet authored
-
Henri Verbeet authored
-
Alexandre Julliard authored
-