Displaying 4 results from an estimated 4 matches for "fp_interp".
2016 Oct 16
2
[PATCH] exa: add GM10x acceleration support
...0d5c5
--- /dev/null
+++ b/src/shader/exacanv110.fp
@@ -0,0 +1,47 @@
+#ifndef ENVYAS
+static uint32_t
+NV110FP_CAComposite[] = {
+ 0x00001462, /* 0x0000c000 = USES_KIL, MULTI_COLORS */
+ 0x00000000,
+ 0x00000000,
+ 0x00000000,
+ 0x00000000,
+ 0x80000000, /* FRAG_COORD_UMASK = 0x8 */
+ 0x00000a0a, /* FP_INTERP[0x080], 0022 0022 */
+ 0x00000000, /* FP_INTERP[0x0c0], 0 = OFF */
+ 0x00000000, /* FP_INTERP[0x100], 1 = FLAT */
+ 0x00000000, /* FP_INTERP[0x140], 2 = PERSPECTIVE */
+ 0x00000000, /* FP_INTERP[0x180], 3 = LINEAR */
+ 0x00000000, /* FP_INTERP[0x1c0] */
+ 0x00000000, /* FP_INTERP[0x200] */
+ 0x0000...
2016 Oct 27
0
[PATCH v2 1/7] exa: add GM10x acceleration support
...0d5c5
--- /dev/null
+++ b/src/shader/exacanv110.fp
@@ -0,0 +1,47 @@
+#ifndef ENVYAS
+static uint32_t
+NV110FP_CAComposite[] = {
+ 0x00001462, /* 0x0000c000 = USES_KIL, MULTI_COLORS */
+ 0x00000000,
+ 0x00000000,
+ 0x00000000,
+ 0x00000000,
+ 0x80000000, /* FRAG_COORD_UMASK = 0x8 */
+ 0x00000a0a, /* FP_INTERP[0x080], 0022 0022 */
+ 0x00000000, /* FP_INTERP[0x0c0], 0 = OFF */
+ 0x00000000, /* FP_INTERP[0x100], 1 = FLAT */
+ 0x00000000, /* FP_INTERP[0x140], 2 = PERSPECTIVE */
+ 0x00000000, /* FP_INTERP[0x180], 3 = LINEAR */
+ 0x00000000, /* FP_INTERP[0x1c0] */
+ 0x00000000, /* FP_INTERP[0x200] */
+ 0x0000...
2016 Oct 17
0
[PATCH] exa: add GM10x acceleration support
...@@ -0,0 +1,47 @@
> +#ifndef ENVYAS
> +static uint32_t
> +NV110FP_CAComposite[] = {
> + 0x00001462, /* 0x0000c000 = USES_KIL, MULTI_COLORS */
> + 0x00000000,
> + 0x00000000,
> + 0x00000000,
> + 0x00000000,
> + 0x80000000, /* FRAG_COORD_UMASK = 0x8 */
> + 0x00000a0a, /* FP_INTERP[0x080], 0022 0022 */
> + 0x00000000, /* FP_INTERP[0x0c0], 0 = OFF */
> + 0x00000000, /* FP_INTERP[0x100], 1 = FLAT */
> + 0x00000000, /* FP_INTERP[0x140], 2 = PERSPECTIVE */
> + 0x00000000, /* FP_INTERP[0x180], 3 = LINEAR */
> + 0x00000000, /* FP_INTERP[0x1c0] */
> + 0x00000000, /...
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