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
/
gallium
/
drivers
/
nv30
/
nv30_vbo.c
Age
Commit message (
Collapse
)
Author
2009-01-29
gallium: give the screen priority when it comes to buffer allocations
Zack Rusin
allows the driver to overwrite buffer allocation, first step on the way to making winsys interface internal to the drivers. state trackers and the code above it will go through the screen
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-09-11
nouveau: gallium directory structure changed again..
Ben Skeggs
2008-08-11
nouveau: pf_sprint_name -> pf_name
Ben Skeggs
2008-07-12
nv30: Emit vertex buffer objects using state objects
Patrice Mandin
2008-07-12
nv30: Rename state emission func
Patrice Mandin
2008-07-12
nv30: Emit vertex program using state objects
Patrice Mandin
2008-07-03
nv30: Emit framebuffer state using state objects
Patrice Mandin
2008-06-21
Update for extra vertex attributes
Patrice Mandin
2008-06-21
nv30: Update nouveau_class.h to get its proper defines instead of using nv40 ↵
Patrice Mandin
ones
2008-03-30
nouveau: adapt to recent gallium changes
Ben Skeggs
2008-03-11
nv30: silence some warnings
Patrice Mandin
2008-02-16
nouveau: match gallium code reorginisation.
Ben Skeggs
That was... fun..