Age | Commit message (Collapse) | Author |
|
needed
The default texture is used when the current fragment shader has texture
sample instructions but the user has not provided/bound a texture.
|
|
|
|
|
|
|
|
At the moment it is capable of replaying trivial/tri kind of apps.
See README for status.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a few glean glsl regressions.
|
|
access
Was trying to use the strb->surface but it's made for GPU read/write only.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Map OPCODE_TEXKILL to OPCODE_KIL.
|
|
|
|
|
|
|
|
|
|
Note: KIL (unconditional) not done yet.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|