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
/
nv40
/
nv40_vbo.c
Age
Commit message (
Collapse
)
Author
2009-06-05
nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->
Ben Skeggs
2009-06-05
nouveau: move channel creation into pipe drivers
Ben Skeggs
2009-06-05
nv40: remove u_simple_screen usage
Ben Skeggs
2009-06-05
nouveau: pass nouveau_bo instead of pipe_buffer to so_ calls
Ben Skeggs
2009-03-07
nouveau: make stateobjs start off with refcount of 1
Ben Skeggs
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-06-21
Update for extra vertex attributes
Patrice Mandin
2008-04-28
nv40: do full swtnl fallback when edge flags present.
Ben Skeggs
This isn't necessary, with some effort we can do this on the hw. However, until I encounter something "real" that uses them there's not a lot of point.
2008-04-09
nv40: use vb/ve counts rather than shader inputs for related loops
Ben Skeggs
2008-04-04
nv40: have test for hw idxbuf in single place
Ben Skeggs
2008-04-04
nv40: remove redundant state_emit() calls
Ben Skeggs
2008-04-04
nv40: static attribs -> stateobj
Ben Skeggs
2008-04-04
nv40: convert the inline idxbuf paths also
Ben Skeggs
2008-04-04
nv40: need to resubmit buffers if pushbuf gets flushed during draw
Ben Skeggs
2008-03-31
nouveau: update object header
Ben Skeggs
2008-03-30
nouveau: adapt to recent gallium changes
Ben Skeggs
2008-03-21
nv40: add 16-bit SSCALED vb formats
Ben Skeggs
2008-03-21
nv40: swtnl fallback on unsupported array format
Ben Skeggs
2008-03-16
nv40: simple swtnl path (half broken, but getting there)
Ben Skeggs
2008-03-03
nv40: re-do vtxbuf format code
Ben Skeggs
2008-02-29
nv40: move "channel context" stuff into nv40_screen
Ben Skeggs
2008-02-25
nv40: remove pipe_state struct now.
Ben Skeggs
2008-02-25
nv40: construct vbo state the same way as the rest
Ben Skeggs
2008-02-25
nv40: dump meaningful names for surface formats
Ben Skeggs
2008-02-22
nv40: stateobj start out with 0 refcount
Ben Skeggs
2008-02-18
nv40: and vertprog..
Ben Skeggs
2008-02-16
nouveau: match gallium code reorginisation.
Ben Skeggs
That was... fun..