Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / occlude.c
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-09-12 Brian Paulmake lookup_query_object() static
2005-09-02 Brian Paulcomments
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-08-27 Brian Paulcheck the Ready flag when getting GL_QUERY_RESULT_ARB
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2004-08-14 Brian Paulfix some memory leaks (bug #1002030)
2004-03-02 Brian Pauladded missing error check in _mesa_BeginQueryARB (Cedri...
2003-11-28 Brian Paulmore tweaks to error checking and reporting
2003-11-28 Brian Paulif id==0 in glGetQueryObject, raise GL_INVALID_OPERATION
2003-11-28 Brian Paulfix an error test
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-07-22 Brian PaulRestore more code lost during last big merge.
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).