HLSL: Add better diagnostic when using in/out qualifiers in global scope (#2258)
[platform/upstream/glslang.git] / hlsl / hlslTokens.h
2018-08-31 John KessenichMerge pull request #1465 from otakuto/remove-execute...
2018-08-06 otakutoRemove execute permissions
2018-03-26 greg-lunargMerge branch 'master' into kg15
2018-03-16 John KessenichMerge pull request #1291 from ben-clayton/add-nv-nopersp
2018-03-12 John KessenichMerge pull request #1286 from greg-lunarg/kg14
2018-03-12 John KessenichMerge pull request #1288 from amdrexu/bugfix
2018-03-12 Rex XuHLSL: Correct some mistakes for min16 types
2018-03-07 John KessenichMerge pull request #1269 from bkaradzic/master
2018-03-07 John KessenichMerge branch 'feature' of https://github.com/amdrexu...
2018-03-07 John KessenichMerge branch 'bugfix' of https://github.com/amdrexu...
2018-03-07 John KessenichMerge pull request #1277 from KhronosGroup/Vulkan_1_1
2018-03-06 John KessenichSPV: Implement Vulkan 1.1 features and extensions.
2017-11-15 John KessenichMerge pull request #1147 from KhronosGroup/memory1
2017-11-13 John KessenichMerge pull request #1143 from LoopDawg/texturebuffer
2017-11-09 LoopDawgHLSL: implement TextureBuffer<type>
2017-10-10 John KessenichMerge pull request #1080 from hedejing/master
2017-10-02 John KessenichMerge pull request #1075 from LoopDawg/subpass-input
2017-10-02 LoopDawgHLSL: add subpass input types and methods
2017-06-15 John KessenichMerge pull request #917 from KhronosGroup/remove-redund...
2017-06-07 John KessenichHLSL: Implement half matrices, and map all half* -...
2017-04-27 John KessenichMerge pull request #859 from steve-lunarg/sampleposition
2017-04-25 John KessenichMerge pull request #855 from steve-lunarg/constantbuffer
2017-04-25 steve-lunargHLSL: Add ConstantBuffer<T> syntax
2017-03-31 John KessenichMerge pull request #774 from steve-lunarg/tess-ctrlpt-pcf
2017-03-31 John KessenichMerge pull request #797 from steve-lunarg/scalar-length
2017-03-30 John KessenichHLSL: Add namespace grammar and some basic semantics.
2017-03-22 John KessenichHLSL: Implement 'this' keyword.
2017-03-15 John KessenichHLSL: Fix #771: add inline keyword.
2017-03-15 John KessenichMerge branch 'semantic_handling' of https://github...
2017-03-11 John KessenichMerge pull request #762 from LukasBanana/master
2017-03-11 John KessenichHLSL: Add scoping operator, accept static member functi...
2017-03-11 John KessenichPP: Recognize the '::' token, and translate appropriate...
2017-03-04 John KessenichMerge pull request #750 from dgkoch/rename_KHX_to_EXT
2017-03-04 John KessenichHLSL: Add 'class' keyword as (so far) synonym for ...
2017-02-22 John KessenichMerge pull request #725 from steve-lunarg/structurebuffer
2017-02-21 steve-lunargHLSL: implement 4 (of 6) structuredbuffer types
2017-02-17 Graham WihlidalMerge pull request #1 from KhronosGroup/master
2017-02-17 John KessenichMerge pull request #720 from flaviobortot/master
2017-02-11 John KessenichMerge pull request #722 from steve-lunarg/tessellation
2017-02-10 steve-lunargAdd basic HS/DS implementation.
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2017-01-05 John KessenichMerge pull request #650 from steve-lunarg/lvalue-swizzl...
2017-01-04 John KessenichMerge pull request #648 from steve-lunarg/type-identifiers
2016-12-27 steve-lunargHLSL: allow scalar type keywords as identifiers, and...
2016-12-20 chaocMerge remote-tracking branch 'refs/remotes/KhronosGroup...
2016-11-23 John KessenichMerge pull request #601 from BearishSun/master
2016-11-23 John KessenichMerge pull request #599 from steve-lunarg/gs
2016-11-22 steve-lunargWIP: HLSL: Add GS support
2016-11-01 John KessenichMerge pull request #572 from steve-lunarg/numthreads
2016-11-01 John KessenichMerge pull request #562 from TiemoJung/io_map_control_p...
2016-11-01 John KessenichMerge pull request #570 from steve-lunarg/mintypes
2016-10-31 steve-lunargHLSL: Add min*{float,int,uint} types
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-10-16 John KessenichMerge pull request #539 from schwa423/linux_global_lock
2016-10-13 John KessenichMerge pull request #538 from steve-lunarg/iomap-binding...
2016-10-06 John KessenichMerge pull request #540 from steve-lunarg/rwbuffers
2016-10-06 steve-lunargHLSL: phase 1: add RWTexture and RWBuffer
2016-09-20 John KessenichHLSL: Move to correct parsing of annotations, improving...
2016-09-20 John KessenichHLSL: Add string basic type and recognize string declar...
2016-08-24 John KessenichMerge branch 'overloaded-400' of github.com:KhronosGrou...
2016-08-23 John KessenichMerge pull request #461 from dankbaker/Error_Message_Fi...
2016-08-23 John KessenichMerge pull request #476 from steve-lunarg/string-literals
2016-08-22 steve-lunargHLSL: Add EHTokStringConstant, so that string attribute...
2016-08-17 John KessenichHLSL: Partially address issue #463: accept GLSL layout...
2016-07-26 John KessenichMerge pull request #405 from steve-lunarg/samplers
2016-07-26 John KessenichMerge pull request #406 from steve-lunarg/pp_line
2016-07-25 John KessenichHLSL: cbuffer and tbuffer grammar and production.
2016-07-13 John KessenichMerge pull request #385 from steve-lunarg/inout-qualifiers
2016-07-13 LoopDawgHLSL: add in/out/inout qualifiers.
2016-07-13 John KessenichMerge pull request #380 from steve-lunarg/samplers
2016-07-12 LoopDawgHLSL: Sampler/texture declarations, method syntax,...
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-06-28 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-06-13 John KessenichMerge pull request #337 from steve-lunarg/intrinsics
2016-06-13 John KessenichHLSL: Flesh out misc. declaration grammar: semantics...
2016-06-10 John KessenichMerge pull request #335 from jekstrand/sampler-params
2016-06-09 John KessenichHLSL: Add all int/float/bool/uint matrix types, void...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-04 John KessenichHLSL: Add (almost) full expression grammar: Binary...
2016-04-04 John KessenichMerge pull request #220 from Qining/fix-built-in-spec...
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-03-13 John KessenichHLSL: Plumb in HLSL parse context and keywords, and...