OSDN Git Service

glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Oct 2010 20:37:03 +0000 (13:37 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 14 Oct 2010 22:59:47 +0000 (15:59 -0700)
commitd85d25dd1f4fd281bd210ba6ba5135ba1e3b535f
tree9d2af431818f346d1df9c0701737577e5e24da16
parent510c503762a228db2b3d6804f5f5c7af9be1a920
glsl: Add a new ir_unop_round_even opcode for GLSL 1.30's roundEven.

Also, update ir_to_mesa's "1.30 is unsupported" case to "handle" it.
src/glsl/ir.cpp
src/glsl/ir.h
src/mesa/program/ir_to_mesa.cpp