aboutsummaryrefslogtreecommitdiff
path: root/Test/baseResults
AgeCommit message (Expand)Author
2014-08-12Turn on ESSL 3.1 for most features:John Kessenich
2014-08-12Partial implementation of atomic counters.John Kessenich
2014-08-12Remove the now dead 'shared' type field, and add semantic check for buffer on...John Kessenich
2014-08-12Turn on basic support for shader storage buffer objects, but not yet the enti...John Kessenich
2014-08-11Finish implementing compute shaders, within #version 430, partly based on a s...John Kessenich
2014-08-10Implement GL_ARB_shader_image_load_store. Partly done (format layout qualifi...John Kessenich
2014-08-09Test update.John Kessenich
2014-07-29Implement most of GL_ARB_explicit_attrib_location (all but index on fragment ...John Kessenich
2014-07-29Finish implement GL_ARB_texture_lod; adding the 19 additional *ARB() built-in...John Kessenich
2014-07-29Add the original-style texture-rectangle texturing functions, and allow recta...John Kessenich
2014-07-29Update test results (test changed).John Kessenich
2014-07-10Fix bug where non-constant test in ?: on a constant results thought the resul...John Kessenich
2014-06-23Update test result.John Kessenich
2014-06-03Add partial support for GL_ARB_shader_texture_lod.John Kessenich
2014-06-03Add missing matrix constructor test, and add a size() method for downstream c...John Kessenich
2014-05-27Fix, and add missing tests for, error catching for applying swizzles to arrays.John Kessenich
2014-05-14Fix bug where an anonymous member of a built-in block containing another memb...John Kessenich
2014-05-11Finish GL_ARB_shading_language_420pack: *ProgramTexelOffset built-in constant...John Kessenich
2014-05-10420Pack: Implement length() on vectors and matrices. Also, tweak line-conti...John Kessenich
2014-05-06Prevent crash when bad shader redeclares built-in array names it is not suppo...John Kessenich
2014-05-06Implement implicit conversions on function return expressions to the function...John Kessenich
2014-05-01Change ERROR to WARNING to finish fixing bug 11904, comment 3: bug 11856 reso...John Kessenich
2014-04-29Improve the 150.geom test.John Kessenich
2014-04-24Allow the pre-150 built-in redeclarations when using SSO: gl_Position, gl_Poi...John Kessenich
2014-04-14Establish desktop completeness through version 1.50. (gl_MaxVaryingFloats, i...John Kessenich
2014-04-14Correct the test results from the last check in.John Kessenich
2014-04-14Add missing tests and test results.John Kessenich
2014-04-14Restore r26245 and all tests and test results since 4/1:John Kessenich
2014-04-02Non-functional, infrastructure: Be more explicit about "implicit array sizes...John Kessenich
2014-03-31Track which extensions were enabled or required, in the intermediate represen...John Kessenich
2014-03-28Add getStage() and getIntermediate() methods for consumers. Also removed dea...John Kessenich
2014-03-26Expand implicit argument conversions to also include handling built-in functi...John Kessenich
2014-03-17Make switch statements have their own nested scope (bug 11904).John Kessenich
2014-03-16Additional test results for previous check in.John Kessenich
2014-03-16Implement implicit conversions of function-call arguments (both in and out) a...John Kessenich
2014-02-24Track things like "(3)" and "+3" as expressions, not literals.John Kessenich
2014-02-18Update rules for "GL_", "gl_", and "__" to match latest specification bug fixes.John Kessenich
2014-02-13Fix missing semantic check: Disallow layout qualifiers when augmenting an alr...John Kessenich
2014-02-12Correct which versions can support the extensions GL_ARB_separate_shader_obje...John Kessenich
2014-02-03GL_ARB_enhanced_layouts, final. #extension tests, built-in constants, and bu...John Kessenich
2014-01-31GL_ARB_enhanced_layouts, part 6: Numerical side of uniform offset and align s...John Kessenich
2014-01-28GL_ARB_enhanced_layouts, part 5: uniform offset and align semantics. Numeric...John Kessenich
2014-01-26Support GL_ARB_texture_cube_map_array extension for desktop.John Kessenich
2014-01-26GL_ARB_enhanced_layouts, part 4: Numerical side of xfb_*: offset computation...John Kessenich
2014-01-21GL_ARB_enhanced_layouts, part 3: Semantics for xfb_*: where they can go, inhe...John Kessenich
2014-01-08GL_ARB_enhanced_layouts, part 2: Full implementation of location/component, ...John Kessenich
2014-01-07GL_ARB_enhanced_layouts, part 1: Track whether constants are literals, to en...John Kessenich
2014-01-07Fix slight inconsistencies in which qualifiers are inherited into block members:John Kessenich
2014-01-06Minor infrastructure changes, to simplify an upcoming check in:John Kessenich
2013-12-31Tests: add a few more test cases.John Kessenich