summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_cb_accum.h
AgeCommit message (Collapse)Author
2010-12-18st/mesa: Clean up header file inclusion in st_cb_accum.h.Vinson Lee
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-20mesa: Include compiler.h for ASSERT.Chia-I Wu
mfeatures.h defines ASSERT_NO_FEATURE to ASSERT, which is defined in compiler.h. Header files using the macro should include compiler.h.
2010-05-12st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu
This change allows st_cb_accum.h to be used without knowing if FEATURE_accum is enabled.
2007-10-16New st_clear_accum_buffer() function (can't use pipe->clear() since it ↵Brian
doesn't handle negative color values) Also, remove unneeded clamping in the accum ops.
2007-10-14Added accum function/files.Brian