index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
pipe
/
softpipe
/
sp_state_derived.c
Age
Commit message (
Expand
)
Author
2007-07-27
Clip triangles against softpipe->cliprect which includes scissor and surface ...
Brian
2007-07-27
Maintain cliprect (scissor) info in sp_state_derived.c.
Brian
2007-07-24
Add VF_ATTRIB_VAR0..7 for varying variables.
Brian
2007-07-24
Compute need_z and need_w properly and use the correct const/linear/perspecti...
Brian
2007-07-24
Fix a typo (i << i) that was fouling up the vertex layout info.
Brian
2007-07-24
rebuild quad pipeline when framebuffer changes too
Brian
2007-07-19
Trigger tgsi compilation for fragment programs.
Keith Whitwell
2007-07-13
set INTERP_CONSTANT when appropriate
Brian
2007-07-11
Implement polygon stipple state tracking, application.
Brian
2007-07-10
Comments, minor clean-up.
Brian
2007-07-09
Rename G_NEW_* tokens to SP_NEW_*
Brian
2007-07-09
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-06-20
checkpoint: implement z/depth testing
Brian
2007-06-20
Remove dependency on vf.h in public headers
Keith Whitwell
2007-06-20
Initial implementation of a software pipeline for quad rasterization (fragmen...
Brian
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell