open_toontown_panda3d/tests/display
Sam Edwards 3b7b9cd18c tests: Enhance GLSL test
- Don't assume GLSL 4.30 is available just because the driver
  supports compute shaders. Drivers before OpenGL 4.3 may still
  offer the extension.

- Use GLSL 1.30 by default, and turn on additional features
  using extensions. Skip any tests requiring extensions that
  aren't supported by the driver.

- Unsigned literal ints should have a 'u' suffix.

- Clean up a few dead Python expressions
2018-10-20 17:55:46 -06:00
..
conftest.py tests: skip display tests if pipe cannot create offscreen buffers 2018-06-03 22:33:12 +02:00
test_color_buffer.py Changes to make ColorAttrib behavior more consistent: 2018-10-08 22:09:22 +02:00
test_depth_buffer.py tests: remove accidentally added debug image output 2018-10-07 23:03:07 +02:00
test_fbprops.py tests: ensure FrameBufferProperties has working copy constructor 2018-06-09 10:38:03 +02:00
test_glsl_shader.py tests: Enhance GLSL test 2018-10-20 17:55:46 -06:00
test_window.py tests: fixes for the window tests 2017-12-24 20:34:06 +01:00