OSDN Git Service

dlist: fix save_SamplerParameteri
authorChris Forbes <chrisf@ijw.co.nz>
Sun, 9 Jun 2013 21:17:16 +0000 (09:17 +1200)
committerVinson Lee <vlee@freedesktop.org>
Sun, 9 Jun 2013 21:00:40 +0000 (14:00 -0700)
commita2e3b1c4e210caf0c765da92a4623de6ee8316b6
tree824a0d70093ac45515deefeb34b54ea6618f9595
parentce1f85133d15098ae97a28bbcfa13c4995b772e2
dlist: fix save_SamplerParameteri

This was building the temporary array to pass to
save_SamplerParameteriv, and then not passing it.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Vinson Lee <vlee@freedesktop.org>
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mesa/main/dlist.c