Ada
f9f52ada40
Fix OpenGL SwapInterval on Mesa drivers
2025-02-23 20:57:14 +10:00
0f3dc71128
Comment on future IME improvements
2023-05-28 12:39:51 +02:00
f783a80f34
Temporary IME position for QML GL widgets
2023-05-27 16:40:48 +02:00
17dc2decf6
Initial IME support
2023-05-27 00:08:24 +02:00
Julian Groß
babee7c527
Set GL preference to GLVND
2021-09-17 21:04:12 +02:00
daleglass
70f2866871
Merge pull request #860 from makitsune/fix-alt-on-linux
...
Fix alt key on Linux
2020-12-10 23:45:55 +01:00
Maki
ce8b9d4b24
Deleted old GLWidget code that breaks alt with current Qt on Linux
2020-11-12 22:17:15 +00:00
HifiExperiments
696239a97b
try to fix android build
2020-11-09 21:27:40 -08:00
Dale Glass
0d4987878e
Review fixes
2020-10-18 20:35:19 +02:00
Dale Glass
349ba16a3c
Review fixes
2020-10-18 20:35:19 +02:00
Dale Glass
8615ec5596
Initial version of automatic texture memory size
2020-10-18 20:35:19 +02:00
Dale Glass
7b6fbe1f69
Set OpenGL_GL_PREFERENCE to LEGACY
...
GLVND appears to break the entire UI on ATI video cards.
It was set to GLVND due to an understanding that this was a no-op setting, but it turns
out the documentation in OpenGL_GL_PREFERENCE is confusing, and it looks like LEGACY
is the setting that was being used after all.
An additional point of interest is that debian/rules contained OpenGL_GL_PREFERENCE=GLVND,
and this was done back in the High Fidelity days. It's uncertain whether this was correct
or not, though.
2020-10-13 20:13:45 +02:00
Dale Glass
1c44bc96d9
Set GL preference to GLVND
...
This should be a no-op, besides generating less build warnings,
since:
"CMake 3.11 and above prefer to choose GLVND libraries."
And 3.11 is a few years old at this point
2020-09-27 20:37:12 +02:00
Brad Davis
06ad461c32
PR feedback
2019-08-01 16:57:54 -07:00
Brad Davis
bfe42215aa
DEV-279: Add rendering API information to the platform JSON object
2019-08-01 14:29:03 -07:00
Brad Davis
11f47ddeed
BUGZ-753: bad skyboxes on intel GPUs
2019-07-16 13:42:39 -07:00
Brad Davis
6b34b0971f
Enable KHR_robustness option
2019-06-14 11:09:28 -07:00
Brad Davis
db88f14e13
Error message instead of crash if the GL version is too low
2019-05-10 11:51:50 -07:00
Brad Davis
5d1277e1bb
GL helpers cleanup
2019-01-30 16:23:21 -08:00
Brad Davis
8a1a55189a
CMake cleanup and modernization
2019-01-30 16:23:14 -08:00
Brad Davis
e18e3fc138
Gpu Frame serialization
2019-01-23 13:21:34 -08:00
John Conklin II
7e7817212c
Merge pull request #14321 from jherico/fix/19256
...
Case 19256: Switch back to Qt for GL context creation by default
2018-11-13 13:14:22 -08:00
Brad Davis
099ffa23ec
PR feedback
2018-11-13 12:19:20 -08:00
Brad Davis
caf952c252
Fix duplicated window member
2018-11-08 12:27:55 -08:00
Brad Davis
80c83fb4fb
Switch back to Qt for GL context creation by default
2018-11-01 12:28:21 -07:00
Brad Davis
a3a952265a
Fix android crash
2018-10-26 11:23:30 -07:00
Brad Davis
7ca8b54039
Fix crash on startup on windows / android
2018-10-26 11:23:30 -07:00
Brad Davis
9a30073f27
Only enable debug GL context on demand
2018-10-26 11:23:29 -07:00
Bradley Austin Davis
28b45ce1d9
Resolve compositing glitches
2018-10-26 11:23:29 -07:00
Bradley Austin Davis
95d160a170
Working on mac GL issues
2018-10-26 11:23:29 -07:00
Brad Davis
339b25a362
Fix access to uniforms at index 0
2018-10-23 08:36:18 -07:00
Brad Davis
a93aa68901
Add additional safety checks to gl::Uniform::load
2018-10-19 16:20:09 -07:00
Bradley Austin Davis
fc51b93691
Fix OSX build
2018-08-03 16:15:58 -07:00
Brad Davis
df031b5d93
Fix procedural rendering with custom uniforms
2018-08-03 14:58:12 -07:00
Brad Davis
ae8f841912
Shader refactoring for explicit bindings
2018-08-03 14:58:11 -07:00
Brad Davis
7e16325805
Unit testing cached and uncached shader loading
2018-05-24 12:42:34 -07:00
Bradley Austin Davis
3beb77694f
Cached shader binaries and uniform data for shaders
2018-05-24 12:42:33 -07:00
Brad Davis
1d403b4d67
Add texture transfer testing
2018-05-09 13:20:47 -07:00
Brad Davis
44816941fc
Fix debug assert in manipulating thread local data to store GL surfaces
2018-04-25 13:51:27 -07:00
Brad Davis
d478204722
Working on splash rendering
2018-04-17 14:17:41 -07:00
Gabriel Calero
12b289bbc1
Restore debug logger for GLES. Fix SIGABRT Cannot make QOpenGLContext current in a different thread
2018-03-22 12:38:56 -03:00
Brad Davis
6fe75a3ca4
Breaking out common gpu-gl code
2018-03-09 16:39:47 -08:00
Brad Davis
8853bd6388
Fix spectator camera crash
2018-02-14 11:11:28 -08:00
Brad Davis
7d5502eb92
Migrating QML rendering off the main thread
2018-02-06 11:53:09 -08:00
Andrew Meadows
96c97547f9
Merge pull request #12205 from jherico/no_widgets
...
Remove some unneeded Qt dependencies
2018-02-05 15:32:54 -08:00
samcake
0885b00ab8
Merge branch 'master' of https://github.com/highfidelity/hifi into pastel
2018-01-31 14:18:38 -08:00
Brad Davis
9893273d33
Trying to fix AMD crash in QML rendering
2018-01-31 08:36:52 -08:00
samcake
d5e52834ef
cherry picking Tony's fix for shader compilation time not taking soo long and adding better feedback from shader compilation
2018-01-30 13:07:20 -08:00
samcake
2dcedf9f39
cherry picking Tony's fix for shader compilation time not taking soo long and adding better feedback from shader compilation
2018-01-30 12:52:05 -08:00
Brad Davis
0781d8eaf0
Remove some unneeded Qt dependencies
2018-01-28 22:18:24 -08:00