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_cb_queryobj.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-05-17
gallium: EXT_timer_query support.
Mathias Fröhlich
2010-05-12
st/mesa: Make st_cb_queryobj.h FEATURE_queryobj aware.
Chia-I Wu
2010-05-11
st/mesa: update query code for transform feedback
Brian Paul
2010-04-23
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-17
st/mesa: replace conditional with assertion
Brian Paul
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-15
st/mesa: Remove unnecessary header from st_cb_queryobj.c.
Vinson Lee
2009-12-31
st/mesa: move st_query_object type to header to make it public
Brian Paul
2009-02-12
mesa: use new ST_CALLOC_STRUCT() macro in gallium state tracker
Brian Paul
2009-02-12
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2008-04-07
gallium: remove stray comment
Brian Paul
2007-12-11
Rework gallium and mesa queries a little.
Keith Whitwell
2007-09-11
Implement query object interface.
Brian
2007-08-11
Begin/EndQuery functions
Brian