summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-12-05arb_direct_state_access: Organized tests.dsaLaura Ekstrand3-294/+3
2014-12-02arb_direct_state_access: Added test for glTextureBuffer.Laura Ekstrand2-0/+107
2014-12-02arb_direct_state_access: Added test for glCompressedTextureSubImage1D.Laura Ekstrand1-0/+15
2014-12-02arb_direct_state_access: Testing glTextureStorage3DMultisample.Laura Ekstrand1-0/+59
2014-12-02arb_direct_state_access: Using glTextureStorage2DMultisample for something no...Laura Ekstrand1-5/+89
2014-12-01arb_direct_state_access: Working on a test for glTextureStorage2DMultisample.Laura Ekstrand2-0/+335
2014-12-01arb_direct_state_access: Most error checking for TextureParameter functionsDylan Baker1-4/+231
2014-12-01arb_direct_state_access: Add additional error checking for *TextureParameterDylan Baker1-85/+159
2014-12-01arb_direct_state_access: Modified gettexture-image-formats.c to test glGenera...Laura Ekstrand2-2/+2
2014-11-26arb_direct_state_access: Major changes to getcompressedtextureimage.c. Now o...Laura Ekstrand1-42/+92
2014-11-25Now at least the GL_TEXTURE_2D case works.Laura Ekstrand1-42/+131
2014-11-25all.py: Add dsa testsDylan Baker1-0/+16
2014-11-25arb_direct_state_access: Add tests for non-generated texture object namesDylan Baker1-1/+41
2014-11-24Added the new test that I forgot to add in the last commit.Laura Ekstrand2-0/+558
2014-11-20Added an additional test for glGetCompressedTextureImage. Unfortunately it d...Laura Ekstrand3-1/+3
2014-11-18Added a test for glGetCompressedTextureImage. Needs more work.Laura Ekstrand2-0/+289
2014-11-18Allocates texture storage for GL_TEXTURE_CUBE_MAP correctly.Laura Ekstrand1-0/+5
2014-11-14Tests for glGetTextureImage.Laura Ekstrand7-10/+1295
2014-11-13Added tests for CopyTextureSubImage*D.Laura Ekstrand3-0/+429
2014-11-12Added a shell script to run all of the dsa tests with one command.Laura Ekstrand1-0/+8
2014-11-06Added tests for glGetTexLevelParameterfv to texture-storage.cLaura Ekstrand1-0/+22
2014-11-06Added test for TextureParameter* and GetTextureParameter*.Laura Ekstrand2-0/+205
2014-11-06DSA texunits test (adapted from tests/general)Laura Ekstrand2-0/+384
2014-11-06DSA texture-storage test.Laura Ekstrand2-0/+603
2014-11-06texturesubimage.c: removed unneeded dependency on dsa-utils.Laura Ekstrand1-1/+0
2014-11-05Added CreateTextures test.Laura Ekstrand1-0/+80
2014-11-05Removed dsa_wrangle_functions.Laura Ekstrand5-76/+22
2014-11-05Fixed gl.py so that it correctly parses the new gl.xml file.Laura Ekstrand1-29/+14
2014-11-05Updated gl.xml to reflect new gl-4.5 features (namely arb_direct_state_access)Laura Ekstrand1-291/+2283
2014-11-05Added utils 'class' for direct state access.Laura Ekstrand5-104/+190
2014-11-05dsa-textures.c can now specify which texture unit the texture is bound to.Laura Ekstrand1-12/+35
2014-11-05Testing glBindTextureUnit.Laura Ekstrand4-5/+109
2014-11-04DSA texturesubimage test.Laura Ekstrand2-0/+456
2014-11-04Testing ARB_direct_state_access, beginning with the 2D texture functions.Laura Ekstrand4-0/+160
2014-10-07cl: Add log1p testsAaron Watry1-1/+11
2014-10-06util/wfl: unbind the current context before destroying its windowEmil Velikov1-0/+3
2014-10-06utils: cleanup winsys on test exitEmil Velikov1-0/+1
2014-10-03cl: Add sinpi testsAaron Watry1-0/+10
2014-10-03cl: Add cospi testsAaron Watry1-0/+10
2014-10-03cl: Add tanh testsAaron Watry1-1/+11
2014-10-03cl: Add sinh testsAaron Watry1-1/+11
2014-10-03cl: Add cosh testsAaron Watry1-1/+11
2014-10-03cl: Add cbrt testsAaron Watry1-0/+10
2014-10-03cl: Add atanh testsAaron Watry1-1/+11
2014-10-03cl: Add asinh testsAaron Watry1-2/+12
2014-10-03cl: Add acosh testsAaron Watry1-1/+13
2014-10-02framework/backends: Refactor base classes for better code sharingDylan Baker4-41/+43
2014-10-02backend/junit.py: Make writes atomicDylan Baker3-20/+71
2014-10-02backend/json_.py: Make writes atomicDylan Baker5-187/+301
2014-10-02backend.py: split initialize() out of constructorDylan Baker5-22/+33