OSDN Git Service

glsl: Add front-end support for GLSL 1.30's roundEven built-in.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Oct 2010 20:40:26 +0000 (13:40 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Oct 2010 22:59:47 +0000 (15:59 -0700)
commit6dc204c5dc723bbf9337aa7787cd6cc309a24285
treee5de4dfe586bc65ff128498ef18a410a481eaa4c
parentd85d25dd1f4fd281bd210ba6ba5135ba1e3b535f
glsl: Add front-end support for GLSL 1.30's roundEven built-in.

Implemented using the op-code introduced in the previous commit.
src/glsl/builtins/ir/roundEven [new file with mode: 0644]
src/glsl/builtins/profiles/130.frag
src/glsl/builtins/profiles/130.vert