Don't pad renderbuffers to multiple of two pixels anymore.
authorBrian <brian.paul@tungstengraphics.com>
Tue, 23 Oct 2007 14:30:36 +0000 (08:30 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Tue, 23 Oct 2007 14:30:36 +0000 (08:30 -0600)
commit5c79c088cd0a2c512891b87b67a3c4f810595658
tree013acc615b16a97e98d7473f6e117151cef6aba8
parent588c91eb0a93bdb1ae2819db63b081c9d78833d1
Don't pad renderbuffers to multiple of two pixels anymore.

This was only needed to avoid out-of-bounds memory accesses with the
2x2 quad_read/write() functions which no longer exist.
src/mesa/state_tracker/st_cb_fbo.c