| Age | Commit message (Collapse) | Author |
|
iterators.
|
|
|
|
Avoids dragging in a direct dependency in a header.
|
|
Nothing in this header relies on common_funcs or the memory manager.
This gets rid of reliance on indirect inclusions in the OpenGL caches.
|
|
# Conflicts:
# src/video_core/engines/kepler_memory.cpp
# src/video_core/engines/maxwell_3d.cpp
# src/video_core/morton.cpp
# src/video_core/morton.h
# src/video_core/renderer_opengl/gl_global_cache.cpp
# src/video_core/renderer_opengl/gl_global_cache.h
# src/video_core/renderer_opengl/gl_rasterizer_cache.cpp
|
|
vk_sampler_cache: Implement a sampler cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
maxwell_3d: Allow texture handles with TIC id zero
|
|
|
|
Also remove "enabled" field from Tegra::Texture::FullTextureInfo because
it would become unused.
|
|
Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.
|
|
|
|
textures/decoders: Replace magic numbers
|
|
Missing ogl states
|
|
|
|
|
|
|
|
|
|
* Implement ASTC_2D_10X8 & ASTC_2D_10X8_SRGB
( needed by Mario+Rabbids Kingdom Battle )
* Small placement correction
|
|
|
|
|
|
|
|
|
|
QT sRGB support
|
|
rasterizer: Fix Layered Textures Loading and Cubemaps
|
|
|
|
|
|
|
|
video_core: Added ASTC 5x4; 8x5 types
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
block width and block depth
|
|
|
|
|
|
|
|
|
|
Table instead
|
|
|
|
|