Age | Commit message (Collapse) | Author |
|
|
|
|
|
lp_winsys will eventually be unified with softpipe's eventually, but we
are free to move quicker since we don't have the myriad of users yet.
Will provide a pipe_winsys adaptor from Keith's softpipe-private-winsys
soon.
|
|
|
|
|
|
|
|
Cherry picked from Keith's commit f911c3b9897b90132c8621a72bfeb824eb3b01e5.
|
|
|
|
|
|
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...
|
|
|
|
|
|
|
|
|
|
|