summaryrefslogtreecommitdiff
path: root/tests/glean
AgeCommit message (Expand)AuthorFilesLines
2012-11-14util: Kill macro glewInitChad Versace1-1/+1
2012-10-31glean: Test glStencilMaskSeparate too.José Fonseca2-22/+151
2012-09-12glean/depthStencil: fix the testMarek Olšák1-4/+0
2012-09-12glean/texCombine: test fewer combinationsMarek Olšák1-1/+1
2012-08-10glean: Skip multisample configsChad Versace1-0/+6
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič1-1/+1
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič1-1/+1
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace1-2/+0
2012-04-25glean: Add missing stdlib.h include for system() call.José Fonseca1-0/+1
2012-03-26cmake: Add GLUT_INCLUDE_DIR to glean.José Fonseca1-0/+1
2012-03-23glean: use piglit_get_proc_address().Paul Berry2-26/+4
2012-03-23piglit-dispatch: Switch to using piglit-dispatch instead of GLEW.Paul Berry2-2/+2
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace1-1/+1
2012-03-23glean: use piglit-util and initialize GLEW.Paul Berry2-0/+8
2012-01-02glean: Release GLX context before destroying the windowNicholas Miell1-0/+4
2011-11-02glean: Fix handling of PIXELFORMATDESCRIPTORs.Morgan Armand4-27/+24
2011-10-18Merge branch 'glean-master'Eric Anholt11-33/+17
2011-10-18Update glean tests to 2a932dcf5d3aa513ecb65b51555408fb4783ba1a+fixesEric Anholt25-102/+305
2011-08-03glean: Skip depth/stencil performance test in quick mode.Eric Anholt1-1/+5
2011-05-25glean/fbo: Don't test for the restrictions relaxed in ARB_ES2_compatibility.Eric Anholt1-2/+5
2011-04-26glean/pixelFormats: test EXT_texture_shared_exponentMarek Olšák3-1/+35
2011-03-28glsl1: add GLSL version checking code for single test caseBrian Paul1-0/+6
2011-03-28glsl1: better comments for shadow2D() testsBrian Paul1-4/+7
2011-03-28blendFunc: observe the --quick flag.José Fonseca1-1/+25
2011-03-14glean/shaderAPI: Define APIENTRY if not defined.Vinson Lee1-0/+4
2011-03-14glean/pixelFormats: s/__func__/__FUNCTION__/Vinson Lee1-1/+1
2011-03-14glean/pixelFormats: test EXT_texture_snormMarek Olšák2-0/+79
2011-03-14glean/pixelFormats: test ARB_texture_rgMarek Olšák2-0/+174
2011-03-14glean/pixelFormats: remove #ifdefsMarek Olšák1-41/+6
2011-03-14glean: use glew in glwrap.hMarek Olšák1-1029/+2
2011-03-13Portability build fixes for MinGW.José Fonseca1-1/+1
2011-03-09cmake: Only build i386 glean on Mac OS X.Vinson Lee1-2/+1
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca1-0/+1
2011-03-01Fix glean buildShuang He1-0/+0
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace2-97/+97
2011-02-16texCombine: test GL_ATI_texture_env_combine3Marek Olšák2-3/+134
2011-01-08pointAtten: Initialize member variables in class PointAttenuationTest constru...Vinson Lee1-0/+6
2011-01-08pixelFormats: Initialize member variables in class PixelFormatsTest constructor.Vinson Lee1-0/+6
2011-01-07glean: Initialize member variables in class Lex constructor.Vinson Lee1-0/+2
2011-01-07glean: Initialize member env in class Test constructor.Vinson Lee1-0/+2
2011-01-07texcombine: Ensure variable expected is initialized.Vinson Lee1-1/+1
2010-12-24glean: Remove unnecessary headers.Vinson Lee5-8/+0
2010-11-12pbo: fix glIsBuffer() testsVinson Lee1-5/+3
2010-11-04vertarraybgra: Use gl[En|Dis]ableClientState for client-side capabilities.Vinson Lee1-4/+4
2010-11-04Initialize member variable _pixels in class Image.Vinson Lee1-1/+7
2010-10-08glean: Don't use glGetShaderInfoLog on program objectsIan Romanick2-7/+13
2010-10-08glsl1: Replace "/" with "-" in test names.Vinson Lee1-4/+4
2010-09-30fbo: tweak vertex pos for line drawingBrian Paul1-1/+1
2010-09-28glean: Update glsl1 to 9682c3021140961d26c4c6b1dcc1d148eb137cd2.Vinson Lee1-8/+5
2010-09-28pointAtten: improve measureSize() functionBrian Paul1-12/+32