Merge pull request #405 from steve-lunarg/samplers
[platform/upstream/glslang.git] / Test /
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 John KessenichFront-end: Fix default layout(component) widths and...
2016-07-21 John KessenichTests: line-number change only: make room for more...
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 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 KessenichFix issue #382: Detect implicitly-sized atomic_uint...
2016-07-19 John KessenichFix issue #388.
2016-07-19 John KessenichFix issue #391: input stack underflow on too few macro...
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-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-12 John KessenichFront-end: Implement compile-time constant folding...
2016-07-09 John KessenichFront-end: Fix known crashes by early exit on error...
2016-07-08 John KessenichMerge pull request #314 from mre4ce/master
2016-07-08 John KessenichFront end: Fix issue #374: put a limit on how big a...
2016-07-08 John KessenichSPV: Fix issue #376; declare Geometry capability for...
2016-07-08 John KessenichSPV: Further refine OpenGL vs. Vulkan differences for...
2016-07-07 John KessenichSPV: Turn on atomic-storage functionality for SPIR-V.
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-07-01 John KessenichSPV: Don't decorate locations within an array, it doesn...
2016-07-01 John KessenichMerge pull request #363 from cdwfs/vertex_instance_id
2016-06-30 John KessenichFront-end: Don't lower precision of bit operations...
2016-06-30 John KessenichMerge pull request #364 from steve-lunarg/test-entrypoints
2016-06-30 LoopDawgHLSL: Change intrinsics tests to not use overloaded...
2016-06-30 John KessenichMerge pull request #358 from amdrexu/bugfix
2016-06-30 Rex XuSPV: Certain decorations are missing for structure...
2016-06-29 John KessenichMerge pull request #357 from steve-lunarg/intrinsics
2016-06-29 John KessenichMerge pull request #267 from antiagainst/rm-test-dup
2016-06-29 John KessenichFront-end: Add missing rule for function-return implici...
2016-06-28 Lei ZhangRemove duplicated tests from the runtests script.
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-27 Maciej JesionowskiFront-end: allow max size built-in arrays like gl_ClipD...
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 KessenichFront-end: Implement GL_EXT_shader_non_constant_global_...
2016-06-17 John KessenichSPV: Non-functional: Condense SPV-related versioning...
2016-06-16 John KessenichSPV: projective texturing: move the project coordinate.
2016-06-16 John KessenichSPV non-functional: minor readability improvements...
2016-06-15 John KessenichFront-end ESSL: require precision declarations for...
2016-06-15 John KessenichFront-end: Make ES floatBitsToInt/intBitsToFloat/etc...
2016-06-15 John KessenichSPV: Update to spec. decisions (and issue #205) for...
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-09 Jason EkstrandGlslangToSpv: Pass the pointer directly into the client...
2016-06-08 John KessenichMerge pull request #333 from dneto0/defer-capabilities...
2016-06-08 David NetoDefer capability decl for ClipDistance, CullDistance...
2016-06-08 John KessenichMerge pull request #331 from jherico/jherico-patch-1
2016-06-06 John KessenichMerge pull request #128 from dekimir/clang-format
2016-06-06 John KessenichFront-end: Fix issue #146: which versions allow double...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-06-05 John KessenichFront-end: Fix issue #147: ensure layout(index=N) has...
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-03 John KessenichHLSL: 1) Implement lookahead buffers/stacks for token...
2016-06-03 John KessenichMerge pull request #328 from steve-lunarg/intrinsics
2016-06-03 LoopDawgAdd negative intrinsics tests
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...
next