3cb1fa0e85
Implement texture buffers ( #1152 )
...
* Implement texture buffers
* Throw NotSupportedException where appropriate
2020-04-25 23:02:18 +10:00
12d49c37d2
Make max anisotropy configurable ( #1043 )
...
* Make max anisotropy configurable
* Move opengl command to opengl project
* Add GUI option
2020-03-31 08:38:52 +11:00
ab4867505e
Implement GPU scissors ( #1058 )
...
* Implement GPU scissors
* Remove unused using
* Add missing changes for Clear
2020-03-29 14:02:58 +11:00
17200214df
Add GPU name in status bar ( #984 )
...
* 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-03-24 22:54:09 +01:00
2bb39ff03e
Replace glFinish with barrier for WaitForIdle ( #878 )
2020-01-13 09:12:40 +11:00
021ed3f44e
InitializeCounters to Initialize
2020-01-10 02:17:34 +01:00
d8eab24b8b
PrintGpuInformation
2020-01-10 02:17:34 +01:00
87b52ad7d8
Add GPU Information to Logging
2020-01-10 02:17:34 +01:00
92703af555
Address PR feedback
2020-01-09 02:13:00 +01:00
59fdaa744b
GPU resource disposal
2020-01-09 02:13:00 +01:00
654e617fe7
Some code cleanup
2020-01-09 02:13:00 +01:00
f2c85c5d58
Support non-constant texture offsets on non-NVIDIA gpus
2020-01-09 02:13:00 +01:00
0d9672f3ae
Use maximum shared memory size supported by hardware
2020-01-09 02:13:00 +01:00
cb171f6ebf
Support shared color mask, implement more shader instructions
...
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 02:13:00 +01:00
6a98c643ca
Add a pass to turn global memory access into storage access, and do all storage related transformations on IR
2020-01-09 02:13:00 +01:00
1b7d955195
Initial support for image stores, support texture sample on compute
2020-01-09 02:13:00 +01:00
1876b346fe
Initial work
2020-01-09 02:13:00 +01:00