open_toontown_panda3d/panda/src/glstuff
rdb 93a3e7e699 Changes to make ColorAttrib behavior more consistent:
- T_off now actually properly disables vertex colours
- T_vertex is now the default, to preserve the previous behaviour
- ShaderGenerator behavior is now the same as in the FFP
- tests are updated to verify new behavior
- tests now properly use vertex colours, previously they accidentally only used flat colors
- With color-scale-via-lighting off and no color scale, color is no longer munged
- p3d_Color in GLSL shaders is now properly set to white instead of black with T_off mode
- In DX9 shaders will now sample white color for absent or disabled vertex color

Fixes #401
Also see #371
2018-10-08 22:09:22 +02:00
..
glBufferContext_src.I Implement support for SSBOs 2016-12-13 21:22:17 +01:00
glBufferContext_src.cxx Implement support for SSBOs 2016-12-13 21:22:17 +01:00
glBufferContext_src.h Implement support for SSBOs 2016-12-13 21:22:17 +01:00
glCgShaderContext_src.I general: clean up use of override keyword 2017-07-03 12:56:23 +02:00
glCgShaderContext_src.cxx shader: support double-precision vertex columns in GLSL 2018-07-26 22:07:20 +02:00
glCgShaderContext_src.h general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
glGeomContext_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glGeomContext_src.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
glGeomContext_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
glGeomMunger_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glGeomMunger_src.cxx Define stable ordering for WeakPointerTo for use as map/set key 2018-07-30 17:27:09 +02:00
glGeomMunger_src.h Change handling of unsupported render mode so that behaviour can be shared among renderers 2016-07-20 15:59:42 +02:00
glGraphicsBuffer_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glGraphicsBuffer_src.cxx glgsg: fix sRGB for FBOs created from non-sRGB host window 2018-10-07 21:42:23 +02:00
glGraphicsBuffer_src.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
glGraphicsStateGuardian_src.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
glGraphicsStateGuardian_src.cxx Changes to make ColorAttrib behavior more consistent: 2018-10-08 22:09:22 +02:00
glGraphicsStateGuardian_src.h glgsg: a few version check tweaks 2018-08-05 13:09:25 +02:00
glImmediateModeSender_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glImmediateModeSender_src.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
glImmediateModeSender_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
glIndexBufferContext_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glIndexBufferContext_src.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
glIndexBufferContext_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
glLatencyQueryContext_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glLatencyQueryContext_src.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
glLatencyQueryContext_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
glOcclusionQueryContext_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glOcclusionQueryContext_src.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
glOcclusionQueryContext_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
glSamplerContext_src.cxx Improve OpenGL ES support, add OpenGL ES 3 support 2016-04-04 17:00:27 +02:00
glSamplerContext_src.h Improve OpenGL ES support, add OpenGL ES 3 support 2016-04-04 17:00:27 +02:00
glShaderContext_src.I general: clean up use of override keyword 2017-07-03 12:56:23 +02:00
glShaderContext_src.cxx Changes to make ColorAttrib behavior more consistent: 2018-10-08 22:09:22 +02:00
glShaderContext_src.h general: fix many compilation warnings in GCC 8 2018-06-19 00:37:28 +02:00
glTextureContext_src.I Fix various emscripten compile issues 2016-04-28 21:15:46 +02:00
glTextureContext_src.cxx Add a way to get access to OpenGL texture index 2017-10-05 17:34:26 +02:00
glTextureContext_src.h general: remove macros for compatibility with non-C++11 compilers 2018-05-23 23:33:05 +02:00
glTimerQueryContext_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glTimerQueryContext_src.cxx express: make a thread safe weak pointer implementation (#321) 2018-05-15 13:40:21 +02:00
glTimerQueryContext_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
glVertexBufferContext_src.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
glVertexBufferContext_src.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
glVertexBufferContext_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
glmisc_src.cxx glgsg: support gl-depth-zero-to-one to get same NDC Z range as D3D 2018-07-12 14:13:32 +02:00
glmisc_src.h general: Break apart BUILDING_PANDAGL 2018-06-12 16:15:45 -06:00
glpure.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
glstuff_src.cxx Implement support for SSBOs 2016-12-13 21:22:17 +01:00
glstuff_src.h Implement support for SSBOs 2016-12-13 21:22:17 +01:00
glstuff_undef_src.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
panda_glext.h glgsg: update copy of glext.h 2018-07-23 09:02:12 +02:00