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_quad_stipple.c
Age
Commit message (
Expand
)
Author
2008-01-17
Back-port miscellaneous fixes from internal branch (mostly portability fixes).
José Fonseca
2007-12-14
Added origin_lower_left field to pipe_rasterizer_state
Brian
2007-12-10
gallium: remove unnecessary guards on qs->next
Keith Whitwell
2007-10-27
Use FREE instead of free. Fix newlines.
michal
2007-10-27
Define destroy method called by softpipe's destructor.
michal
2007-10-18
fix logic error in stipple_quad() (point/line fragments were getting dropped)
Brian
2007-10-16
Fix broken polygon stippling (see comments for details).
Brian
2007-08-14
Continue reducing dependencies on core mesa include files.
Keith Whitwell
2007-08-08
fix qs->next tests
Brian
2007-08-08
add quad_stage::begin() funcs
Brian
2007-07-13
Enable Keith's branch-less stipple code - it works.
Brian
2007-07-13
Add 'prim' field to quad so that stipple and aa coverage stages can do the ri...
Brian
2007-07-13
Add conditional-free implementation (disabled, not tested)
Keith Whitwell
2007-07-12
XXX comment about skipping stipple for points/lines
Brian
2007-07-11
Implement polygon stipple state tracking, application.
Brian