summaryrefslogtreecommitdiff
path: root/src/mesa/main/rbadaptors.c
AgeCommit message (Collapse)AuthorFilesLines
2007-03-25Fix some renderbuffer reference counting issues. Also fixes a mem leak.Brian1-1/+1
2007-03-06Fix/improve framebuffer object reference counting.Brian1-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.
2006-05-20remove some redundant functions, fix-up reference countingBrian Paul1-81/+30
2006-05-19Renderbuffer adaptors.Brian Paul1-0/+628
When compiling Mesa with CHAN_BITS=16 or 32, these adaptors allow rendering into color buffers with smaller channel sizes.