OSDN Git Service

mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.
authorEric Anholt <eric@anholt.net>
Sat, 16 Apr 2011 02:11:53 +0000 (19:11 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 18 Apr 2011 18:19:54 +0000 (11:19 -0700)
commitf0471d904cf5c03ecf2528268a116e4f147cd3c1
tree79bd6bf30e10e144cd301b02495017c5494e70cf
parenta52803e1087749bfa571c29fc4c1a73fa9b7bf8e
mesa: Add renderbuffer accessors for R8/RG88/R16/RG1616.

This will replace the current (broken by trying to use an enum in the
preprocessor) spantmp2.h support I wrote for the intel driver.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/renderbuffer.c