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_prim_setup.c
Age
Commit message (
Expand
)
Author
2007-07-30
Merge branch 'softpipe_0_1_branch' of git+ssh://brianp@git.freedesktop.org/gi...
Brian
2007-07-30
remove old comments
Brian
2007-07-27
renaming, comments, clean-up
Brian
2007-07-27
Clip triangles against softpipe->cliprect which includes scissor and surface ...
Brian
2007-07-27
remove obsolete comments
Brian
2007-07-27
Maintain cliprect (scissor) info in sp_state_derived.c.
Brian
2007-07-27
Implement point/line quad clipping. Not quite as efficient as it probably co...
Brian
2007-07-27
init quad.coverage values to 1.0 in case line AA is enabled so that we see so...
Brian
2007-07-25
Implement line stippling.
Brian
2007-07-13
Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...
Brian
2007-07-13
Implement AA points and AA coverage application in quad pipeline.
Brian
2007-07-12
s/prim_setup/sp_draw_render_stage/, new comments
Brian
2007-07-12
Rename prim_stage -> draw_stage
Brian
2007-07-11
disable debug printfs
Brian
2007-07-11
Implement polygon stipple state tracking, application.
Brian
2007-07-11
Compute quad.facing from prim->det and polygon winding.
Brian
2007-07-10
Added comments, assertions.
Brian
2007-07-10
remove some dead/disabled stuff
Brian
2007-07-09
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-06-26
consolidate point/line state into pipe_setup_state
Brian
2007-06-20
update includes (s/tile/quad/)
Brian
2007-06-20
Initial implementation of a software pipeline for quad rasterization (fragmen...
Brian
2007-06-19
hook up point state
Brian
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell