Age | Commit message (Collapse) | Author |
|
something
|
|
|
|
Also added draw_stage::reset_line_stipple(). There may be a better way
of doing that though.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The demos/fslight.c demo runs now.
|
|
|
|
|
|
|
|
const/linear/perspective interpolation in shade_quad().
|
|
|
|
|
|
Handling of constants might change. For now, the st_fragment_program struct
contains a pipe_constant_buffer (not a pointer).
|
|
|
|
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
|
|
Fix align128 bug.
|
|
Not sure the generated program looks correct though...
|
|
If the determinant of the triangle is positive, its winding is CCW (right-handed coord system).
|
|
Improved comments for that loop.
Added some sanity check assertions regarding vertex layout.
|
|
Not really signficant now since draw_flat stage copies the provoking
vertex color to all prim verts.
|
|
|
|
|
|
right thing.
|
|
|
|
|
|
|
|
|
|
Don't bother trying to save a small memcpy.
|
|
|
|
This removes the notion of multiple color buffers from all other stages.
Will need a bit more work when shaders with multiple render targets arrive.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The edge vectors were totally wrong.
Need to multiply bias units by the min resolvable depth delta.
|
|
|
|
|
|
Updated comments/questions about area vs. prim->det.
|