- 20 Apr, 2015 13 commits
-
-
Dmitry Timoshkov authored
-
Huw Davies authored
Commit 4cf70b14 was causing the tests to crash. The reason is due to a Wine bug in NdrPointerUnmarshall(). Windows returns the same pointer (which is later released in a call to NdrPointerFree()), while Wine makes a copy which Valgrind correctly spots is leaked.
-
Huw Davies authored
-
Marcus Meissner authored
-
Marcus Meissner authored
-
Sebastian Lackner authored
-
Thomas Faber authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
Huw Davies authored
-
- 17 Apr, 2015 11 commits
-
-
Alexandre Julliard authored
-
Aaryaman Vasishta authored
-
Aaryaman Vasishta authored
-
Gerald Pfeifer authored
-
Patrick Rudolph authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
- 16 Apr, 2015 14 commits
-
-
Jacek Caban authored
-
Jacek Caban authored
-
Henri Verbeet authored
Calling wined3d_texture_bind() + context_invalidate_active_texture() is equivalent to just calling wined3d_texture_bind_and_dirtify().
-
Henri Verbeet authored
-
Henri Verbeet authored
I missed this in 7c4d512f. Generally speaking, the only places where plain wined3d_texture_bind() calls are appropriate are places where you're binding the texture to a specific stage for a subsequent draw. I.e., places where context_active_texture() is called first.
-
Henri Verbeet authored
wined3d: Bind the texture before calling wined3d_volume_upload_data() in wined3d_volume_load_location().
-
Bruno Jesus authored
-
Bruno Jesus authored
-
Bruno Jesus authored
-
Bruno Jesus authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Jacek Caban authored
-
- 15 Apr, 2015 2 commits
-
-
Henri Verbeet authored
-
Henri Verbeet authored
-