meta: Fold the glUseProgram() into the blit program generator.
authorEric Anholt <eric@anholt.net>
Wed, 12 Feb 2014 00:13:21 +0000 (16:13 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 12 Feb 2014 23:38:57 +0000 (15:38 -0800)
commite48a6378c905ab7817fcd19e08c186a89a39e005
tree13969e9f811eb8b5a679059e2a7fddd2ddc2be86
parentb719aa39026826b8262d74fffdc58a75cc6a107e
meta: Fold the glUseProgram() into the blit program generator.

Everyone was just immediately calling it and doing nothing else with the
shader program id.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/common/meta.c