Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
the vs_type selection isn't ideal, but for now both llvmpipe's fs and vs
do the same thing which is operate on 4xfloat vector as the base type
|
|
Fixes progs/glsl/deriv.
|
|
|
|
the from translation isn't quite right yet
|