index
:
piglit
dither
glean-master
glsl2
main
ppgtt
shader_runner
piglit is an OpenGL test suite (mirrored from https://gitlab.freedesktop.org/mesa/piglit)
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
util
/
piglit-util-gl-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-15
util/gl: Remove "common" from piglit-util-gl-common.c
Chad Versace
1
-2504
/
+0
2014-07-15
util/gl: Rename piglit-util-gl-common.h
Chad Versace
1
-1
/
+1
2014-07-15
util/gl: Unify piglit_draw_rect_from_arrays() among APIs
Chad Versace
1
-21
/
+12
2014-07-15
util/gl: Define piglit_*ortho_uniform() functions in GL builds too
Chad Versace
1
-2
/
+0
2014-07-15
util/gl: Unify piglit_get_compressed_block_size() between GL and GLES
Chad Versace
1
-4
/
+0
2014-07-15
util/gl: Unify extension detection between GL and GLES
Chad Versace
1
-10
/
+0
2014-07-15
util: Fix an -Wabsolute-value warning
Chad Versace
1
-1
/
+1
2014-07-15
util: Fix an -Wabsolute-value warning
Chad Versace
1
-1
/
+1
2014-07-05
util/gl: Remove GLES case from piglit_rgbw_texture()
Chad Versace
1
-5
/
+16
2014-07-05
util/gl: Move the remaining piglit-util-gl functions into piglit-util-gl-common
Josh Triplett
1
-0
/
+241
2014-07-05
util/gl: Unify piglit_rgbw_texture between GL and GLES; drop piglit-util-gles.c
Josh Triplett
1
-0
/
+209
2014-07-05
util/gl: Move piglit_miptree_texture to GL common code
Josh Triplett
1
-0
/
+39
2014-07-05
util/gl: Unify piglit_checkerboard_texture between GL and GLES
Josh Triplett
1
-0
/
+110
2014-07-05
util/gl: Move piglit_draw_triangle* helper functions to GL common code
Josh Triplett
1
-0
/
+40
2014-07-05
util/gl: Move piglit program helper functions to GL common code
Josh Triplett
1
-0
/
+81
2014-07-05
util/gl: Move remaining piglit_probe_* functions to GL common code
Josh Triplett
1
-0
/
+116
2014-07-05
util/gl: Move piglit_probe_texel_* functions to GL common code
Josh Triplett
1
-0
/
+183
2014-07-05
util/gl: Unify piglit_escape_exit_key between GL and GLES
Josh Triplett
1
-0
/
+14
2014-07-05
util/gl: Unify piglit_probe_image_* functions between GL and GLES
Josh Triplett
1
-0
/
+210
2014-07-05
util/gl: Unify piglit_probe_pixel_* and piglit_probe_rect_* between GL and GLES
Josh Triplett
1
-0
/
+280
2014-07-05
util/gl: Unify projection utility functions across GL and GLES
Josh Triplett
1
-0
/
+58
2014-07-05
util/gl: Move piglit_get_luminance_intensity_bits to GL common code
Josh Triplett
1
-0
/
+102
2014-07-05
util/gl: Unify piglit_num_components between GL and GLES
Josh Triplett
1
-0
/
+26
2014-07-05
util/gl: Fix piglit_is_gles to return true for "OpenGL ES-CM 1.1 ..."
Josh Triplett
1
-1
/
+1
2013-12-04
util: Add piglit_split_string_to_array()
Chad Versace
1
-22
/
+1
2013-10-22
piglit-util-gl-common: Add Function to clear extensions list.
Kenney Phillis
1
-0
/
+8
2013-08-30
util: Use a VAO and VBO for generic attributes in piglit_draw_rect_from_arrays
Ian Romanick
1
-2
/
+54
2013-08-30
util: Allow non-ES2 code to draw_rect with non-fixed-function arrays
Ian Romanick
1
-28
/
+60
2013-08-30
util: Unify desktop OpenGL and OpenGL ES draw_rect functions
Ian Romanick
1
-0
/
+95
2013-08-30
util: Move draw_arrays to a public location
Ian Romanick
1
-0
/
+53
2013-07-30
util: add a way to query if the profile is Core
Marek Olšák
1
-0
/
+2
2013-07-16
reduce minimum GL version for GLSL 1.30 to GL2.1
Chris Forbes
1
-1
/
+5
2013-06-12
Always print what is being probed
Marek Olšák
1
-1
/
+1
2013-05-30
util: Don't call exit() after piglit_report_result() [v2]
Chad Versace
1
-4
/
+0
2013-02-15
shader_runner and glslparsertest: choose GL version more accurately.
Paul Berry
1
-0
/
+19
2013-01-23
fbo-blending-formats: Enable testing for channels with 0 bits of data.
Carl Worth
1
-2
/
+8
2013-01-14
util/gl: squash "incompatible pointer type" warning
Tom Gall
1
-2
/
+2
2013-01-09
util: Add functions that provide glOrtho-like functionality.
Paul Berry
1
-0
/
+34
2012-11-29
util/gl: Extend cpp #if's for PIGLIT_USE_OPENGL_ES3
Chad Versace
1
-1
/
+3
2012-10-10
piglit-util-gl-common: fix ES1 / ES2 build error
Jordan Justen
1
-0
/
+7
2012-10-09
cmake: Prefix cmake options and feature macros with PIGLIT
Chad Versace
1
-3
/
+3
2012-10-03
piglit: put 'void' in piglit_is_gles() and piglit_get_gl_version() decls
Brian Paul
1
-2
/
+2
2012-10-03
piglit: add compressed texture helper functions
Brian Paul
1
-0
/
+85
2012-10-01
piglit gl: use glGetStringi for GL >= 3.0
Jordan Justen
1
-0
/
+30
2012-10-01
piglit gl: convert gl extension checking to use an array of strings
Jordan Justen
1
-9
/
+43
2012-09-22
piglit/util: re-order cubemap faces and coords.
Dave Airlie
1
-16
/
+16
2012-09-18
Move extensions checking entirely to piglit-util-gl-common.c
Jordan Justen
1
-3
/
+13
2012-08-24
Handle OpenGL ES-CM 1.x strings in piglit_get_gl_version
Matt Turner
1
-6
/
+4
2012-07-15
util: Define piglit_probe_rect_halves_equal_rgba() for all GL API's
Chad Versace
1
-0
/
+39
2012-06-28
util: Move API-independent code to piglit-util
Blaž Tomažič
1
-198
/
+0
[next]