OSDN Git Service

intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.
authorEric Anholt <eric@anholt.net>
Sun, 27 Jul 2008 00:12:04 +0000 (17:12 -0700)
committerEric Anholt <eric@anholt.net>
Sun, 27 Jul 2008 00:39:23 +0000 (17:39 -0700)
commit902e401a384a8213d1239aae42bc2b7071ad6bd8
tree9d43e9f653e4f6e6927b618329b473fef038954f
parent1e645b365900cf1c71ca5594bd6b549a1f203040
intel: Don't return a renderbuffer with alpha when just GL_RGB is requested.

Fixes oglconform rbGetterFuncs testcase.  The span code for this mode hasn't
actually been tested.
src/mesa/drivers/dri/intel/intel_fbo.c
src/mesa/drivers/dri/intel/intel_span.c