mesa: Always return default value for CURRENT_RASTER_INDEX
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 25 Feb 2010 03:28:04 +0000 (19:28 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 3 Mar 2010 20:37:05 +0000 (12:37 -0800)
commit5c52b4292ff1aa37f38b20f33ff1642e1c20f894
treedc313fb58ac48ec7f15002fb8686946c0f2b8645
parent24d311c13339978a37885e88a49a990903652339
mesa: Always return default value for CURRENT_RASTER_INDEX

Since there is no color-index rendering, it is impossible to update
this value.  Just return the initial setting and be happy.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/main/get.c
src/mesa/main/get_gen.py