aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/lower_buffer_access.cpp
Commit message (Expand)AuthorAgeFilesLines
* glsl: Respect std430 layout in lower_buffer_accessFlorian Will2018-01-081-4/+10
* glsl: Add 16-bit typesEduardo Lima Mitev2017-12-061-2/+1
* glsl: Minor cleanups after previous commitIan Romanick2017-11-081-18/+11
* glsl: Use more link_calculate_matrix_stride in lower_buffer_accessIan Romanick2017-11-081-20/+2
* glsl: Use link_calculate_matrix_stride in lower_buffer_access and friendsIan Romanick2017-11-081-44/+14
* glsl: pass mem_ctx to constant_expression_value(...) and friendsTimothy Arceri2017-08-111-1/+1
* glsl: stop copying struct and interface member namesTimothy Arceri2017-08-111-3/+3
* glsl: make use of glsl_type::is_float()Samuel Pitoiset2017-04-211-3/+3
* glsl: make use of glsl_type::is_double()Samuel Pitoiset2017-04-211-1/+1
* glsl: Silence unused parameter warningIan Romanick2016-08-261-1/+0
* glsl: use new interfaces for 64-bit checks.Dave Airlie2016-06-091-6/+6
* glsl: use enum glsl_interface_packing in more places. (v2)Dave Airlie2016-06-061-1/+1
* glsl: fix warning in release buildGrazvydas Ignotas2016-04-251-1/+1
* glsl: use explicit offset when lowering buffer accessTimothy Arceri2016-03-051-0/+4
* glsl: keep track of ssbo variable being accessed, add access paramsIlia Mirkin2016-01-291-1/+5
* glsl: move to compiler/Emil Velikov2016-01-261-0/+490