Age | Commit message (Collapse) | Author |
|
|
|
|
|
The final output buffer can't be used to hold intermediate results
as the intermediate vertex size may be greater than the final vertex
size, and in any case the output buffer may be uncached in hw drivers.
|
|
|
|
|
|
|
|
|
|
|
|
Note that int32_t is typedef'd both in p_compiler.h and eglplatform.h
|
|
|
|
Checks if all instructions are of the form MOV OUT[n], IN[n]
Untested at this time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conditional build of the winsys based on the platform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
good.
|
|
|
|
|
|
is used, the simple swizzle must be set to identity.
|
|
|
|
|
|
|
|
|
|
Also, when the extended swizzle token is used, the simple swizzle
and negate are set to X,Y,Z,W and FALSE, respectively.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|