aboutsummaryrefslogtreecommitdiff
path: root/tests/texturing/shaders
AgeCommit message (Expand)Author
2012-12-11texelFetch: Ensure offset_arg is initialized.Vinson Lee
2012-12-09texelFetch: Ensure level_image is initialized.Vinson Lee
2012-12-10texelFetch: fix to run on gl 3.1 / core contexts.Dave Airlie
2012-11-30util/gl: Kill shader wrapper functionsChad Versace
2012-11-14textureSize: Add support for running with core GL.Eric Anholt
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace
2012-09-22textureSize: add GL_ARB_texture_cube_map_array support.Dave Airlie
2012-06-28cmake: Move piglitutil library to piglitutil_glBlaž Tomažič
2012-06-28util: Move piglit-util to piglit-util-gl-commonBlaž Tomažič
2012-06-20tests: Let each test define main()Chad Versace
2012-05-23cmake: Relocate all GLUT directives into single locationChad Versace
2012-04-24texelFetch: Add an option for this program that does texelFetchOffset().Eric Anholt
2012-04-24texelFetch: Add support for *sampler2DRect in GLSL 1.40.Eric Anholt
2012-04-24textureSize: Add testing of GLSL 1.40's texture buffers.Eric Anholt
2012-04-24textureSize: Fix filter setup so that integer rect textures are complete.Eric Anholt
2012-03-26textureSize: Add support for testing rectangle textures in 1.40.Eric Anholt
2012-03-26textureSize: Add support for running these tests in GLSL 1.40 mode.Eric Anholt
2012-03-26textureSize: Bail out if we fail to link.Eric Anholt
2012-03-23cmake: Replace calls to add_{executable,library} with wrappersChad Versace
2012-03-21Use nearest filtering in the texelFetch() and textureSize() tests.Kenneth Graunke
2012-03-03don't write generated header to the source directoryDylan Noblesmith
2012-02-02Require OpenGL 3.0 or greater for GLSL 1.30 usampler tests.Carl Worth
2012-02-02texturing/shaders/common: fix a typo in compute_miplevel_info.Morgan Armand
2012-01-16textureSize: Make array initialization portable.José Fonseca
2012-01-15textureSize: initialize expected_colorVadim Girlin
2011-12-23Add log2f definition for MSVC.Vinson Lee
2011-12-11Add GL_EXT_texture_swizzle support to texelFetch.Kenneth Graunke
2011-12-11Add a new comprehensive test for texelFetch().Kenneth Graunke
2011-12-11Add a new comprehensive test for textureSize().Kenneth Graunke