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
/
Makefile
Age
Commit message (
Expand
)
Author
2007-12-15
Use tile functions in new p_tile.[ch]
Brian
2007-12-12
Move float/rgba tile get/put functions into new file.
Brian
2007-12-11
Rework gallium and mesa queries a little.
Keith Whitwell
2007-12-11
gallium: Remove feedback interfaces from pipe driver.
Keith Whitwell
2007-12-07
Eliminate struct pipe_region.
Michel Dänzer
2007-12-06
Hide texture layout details from the state tracker.
Michel Dänzer
2007-11-18
Implement early depth test.
Michal Krol
2007-10-19
Initial implementation of surface tile caching.
Brian
2007-09-25
First attempt at building vertex buffers post-clip.
Keith Whitwell
2007-09-18
Finishing up rename of the setup state to the rasterizer state.
Zack Rusin
2007-09-10
More work on vertex feedback / glRasterPos. Basic rasterpos works now.
Brian
2007-08-15
Hook in new draw_arrays() code, disabled for now.
Brian
2007-08-15
added state funcs for vertex buffer/element info
Brian
2007-08-10
Lift common winsys functions into pipe's new p_winsys.
Keith Whitwell
2007-08-09
Add flush/finish functionality to pipe.
Keith Whitwell
2007-08-07
use new tex filtering code
Brian
2007-08-06
added softpipe_mipmap_tree_layout
Brian
2007-08-06
Add pipe buffer managment functions.
Keith Whitwell
2007-08-02
Fix make recursion.
Keith Whitwell
2007-08-01
Build libsoftpipe.a
Keith Whitwell
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell