Age | Commit message (Collapse) | Author |
|
GLSL fragment shader.
This allows Glean glsl1 test to get pretty far.
|
|
Still need to handle conditional RET statements...
|
|
|
|
|
|
|
|
|
|
GLSL output variables (such as vertex varyings) can be read (they're not
write-only).
|
|
The glsl/brick.c shader demo runs now.
|
|
Halt program execution when we get to END instruction. The GLSL compiler
puts subroutines after the end instruction so we have to stop before then.
|
|
|
|
|
|
|
|
This, plus expanding all instructions ahead of time, seems to have improved
the performance of program execution by 8x or so.
|
|
works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, instead of passing cond mask to each micro op, just apply it in the
store_dest() function.
|
|
|
|
|
|
mach->CondMask controls writing to each of the 4 components in a quad.
mach->CondMaskStack handles nested conditionals.
Only a few of the micro ops (add/sub/mul/store) have been updated to obey CondMask at this time.
|
|
|
|
|
|
|
|
for each fragment program.
|
|
Fixes crash when GL_BASE_LEVEL!=0.
Also, remove old assertion.
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit 6dcfddb8e2ec2bfb6187b912807fa65f28da2c5e.
|
|
This reverts commit 57b5d3605745c96ddc2b6de7d50c93db65ba1257.
|
|
|
|
|
|
st_miptree_create()
This fixes rendering with small (4x4) textures with softpipe.
Haven't yet tested with i915.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|