Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(3956)

Issue 2921041: Fixed gl_FragCoord emulation for point sprites of size > 1 using VPOS... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 6 months ago by kbr1
Modified:
13 years, 6 months ago
Reviewers:
dgkoch, nicolas
CC:
angleproject-review_googlegroups.com, apatrick1
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fixed gl_FragCoord emulation for point sprites of size > 1 using VPOS semantic for x and y coordinates rather than previous per-vertex emulation when running on Shader Model 3. Verified fix in Chromium with test case from bug. BUG=http://code.google.com/p/angleproject/issues/detail?id=71 TEST=test case from bug TBR=nicolas (LGTM'd by dgkoch) Committed: http://code.google.com/p/angleproject/source/detail?r=473

Patch Set 1 #

Total comments: 1

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -4 lines) Patch
M src/libGLESv2/Program.cpp View 1 2 chunks +12 lines, -4 lines 0 comments Download

Messages

Total messages: 4
kbr1
Please review. Thanks.
13 years, 6 months ago (2010-11-05 01:24:18 UTC) #1
nicolas
http://codereview.appspot.com/2921041/diff/1/src/libGLESv2/Program.cpp File src/libGLESv2/Program.cpp (right): http://codereview.appspot.com/2921041/diff/1/src/libGLESv2/Program.cpp#newcode1376 src/libGLESv2/Program.cpp:1376: mPixelHLSL += " float4 gl_FragCoord : VPOS;\n"; I don't ...
13 years, 6 months ago (2010-11-05 12:32:44 UTC) #2
kbr1
On 2010/11/05 12:32:44, nicolas wrote: > http://codereview.appspot.com/2921041/diff/1/src/libGLESv2/Program.cpp > File src/libGLESv2/Program.cpp (right): > > http://codereview.appspot.com/2921041/diff/1/src/libGLESv2/Program.cpp#newcode1376 > ...
13 years, 6 months ago (2010-11-05 18:53:50 UTC) #3
dgkoch
13 years, 6 months ago (2010-11-05 19:50:10 UTC) #4
LGTM.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b