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_context.h
Age
Commit message (
Expand
)
Author
2007-07-03
added blend_color
Brian
2007-07-02
rename a few structs (use _state suffix consistantly), reorder/sort fields in...
Brian
2007-06-29
s/G_CONTEXT_H/SP_CONTEXT_H/
Brian
2007-06-26
consolidate point/line state into pipe_setup_state
Brian
2007-06-22
initial texture object, texture format code
Brian
2007-06-22
more texture sampler work
Brian
2007-06-21
alpha test and misc changes
Brian
2007-06-20
checkpoint: implement z/depth testing
Brian
2007-06-20
Remove dependency on vf.h in public headers
Keith Whitwell
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-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-18
Added alpha test state.
Brian
2007-06-15
framebuffer state
Brian
2007-06-15
initial framebuffer state
Brian
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell