summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_rasterizer_cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* GLCache: Added boilerplate code to make supporting configurable texture component types.Subv2018-04-181-0/+44
| | | | For now only the UNORM type is supported.
* GLCache: Unify texture and framebuffer formats when converting to OpenGL.Subv2018-04-181-13/+7
|
* GPU: Texture format 8 and framebuffer format 0xD5 are actually ABGR8.Subv2018-04-181-7/+7
|
* GLCache: Take into account the texture's block height when caching and unswizzling.Subv2018-04-181-0/+1
|
* GLCache: Added a function to convert cached PixelFormats back to texture formats.Subv2018-04-181-0/+12
| | | | TODO: The way we handle cached formats must change, framebuffer and texture formats are too different to keep them in the same place.
* gl_rasterizer_cache: Add missing LOG statements.bunnei2018-04-181-0/+3
|
* renderer_opengl: Use OGLProgram instead of OGLShader.bunnei2018-04-141-1/+1
|
* RasterizerCache: Remove 3DS-specific pixel formats.Subv2018-04-071-59/+30
| | | | We're only left with RGB8 and DXT1 for now. More will be added as they are needed.
* gl_rasterizer_cache.h: Update from citra to yuzuN00byKing2018-04-041-3/+3
|
* gl_rasterizer_cache: Implement UpdatePagesCachedCount.bunnei2018-03-271-1/+1
|
* gl_rasterizer_cache: Implement GetFramebufferSurfaces.bunnei2018-03-271-1/+10
|
* gl_rasterizer: Implement AccelerateDisplay method from Citra.bunnei2018-03-231-1/+11
|
* video_core: Remove usage of PAddr and replace with VAddr.bunnei2018-03-231-9/+9
|
* renderer: Create rasterizer and cleanup.bunnei2018-03-231-2/+2
|
* renderer_gl: Port over gl_rasterizer_cache module from Citra.bunnei2018-03-201-0/+350
|
* Remove references to PICA and rasterizers in video_coreJames Rowe2018-01-131-239/+0
|
* VideoCore: Split regs.h inclusionsYuri Kunde Schlesner2017-02-091-1/+2
|
* VideoCore: Move Regs to its own fileYuri Kunde Schlesner2017-02-041-1/+1
|
* VideoCore: Split framebuffer regs from Regs structYuri Kunde Schlesner2017-02-041-3/+3
|
* VideoCore: Split texturing regs from Regs structYuri Kunde Schlesner2017-02-041-2/+2
|
* video_core: silence unused-local-typedef boost related warning on GCCKloen2017-01-291-0/+7
|
* OpenGL: Drop framebuffer completeness check.Markus Wick2016-12-071-1/+1
| | | | | | | This OpenGL call synchronize the worker thread of the nvidia blob. It can be verified on linux with the __GL_THREADED_OPTIMIZATIONS=1 environment variable. Those errors should not happen on tested drivers. It was used as a workaround for https://bugs.freedesktop.org/show_bug.cgi?id=94148
* OpenGL: Non-zero stride only makes sense for linear buffersYuri Kunde Schlesner2016-12-041-1/+2
|
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-4/+0
| | | | | | | This makes clang-format useful on those. Also add a bunch of forgotten transitive includes, which otherwise prevented compilation.
* Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner2016-09-191-2/+2
|
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-33/+45
|
* VideoCore: Run include-what-you-use and fix most includes.Emmanuel Gil Peyrot2016-04-301-4/+10
|
* HWRasterizer: Texture forwardingtfarley2016-04-211-18/+191
|
* OpenGL: Rename cache functions to better match what they actually doYuri Kunde Schlesner2015-12-071-4/+4
|
* video_core: Reorganize headersLioncash2015-09-111-6/+6
|
* OpenGL: Use Sampler Objects to decouple sampler config from texturesYuri Kunde Schlesner2015-09-031-1/+6
| | | | Fixes #978
* gl_rasterizer_cache: Detect and ignore unnecessary texture flushes.bunnei2015-08-281-1/+3
|
* OpenGL renderertfarley2015-05-231-0/+36