Merge pull request #405 from steve-lunarg/samplers
[platform/upstream/glslang.git] / hlsl /
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-23 LoopDawgHLSL: enable #line extension by default for HLSL source.
2016-07-22 LoopDawgHLSL: Add gather, improve proto generator machine for...
2016-07-21 John KessenichMerge pull request #402 from steve-lunarg/samplers
2016-07-21 LoopDawgHLSL: Add SampleLevel method
2016-07-21 John KessenichMerge pull request #393 from steve-lunarg/warning-enable
2016-07-21 John KessenichMerge pull request #401 from steve-lunarg/samplers
2016-07-21 John KessenichMerge pull request #398 from amdrexu/feature
2016-07-21 LoopDawgAdd g++/clang warnings to match some enabled by /W4...
2016-07-21 LoopDawgHLSL: Add texture Load method & decomposition
2016-07-20 John KessenichMerge pull request #399 from steve-lunarg/samplers
2016-07-20 LoopDawgHLSL: Add SampleCmp and SampleCmpLevelZero texture...
2016-07-19 John KessenichMerge pull request #395 from steve-lunarg/samplers
2016-07-18 LoopDawgHLSL: Add tx.GetDimensions method (uint returns only)
2016-07-16 John KessenichBuild: Fix three new warnings in HLSL code.
2016-07-15 John KessenichMerge pull request #390 from steve-lunarg/samplers
2016-07-15 LoopDawgHLSL: Add SampleBias and SampleGrad, and associated...
2016-07-13 John KessenichMerge pull request #385 from steve-lunarg/inout-qualifiers
2016-07-13 John KessenichMerge pull request #387 from steve-lunarg/samplers
2016-07-13 LoopDawgHLSL: add offset Sample() form and arrayed texture...
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-09 John KessenichBuild: Remove causes of pedantic warnings. Addresses...
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-07-05 John KessenichHLSL: Add typedef grammar and production.
2016-07-05 John KessenichHLSL: Mostly non-functional: simplify, rationalize...
2016-07-02 John KessenichHLSL: Grammar: Recognize { } style initializers for...
2016-07-02 John KessenichHLSL: Correctly identify which variables are global...
2016-07-02 John KessenichHLSL: Grammar: Make comma-separated declaration lists...
2016-07-01 John KessenichMerge pull request #367 from steve-lunarg/templatetypes
2016-07-01 LoopDawgHLSL: Add template style constructors for vector &...
2016-07-01 John KessenichHLSL: Implement switch/case/default.
2016-06-29 John KessenichMerge pull request #357 from steve-lunarg/intrinsics
2016-06-28 LoopDawgAdd asdouble, fma, & mad intrinsics and change profile...
2016-06-28 John KessenichMerge pull request #349 from steve-lunarg/intrinsics
2016-06-28 John KessenichMerge pull request #354 from yavn/fix_off_by_one_limit_...
2016-06-28 John KessenichHLSL: Airplane work: break/continue/discard grammar...
2016-06-21 LoopDawgAdd lerp, fix sincos return type, ret type tests, non...
2016-06-21 John KessenichMerge pull request #346 from steve-lunarg/intrinsics
2016-06-20 LoopDawgAdd HLSL memory barrier intrinsics, fix dst, add lit...
2016-06-19 John KessenichHLSL: Basic array grammar.
2016-06-17 John KessenichHLSL: Handle "." for structure dereference and swizzle.
2016-06-17 John KessenichHLSL: Map parameter qualifiers from generic to function...
2016-06-17 John KessenichHLSL: Support semantics in function parameter declarations.
2016-06-17 John KessenichSPV: Non-functional: Condense SPV-related versioning...
2016-06-14 John KessenichMerge pull request #339 from steve-lunarg/intrinsics
2016-06-14 LoopDawgImplement atomic ops, bit conversions, fix fwidth stage...
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-13 John KessenichHLSL: Implement basic "struct" grammar.
2016-06-10 LoopDawgAdd decompositions for some HLSL intrinsics.
2016-06-10 John KessenichMerge pull request #335 from jekstrand/sampler-params
2016-06-09 John KessenichHLSL: Implement proper nesting of symbol-table scopes...
2016-06-09 John KessenichHLSL: Add all int/float/bool/uint matrix types, void...
2016-06-08 John KessenichMerge pull request #331 from jherico/jherico-patch-1
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-06-05 John KessenichHLSL: Flesh out the loop grammar and productions.
2016-06-05 John KessenichHLSL: Attribute grammar and if-else grammar/productions.
2016-06-04 John KessenichHLSL: Finish skeletan of the "statement" grammar.
2016-06-03 John KessenichHLSL: 1) Implement lookahead buffers/stacks for token...
2016-06-03 John KessenichMerge pull request #327 from steve-lunarg/empty-stateme...
2016-06-03 LoopDawgFix for empty statement segfault.
2016-06-03 John KessenichMerge pull request #326 from greg-lunarg/greg-mr4
2016-06-03 John KessenichMerge pull request #322 from steve-lunarg/intrinsics
2016-06-03 LoopDawgInitial implementation of direct-mapped subset of HLSL...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
2016-05-24 John KessenichMerge pull request #306 from johnkslang/finish-spec...
2016-05-23 John KessenichMerge pull request #305 from steve-lunarg/intrinsics
2016-05-23 LoopDawgAdd base class TParseables for intrinsic / builtin...
2016-05-20 John KessenichMerge pull request #297 from antiagainst/config-tests
2016-05-20 John KessenichMerge pull request #300 from Qining/fix-slow-down-in...
2016-05-20 John KessenichHLSL: Add more matrix types to the grammar.
2016-05-20 John KessenichFull stack: distinguish between a scalar and a vector...
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-16 John KessenichMerge pull request #253 from amdrexu/bugfix2
2016-05-13 John KessenichHLSL: Add function call syntax and AST building.
2016-05-05 John KessenichMerge branch 'feature2' of https://github.com/amdrexu...
2016-05-05 John KessenichMerge pull request #268 from AWoloszyn/update-cmake
2016-05-05 Andrew WoloszynUpdated cmake to better organize folders and options.
2016-05-04 John KessenichMerge pull request #263 from antiagainst/cmake-minimum...
2016-05-04 Lei ZhangRemove duplicated cmake_minimum_required() calls.
2016-05-04 John KessenichParser: Precise: Recognize 'precise', tag types, and...
2016-05-04 John KessenichHLSL: Add (almost) full expression grammar: Binary...
2016-05-04 John KessenichHLSL: Separate out token stream handling from grammar...
2016-05-04 John KessenichVulkan: Add the #define VULKAN 100 when compiled for...
2016-04-07 John KessenichMemory: Don't use pool memory to store the entry point...
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-14 John KessenichHLSL: Abstract accepting an identifier.
2016-03-14 John KessenichHLSL: Simplify appearances a bit to make easier to...
2016-03-13 John KessenichHLSL: Accept basic funtion definitions. (Not yet mappi...
2016-03-13 John KessenichHLSL: Get correct set of reserved words.
2016-03-13 John KessenichHLSL: Hook up constructor expressions through the AST.
2016-03-13 John KessenichHLSL: Add basic declaration syntax and AST generation.
2016-03-13 John KessenichHLSL: Plumb in HLSL parse context and keywords, and...