qt6-bb10/src
Laszlo Agocs a682cb9596 rhi: gl: reduce uniform location table prealloc to 32
Not sure why we used 256 given the typical shaders used with Qt.
A prealloc of 256 means 8328 bytes on the stack, which feels excessive,
and shows up in profiler hotspots for some reason.

Task-number: QTBUG-125087
Pick-to: 6.7 6.6 6.5
Change-Id: Ibae26dae95cbc8d0e9ea53423daa151e768a93b2
Reviewed-by: Andy Nichols <andy.nichols@qt.io>
(cherry picked from commit fb2e33b65aea28609996c4e1ac59c3ee75e5b839)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
2024-08-01 18:42:44 +00:00
..
3rdparty Core: Move SipHash implementation into separate file 2024-07-09 07:58:23 +00:00
android Android: Make QtEmbeddedDelegate register a QtInputInterface backend 2024-07-26 14:38:55 +00:00
assets AssetDownloader: Make local qrc files readable in AssetDownloader 2024-06-30 06:44:58 +00:00
concurrent Remove GENERATE_CPP_EXPORTS argument 2024-06-13 14:39:17 +00:00
corelib QCommandlineParser doc: Mention QT_COMMAND_LINE_PARSER_NO_GUI_MESSAGE_BOXES 2024-08-01 15:48:16 +00:00
dbus QtDBus: don't detach in registerComplexDBusType()::Hash static destruction 2024-07-03 23:28:49 +00:00
entrypoint CMake: Correctly annotate the Entrypoint (winmain) SBOM license ID 2024-06-19 08:15:40 +00:00
gui rhi: gl: reduce uniform location table prealloc to 32 2024-08-01 18:42:44 +00:00
network Change type of variable qssl_dhparams_default_base64 2024-08-01 00:43:20 +00:00
opengl Move destruction logic to QOpenGLWindow from Private 2024-07-19 13:42:20 +00:00
openglwidgets Remove GENERATE_CPP_EXPORTS argument 2024-06-13 14:39:17 +00:00
platformsupport libinput: Allow setting touchscreen matrix via env var 2024-04-09 21:10:47 +00:00
plugins Icon engines: don't paint on a null-pixmap 2024-08-01 00:43:13 +00:00
printsupport Manage the PrintSupport dependencies on Cups correctly 2024-06-24 19:40:06 +00:00
sql QSqlDriver/doc: Add a note about features depending on the db server 2024-07-22 21:00:12 +00:00
testlib QPROPERTY_TEST_COMPARISON_HELPER: fix extra leading \n in failure output 2024-08-01 15:48:18 +00:00
tools uic: Relax property name checks 2024-07-09 05:41:05 +00:00
widgets Update QMdiSubWindow after windowFlags were changed 2024-08-01 09:38:01 +00:00
xml Remove GENERATE_CPP_EXPORTS argument 2024-06-13 14:39:17 +00:00
CMakeLists.txt Add Qt icon library for examples 2023-04-22 18:14:38 +03:00