YaGL: GLES1: fix fixed point version of gl*TexEnv* functions
authorIgor Mitsyanko <i.mitsyanko@samsung.com>
Thu, 17 Jan 2013 17:47:18 +0000 (21:47 +0400)
committerStanislav Vorobiov <s.vorobiov@samsung.com>
Mon, 15 Apr 2013 11:24:19 +0000 (15:24 +0400)
commitd66115dfb44b4d457ee693cdb103a70168c565f8
tree3f7903d1af22af6cfbde40846cdf7b5c8c19cbb6
parente5b063c9baeb87c19b68683f2de526df6fd3959a
YaGL: GLES1: fix fixed point version of gl*TexEnv* functions

Parameter values GL_ALPHA_SCALE and GL_RGB_SCALE should be scaled when converting
fron GLfloat to GLfixed.

Signed-off-by: Igor Mitsyanko <i.mitsyanko@samsung.com>
hw/yagl_apis/gles1/yagl_host_gles1_calls.c