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_draw.h
Age
Commit message (
Expand
)
Author
2010-12-21
st/mesa: Clean up header file inclusion in st_draw.h.
Vinson Lee
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-08-05
st/mesa: Add missing headers to st_draw.h.
Vinson Lee
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-05-21
st: add support for GL_EXT_vertex_array_bgra
Brian Paul
2009-03-09
st: use pointer_to_offset() cast wrapper to convert pointers to uint
Brian Paul
2008-12-12
st: move feedback draw function to new file
Keith Whitwell
2008-04-25
gallium: remove unused st_draw_vertices()
Brian Paul
2008-02-08
gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...
Brian
2007-09-25
st_draw_vertices() no longer needs attribs[] array parameter
Brian
2007-09-17
Plug in selection/feedback code.
Brian
2007-08-20
Start to remove the temporary draw_vb() and draw_vertices() code.
Brian
2007-08-02
Remove references to accum buffers in softpipe.
Keith Whitwell
2007-06-20
actually use new glClear code
Brian
2007-06-14
Renamed softpipe directories and files to something less confusing.
Keith Whitwell