- 25 May, 2022 11 commits
-
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com>
-
Brendan Shanks authored
Signed-off-by: Brendan Shanks <bshanks@codeweavers.com>
-
Zhiyi Zhang authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53034Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Zhiyi Zhang authored
Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Rémi Bernon authored
Signed-off-by: Rémi Bernon <rbernon@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Ziqing Hui authored
Signed-off-by: Ziqing Hui <zhui@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Ziqing Hui authored
Signed-off-by: Ziqing Hui <zhui@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Ziqing Hui authored
Signed-off-by: Ziqing Hui <zhui@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Ziqing Hui authored
Signed-off-by: Ziqing Hui <zhui@codeweavers.com> Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
- 24 May, 2022 29 commits
-
-
Hugh McMaster authored
conhost.exe currently copies the user-specified face name from the LOGFONT structure. This results in an invalid face name when the specified font is not available. Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Anton Baskanov authored
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
-
Anton Baskanov authored
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
-
Anton Baskanov authored
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
-
Anton Baskanov authored
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
-
Anton Baskanov authored
Signed-off-by: Anton Baskanov <baskanov@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
'print struct foo' will show all fields of structure 'print enum bar' will show all definitions inside of enum (and their value) 'print /d <type>' will show the type size (in bytes) Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
- Get rid of struct type_expr_t - Enable back typecasts (and rewrite the typecast to fit the type parsing scheme) Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
This will help mapping a name to a basic type. Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Eric Pouech authored
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Move initialization of the flag itself to `wined3d_format_base_flags`. Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Chip Davis authored
There are only three unused format flags left. I will soon submit changes which add four more format flags. I've noticed that format flags generally fall into two groups: * The first group consists of flags describing the content of a pixel format, e.g. whether or not this is a depth format, or whether this is a blocked format. These flags are the same for all resource types. * The second group consists of flags describing capabilities of the implementation with this format. These can and do vary by resource type. Only the second group needs to be stored per-resource-type. Signed-off-by: Chip Davis <cdavis5x@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Georg Lehmann authored
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com>
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Alexandre Julliard authored
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Matteo Bruni authored
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
-