summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)AuthorFilesLines
2017-05-16glsl: simplify link_assign_uniform_storage() a bitSamuel Pitoiset1-8/+9
2017-05-12glsl: include image qualifiers when printing IRNicolai Hähnle1-3/+17
2017-05-12glsl: order indices for images inside a struct arraySamuel Pitoiset1-11/+17
2017-05-12glsl: add parcel_out_uniform_storage::set_opaque_indices() helperSamuel Pitoiset1-54/+65
2017-05-11glsl: simplify set_opaque_binding()Samuel Pitoiset1-21/+20
2017-05-11glsl: add missing check for samplers in set_opaque_binding()Samuel Pitoiset1-0/+2
2017-05-11Android: amd/common: fix dependency on libmesa_nirRob Herring1-0/+1
2017-05-09nir: Embed the shader_info in the nir_shader againJason Ekstrand14-96/+89
2017-05-08glsl: Don't allow redefining builtin functions on GLSL 1.00.Eric Anholt1-2/+13
2017-05-08glsl: Restrict func redeclarations (not just redefinitions) on GLSL 1.00.Eric Anholt1-0/+10
2017-05-08glsl: Ban #undefining __LINE__ and friends on GLES2.Eric Anholt1-5/+2
2017-05-08glsl: Restrict functions to not return arrays or SOAs in GLSL 1.00.Eric Anholt3-0/+31
2017-05-08nir: fix (hopefully) windows buildRob Clark2-4/+4
2017-05-08glsl: apply the image format for members of structuresSamuel Pitoiset1-8/+29
2017-05-08glsl: store the image format in glsl_struct_fieldSamuel Pitoiset3-1/+11
2017-05-08glsl: destroy function and subroutine hash tablesGrazvydas Ignotas1-0/+10
2017-05-07nir: Fix missing snprintf symbol on Windows.Jose Fonseca1-0/+4
2017-05-06glsl: skip tree grafting for sampler and image typesNicolai Hähnle1-0/+11
2017-05-06glsl: teach lower_ubo_reference about samplers inside structuresSamuel Pitoiset1-0/+15
2017-05-06glsl: link bindless layout qualifiersSamuel Pitoiset1-0/+44
2017-05-06glsl: do not count bindless samplers/images when linking uniformsSamuel Pitoiset1-2/+2
2017-05-06glsl: lower bindless sampler/image packed varyingsSamuel Pitoiset1-0/+14
2017-05-06glsl: implement ARB_bindless_texture conversionsSamuel Pitoiset3-10/+84
2017-05-06glsl: allow bindless samplers/images to be used with constructorsSamuel Pitoiset1-2/+14
2017-05-06glsl: add is_valid_constructor() helper functionSamuel Pitoiset1-2/+8
2017-05-06glsl: add ARB_bindless_texture operationsSamuel Pitoiset2-0/+26
2017-05-06glsl: allow bindless samplers/images to be initializedSamuel Pitoiset1-3/+14
2017-05-06glsl: allow bindless samplers/images to be l-valuesSamuel Pitoiset1-0/+14
2017-05-06glsl: add _mesa_glsl_parse_state object to is_lvalue()Samuel Pitoiset4-7/+9
2017-05-06glsl: relax bindless sampler arrays indexingSamuel Pitoiset1-1/+7
2017-05-06glsl: reject bindless samplers/images frag inputs without 'flat'Samuel Pitoiset1-0/+20
2017-05-06glsl: allow bindless samplers/images as vertex shader inputsSamuel Pitoiset1-0/+14
2017-05-06glsl: allow bindless samplers/images as varying variablesSamuel Pitoiset1-0/+20
2017-05-06glsl: allow input memory qualifiers for imagesSamuel Pitoiset1-0/+10
2017-05-06glsl: allow image qualifiers inside structuresSamuel Pitoiset1-4/+23
2017-05-06glsl: allow bindless images to be declared inside structuresSamuel Pitoiset1-1/+1
2017-05-06glsl: allow bindless samplers/images inside interface blocksSamuel Pitoiset1-2/+12
2017-05-06glsl: allow bindless samplers/images as function returnSamuel Pitoiset1-3/+8
2017-05-06glsl: allow bindless samplers/images as out and inout parametersSamuel Pitoiset1-2/+14
2017-05-06glsl: allow to declare bindless samplers/images as non-uniformSamuel Pitoiset1-17/+66
2017-05-06glsl: process bindless/bound layout qualifiersSamuel Pitoiset9-3/+188
2017-05-06glsl: do not make sampler/image types readonly variablesSamuel Pitoiset2-4/+0
2017-05-06glsl: make sampler/image scalar typesSamuel Pitoiset1-1/+1
2017-05-06glsl: make count_attribute_slots() returns 1 for samplers/imagesSamuel Pitoiset1-2/+2
2017-05-06glsl: make component_slots() returns 2 for samplers/imagesSamuel Pitoiset2-2/+8
2017-05-06glsl: make sampler/image types as 64-bitSamuel Pitoiset1-1/+3
2017-05-06glsl: add ARB_bindless_texture enableSamuel Pitoiset3-0/+9
2017-05-04nir: add pass to lower atomic counters to SSBORob Clark3-0/+220
2017-05-04nir: add a C wrapper for glsl_type::get_interface_instance()Rob Clark2-0/+16
2017-05-04glsl: reject memory qualifiers with uniform blocksSamuel Pitoiset1-2/+10