Build: Fix linux
[platform/upstream/glslang.git] / Test /
2017-06-06 John KessenichHLSL: Fix #919: for-init-statement is arbitrary declara...
2017-06-05 John KessenichGLSL: replace general missing functionality with specif...
2017-06-05 John KessenichMerge pull request #912 from amdrexu/feature
2017-06-05 Rex XuImplement the extension GL_AMD_texture_gather_bias_lod
2017-06-04 John KessenichGLSL: Fix bug setting component=0 for an auto-location...
2017-06-04 John KessenichGLSL: Error when using location on an arrayed block.
2017-06-03 John KessenichMerge pull request #899 from antiagainst/rm-empty-cpps
2017-06-03 John KessenichMerge pull request #915 from LoopDawg/subvec4-intrinsic
2017-06-03 John KessenichMerge pull request #905 from KhronosGroup/flatten-opaqu...
2017-06-03 John KessenichHLSL: Convert run-time sampler assignments to compile...
2017-06-02 John KessenichSPV: When passing structs of opaque types, flatten...
2017-06-02 John KessenichHLSL: iomapper: Fix #914. Tolerate user aliasing of...
2017-06-01 LoopDawgHLSL: add test coverage for sub-vec4 texture intrinsics
2017-06-01 John KessenichMerge pull request #907 from KhronosGroup/include
2017-06-01 John KessenichHLSL: Add an Includer to handle #include.
2017-06-01 John KessenichMerge pull request #911 from KhronosGroup/debug-info
2017-06-01 John KessenichSPV: Debug output: Include OpLine information for execu...
2017-05-31 John KessenichSPV: Add OpSource shader source code and file name.
2017-05-29 John KessenichMerge pull request #856 from TiemoJung/texture_upgrade
2017-05-29 t.jungPure Texture to Sampled Texture Transform
2017-05-25 John KessenichMerge pull request #901 from LoopDawg/imat-construct
2017-05-25 John KessenichSPV: Fix #904: Correctly check for built-in block redec...
2017-05-24 John KessenichHLSL: Fix #903: Don't short-circuit && or ||.
2017-05-24 John KessenichHLSL: Fix #902: Incorrect protection against zero argum...
2017-05-21 LoopDawgHLSL: Add imat, umat, and bmat constructors
2017-05-20 John KessenichFix #373: Implicitly make gl_FragColor a location=0...
2017-05-20 John KessenichSPV: Correctly enforce 'location' presence on in/out...
2017-05-20 John KessenichMerge pull request #900 from LoopDawg/tx-overloads
2017-05-20 John KessenichMore non-determinism fixed.
2017-05-20 John KessenichFix C++ portability, non-deterministic order of argumen...
2017-05-20 John KessenichFix #857: Convert uniform int to local bool for struct...
2017-05-20 John KessenichHLSL: Don't do logical short-circuits when the operands...
2017-05-20 LoopDawgHLSL: allow name mangling based on texture template...
2017-05-19 John KessenichMerge pull request #896 from KhronosGroup/spv-location
2017-05-19 John KessenichMerge pull request #897 from LoopDawg/remap-specconstop...
2017-05-18 LoopDawgRemapper: handle embedded opcode in OpSpecConstantOp
2017-05-18 John KessenichSPV: Give error on not assigning locations to I/O.
2017-05-17 John KessenichMerge pull request #860 from steve-lunarg/sb-counter...
2017-05-17 John KessenichMerge pull request #893 from KhronosGroup/member-call
2017-05-17 steve-lunargWIP: HLSL: add ability to pass struct buffers with...
2017-05-17 John KessenichHLSL: Implement member functions calling member functions.
2017-05-15 John KessenichMerge pull request #890 from LoopDawg/mip-operator
2017-05-15 LoopDawgHLSL: add .mips[][] operator for texture types
2017-05-13 John KessenichMerge pull request #889 from antiagainst/travis-android
2017-05-13 John KessenichMerge pull request #888 from LoopDawg/geometry-stage-mix
2017-05-13 LoopDawgHLSL: allow GS-specific methods in other stages
2017-05-12 John KessenichHLSL: Fix #884: Use promoted children, not pre-promoted...
2017-05-10 John KessenichMerge pull request #880 from aras-p/master
2017-05-10 John KessenichMerge pull request #874 from xlpiao/DescriptorSet-and...
2017-05-10 Hyangran ParkHLSL: Manually configure descriptor set and binding...
2017-05-08 John KessenichSPV: Support texelFetch() on a textureBuffer (no sampler).
2017-05-05 John KessenichSPV: Emit extension for using StorageClassStorageBuffer.
2017-05-04 John KessenichMerge pull request #878 from steve-lunarg/unroll-hint
2017-05-03 steve-lunargHLSL: implement [unroll] and [loop] attributes
2017-05-02 John KessenichMerge pull request #873 from steve-lunarg/gathercmp
2017-05-02 steve-lunargHLSL: Implement missing GatherCmp
2017-04-28 John KessenichMerge pull request #868 from TiemoJung/two_pass_io_remap
2017-04-28 John KessenichMerge pull request #867 from steve-lunarg/emptyinit
2017-04-28 steve-lunargHLSL: Allow empty struct initializers
2017-04-27 John KessenichHLSL: Turn on hlsl-offsets by default for HLSL-source...
2017-04-27 John KessenichMerge pull request #859 from steve-lunarg/sampleposition
2017-04-26 steve-lunargHLSL: add standard sample position return form of GetSa...
2017-04-25 John KessenichMerge pull request #855 from steve-lunarg/constantbuffer
2017-04-25 steve-lunargHLSL: Add ConstantBuffer<T> syntax
2017-04-21 John KessenichMerge pull request #849 from steve-lunarg/samplercmp...
2017-04-21 steve-lunargHLSL: add error for expected comparison sampler in...
2017-04-21 John KessenichHLSL: Fix #846: support mixed ternary types.
2017-04-21 John KessenichMerge pull request #847 from steve-lunarg/sb-param-fix
2017-04-21 John KessenichMerge pull request #842 from steve-lunarg/sb-cast
2017-04-21 John KessenichMerge pull request #840 from steve-lunarg/iomap-hlsl
2017-04-20 steve-lunargHLSL: fix for byte address buffers in fn parmeters
2017-04-20 steve-lunargHLSL: add readonly qualifier to tbuffer, so they end...
2017-04-20 steve-lunargWIP: HLSL: hlsl register class iomapping
2017-04-20 John KessenichGLSL: Fix #822: Improve information given for syntax...
2017-04-20 John KessenichHLSL: Fix #96: Support do-while loop substatements...
2017-04-20 steve-lunargHLSL: cast non-int types to uint on Load/Store indexes
2017-04-20 John KessenichSPV: Support test #pragma for generating the StorageBuf...
2017-04-19 John KessenichMerge pull request #835 from steve-lunarg/sb-counters
2017-04-19 John KessenichHLSL: vector shape conversions for all ops: Fix #839...
2017-04-18 steve-lunargWIP: HLSL: add refection queries for structuredbuffer...
2017-04-14 steve-lunargWIP: HLSL: add Append/ConsumeBuffer support
2017-04-14 steve-lunargWIP: HLSL: structuredbuffer counter functionality
2017-04-13 John KessenichHLSL: Fix #770: implicitly convert bool operands to...
2017-04-12 John KessenichHLSL: Fix #758: Support character literals (except...
2017-04-12 John KessenichHLSL: Fix #803: Add shape conversions to the constant...
2017-04-12 John KessenichMerge pull request #833 from KhronosGroup/hlsl-inf...
2017-04-12 John KessenichHLSL: Support 1.#INF and -1.#INF syntax.
2017-04-12 John KessenichHLSL: Fix boolean conversion bug and add more tests...
2017-04-12 John KessenichHLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect.
2017-04-11 John KessenichHLSL: Non-functional: add vector ? : tests.
2017-04-11 John KessenichHLSL: Fix #832: don't require terminating semicolon...
2017-04-10 John KessenichMerge pull request #831 from steve-lunarg/isfinite
2017-04-10 steve-lunargHLSL: fix return type for isfinite
2017-04-08 John KessenichMerge pull request #827 from amdrexu/feature4
2017-04-07 John KessenichHLSL: Emit the OpSource HLSL instruction for HLSL,...
2017-04-07 John KessenichMerge pull request #825 from steve-lunarg/index-cast
2017-04-07 Rex XuImplement the extension SPV_KHR_16bit_storage
2017-04-07 steve-lunargHLSL: cast bracket dereference index to int type if...
2017-04-06 John KessenichMerge pull request #823 from steve-lunarg/tess-coord...
2017-04-05 John KessenichSPV: Fix #807: use --hlsl-offsets to allow hlsl-style...
next