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
/
draw
/
draw_clip.c
Age
Commit message (
Expand
)
Author
2008-01-23
gallium: overhaul usage of vertex_info in draw module.
Brian
2007-12-09
gallium: add draw_stage::destroy().
Michal
2007-11-21
Simplify draw module's vertex_info.
Brian
2007-11-07
Use a consistent number to identify undefined vertices.
José Fonseca
2007-10-03
Unify the definitions of the 4 component dot product into one
Zack Rusin
2007-10-03
Unify handling of userplanes and regular planes to simplify
Zack Rusin
2007-09-27
Make flushing more lazy in the draw module.
Keith Whitwell
2007-09-25
First attempt at building vertex buffers post-clip.
Keith Whitwell
2007-09-20
Checkpoint: vertex attribute clean-up.
Brian
2007-08-30
Fix lost edge flags problem when clipping.
Brian
2007-08-24
Fix user-defined clip planes. They seem to work properly now.
Brian
2007-08-23
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-23
Checkpoint commit: i915 texture works, use new vertex_info struct
Brian
2007-08-21
Silence compiler warnings.
michal
2007-08-17
define CLIP_LEFT/RIGHT etc
Brian
2007-08-16
Remove many dependencies on mesa headers.
Brian
2007-07-25
Implement line stippling.
Brian
2007-07-13
Fix for-loop in interp() so we don't go out of bounds.
Brian
2007-07-12
Rename prim_stage -> draw_stage
Brian
2007-07-12
fix MIN/MAX mix-up
Brian
2007-07-10
Fix line clipping bug. New comments.
Brian
2007-07-09
New 'draw' module for primitive drawing (clipping, culling, etc).
Brian
2007-07-09
Rename/move some files to modularize the primitive/draw code.
Brian