summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir_validate.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Don't support integer types for operations that can't handle themIan Romanick2016-08-171-0/+2
* glsl: Don't support ir_unop_abs or ir_unop_sign for unsigned integersIan Romanick2016-08-171-0/+9
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-2/+2
* mesa: hook up core bits of GL_ARB_shader_group_voteIlia Mirkin2016-06-061-0/+8
* glsl: handle implicit sized arrays in ssboDave Airlie2016-05-261-1/+2
* glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie2016-05-241-3/+3
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-011-12/+0
* glsl: move to compiler/Emil Velikov2016-01-261-0/+930