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
Age
Commit message (
Expand
)
Author
2007-06-20
Rename "tile" files to "quad".
Brian
2007-06-20
only blend active pixels in the quad
Brian
2007-06-20
quad blending works now, but many blend terms need to be added in blend_quad().
Brian
2007-06-20
Initial implementation of a software pipeline for quad rasterization (fragmen...
Brian
2007-06-20
actually use new glClear code
Brian
2007-06-20
implement softpipe clearing (untested)
Brian
2007-06-20
Initial work for glClear(), clear color state.
Brian
2007-06-19
hook up point state
Brian
2007-06-19
Re-org of surface/framebuffer state.
Brian
2007-06-19
add point/line/polygon state
Brian
2007-06-18
Added alpha test state.
Brian
2007-06-18
Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens.
Brian
2007-06-15
s/PRIM_H/SP_STATE_H/
Brian
2007-06-15
framebuffer state
Brian
2007-06-15
In softpipe_set_viewport() use ordinary (struct) assignment to update softpip...
Brian
2007-06-15
initial framebuffer state
Brian
2007-06-14
Rename directories again?!
Keith Whitwell
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell