Age | Commit message (Collapse) | Author |
|
|
|
|
|
glxgears and googleearth now run so that seems like a good start
Thanks to Aapo Tahkola for doing the 3D work on this so far, I got lost
after the GART changes.
|
|
|
|
|
|
on r480
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compatibility with vertex programs and the fact that swtcl very rarely gets hit with tcl capable hw.
|
|
|
|
|
|
|
|
|
|
Only works for program input registers at this time.
Good enough for the common case of texcoords, though.
|
|
|
|
point size.
|
|
|
|
|
|
|
|
|
|
substitution.
We had been taking a short-cut w/ asm inlines by just using parameters in order
rather than doing full formal parameter -> actual argument substitution like
ordinary inlined function calls. This worked in all cases but one: mix() in
which the parameters were used in a different order.
This fixes bug 10821.
|
|
This feels like a kludge, maybe there's a better solution.
|
|
Mostly making sure the page flipping state is respected when necessary.
|
|
r300UpdateWindow is superfluous or even possibly wrong here; _mesa_make_current
will set the viewport when necessary. So the conditional _mesa_set_viewport call
can go as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
produced by vertex shader.
|
|
such as #10687.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|