search for: 12bf455

Displaying 4 results from an estimated 4 matches for "12bf455".

Did you mean: 123.455
2016 Oct 16
2
[PATCH] exa: add GM10x acceleration support
...2+(ty2-ty1), sx1, sy2+(sy2-sy1)); + } else { + BEGIN_NVC0(push, NVC0_3D(VERTEX_BUFFER_FIRST), 2); + PUSH_DATA (push, 0); + PUSH_DATA (push, 3); + } BEGIN_NVC0(push, NVC0_3D(VERTEX_END_GL), 1); PUSH_DATA (push, 0); diff --git a/src/shader/Makefile b/src/shader/Makefile index 2d789be..12bf455 100644 --- a/src/shader/Makefile +++ b/src/shader/Makefile @@ -22,23 +22,36 @@ NVF0_SHADERS = xfrm2nvf0.vpc \ exas8nvf0.fpc \ exac8nvf0.fpc \ videonvf0.fpc +NV110_SHADERS = xfrm2nv110.vpc \ + exascnv110.fpc \ + exacmnv110.fpc \ + exacanv110.fpc \ +...
2016 Oct 27
0
[PATCH v2 1/7] exa: add GM10x acceleration support
...2+(ty2-ty1), sx1, sy2+(sy2-sy1)); + } else { + BEGIN_NVC0(push, NVC0_3D(VERTEX_BUFFER_FIRST), 2); + PUSH_DATA (push, 0); + PUSH_DATA (push, 3); + } BEGIN_NVC0(push, NVC0_3D(VERTEX_END_GL), 1); PUSH_DATA (push, 0); diff --git a/src/shader/Makefile b/src/shader/Makefile index 2d789be..12bf455 100644 --- a/src/shader/Makefile +++ b/src/shader/Makefile @@ -22,23 +22,36 @@ NVF0_SHADERS = xfrm2nvf0.vpc \ exas8nvf0.fpc \ exac8nvf0.fpc \ videonvf0.fpc +NV110_SHADERS = xfrm2nv110.vpc \ + exascnv110.fpc \ + exacmnv110.fpc \ + exacanv110.fpc \ +...
2016 Oct 17
0
[PATCH] exa: add GM10x acceleration support
...{ > + BEGIN_NVC0(push, NVC0_3D(VERTEX_BUFFER_FIRST), 2); > + PUSH_DATA (push, 0); > + PUSH_DATA (push, 3); > + } > BEGIN_NVC0(push, NVC0_3D(VERTEX_END_GL), 1); > PUSH_DATA (push, 0); > > diff --git a/src/shader/Makefile b/src/shader/Makefile > index 2d789be..12bf455 100644 > --- a/src/shader/Makefile > +++ b/src/shader/Makefile > @@ -22,23 +22,36 @@ NVF0_SHADERS = xfrm2nvf0.vpc \ > exas8nvf0.fpc \ > exac8nvf0.fpc \ > videonvf0.fpc > +NV110_SHADERS = xfrm2nv110.vpc \ > + exascnv110.fpc \ > + ex...
2016 Oct 27
11
[PATCH v2 0/7] Add Maxwell support
I believe I've addressed all the feedback from the first time around, and also made fixes necessary for GM20x based on testing results. I believe now it should actually work for all GM10x and GM20x. Further, GP10x should be very easy to add, but without someone to actually test I didn't want to claim support for it. Ilia Mirkin (7): exa: add GM10x acceleration support hwdefs: update