glsl: use is_sampler() anywhere it's possible
[mesa.git] / src / compiler / glsl / ir.cpp
2017-02-27 Samuel Pitoisetglsl: use is_sampler() anywhere it's possible
2017-01-20 Dave Airlieglsl/ir: Add support for 64-bit integer conversions.
2017-01-20 Dave Airlieglsl/ast/ir: Add 64-bit integer constant support
2017-01-07 Kenneth GraunkeRevert recent GLSL slot counting fiasco.
2017-01-06 Kenneth Graunkeglsl: Override the # of varying slots for ClipDistance...
2017-01-06 Kenneth Graunkeglsl: Create and use a new ir_variable::count_attribute...
2016-10-31 Marek Olšákglsl: use a non-malloc'd storage for short ir_variable...
2016-10-04 Ian Romanickglsl: Remove ir_function_signature::_is_intrinsic field
2016-10-04 Ian Romanickglsl: Add ir_function_signature::is_intrinsic() method
2016-10-04 Ian Romanickglsl: Track a unique intrinsic ID with each intrinsic...
2016-08-30 Ian Romanickglsl: Just access the ir_expression_operation strings...
2016-08-30 Ian Romanickglsl: Pull operator_strs out to its own file
2016-08-24 Francisco Jerezglsl: Add support for representing framebuffer fetch...
2016-07-26 Matt Turnerglsl: Separate overlapping sentinel nodes in exec_list.
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-06-07 Ilia Mirkinmesa: hook up core bits of GL_ARB_shader_group_vote
2016-06-01 Timothy ArceriRevert "glsl: fix xfb_offset unsized array validation"
2016-05-30 Timothy Arceriglsl: fix xfb_offset unsized array validation
2016-05-24 Dave Airlieglsl: make max array trackers ints and use -1 as base...
2016-05-12 Jakob Sinclairglsl: fixed uninitialized pointer
2016-05-07 Nicolai Hähnlecompiler/glsl: do not downcast list sentinel
2016-02-24 Kristian Høgsberg... Merge remote-tracking branch 'origin/master' into vulkan
2016-02-16 Timothy Arceriglsl: remove unused helper
2016-02-14 Jason Ekstrandglsl/types: Rename sampler_type to sampled_type
2016-02-05 Jason EkstrandMerge commit mesa-public/master into vulkan
2016-02-01 Matt Turnerglsl: Remove 2x16 half-precision pack/unpack opcodes.
2016-01-26 Emil Velikovglsl: move to compiler/