open_toontown_panda3d/panda/src
rdb 300090e457 glgsg: Disable Cg support when using EGL instead of GLX
Cg is hard-wired to use GLX instead of EGL, so without hacky
monkey-patching it is not possible to use it under EGL
2026-01-28 16:10:00 +01:00
..
android makepanda: fix for python >= 3.13 on android 2026-01-12 07:08:57 +05:30
androiddisplay android: Set Activity title to window title 2025-11-09 12:07:26 +01:00
audio audio: AudioLoadRequest should take Filename or MovieAudio 2026-01-26 11:08:56 +01:00
audiotraits audio: Ability to read comments/metadata from sound files (#1656) 2026-01-16 21:16:01 +01:00
bullet cull: Use more efficient arena allocation for CullableObject 2024-11-03 16:24:14 +01:00
chan general: Consistently name all bam factory functions make_from_bam 2024-03-18 02:38:41 +01:00
char general: Consistently name all bam factory functions make_from_bam 2024-03-18 02:38:41 +01:00
cocoadisplay cocoadisplay: Fix some DPI handling issues on resize 2025-10-26 11:10:52 +01:00
cocoagldisplay cocoa: Fix compilation error 2025-01-21 12:04:01 +01:00
collide Merge branch 'release/1.10.x' 2025-07-28 15:41:08 +02:00
configfiles CMake: Generate consistent paths in 20_panda.prc on all platforms 2020-01-11 19:39:43 -07:00
cull cull: Fix crash caused by freeing a cull object with empty volume 2025-01-11 21:32:52 +02:00
device Merge branch 'release/1.10.x' 2024-01-04 16:36:03 +01:00
dgraph CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
display glgsg: Support SSBO clear, assorted fixes 2026-01-15 10:29:21 +01:00
distort Merge branch 'release/1.10.x' 2024-09-16 13:54:22 +02:00
doc Add support for (occlusion-)metallic-roughness textures 2025-12-22 11:44:45 +01:00
downloader downloader: Add url property to VirtualFileHTTP 2025-02-24 20:07:31 +01:00
downloadertools CMake: Add separate BUILD_TOOLS option to build binaries 2024-08-12 16:39:20 +02:00
dxgsg9 display: Fix ability to copy wdxGraphicsBuffer to RAM on DX9 2024-10-10 19:57:42 +02:00
egg egg: Add limited forward compatibility for ORM textures 2025-12-22 12:41:34 +01:00
egg2pg egg: Add limited forward compatibility for ORM textures 2025-12-22 12:41:34 +01:00
egldisplay glgsg: Disable Cg support when using EGL instead of GLX 2026-01-28 16:10:00 +01:00
event Use PyObject_Vectorcall for calls to Python for better efficiency 2026-01-07 20:10:42 +01:00
express express: Make PTA init from Python sequence faster by using vectorcall 2026-01-07 19:49:29 +01:00
ffmpeg audio: Ability to read comments/metadata from sound files (#1656) 2026-01-16 21:16:01 +01:00
framework framework: Clean up task manager on close_framework() 2025-12-22 12:01:13 +01:00
gles2gsg gles2gsg: Add some missing OpenGL ES 3 constants 2026-01-15 10:29:21 +01:00
glesgsg CMake: Break up "GLES" component into OpenGLES1/OpenGLES2 2020-01-07 11:34:34 -07:00
glgsg CMake: Rely on GNUInstallDirs to specify install paths 2019-08-31 00:48:42 -06:00
glstuff glgsg: Disable Cg support when using EGL instead of GLX 2026-01-28 16:10:00 +01:00
glxdisplay glgsg: Disable Cg support when using EGL instead of GLX 2026-01-28 16:10:00 +01:00
gobj glgsg: Expose native IDs for other kinds of resources than textures 2026-01-15 10:27:23 +01:00
grutil grutil: Add muted/volume properties to HTMLVideoTexture 2026-01-24 13:24:11 +01:00
gsgbase Implement ShaderBuffer async extract_data method 2026-01-01 01:02:40 +01:00
iphone Remove runtime dependency on interrogatedb 2024-10-30 17:46:26 +01:00
iphonedisplay general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
linmath linmath: Fix wrong type printed in LMatrix3 repr 2026-01-27 16:10:17 +01:00
mathutil general: Mark many constructors as `explicit` 2023-08-02 08:18:43 +02:00
movies audio: Ability to read comments/metadata from sound files (#1656) 2026-01-16 21:16:01 +01:00
nativenet nativenet: Change deprecated sprintf to snprintf 2025-10-10 14:13:17 +02:00
net net: Prepare to split these classes out into panda3d.net module 2024-03-02 13:41:23 +01:00
ode ode: Add set_first_contact and set_backface_cull to OdeRayGeom 2025-12-18 13:47:00 +01:00
pandabase cocoa: Split out GL-specific code into new cocoagldisplay module 2023-03-21 23:16:36 +01:00
parametrics Merge branch 'release/1.10.x' 2024-11-06 22:52:54 +01:00
particlesystem cleanup: Fix assorted issues uncovered by clang-tidy 2023-02-12 18:17:03 +01:00
pgraph Use static storage instead of heap for forever-objects (squelches ASan) 2026-01-24 13:24:11 +01:00
pgraphnodes Add support for (occlusion-)metallic-roughness textures 2025-12-22 11:44:45 +01:00
pgui Merge branch 'release/1.10.x' 2025-12-22 16:12:54 +01:00
physics physics: Add support for distance-based falloff (#1731) 2025-04-15 15:59:15 +02:00
pipeline Use PyObject_Vectorcall for calls to Python for better efficiency 2026-01-07 20:10:42 +01:00
pnmimage general: Consistently name all bam factory functions make_from_bam 2024-03-18 02:38:41 +01:00
pnmimagetypes Merge branch 'release/1.10.x' 2024-03-26 17:08:52 +01:00
pnmtext Merge branch 'release/1.10.x' 2021-04-08 12:30:35 +02:00
pstatclient Use static storage instead of heap for forever-objects (squelches ASan) 2026-01-24 13:24:11 +01:00
putil putil: Fix out-of-bounds read in SparseArray uncovered by ASan 2026-01-24 20:28:07 +01:00
recorder interrogate: Support subclassing C++ objects from Python 2024-03-29 20:51:34 +01:00
skel general: Add constness to some methods where it is missing 2022-10-20 21:01:58 +02:00
testbed pview: add shift+r keyboard bind to reload all textures (#1678) 2024-09-16 16:02:45 +02:00
text text: Give default font a default name 2025-12-31 20:00:09 +01:00
tform putil: Deprecated MouseData alias for PointerData 2023-08-02 08:13:02 +02:00
tinydisplay Merge branch 'release/1.10.x' 2025-07-28 15:41:08 +02:00
vision opencv: Use correct headers for videoio C interface 2023-02-12 18:18:20 +01:00
vrpn CMake: Add --exclude-libs flags to static thirdparty libraries 2022-03-09 16:23:37 +01:00
webgldisplay webgl: Improve canvas resizing behavior 2025-02-25 12:11:24 +01:00
wgldisplay display: Support sharing graphics context between GraphicsEngines 2025-01-21 11:52:58 +01:00
windisplay windisplay: Fix recursive loop in adjust_z_order 2025-12-22 11:58:14 +01:00
x11display x11: Fix various very minor memory leaks 2026-01-24 13:24:11 +01:00
PACKAGE-DESC