summaryrefslogtreecommitdiff
path: root/src/compiler
AgeCommit message (Expand)AuthorFilesLines
2017-05-25glsl: Fix g++ initializer order warningBrian Paul1-1/+1
2017-05-23nir/lower-atomics-to-ssbo: remove atomic_uint arrays tooRob Clark1-1/+9
2017-05-23nir/lower-atomics-to-ssbo: fix num_componentsRob Clark1-0/+5
2017-05-23util/disk_cache: add new driver_flags param to cache keysTimothy Arceri1-10/+10
2017-05-22mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick1-1/+0
2017-05-22glsl: set mask via initialisation list rather than in constructor bodyTimothy Arceri1-3/+1
2017-05-22glcpp: Skip unnecessary line continuations removalVladislav Egorov1-2/+8
2017-05-22glcpp: Avoid unnecessary strcmp()Vladislav Egorov1-5/+9
2017-05-20glsl: Conditionally allow redeclaration of built-in variablesJohn Brooks3-0/+19
2017-05-20st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri1-1/+1
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