aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-01Release surface on releaseTexImageAlexis Hetu
2018-03-01Accept GL_RGB/GL_RGBA for glGetInternalformativ.Nicolas Capens
2018-03-01Make swiftshader build files produce libs in correct folders.Tomasz Wiszkowski
2018-03-01Re-implement GL_APPLE_texture_format_BGRA8888.Nicolas Capens
2018-02-28Fix floating-point luminance/alpha pixel upload.Nicolas Capens
2018-02-28Texture rectangle related fixes and associated testsAlexis Hetu
2018-02-27Use a relative URL for SwiftConfig.Nicolas Capens
2018-02-27Fix renderbuffer binding for OpenGL ES 1.1.Nicolas Capens
2018-02-27Don't perform component swizzling on a null texture.Nicolas Capens
2018-02-27Fix internal format handling for OpenGL ES 1.1.Nicolas Capens
2018-02-27Replace GL_NONE with GL_NO_ERROR when used as error.Nicolas Capens
2018-02-26Restrict multisampling to normalized unsigned and float formats.Nicolas Capens
2018-02-26Fix texture upload and internalformat handling.Nicolas Capens
2018-02-26Add debug macro for returning on assert.Nicolas Capens
2018-02-26Fix assert while updating surface buffers.Nicolas Capens
2018-02-26Fix glCopyTexImage support for BGRA color buffers.Nicolas Capens
2018-02-14Fix more warnings treated as errors.Nicolas Capens
2018-02-13Fix warnings treated as errors.Nicolas Capens
2018-02-08Fuzzer fixAlexis Hetu
2018-02-08Fix Chromium build.Nicolas Capens
2018-02-07Use of uninitialized value fixedAlexis Hetu
2018-02-07Refactor pixel storage modes.Nicolas Capens
2018-02-07Support loading of multiple compressed texture slices.Nicolas Capens
2018-02-07Refactor texture pixel upload offsets.Nicolas Capens
2018-02-07Remove redundant compressed format lookup.Nicolas Capens
2018-02-07Fix the source buffer used by CopyTex[Sub]Image.Nicolas Capens
2018-02-06Fragment output fixAlexis Hetu
2018-02-06Refactor the copy validation matrix.Nicolas Capens
2018-02-05Fix using base internal format for CopyTexImage validation.Nicolas Capens
2018-02-05In-class initialize all TType members.Nicolas Capens
2018-02-05Swap format/type in image upload.Nicolas Capens
2018-02-05Fix pixel size calculation from upload format.Nicolas Capens
2018-02-05Refactor CopyTexImage format validation.Nicolas Capens
2018-02-05Refactor compressed texture format validation.Nicolas Capens
2018-02-05Fragment output location fixAlexis Hetu
2018-02-01Unsigned int GLSL parsing fixedAlexis Hetu
2018-02-01Support compressed textures unconditionally.Nicolas Capens
2018-02-01Primitive restart fixedAlexis Hetu
2018-02-01Added missing entry from GL_ARB_texture_rectangleAlexis Hetu
2018-02-01Fixed warnings treated as errorsAlexis Hetu
2018-02-01Construct non matrices from matrix in GLSLAlexis Hetu
2018-02-01Row major matrix packing fixAlexis Hetu
2018-02-01Texture Rectangle implementationAlexis Hetu
2018-02-01Support for fragment output locationAlexis Hetu
2018-01-31Flex updateAlexis Hetu
2018-01-26Remove unnecessary pointer checks.Nicolas Capens
2018-01-26Fix memory leak on error.Nicolas Capens
2018-01-26Fix missing comparison operators.Nicolas Capens
2018-01-26Fix checking each cube face for changes.Nicolas Capens
2018-01-26Add missing break in switch.Nicolas Capens