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_feedback.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-08-25
st/mesa: Remove unnecessary header.
Vinson Lee
2010-08-25
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-05-12
st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.
Chia-I Wu
2010-04-23
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-20
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-19
mesa/st: Update for index bias interface change.
José Fonseca
2010-04-19
Merge branch '7.8'
Brian Paul
2010-04-19
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-10
st/mesa: Silence uninitialized variable warning.
Vinson Lee
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-02-17
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-12
st/mesa: rename state -> tgsi, updated comments
Brian Paul
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-15
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
st/mesa: Initialise vertex element instance divisor to 0.
Michal Krol
2010-01-14
st/mesa: Remove unnecessary header from st_draw_feedback.c.
Vinson Lee
2009-12-25
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-23
gallium: adapt state trackers etc. to pipe_constant_buffer removal
Roland Scheidegger
2009-11-15
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
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-05-08
mesa/st: cope with non-ibo index data in st_draw_feedback.c
Keith Whitwell
2009-03-09
st: use pointer_to_offset() cast wrapper to convert pointers to uint
Brian Paul
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-12-12
st: move feedback draw function to new file
Keith Whitwell