Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Conceivably, we could also have a dummy util_bswap8, but it seems better
to not emit it in the first place.
|
|
printf can't handle floats, convert them to doubles so that we can
actually print floats.
|
|
Disabled by default due to unresolved IP issues.
|
|
The CS checker already knows about this.
|
|
|
|
|
|
|
|
|
|
|
|
Otherwise there's no way to unpack blocks with height >1
|
|
|
|
Avoids the need to special case PIPE_FORMAT_NONE so often.
Conflicts:
src/gallium/auxiliary/util/u_format_table.py
|
|
|
|
|
|
compilers.
|
|
|
|
|
|
|
|
generated correctly.
Not that the code generated are any better, but to quickly detect any regression
in the code generated ones from now on.
|
|
|
|
|
|
Conflicts:
src/gallium/auxiliary/util/u_format.csv
src/gallium/auxiliary/util/u_format_access.py
src/gallium/auxiliary/util/u_format_pack.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It's unused and incomplete. Still in git history if necessary in future.
|
|
|
|
|
|
surface_format field is a 9-bit field and the value of
BRW_SURFACEFORMAT_INVALID exceeds 9 bits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And make _mesa_copy_string() non-static.
|
|
|
|
|