2015-12-04 |
John Kessenich | Merge pull request #105 from phaulos/generic-osinclude |
commit | commitdiff | tree | snapshot |
2015-12-01 |
Pyry Haulos | Use generic osinclude.h |
commit | commitdiff | tree | snapshot |
2015-11-28 |
John Kessenich | Require l-value patch-out indexing to be gl_InvocationID. |
commit | commitdiff | tree | snapshot |
2015-11-28 |
John Kessenich | Array-sizing bug fix: multiple array initializers of... |
commit | commitdiff | tree | snapshot |
2015-11-23 |
John Kessenich | Merge pull request #98 from amdrexu/myfix |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Rex Xu | SPV: Fix an issue related with using CubeArrayShadow... |
commit | commitdiff | tree | snapshot |
2015-11-20 |
John Kessenich | Merge pull request #10 from baldurk/osinclude-common... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Exclude bison generated files in .gitignore |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Remove legacy build system |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Add an osinclude.h below each OS directory, redirects... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Remove include_directories from CMakeLists, to enforce... |
commit | commitdiff | tree | snapshot |
2015-11-16 |
baldurk | Remove unnecessary include path relative to root |
commit | commitdiff | tree | snapshot |
2015-11-16 |
John Kessenich | SPV testing: Add missing test case. |
commit | commitdiff | tree | snapshot |
2015-11-16 |
John Kessenich | SPIR-V: Move from Version .99 Rev 31 to Version 1.0... |
commit | commitdiff | tree | snapshot |
2015-10-28 |
John Kessenich | Merge pull request #88 from mgadams/unistd_removal |
commit | commitdiff | tree | snapshot |
2015-10-27 |
Mark Adams | Remove obsolete unistd.h file |
commit | commitdiff | tree | snapshot |
2015-10-26 |
John Kessenich | Merge pull request #85 from mgadams/gcc_build_fixes |
commit | commitdiff | tree | snapshot |
2015-10-26 |
Mark Adams | Various build fixes when using newer GCC versions with... |
commit | commitdiff | tree | snapshot |
2015-10-16 |
John Kessenich | Merge pull request #82 from mgadams/remove_sprintf |
commit | commitdiff | tree | snapshot |
2015-10-15 |
Mark Adams | Replace sprintf() usage with snprintf() |
commit | commitdiff | tree | snapshot |
2015-10-15 |
John Kessenich | SPV: Remove accidental inclusion of a test. |
commit | commitdiff | tree | snapshot |
2015-10-15 |
John Kessenich | SPV: Implement short circuiting of && and || when emitt... |
commit | commitdiff | tree | snapshot |
2015-10-14 |
John Kessenich | GL_ARB_shader_draw_parameters: From @amdrexu, implemen... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | Front-end: Fix missing tessellation shader built-in... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | SPV: Add modes for spacing, depth, depth replacing... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | Add comment that was missed in previous commit. |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | SPV constants and constOffsets completion: isConstant... |
commit | commitdiff | tree | snapshot |
2015-10-13 |
John Kessenich | Merge pull request #81 from amdrexu/myfix |
commit | commitdiff | tree | snapshot |
2015-10-12 |
Rex Xu | Fix an issue related with texelFetchOffset |
commit | commitdiff | tree | snapshot |
2015-10-11 |
Rex Xu | Generate correct image operand mask for Offset and... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
John Kessenich | Give error for calling a user-defined function at globa... |
commit | commitdiff | tree | snapshot |
2015-10-05 |
John Kessenich | Add another frexp() test. |
commit | commitdiff | tree | snapshot |
2015-10-02 |
John Kessenich | Allow future keywords to be accessed as members in... |
commit | commitdiff | tree | snapshot |
2015-10-01 |
John Kessenich | Front-end: Fix: Cubemap arrays only use 3-component... |
commit | commitdiff | tree | snapshot |
2015-10-01 |
John Kessenich | GLSL front-end: Check recursively for opaque types... |
commit | commitdiff | tree | snapshot |
2015-09-22 |
John Kessenich | SPV: Fix missing 'Member' operand to OpArrayLength. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
John Kessenich | SPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h. |
commit | commitdiff | tree | snapshot |
2015-09-21 |
John Kessenich | Merge pull request #75 from google/fix-vs2013-debug |
commit | commitdiff | tree | snapshot |
2015-09-21 |
John Kessenich | SPV: Remove old Rev. 30 header spirv.h (glslang has... |
commit | commitdiff | tree | snapshot |
2015-09-18 |
Andrew Woloszyn | Fixed subtle issue that causes tests to fail in VS2013... |
commit | commitdiff | tree | snapshot |
2015-09-17 |
John Kessenich | PP: Restore a line of code deleted by commit bb63bd5e37... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | SPV: Generate the LocalSize Execution Mode for compute... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | SPV: Minor corrections to previous big merge for images... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | Merge pull request #71 from amdrexu/mywork |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Add new test case for image functions and fix issues... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Merge master branch from upstream |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2015-09-16 |
Rex Xu | Fix issues from review comments and those relevant... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | Full stack: implement textureQueryLod(*) and textureQue... |
commit | commitdiff | tree | snapshot |
2015-09-16 |
John Kessenich | Update the Todo.txt file with recent AEP, 3.1, and... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
John Kessenich | SPV OpAtomicCompareSwap: Generate correct operand order... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
John Kessenich | SPV legacy texturing: Smear result of Op*Dref* up to... |
commit | commitdiff | tree | snapshot |
2015-09-15 |
John Kessenich | SPV return from main: Simplify a legacy design such... |
commit | commitdiff | tree | snapshot |
2015-09-14 |
John Kessenich | Bump up layout(location) limit from 62 to 4094, to... |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Rex Xu | Merge master branch from upstream |
commit | commitdiff | tree | snapshot |
2015-09-14 |
Rex Xu | Merge remote-tracking branch 'upstream/master' |
commit | commitdiff | tree | snapshot |
2015-09-13 |
John Kessenich | SPV: Reduce spurious type generation by removing interm... |
commit | commitdiff | tree | snapshot |
2015-09-13 |
John Kessenich | SPV arrays: Add support for runtime-sized array types... |
commit | commitdiff | tree | snapshot |
2015-09-11 |
John Kessenich | Front-end Arrays of arrays: Add ES-specific checks... |
commit | commitdiff | tree | snapshot |
2015-09-11 |
John Kessenich | SPV: Correct generation of transparent offsets for... |
commit | commitdiff | tree | snapshot |
2015-09-10 |
Rex Xu | Merge pull request #1 from KhronosGroup/master |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | SPV: Only decorate array and matrix strides for transpa... |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | Add test results for merge pull request #69. |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | README: Update testing section. |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | Merge pull request #69 from jekstrand/texel-fetch |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | Update test results for pull request #68, SPIRV: Decora... |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | Merge pull request #68 from jekstrand/stride-decorations |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | Merge pull request #66 from chadversary/cmake-dont... |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | Merge pull request #60 from xorgy/no-define-defined |
commit | commitdiff | tree | snapshot |
2015-09-09 |
John Kessenich | Remove executables from the source tree. This addresse... |
commit | commitdiff | tree | snapshot |
2015-09-09 |
Rex Xu | SPIRV: Add the support of missing image functions #72 |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Rex Xu | SPIRV: Token layout of OpAtomicXXX instructions is... |
commit | commitdiff | tree | snapshot |
2015-09-06 |
Rex Xu | SPIRV: Fix a comment issue |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Jason Ekstrand | SPIRV: Add support for texelFetch |
commit | commitdiff | tree | snapshot |
2015-09-05 |
Jason Ekstrand | SPIRV: Decorate matrices and arrays with their strides |
commit | commitdiff | tree | snapshot |
2015-08-31 |
Chad Versace | cmake: Don't override CMAKE_INSTALL_PREFIX |
commit | commitdiff | tree | snapshot |
2015-08-30 |
John Kessenich | Implement GL_KHR_blend_equation_advanced. |
commit | commitdiff | tree | snapshot |
2015-08-29 |
Aaron Hamilton | 'defined' cannot be used as a macro name in #define... |
commit | commitdiff | tree | snapshot |
2015-08-22 |
John Kessenich | GL_OES_shader_multisample_interpolation: Include scalar... |
commit | commitdiff | tree | snapshot |
2015-08-22 |
John Kessenich | Implement GL_OES_shader_multisample_interpolation,... |
commit | commitdiff | tree | snapshot |
2015-08-21 |
John Kessenich | Link-check fix: Don't include built-in variables in... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
John Kessenich | Fix misspelled EOpFrexp and EOpLdexp. |
commit | commitdiff | tree | snapshot |
2015-08-19 |
John Kessenich | Backward incompatible: Turn on PureOperatorBuiltins... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
John Kessenich | Create last version before moving to pure enums for... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
John Kessenich | More preparation for pure built-in functions as enums... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
John Kessenich | Front-end "pure" built-in TOperator: Finish adding... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
John Kessenich | Add more TOperator: fma/frexp/ldexp, AddCarry/SubBorrow... |
commit | commitdiff | tree | snapshot |
2015-08-19 |
John Kessenich | Turn on the gpu_shader5 of the AEP .tesc test. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
John Kessenich | Merge pull request #57 from google/glslang-android |
commit | commitdiff | tree | snapshot |
2015-08-17 |
Andrew Woloszyn | Fixes for compiling glslang on Android. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
John Kessenich | Implement GL_OES_shader_image_atomic. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
John Kessenich | Implement GL_OES_sample_variables. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
John Kessenich | Implement GL_OES_texture_storage_multisample_2d_array. |
commit | commitdiff | tree | snapshot |
2015-08-17 |
John Kessenich | Fix two multi-sample bugs: 1) include MS in name mangli... |
commit | commitdiff | tree | snapshot |
2015-08-16 |
John Kessenich | Implement GL_OES_texture_cube_map_array. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
John Kessenich | Implement GL_OES_texture_buffer. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
John Kessenich | Implement GL_OES_primitive_bounding_box. |
commit | commitdiff | tree | snapshot |
2015-08-16 |
John Kessenich | Whitespace in preprocessor results; trying to eliminate... |
commit | commitdiff | tree | snapshot |
2015-08-16 |
John Kessenich | Merge pull request #56 from Psybrus/master |
commit | commitdiff | tree | snapshot |
2015-08-15 |
Neil Richardson | Fixed VS2015 build |
commit | commitdiff | tree | snapshot |
next |