| Age | Commit message (Collapse) | Author |
|
- These cannot be used within the cache, as they change cache state.
|
|
|
|
|
|
guest RAM.
|
|
|
|
|
|
video_core: Added ASTC 5x4; 8x5 types
|
|
|
|
|
|
|
|
|
|
Fixed block height settings for RenderTargets and Depth Buffers
|
|
Implemented Scissor Testing
|
|
gl_shader_decompiler: Implement geometry shaders
|
|
|
|
block width and block depth
|
|
Given "y" isn't always used, but "x" is, we can rearrange this to avoid
unused variable warnings by changing the names of op_a and op_b
|
|
|
|
|
|
an offset
|
|
|
|
gl_rasterizer: Implement accelerated Fermi2D copies.
|
|
Implemented Depth Compare, Shadow Samplers and Texture Processing Modes for TEXS and TLDS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TLDS: Add 1D sampler
|
|
- Fixes issues with Splatoon 2.
|
|
|
|
|
|
|
|
|
|
|
|
ColorTexture surfaces.
|
|
|
|
|
|
|
|
|
|
video_core: Implement point_size and add point state sync
|
|
|
|
|
|
Add asserts for compute shader dispatching, transform feedback being
enabled and alpha testing. These have in common that they'll probably break
rendering without logging.
|
|
* Added glObjectLabels for renderdoc for textures and shader programs
* Changed hardcoded "Texture" name to reflect the texture type instead
* Removed string initialize
|
|
|
|
gl_state: Remove unused type alias
|
|
This isn't used anywhere within the header, so we can remove it, along
with the include that was previously necessary. This also uncovers an
indirect include in the cpp file for the assertion macros.
|