- 20 Jan, 2019 4 commits
- 19 Jan, 2019 3 commits
- 18 Jan, 2019 2 commits
-
-
Lioncash authored
This isn't used at all, so we can just get rid of it.
-
ReinUsesLisp authored
-
- 17 Jan, 2019 6 commits
-
-
Lioncash authored
'this' isn't actually used within the lambda, since what we need from the class is already assigned within the capture section of the lambda.
-
Lioncash authored
It's a common UI pattern to use an ellipsis to indicate an ongoing action, rather than just specifying the word by itself.
-
Lioncash authored
Gets rid of a few indirect inclusions.
-
Lioncash authored
This is a function that definitely doesn't always have a non-modifying behavior across all implementations, so this should be made non-const. This gets rid of the need to mark data members as mutable to work around the fact mutating data members needs to occur.
-
Lioncash authored
Avoids the need to potentially reallocate the contained callbacks.
-
Lioncash authored
These currently aren't used by anything other than the QtWebBrowser class itself, and can be made private.
-
- 15 Jan, 2019 2 commits
-
-
Zach Hilman authored
-
Zach Hilman authored
-
- 14 Jan, 2019 2 commits
-
-
Hexagon12 authored
audio_core: remove unnecessary spaces on comments
-
Otávio Pace authored
-
- 12 Jan, 2019 1 commit
-
-
bunnei authored
game_list: Remove a reference of a reference
-
- 10 Jan, 2019 2 commits
- 09 Jan, 2019 1 commit
-
-
ReinUsesLisp authored
There is a bug on Intel's blob driver where it fails to properly build a vertex array object if it's not bound even after creating it with glCreateVertexArrays. This workaround binds it after creating it to bypass the issue.
-
- 08 Jan, 2019 8 commits
-
-
bunnei authored
gl_global_cache: Add dummy global cache manager
-
ReinUsesLisp authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
-
Zach Hilman authored
Stored as signed seconds since epoch.
-
- 07 Jan, 2019 8 commits
-
-
ReinUsesLisp authored
-
bunnei authored
gl_shader_cache: Use dirty flags for shaders
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
ReinUsesLisp authored
-
bunnei authored
service/vi: Unstub IApplicationDisplayService's SetLayerScalingMode
-
bunnei authored
qt: Move profile manager to own UI tab
-
bunnei authored
gl_rasterizer_cache: Use GL_STREAM_COPY for PBOs
-
- 06 Jan, 2019 1 commit
-
-
ReinUsesLisp authored
-