| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-25 | Implement texture buffers (#1152) | gdkchan | |
| * Implement texture buffers * Throw NotSupportedException where appropriate | |||
| 2020-03-31 | Make max anisotropy configurable (#1043) | Xpl0itR | |
| * Make max anisotropy configurable * Move opengl command to opengl project * Add GUI option | |||
| 2020-03-29 | Implement GPU scissors (#1058) | gdkchan | |
| * Implement GPU scissors * Remove unused using * Add missing changes for Clear | |||
| 2020-03-24 | Add GPU name in status bar (#984) | HorrorTroll | |
| * Add GPU name in status bar * Fixed like Ac_K suggest * Nit. * Minor fix * Minor change. * Nit. * Fixed for ATI vendor * Minor fix, again... | |||
| 2020-01-13 | Replace glFinish with barrier for WaitForIdle (#878) | gdkchan | |
| 2020-01-10 | InitializeCounters to Initialize | Ac_K | |
| 2020-01-10 | PrintGpuInformation | Ac_K | |
| 2020-01-10 | Add GPU Information to Logging | Ac_K | |
| 2020-01-09 | Address PR feedback | gdkchan | |
| 2020-01-09 | GPU resource disposal | gdkchan | |
| 2020-01-09 | Some code cleanup | gdkchan | |
| 2020-01-09 | Support non-constant texture offsets on non-NVIDIA gpus | gdkchan | |
| 2020-01-09 | Use maximum shared memory size supported by hardware | gdkchan | |
| 2020-01-09 | Support shared color mask, implement more shader instructions | gdkchan | |
| Support shared color masks (used by Nouveau and maybe the NVIDIA driver). Support draw buffers (also required by OpenGL). Support viewport transform disable (disabled for now as it breaks some games). Fix instanced rendering draw being ignored for multi draw. Fix IADD and IADD3 immediate shader encodings, that was not matching some ops. Implement FFMA32I shader instruction. Implement IMAD shader instruction. | |||
| 2020-01-09 | Add a pass to turn global memory access into storage access, and do all ↵ | gdk | |
| storage related transformations on IR | |||
| 2020-01-09 | Initial support for image stores, support texture sample on compute | gdk | |
| 2020-01-09 | Initial work | gdk | |
