st/mesa: Don't open code the drawpixels vertex shader.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 4 Dec 2018 06:38:33 +0000 (22:38 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 21 Dec 2018 23:29:28 +0000 (15:29 -0800)
commit80dd9dfe33b01b6e0b9784563497d8cb879bccd8
tree4545a63390b73ee6aabc61cef47481f57b682508
parented1a356c5e21a8d19287fea2512d3b3a82171e9f
st/mesa: Don't open code the drawpixels vertex shader.

Now that we always copy color, we can just use the util function.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/state_tracker/st_cb_drawpixels.c