aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/rbadaptors.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian2007-03-251-1/+1
|
* Fix/improve framebuffer object reference counting.Brian2007-03-061-3/+3
| | | | | | | Use _mesa_reference_framebuffer() and _mesa_unreference_framebuffer() functions to be sure reference counting is done correctly. Additional assertions are done too. Note _mesa_dereference_framebuffer() renamed to "unreference" as that's more accurate.
* remove some redundant functions, fix-up reference countingBrian Paul2006-05-201-81/+30
|
* Renderbuffer adaptors.Brian Paul2006-05-191-0/+628
When compiling Mesa with CHAN_BITS=16 or 32, these adaptors allow rendering into color buffers with smaller channel sizes.