aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2014-09-03Fix memory leaks in angle_unittests.Sudarsana Nagineni
2014-09-02Expand the SubData benchmark.Jamie Madill
2014-09-02Added BufferSubData benchmark.Jamie Madill
2014-08-28Use the specified Program instead of current in GetUniform.Jamie Madill
2014-08-28Add a performance tests target.Jamie Madill
2014-08-28Fix a compilation error for the ES3 CTS in 64bit.Geoff Lang
2014-08-28Fix row-major layout tracking in interface blocks.Jamie Madill
2014-08-27Use shared compile helpers in the ANGLE tests.Jamie Madill
2014-08-27Add some shared utility methods to the utils project.Jamie Madill
2014-08-27Use EGLWindow in ANGLETests.Jamie Madill
2014-08-26Use OSWindow with angle_tests for Window management.Jamie Madill
2014-08-26Fix interface block static use tracking.Jamie Madill
2014-08-26Fix some MSVC warnings about possible truncation of int -> char.Peter Kasting
2014-08-26Refactored TransformFeedback for multi-platform ANGLE and added tests.Kenneth Russell
2014-08-21Fix "Reize" to "Re*s*izeWindow".Jamie Madill
2014-08-21Make the EGLDisplay a non-static member of ANGLETest.Jamie Madill
2014-08-20Fix reversed shift in the huge SetData test.Jamie Madill
2014-08-04Make the HugeSetDataTest more robust.Jamie Madill
2014-08-04Fix a stray quote that snuck into GLSLTest.cpp.Jamie Madill
2014-08-04Fix shaders with invariant keyword.Jamie Madill
2014-08-04Add missing cache clears to D3D buffer classes.Jamie Madill
2014-07-31Update non-default constructors in shadervars.h.Jamie Madill
2014-07-29Add a test for multisampled PBOs.Jamie Madill
2014-07-25Use D3D11 Renderer for ANGLE Tests.Jamie Madill
2014-07-25Fix masked ClearBuffer.Jamie Madill
2014-07-24Fix ASSERT when rewriting else-if blocks with no else.Jamie Madill
2014-07-23Fix buffer tests.Jamie Madill
2014-07-22Update the samples and tests to use eglGetPlatformDisplayEXT.Geoff Lang
2014-07-17Fix test class names to reflect their class-ness.Jamie Madill
2014-07-15Fixes for re-enabling more MSVC level 4 warnings: angle/ editionPeter Kasting
2014-07-14Move more draw call validation to the API.Jamie Madill
2014-07-14Fix CollectVariablesTest GCC/Clang compile errors.Jamie Madill
2014-07-14Collect shader outputs and interface block information.Jamie Madill
2014-07-03Use shader variable types for variable collection.Jamie Madill
2014-07-03Add GLES 3 types to the VariablePacker test.Jamie Madill
2014-07-03Remove duplicate SH and GL functions.Jamie Madill
2014-07-03Return shader variable information using GLenum values.Jamie Madill
2014-06-26Revert "Return variable type queries using GLenum values."Jamie Madill
2014-06-26Return variable type queries using GLenum values.Jamie Madill
2014-06-26Use a common include for GL headers.Jamie Madill
2014-06-19Add support for EXT_sRGB.Geoff Lang
2014-06-18Fix link error when using varyings with "dx_".Jamie Madill
2014-06-12Fix crash on zero size but non-NULL bufferData.Jamie Madill
2014-06-11Report zero bit sizes for channels that shouldn't exist.Geoff Lang
2014-06-06Redesign HLSL scoped structures to a unique ID.Jamie Madill
2014-06-02Fix edge case scoped structures name conflict.Jamie Madill
2014-05-23Automate the DEQP tests by wrapping them in the gtest suite.Geoff Lang
2014-05-23Automate the es conformance tests by wrapping them in the gtest suite.Geoff Lang
2014-05-08Implement copies from pack buffers to native buffers.Jamie Madill
2014-05-08Implement internal copies from pack buffers.Jamie Madill