Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-18 | st/mesa: Clean up header file inclusion in st_cb_accum.h. | Vinson Lee | |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | |
2010-08-20 | mesa: 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-12 | st/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-16 | New 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-14 | Added accum function/files. | Brian | |