| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
Fixes fragmentOnly4.vert.
|
|
Fixes main2.vert.
|
|
|
|
Fixes function1.frag.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
This causes the following tests to pass:
glslparsertest/shaders/array3.frag
|
|
This causes the following tests to pass:
glslparsertest/shaders/array4.frag
glslparsertest/shaders/array5.frag
This causes the following tests to fail. These shaders were
previously failing to compile, but they were all failing for the wrong
reasons.
glslparsertest/shaders/array3.frag
|
|
Since all glsl_type objects are flyweights, support is added to track all
known array types. This accounts for most of the changes.
|
|
|
|
Currently only works for constants. The rest will be added later.
|
|
|
|
|
|
|
|
|
|
|
|
|