summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/ir.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Remove ir_function_signature::_is_intrinsic fieldIan Romanick2016-10-041-1/+1
* glsl: Add ir_function_signature::is_intrinsic() methodIan Romanick2016-10-041-1/+1
* glsl: Track a unique intrinsic ID with each intrinsic functionIan Romanick2016-10-041-1/+1
* glsl: Just access the ir_expression_operation strings table directlyIan Romanick2016-08-301-15/+2
* glsl: Pull operator_strs out to its own fileIan Romanick2016-08-301-115/+1
* glsl: Add support for representing framebuffer fetch in the GLSL IR.Francisco Jerez2016-08-241-0/+1
* glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner2016-07-261-4/+4
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-5/+5
* mesa: hook up core bits of GL_ARB_shader_group_voteIlia Mirkin2016-06-061-0/+9
* Revert "glsl: fix xfb_offset unsized array validation"Timothy Arceri2016-06-011-23/+0
* glsl: fix xfb_offset unsized array validationTimothy Arceri2016-05-301-0/+23
* glsl: make max array trackers ints and use -1 as base. (v2)Dave Airlie2016-05-241-1/+1
* glsl: fixed uninitialized pointerJakob Sinclair2016-05-121-0/+5
* compiler/glsl: do not downcast list sentinelNicolai Hähnle2016-05-071-1/+4
* glsl: remove unused helperTimothy Arceri2016-02-171-15/+0
* glsl/types: Rename sampler_type to sampled_typeJason Ekstrand2016-02-131-1/+1
* glsl: Remove 2x16 half-precision pack/unpack opcodes.Matt Turner2016-02-011-9/+0
* glsl: move to compiler/Emil Velikov2016-01-261-0/+2039