- 24 May, 2022 40 commits
-
-
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>
-
Matteo Bruni authored
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
-
Matteo Bruni authored
Along the lines of d3714688 but for the no shader backend case. Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
-
Matteo Bruni authored
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
-
Matteo Bruni authored
Signed-off-by: Matteo Bruni <mbruni@codeweavers.com>
-
Huw Davies authored
Signed-off-by: Huw Davies <huw@codeweavers.com>
-
Huw Davies authored
Signed-off-by: Huw Davies <huw@codeweavers.com>
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Bernhard Kölbl authored
Signed-off-by: Bernhard Kölbl <besentv@gmail.com>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
-