OSDN Git Service

glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.
authorFrancisco Jerez <currojerez@riseup.net>
Wed, 12 Feb 2014 15:56:01 +0000 (16:56 +0100)
committerFrancisco Jerez <currojerez@riseup.net>
Wed, 12 Feb 2014 17:44:05 +0000 (18:44 +0100)
commit299e869d25c88a3c2da4bd4a6d85ce24684136f0
treeb6b2fc7c90e8b2ebe3a463f92b36eccb91c90f90
parentc116541b2c3a45715de15e3180627263143ad426
glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.

v2: Add comment next to the read_only and write_only qualifier flags.
    Change temporary copies of the type qualifier mask to use uint64_t
    too.

Reviewed-by: Paul Berry <stereotype441@gmail.com>
src/glsl/ast.h
src/glsl/ast_type.cpp
src/glsl/glsl_parser.yy