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
/
state_tracker
/
st_cb_clear.c
Age
Commit message (
Expand
)
Author
2007-09-18
Implementing a better hash, removing state_tracker dependency from the cache.
Zack Rusin
2007-09-18
First stab at immutable state objects (create/bind/delete)
Zack Rusin
2007-08-24
code re-org, minor improvements
Brian
2007-08-23
Checkpoint: new vertex/fragment attribute naming
Brian
2007-08-22
Rework of shader constant buffers.
Brian
2007-08-20
Set viewport state so viewport matches window dims.
Brian
2007-08-20
Update glClear and glDrawPixels code.
Brian
2007-08-20
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-17
Use simple st->pipe->clear() in more cases for depth/stencil clears.
Brian
2007-08-17
added assertions, disable debug output
Brian
2007-08-16
make pass-through vertex shader
Brian
2007-08-16
Begin added vertex shader state/support.
Brian
2007-08-15
added PIPE_PRIM_x tokens (matching GL), use in a few places
Brian
2007-08-13
added an assertion
Brian
2007-08-10
Y invert, clean-up
Brian
2007-08-09
comments
Brian
2007-08-09
Checkpoint intel_renderbuffer removal.
Brian
2007-08-08
setup frag shader state: color pass-through program
Brian
2007-08-06
New st_init_*_functions() to initialize the driver functions table.
Brian
2007-08-02
trim #includes
Brian
2007-08-02
pipe->clear() now takes a surface, rather than color/depth/stencil flags.
Brian
2007-08-02
setup more state for clear_with_quad()
Brian
2007-08-02
Implement new draw_vertices() path for simple vertex array drawing, use it fo...
Brian
2007-08-02
Remove references to accum buffers in softpipe.
Keith Whitwell
2007-08-02
sketch out clearing with quads
Brian
2007-08-02
Reroute some clear functionality.
Keith Whitwell