Age | Commit message (Collapse) | Author |
|
Fixes the blank screen on non-64bit mode.
|
|
|
|
|
|
Special attention is given to the interpolation of side by side quads.
Multiplications are made only for the first quad. Interpolation of
inputs for posterior quads are done exclusively with additions, and
perspective divide if necessary.
|
|
|
|
|
|
|
|
|
|
|
|
Already included in the fragment shader.
|
|
Fixes crash when resizing gears window.
|
|
It had been reduced to one fixed stage.
|
|
More obvious name.
|
|
Description/rationale/to-do items, while I still remember them...
|
|
lp_state_fs.c is already too big without it.
|
|
|
|
Still hackish. Will document and optimize later.
|
|
|
|
Not used now -- stipple done by the draw module. May code generate later.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only 32bit depth/stencil surfaces supported for now. Stencil ops not
implemented yet.
|
|
|
|
|
|
|
|
|
|
|
|
It is a little messy, given the available instrucions form SIMD
integer comparisons is rather limited.
|
|
Even better would be to have a -h/--help option to the tests...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function expectations.
|
|
|
|
|
|
|
|
The automatic search'n'replace leaves lp_setup.c a bit ugly, but this code
will be eventually code generated as well.
|
|
|
|
|
|
Avoid symbol collisions with softpipe.
|