Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And make _mesa_copy_string() non-static.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All these pointers are in the __DRIcontext struct, which we point to.
|
|
With DRI2, x and y are always zero and fb->Height is always up to date
with the drawable height.
|
|
Fixes progs/glsl/deriv.
|
|
the condition can't be false, declerations are ok even if we don't
emit any.
|