| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-25 | Implement texture buffers (#1152) | gdkchan | |
| * Implement texture buffers * Throw NotSupportedException where appropriate | |||
| 2020-04-25 | Implement Constant Color blends (#1119) | mageven | |
| * Implement Constant Color blends and init blend states * Address gdkchan's comments Also adds Set methods to GpuState * Fix descriptions of QueryModified | |||
| 2020-04-17 | Implement Depth Clamping (#1120) | mageven | |
| * Implement Depth Clamping and add misc enums * Fix formatting | |||
| 2020-04-07 | Simple GPU fixes (#1093) | mageven | |
| * Implement RasterizeEnable * Match viewport count to hardware * Simplify ScissorTest tracking around Blits * Disable RasterizerDiscard around Blits and track its state * Read RasterizeEnable reg as bool and add doc | |||
| 2020-03-29 | Workaround for AMD and Intel view format bug (#1050) | gdkchan | |
| * Workaround for Intel view format bug * Dispose of the intermmediate texture aswell * Apply workaround on AMD aswell | |||
| 2020-03-29 | Implement GPU scissors (#1058) | gdkchan | |
| * Implement GPU scissors * Remove unused using * Add missing changes for Clear | |||
| 2020-02-02 | Support configurable point size (#916) | gdkchan | |
| 2020-01-13 | Support instanced draw of quads" (#881) | gdkchan | |
| 2020-01-13 | Replace glFinish with barrier for WaitForIdle (#878) | gdkchan | |
| 2020-01-09 | Address PR feedback | gdkchan | |
| Add TODO comment for GL_EXT_polygon_offset_clamp | |||
| 2020-01-09 | GPU resource disposal | gdkchan | |
| 2020-01-09 | Change GPU errors to debug and reduce log messages | gdkchan | |
| 2020-01-09 | Remove some error logging to avoid log spam | gdkchan | |
| 2020-01-09 | Some code cleanup | gdkchan | |
| 2020-01-09 | Add basic error logging to the GPU | gdkchan | |
| 2020-01-09 | Support depth clip mode and disable shader fast math optimization on NVIDIA ↵ | gdkchan | |
| as a workaround for compiler bugs (?) | |||
| 2020-01-09 | Fix texture 0 not being bound for compute | gdk | |
| 2020-01-09 | Support copy of slices to 3D textures, remove old 3D render target layered ↵ | gdk | |
| render support, do not delete textures with existing views created from them | |||
| 2020-01-09 | Add per-source type memory change tracking, simplified state change ↵ | gdk | |
| tracking, other fixes | |||
| 2020-01-09 | Initial support for image stores, support texture sample on compute | gdk | |
