Age | Commit message (Collapse) | Author |
|
Renamed pipe_fs_state to pipe_shader_state since it can be used for both
vertex and fragment shader info.
|
|
|
|
|
|
|
|
|
|
|
|
Move code duplicated between draw_vb.c and sp_draw_arrays.c into draw_prim.c
draw_vb.c will eventually go away, but this seems like a good step anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also includes:
Temporary stand-in for vertex program execution.
draw_prim() code
post-transform vertex cache
|
|
|
|
cases, disabled for now
|
|
|
|
|
|
|
|
Interpolate FS attributes in the shader.
Do not copy WPOS in FS.
|
|
Cosmetic changes, GLuint -> unsigned.
Preserve mesa gl_fragment_program DEPTH and COLOR semantics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
git+ssh://brianp@git.freedesktop.org/git/mesa/mesa into softpipe_0_1_branch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, add lodbias param to get_samples()
|
|
Lambda/level-of-detail is also computed in get_samples() now.
|
|
Probably breaks a bit of stuff, eg unfilled clipping, edgeflags, etc.
|
|
Not currently used.
|
|
|
|
Mainly down to the support for legacy TNL processing now.
|
|
|
|
|