Merge separate NEON functions into the normal functions.
We no longer support non-NEON ARM. It's nice also to have the NEON and SSE implementations "close" to each other, easier to port optimizations back and forth etc.
This commit is contained in:
parent
6de574104c
commit
a68ddd0a8d
34 changed files with 437 additions and 855 deletions
|
@ -382,7 +382,6 @@ GPUCommon::GPUCommon(GraphicsContext *gfxCtx, Draw::DrawContext *draw) :
|
|||
static_assert(sizeof(DisplayList) == 456, "Bad DisplayList size");
|
||||
|
||||
Reinitialize();
|
||||
SetupColorConv();
|
||||
gstate.Reset();
|
||||
gstate_c.Reset();
|
||||
gpuStats.Reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue