summaryrefslogtreecommitdiff
path: root/src/compiler/glsl/ast_to_hir.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-13glsl: simplify apply_image_qualifier_to_variable()Samuel Pitoiset1-59/+58
2017-04-13glsl: add validate_fragment_flat_interpolation_input()Samuel Pitoiset1-63/+72
2017-03-09glsl: builtin: always return clones of the builtinsLionel Landwerlin1-1/+1
2017-03-03glsl: fix subroutine mismatch between declarations/definitionsSamuel Pitoiset1-6/+6
2017-03-01glsl: remove unecessary flags.q.subroutine_defSamuel Pitoiset1-3/+3
2017-02-27glsl: reject samplers not declared as uniform/function params earlierSamuel Pitoiset1-0/+9
2017-02-27glsl: use is_sampler() anywhere it's possibleSamuel Pitoiset1-11/+11
2017-02-27glsl: use an enum for AMD_conservative_depth layout qualifiersSamuel Pitoiset1-18/+17
2017-02-24glsl: Fix missing-braces warning.Vinson Lee1-1/+1
2017-02-23glsl: refactor get_variable_being_redeclared() to return always an ir_variabl...Samuel Iglesias Gonsálvez1-27/+34
2017-02-23glsl: fix heap-use-after-free in ast_declarator_list::hir()Samuel Iglesias Gonsálvez1-2/+4
2017-02-12glsl: Drop resize-to-MaxPatchVertices hack.Kenneth Graunke1-3/+0
2017-02-10glsl: non-last member unsized array on SSBO must fail compilation on GLSL ES 3.1Jose Maria Casanova Crespo1-4/+7
2017-01-20glsl: Move builtin_function related prototypes to a separate fileIan Romanick1-0/+1
2017-01-20glsl/ast: Add 64-bit integer support in some places.Dave Airlie1-0/+5
2017-01-20glsl: Add 64-bit integer support to some operations.Dave Airlie1-6/+6
2017-01-20glsl/ast: Add 64-bit integer support to conversion functionsDave Airlie1-0/+20
2017-01-20glsl/ast/ir: Add 64-bit integer constant supportDave Airlie1-0/+14
2017-01-20glsl: Add basic ARB_gpu_shader_int64 typesDave Airlie1-0/+2
2017-01-02glsl: Update ES 3.2 shader output restrictions.Kenneth Graunke1-11/+37
2016-12-20glsl: allow invariant on fragment shader outputs.Dave Airlie1-2/+24
2016-12-07mesa: add support for GL_INTEL_conservative_rasterizationLionel Landwerlin1-0/+5
2016-12-07mesa: Add GL and GLSL plumbing for ARB_post_depth_coverage for i965 (gen9+).Plamena Manolova1-0/+5
2016-11-25glsl: remove unneeded check for incompatible primitive types in GSAndres Gomez1-10/+3
2016-11-12glsl: Fix assert fails when assignment expressions are in array sizes.Kenneth Graunke1-8/+11
2016-10-31ralloc: use rzalloc where it's necessaryMarek Olšák1-2/+2
2016-10-27glsl: Size TCS->TES unsized arrays to gl_MaxPatchVertices for queries.Kenneth Graunke1-0/+3
2016-10-24glsl: add matrix layout information to interface block typesIago Toral Quiroga1-0/+2
2016-10-15glsl: Drop the ES requirement that VS outputs must be flat qualified.Kenneth Graunke1-8/+4
2016-10-10glsl: prohibit lowp, mediump precision on atomic_uintTapani Pälli1-0/+14
2016-10-07glsl: reject compute shaders with fixed and variable local sizeSamuel Pitoiset1-0/+14
2016-09-29glsl: remove remaining tabs from ast_to_hir.cppTimothy Arceri1-40/+38
2016-09-19glsl: Skip "unsized arrays aren't allowed" check for TCS/TES/GS vars.Kenneth Graunke1-1/+27
2016-09-12glsl: Convert ast_to_hir to the util hash tableThomas Helland1-11/+13
2016-09-05glsl: Fix locations of variables in patch qualified interface blocks.Kenneth Graunke1-2/+4
2016-09-01glsl: Reject TCS/TES input arrays not sized to gl_MaxPatchVertices.Kenneth Graunke1-1/+14
2016-08-30glsl: Handle patch qualifier on interface blocks.Kenneth Graunke1-0/+4
2016-08-24glsl/ast: Allow redeclaration of gl_LastFragData with different precision qua...Francisco Jerez1-0/+12
2016-08-24glsl: Handle the inout qualifier in fragment shader output declarations.Francisco Jerez1-1/+4
2016-08-22glsl: fix key used for hashing switch statement casesTapani Pälli1-4/+24
2016-08-12glsl: emit a specific error when ast_*_assign changes typeIlia Mirkin1-1/+27
2016-08-05glsl: apply_implicit_conversion is static againAndres Gomez1-1/+1
2016-08-02ast: Updated AST_NUM_OPERATORS for coherence with ast_operatorsAndres Gomez1-0/+1
2016-07-31glsl: be more strict on block qualifiersTimothy Arceri1-11/+73
2016-07-31glsl: add name param to validate_flags()Timothy Arceri1-4/+3
2016-07-26glsl: Remove references to tail_pred.Matt Turner1-9/+9
2016-07-26glsl: Separate overlapping sentinel nodes in exec_list.Matt Turner1-3/+3
2016-07-22glsl: subroutine types cannot be comparedAndres Gomez1-0/+4
2016-07-19MESA_shader_integer_functions: Allow implicit int->uint conversionsIan Romanick1-1/+2
2016-07-17compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke1-12/+12