Displaying 3 results from an estimated 3 matches for "1865,14".
Did you mean:
186,14
2009 Jun 21
0
[PATCH] nv50: add support for two-sided lighting
...break;
+ case TGSI_SEMANTIC_COLOR:
+ if (pc->p->type == PIPE_SHADER_VERTEX)
+ fcol[c] = first;
+ break;
+ case TGSI_SEMANTIC_BCOLOR:
+ if (pc->p->type == PIPE_SHADER_VERTEX)
+ bcol[c] = first;
+ break;
default:
break;
}
@@ -1854,17 +1865,14 @@ nv50_program_tx_prep(struct nv50_pc *pc)
break;
}
+ c = d->Semantic.SemanticIndex;
if (d->Declaration.Semantic) {
switch (d->Semantic.SemanticName) {
case TGSI_SEMANTIC_POSITION:
fcrd = first;
break;
case TGSI_SEMANTIC_COLOR:
-...
2009 Mar 27
42
[PATCH 00/42] ocfs2: Add reflink file support. V1
Hi all,
So I have finally finished the v1 of reflink for ocfs2. It has some
bugs that I am still investigating, but the schema is almost there. So
I'd like to send it out first for review. And Tristan and I will
continue to work on the stability of the code.
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
For the design doc, please
2009 Apr 03
42
[PATCH 00/42] ocfs2: Add reflink file support. V2
Hi all,
Change from v1 to v2: bug fix and metadata/credits reservation
improvement.
The general information for reflink, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/Reflink.
For the design doc, please see
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/RefcountTrees
http://oss.oracle.com/osswiki/OCFS2/DesignDocs/ReflinkOperation