mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-01 18:40:47 -07:00
Some small sync primitive fixes, logging fixes, started to implement the 2D engine on the GPU, fixed DrawArrays, implemented a few more shader instructions, made a start on nvdrv refactor, etc...
This commit is contained in:
@ -13,7 +13,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
|
||||
F_Start,
|
||||
Ceil,
|
||||
Clamp,
|
||||
|
||||
Fabs,
|
||||
Fadd,
|
||||
Fceq,
|
||||
@ -22,6 +22,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
Fcgeu,
|
||||
Fcgt,
|
||||
Fcgtu,
|
||||
Fclamp,
|
||||
Fcle,
|
||||
Fcleu,
|
||||
Fclt,
|
||||
@ -53,6 +54,8 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
Ceq,
|
||||
Cge,
|
||||
Cgt,
|
||||
Clamps,
|
||||
Clampu,
|
||||
Cle,
|
||||
Clt,
|
||||
Cne,
|
||||
|
Reference in New Issue
Block a user