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
/
gallium
/
auxiliary
/
draw
/
draw_prim.c
Age
Commit message (
Expand
)
Author
2008-04-01
draw: remove dead code
Keith Whitwell
2008-04-01
draw: more flatshade_first changes
Keith Whitwell
2008-03-31
gallium: move the test for bypass_vs into the vs_XXX_run() functions
Brian
2008-03-30
draw: Do not run full pipeline when flatshade_first for point primitives.
Michal Krol
2008-03-30
draw: Fix bypass_vs semantic misuse.
Michal Krol
2008-03-27
gallium: remove temporary static var
Brian
2008-03-25
draw: Take flatshade_first rasterizer bit into account.
Michal Krol
2008-03-25
draw: don't use fetch_and_store for bypass_vs mode, it's not quite right
Keith Whitwell
2008-03-23
gallium: beginnings of draw module vertex rework
Keith Whitwell
2008-03-18
gallium: added braces to silence warning
Brian
2008-03-14
gallium: fix some compiler warnings
Keith Whitwell
2008-03-13
gallium: plug in vertex passthrough code
Brian
2008-02-21
draw: vertex cache rework
Keith Whitwell
2008-02-18
gallium: antialiased line drawing
Brian
2008-02-15
Code reorganization: s/aux/auxiliary/.
José Fonseca