- 16 Feb, 2024 9 commits
-
-
Zebediah Figura authored
Analogous to shader_disable(). We'd like to pass a wined3d_state pointer to vp_enable() to let it handle actually compiling the vertex pipeline, which doesn't mesh well conceptually with its use in shader_disable().
-
Zebediah Figura authored
Arguably there is a benefit here in that it reduces shader backend state application down to a single method, although whether that is an improvement may be up for debate. More saliently, we would like to move FFP state application out of the state table and into a linear state function. In practice that function will probably be vp_enable / fp_enable. In that case we will need those functions, and hence also shader_select(), to be called when more states are dirty. This does not in itself mean that shader_load_constants() needs to be merged with shader_select(), but it does remove the primary impetus for keeping them separate. Rename to shader_apply_draw_state() to reflect the adjusted purpose, as suggested by Henri Verbeet.
-
Eric Pouech authored
Looks like thread is suspended until DBG_CONTINUE is sent on thread creation debug event. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Zebediah Figura authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
- 15 Feb, 2024 31 commits
-
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
So the allocator matches with documentation.
-
Piotr Caban authored
-
Piotr Caban authored
Setting invalid proxy server has some side effects.
-
Eric Pouech authored
MSVC generates zeroed out entries when EditAndContinue (aka HotPatch) is enabled. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Gabriel Ivăncescu authored
Fixes a regression introduced by b5c57b9a, which broke the systray integration outside of virtual desktops on some DEs like XFCE. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Krzysztof Bogacki authored
Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
-
Krzysztof Bogacki authored
Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
-
Krzysztof Bogacki authored
Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
-
Krzysztof Bogacki authored
Signed-off-by: Krzysztof Bogacki <krzysztof.bogacki@leancode.pl>
-
Nikola Kuburović authored
If CREATEFILE2_EXTENDED_PARAMS struct pointer is null, we just forward to CreateFileW and we don't need FIXME's.
-
Fabian Maurer authored
-
Fabian Maurer authored
-
Fabian Maurer authored
-
Daniel Lehman authored
-
Daniel Lehman authored
-
Jinoh Kang authored
The supplied async handle passed to set_async_direct_result() cannot be NULL.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55584
-
Alexandre Julliard authored
Based on a patch by Billy Laws.
-
Alexandre Julliard authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-
Jacek Caban authored
-