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
/
main
/
occlude.c
Age
Commit message (
Expand
)
Author
2006-08-17
added FEATURE_EXT_timer_query and tests
Brian Paul
2006-06-30
use _mesa_HashDeleteAll()
Brian Paul
2006-04-14
silence -pedantic warning
Brian Paul
2005-12-07
Updates for GL_EXT_timer_query:
Brian Paul
2005-09-12
make lookup_query_object() static
Brian Paul
2005-09-02
comments
Brian Paul
2005-09-02
Prototype implementation of new GL_EXT_timer_query extension (not finalized y...
Brian Paul
2005-08-27
check the Ready flag when getting GL_QUERY_RESULT_ARB
Brian Paul
2005-08-27
Rearrange the code related to GL_ARB_occlusion_object to generalize query
Brian Paul
2005-08-25
removed GL_HP_occlusion_test extension
Brian Paul
2004-08-14
fix some memory leaks (bug #1002030)
Brian Paul
2004-03-02
added missing error check in _mesa_BeginQueryARB (Cedric Gautier). minor cle...
Brian Paul
2003-11-28
more tweaks to error checking and reporting
Brian Paul
2003-11-28
if id==0 in glGetQueryObject, raise GL_INVALID_OPERATION
Brian Paul
2003-11-28
fix an error test
Brian Paul
2003-10-21
Added GLAPIENTRY decorations for all first level OpenGL API function entry
Kendall Bennett
2003-08-30
Silence compiler warnings about implicit casts or conversions by supplying ex...
Karl Schultz
2003-07-22
Restore more code lost during last big merge.
Brian Paul
2003-07-17
Merge Jose's documentation and core Mesa changes from embedded branch
Keith Whitwell
2003-06-13
Implemented GL_ARB_occlusion_query (not 100% finalized).
Brian Paul