Merge lp://staging/~bregma/nux/lp-1222602 into lp://staging/nux
Proposed by
Stephen M. Webb
Status: | Merged |
---|---|
Approved by: | Brandon Schaefer |
Approved revision: | 822 |
Merged at revision: | 821 |
Proposed branch: | lp://staging/~bregma/nux/lp-1222602 |
Merge into: | lp://staging/nux |
Diff against target: |
153 lines (+54/-50) 1 file modified
NuxGraphics/RenderingPipeGLSL.cpp (+54/-50) |
To merge this branch: | bzr merge lp://staging/~bregma/nux/lp-1222602 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Brandon Schaefer (community) | Approve | ||
Review via email: mp+189187@code.staging.launchpad.net |
Commit message
precomputed tap invariants for bilinear Gaussian blur shaders (lp: #1222602)
Description of the change
Precomputed the tap invariants (offset and weight) for the Gaussian blur shaders to reduce the amount of per-pixel work done. Should improve performance on lesser-powered GPUs.
To post a comment you must log in.
Blur still works, and still looks good. It looks faster!