| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This will be used on 915 and similar hardware of that generation.
|
|
|
|
|
|
|
| |
This will be used by the Mesa IR and likely most HW backends, as it
allows other optimizations to occur that might not otherwise.
Fixes glsl-vs-mat-sub-1, glsl-vs-mat-div-1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows function inlining making the following tests work even
without function calls implemented:
glsl-fs-functions-2
glsl-fs-functions-3
glsl-vs-functions
glsl-vs-functions-2
glsl-vs-functions-3
glsl-vs-vec4-indexing-5
(Note that those tests were designed to trigger actual function calls,
and this defeats them. However, those testcases ended up catching the
bug in the previous commit.)
|
|
|
|
|
|
|
| |
The Mesa IR needs this to support vector indexing correctly, and
hardware backends such as 915 would want this behavior as well.
Fixes glsl-vs-vec4-indexing-2.
|
|
|
|
| |
This results in constant folding of a constant divisor.
|
|
|
|
| |
This is used by the Mesa IR backend to implement mod, fixing glsl-fs-mod.
|
|
|
|
| |
This cuts runtime by around 20% from talloc_parent() lookups.
|
|
|