pvr: csbgen: Make all generated enums unambiguous
This change involves two enums:
-
In
rogue_texstate.xml
:- All
COMPRESSED_*
members ofFORMAT
are moved toFORMAT_COMPRESSED
(without the prefix). A second field is added toIMAGE_WORD0
(texformat_compressed
) which overlaps with the original (texformat
), and
- All
-
In
rogue_pbestate.xml
:-
REG_WORD0_LINESTRIDE
was not a real enum; it's removed entirely. It only has value when featurepbe_stride_align_1pixel
is present, so aFIXME
comment was added to this effect.
-
Signed-off-by: Matt Coster <matt.coster@imgtec.com>