aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_accum.h
Commit message (Collapse)AuthorAgeFilesLines
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
|
* mesa: Include compiler.h for ASSERT.Chia-I Wu2010-08-201-0/+2
| | | | | mfeatures.h defines ASSERT_NO_FEATURE to ASSERT, which is defined in compiler.h. Header files using the macro should include compiler.h.
* st/mesa: Make st_cb_accum.h FEATURE_accum aware.Chia-I Wu2010-05-121-0/+18
| | | | | This change allows st_cb_accum.h to be used without knowing if FEATURE_accum is enabled.
* New st_clear_accum_buffer() function (can't use pipe->clear() since it ↵Brian2007-10-161-0/+3
| | | | | | doesn't handle negative color values) Also, remove unneeded clamping in the accum ops.
* Added accum function/files.Brian2007-10-141-0/+36