Age | Commit message (Collapse) | Author |
|
|
|
This is actually better than a real implementation, which would be useless
due to inaccuracy (I know because I've tried to implement it).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
|
|
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
|
|
|
|
Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com>
|
|
|
|
This was missed in commit f8a14186809356871ae74159c774e9e3959a22e5.
|
|
|
|
Also, the Negate bitfield was 1 instead of RC_MASK_XYZ in the previous
version, causing incorrect rendering.
|
|
|
|
This saves constant register space for r300g, which doesn't need
this feature.
|
|
|
|
No immediate benefit, it was just bugging me.
|
|
|
|
|
|
|
|
Yes, I'm fully aware this generates subpar code on r500.
|
|
No idea why st/mesa unnecessarily inserts TXP where TEX is sufficient.
Also re-enabling the NPOT fallback for repeat in r300g.
|
|
A variant thereof might be later reintroduced for the mirrored-clamp modes.
|
|
Stuff's starting to show up in arbnpot.
|
|
|
|
|
|
Completely unused for now.
|
|
|
|
|
|
print the output target in the FP debug.
Signed-off-by: Dave Airlie <airlied@redhat.com>
|
|
Fixes progs/glsl/deriv.
|
|
I think my maths is right?
|
|
|
|
|
|
Fixes fallout from 9a1bf52c.
|
|
the first looks like a definite bug, the second I'm not so confident
of but it works.
Signed-off-by: Dave Airlie <airlied@redhat.com>
|
|
|
|
This maybe breaks the vert compiler. Hopefully not.
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Reviewed-by: Corbin Simpson <MostAwesomeDude@gmail.com>
|
|
Conflicts:
src/mesa/drivers/dri/i965/brw_wm_emit.c
|
|
|
|
|
|
Seems to be the only way to stay fully portable.
|
|
|
|
|