Age | Commit message (Collapse) | Author |
|
|
|
|
|
fetching was converting garbage
|
|
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.
|
|
|
|
Move it into a separate tool.
TODO: Needs to be "tooled" in each SConscript that uses it.
|
|
Only needed for DRI. Should be linked in DRI specific subdirectories.
|
|
|
|
|
|
|
|
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.
|
|
|
|
We only test blitting from a surface -- we don't test any sampler state.
|
|
|
|
|
|
|
|
|
|
surface_format field is a 9-bit field and the value of
BRW_SURFACEFORMAT_INVALID exceeds 9 bits.
|
|
|
|
|
|
|
|
|
|
|