summaryrefslogtreecommitdiff
path: root/tests/util/piglit-util-gl-common.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-15util/gl: Remove "common" from piglit-util-gl-common.cChad Versace1-2504/+0
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace1-1/+1
2014-07-15util/gl: Unify piglit_draw_rect_from_arrays() among APIsChad Versace1-21/+12
2014-07-15util/gl: Define piglit_*ortho_uniform() functions in GL builds tooChad Versace1-2/+0
2014-07-15util/gl: Unify piglit_get_compressed_block_size() between GL and GLESChad Versace1-4/+0
2014-07-15util/gl: Unify extension detection between GL and GLESChad Versace1-10/+0
2014-07-15util: Fix an -Wabsolute-value warningChad Versace1-1/+1
2014-07-15util: Fix an -Wabsolute-value warningChad Versace1-1/+1
2014-07-05util/gl: Remove GLES case from piglit_rgbw_texture()Chad Versace1-5/+16
2014-07-05util/gl: Move the remaining piglit-util-gl functions into piglit-util-gl-commonJosh Triplett1-0/+241
2014-07-05util/gl: Unify piglit_rgbw_texture between GL and GLES; drop piglit-util-gles.cJosh Triplett1-0/+209
2014-07-05util/gl: Move piglit_miptree_texture to GL common codeJosh Triplett1-0/+39
2014-07-05util/gl: Unify piglit_checkerboard_texture between GL and GLESJosh Triplett1-0/+110
2014-07-05util/gl: Move piglit_draw_triangle* helper functions to GL common codeJosh Triplett1-0/+40
2014-07-05util/gl: Move piglit program helper functions to GL common codeJosh Triplett1-0/+81
2014-07-05util/gl: Move remaining piglit_probe_* functions to GL common codeJosh Triplett1-0/+116
2014-07-05util/gl: Move piglit_probe_texel_* functions to GL common codeJosh Triplett1-0/+183
2014-07-05util/gl: Unify piglit_escape_exit_key between GL and GLESJosh Triplett1-0/+14
2014-07-05util/gl: Unify piglit_probe_image_* functions between GL and GLESJosh Triplett1-0/+210
2014-07-05util/gl: Unify piglit_probe_pixel_* and piglit_probe_rect_* between GL and GLESJosh Triplett1-0/+280
2014-07-05util/gl: Unify projection utility functions across GL and GLESJosh Triplett1-0/+58
2014-07-05util/gl: Move piglit_get_luminance_intensity_bits to GL common codeJosh Triplett1-0/+102
2014-07-05util/gl: Unify piglit_num_components between GL and GLESJosh Triplett1-0/+26
2014-07-05util/gl: Fix piglit_is_gles to return true for "OpenGL ES-CM 1.1 ..."Josh Triplett1-1/+1
2013-12-04util: Add piglit_split_string_to_array()Chad Versace1-22/+1
2013-10-22piglit-util-gl-common: Add Function to clear extensions list.Kenney Phillis1-0/+8
2013-08-30util: Use a VAO and VBO for generic attributes in piglit_draw_rect_from_arraysIan Romanick1-2/+54
2013-08-30util: Allow non-ES2 code to draw_rect with non-fixed-function arraysIan Romanick1-28/+60
2013-08-30util: Unify desktop OpenGL and OpenGL ES draw_rect functionsIan Romanick1-0/+95
2013-08-30util: Move draw_arrays to a public locationIan Romanick1-0/+53
2013-07-30util: add a way to query if the profile is CoreMarek Olšák1-0/+2
2013-07-16reduce minimum GL version for GLSL 1.30 to GL2.1Chris Forbes1-1/+5
2013-06-12Always print what is being probedMarek Olšák1-1/+1
2013-05-30util: Don't call exit() after piglit_report_result() [v2]Chad Versace1-4/+0
2013-02-15shader_runner and glslparsertest: choose GL version more accurately.Paul Berry1-0/+19
2013-01-23fbo-blending-formats: Enable testing for channels with 0 bits of data.Carl Worth1-2/+8
2013-01-14util/gl: squash "incompatible pointer type" warningTom Gall1-2/+2
2013-01-09util: Add functions that provide glOrtho-like functionality.Paul Berry1-0/+34
2012-11-29util/gl: Extend cpp #if's for PIGLIT_USE_OPENGL_ES3Chad Versace1-1/+3
2012-10-10piglit-util-gl-common: fix ES1 / ES2 build errorJordan Justen1-0/+7
2012-10-09cmake: Prefix cmake options and feature macros with PIGLITChad Versace1-3/+3
2012-10-03piglit: put 'void' in piglit_is_gles() and piglit_get_gl_version() declsBrian Paul1-2/+2
2012-10-03piglit: add compressed texture helper functionsBrian Paul1-0/+85
2012-10-01piglit gl: use glGetStringi for GL >= 3.0Jordan Justen1-0/+30
2012-10-01piglit gl: convert gl extension checking to use an array of stringsJordan Justen1-9/+43
2012-09-22piglit/util: re-order cubemap faces and coords.Dave Airlie1-16/+16
2012-09-18Move extensions checking entirely to piglit-util-gl-common.cJordan Justen1-3/+13
2012-08-24Handle OpenGL ES-CM 1.x strings in piglit_get_gl_versionMatt Turner1-6/+4
2012-07-15util: Define piglit_probe_rect_halves_equal_rgba() for all GL API'sChad Versace1-0/+39
2012-06-28util: Move API-independent code to piglit-utilBlaž Tomažič1-198/+0