summaryrefslogtreecommitdiff
path: root/tests/util
AgeCommit message (Expand)AuthorFilesLines
2015-07-27piglit/util: add support for probing doubles in a buffer.Dave Airlie2-1/+26
2015-07-08piglit_util: allow calling piglit_draw_rect with separate shader objectsMarek Olšák1-0/+11
2015-06-29gl-framework: always destroy gl context on exitIlia Mirkin3-2/+8
2015-06-15cl-tests: don't pass NULL ptr to initial strtok callLucas Stach1-0/+6
2015-06-08util: Implement basename for MSVC.Jose Fonseca2-0/+31
2015-06-08util: Include libgen.h on MacOSX & MinGW.Jose Fonseca1-0/+4
2015-06-08cmake,util: Disable MacOSX depracation warnings everywhere.Jose Fonseca1-5/+0
2015-06-08util: Include gl_wrap.h instead of GL/gl.h.Jose Fonseca1-1/+2
2015-06-08util: Don't re-define _GNU_SOURCE.Jose Fonseca1-1/+0
2015-06-06util: Add a -png option to dump PNG files on piglit_present_results().Kenneth Graunke1-0/+40
2015-06-06util: Add a piglit_write_png() function.Kenneth Graunke3-0/+143
2015-05-21piglit-util-gl: Add piglit_get_gl_enum_from_nameJordan Justen3-9/+66
2015-05-11util: Fix the vertex buffer setupAnuj Phogat1-2/+2
2015-05-11piglit-util: set GL_PATCH_VERTICES when drawing a quad as a patchMarek Olšák1-1/+10
2015-05-03framework: Support PIGLIT_DEFAULT_SIZE env variableJordan Justen2-7/+31
2015-04-30dispatch: Fix lookup for core OpenGL symbolsChad Versace1-11/+31
2015-04-30shader_runner: add "draw rect patch" to draw rectangles as patchesMarek Olšák2-7/+20
2015-04-29util: Remove executable bit from C source filesChad Versace2-0/+0
2015-04-27dispatch: Use dlsym to lookup core symbols for EGL (v2)Daniel Kurtz1-2/+58
2015-04-22piglit-util-egl: check if EGL_EXT_client_extensions is supportedDaniel Kurtz1-0/+10
2015-04-22piglit-util-egl: fix a typo in piglit_egl_get_default_displayMarek Olšák1-1/+1
2015-04-21util: Narrow down the scope of Windows unhandled exception filter.Jose Fonseca2-64/+79
2015-03-24util/ktx: Remove stray semicolon.Vinson Lee1-1/+1
2015-03-24framework: Use GLUT_3_2_CORE_PROFILE on MacOSX.Jose Fonseca1-1/+21
2015-03-24framework: Don't warn about using deprecated GLUT functions on MacOSX.Jose Fonseca1-0/+5
2015-03-20util: do not compile/attach a NULL shaderMartin Peres1-3/+7
2015-03-17framework: Request forward-compatible contexts when supports_gl_core_version ...Jose Fonseca2-1/+25
2015-03-17framework: Handle supports_gl_compat_version >= 32 with GLUT.Jose Fonseca1-1/+6
2015-03-17framework: Handle supports_gl_compat_version >= 32 with Waffle.Jose Fonseca1-0/+5
2015-02-27utils: Handle WM_QUIT properly.Jose Fonseca1-4/+17
2015-02-27utils: Don't intercept WM_KEYDOWN::VK_ESCAPE.Jose Fonseca1-7/+0
2015-02-26util: Use posix_memalign for all non-Windows platforms.Vinson Lee1-3/+1
2015-02-26util: Define C99 __func__ macro on MSVC.Jose Fonseca1-0/+4
2015-02-25utils: Write event loop for Waffle+WGL.Jose Fonseca1-8/+64
2015-02-23registry generation: Finish hybridizingDylan Baker1-2/+12
2015-02-23util: fix the order of parameters in piglit_alloc_alignedMarek Olšák2-2/+2
2015-02-23piglit/vbo: fix attribute size for doubles.Dave Airlie1-1/+3
2015-02-21util: Fix MacOSX build.Jose Fonseca1-0/+6
2015-02-21util: Fix white-space.Jose Fonseca1-5/+5
2015-02-20util: add piglit_get_page_size(), piglit_align_alloc/free()Brian Paul2-0/+45
2015-02-20Use alloca instead of variable length arraysJan Vesely1-0/+2
2015-02-12vbo parser: add double support to parser code.Dave Airlie1-6/+33
2015-02-09gbm: Limit libcaca size for small testsJordan Justen1-2/+8
2015-02-09gbm: Use libcaca to determine console resolutionJordan Justen1-0/+9
2015-02-09gbm: Attempt to size libcaca output to fit the console windowJordan Justen1-4/+37
2015-02-03util/shader: Define "nothrow" variant of piglit_compile_shader_text().Francisco Jerez2-2/+19
2015-01-30gbm: Use caca_flop to vertically flop the outputJordan Justen1-18/+2
2015-01-30gbm: Fix off by 1 error in libcaca image flopJordan Justen1-2/+2
2015-01-28gen_dispatch.py: silence errorDylan Baker1-1/+1
2015-01-28gen_dispatch.py: Remove unnecessary parens from assert keywordDylan Baker1-4/+4