mesa: fix dropped && in glGetStringi()
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 16 Sep 2012 07:54:11 +0000 (19:54 +1200)
committerKenneth Graunke <kenneth@whitecape.org>
Sun, 16 Sep 2012 08:47:00 +0000 (01:47 -0700)
commitd30a7d2eb4b6d853bfa90169341334f2b2a643d5
tree96661251b224bed347c4a1d5005c560492214938
parent679c93ff89c71cbd3b1d24e88abd38f00b8c1f02
mesa: fix dropped && in glGetStringi()

This fixes glGetStringi(GL_EXTENSIONS,.. for core contexts. Previously,
all extension names returned would be NULL.

NOTE: This is a candidate for release branches.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/extensions.c