Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
867f897d9dc275cb526bbc247659002b8d2c09dc
/
include
/
gpu
/
GrSamplerState.h
2bbdcc4
Rework GrSamplerParams to be more compact and use its own wrap mode enum.
by Brian Salomon
· 7 years ago
08283af
Rename GrSamplerState to GrEffectStage.
by bsalomon@google.com
· 12 years ago
6f261be
GrCustomStage Renaming Part 2
by bsalomon@google.com
· 12 years ago
a469c28
CustomStage Renaming Part 1
by bsalomon@google.com
· 12 years ago
989a95e
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
288d954
Separate out the texture matrix from the coord-system change matrix in GrSamplerState. This is a step towards moving texture matrix to GrCustomStage.
by bsalomon@google.com
· 12 years ago
dfdb7e5
Reland r5963 with two fixes:
by bsalomon@google.com
· 12 years ago
f6eac8a
Revert r5962 because of failures.
by bsalomon@google.com
· 12 years ago
b022177
Require matrix for custom stage to be set when custom stage is installed.
by bsalomon@google.com
· 12 years ago
1ce49fc
Move GrTextureParams from GrSamplerState to GrTextureAccess
by bsalomon@google.com
· 12 years ago
a04e8e8
Do premul and r/b swap conversions in a custom effect
by bsalomon@google.com
· 12 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
0342a85
Remove _UPM_ GrPixelConfigs Review URL: http://codereview.appspot.com/6460113/
by bsalomon@google.com
· 12 years ago
cddaf34
Remove GrDrawState::setTexture/getTexture
by bsalomon@google.com
· 12 years ago
b867099
Move filter/wrap out of GrSamplerState into GrTextureParams
by bsalomon@google.com
· 12 years ago
2f68e76
Move texture domains onto a GrCustomStage, off of GrSamplerState.
by tomhudson@google.com
· 12 years ago
50e4ce0
Fix memory leaks.
by tomhudson@google.com
· 13 years ago
d2ae1fa
remove 4x4 downsample filter mode
by bsalomon@google.com
· 13 years ago
83e5eb8
Clean up likely reference leak in Ganesh custom stages.
by tomhudson@google.com
· 13 years ago
898e7b5
Flip the switch to turn on GrCustomStage implementation of gradients;
by tomhudson@google.com
· 13 years ago
0bdbed3
Fix GrSamplerState::operator=() to take a reference rather than a copy.
by tomhudson@google.com
· 13 years ago
194de08
Zero out GrSamplerState in constructor to recover performance loss on Linux from r4102.
by tomhudson@google.com
· 13 years ago
b505a12
Implement morphology as a custom effect
by bsalomon@google.com
· 13 years ago
67794f5
Fix typo in r4092.
by tomhudson@google.com
· 13 years ago
1117559
Use element-by-element assignment in GrSamplerState::operator= instead of memcpy
by tomhudson@google.com
· 13 years ago
d8f856c
Move convolution from code in GrGLProgram to new GrConvolutionEffect
by tomhudson@google.com
· 13 years ago
b88bbd2
Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather
by tomhudson@google.com
· 13 years ago
02b1ea2
Add comparison and assignment operators to GrSamplerState.
by tomhudson@google.com
· 13 years ago
07eecdc
Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
by tomhudson@google.com
· 13 years ago
05054f1
Erode and dilate image filter effects, CPU and GPU implementations.
by senorblanco@chromium.org
· 13 years ago
aa814fe
Access sampler matrices directly, cleanup GrSamplerState::reset()s
by bsalomon@google.com
· 13 years ago
1e266f8
Remove GrDrawState::setSampler, use direct access to sampler
by bsalomon@google.com
· 13 years ago
1fadb20
Remove static initiazled gClampNearest in gpu backend
by bsalomon@google.com
· 13 years ago
9791291
Prep for GrDrawState as a class Part 2
by bsalomon@google.com
· 13 years ago
e7160bf
Fix convert to bool warning in VS http://codereview.appspot.com/5371051/
by bsalomon@google.com
· 13 years ago
62b0968
Speed up GrDrawState handling.
by tomhudson@google.com
· 13 years ago
0a97be2
When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with GL_BGRA
by bsalomon@google.com
· 13 years ago
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 13 years ago
[Renamed from gpu/include/GrSamplerState.h]
1f221a7
More prep work in Gr for landing AA hairline renderer.
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
027de5f
GPU-based Gaussian blur.
by senorblanco@chromium.org
· 13 years ago
22c5dea
Fix div by zero in GPU degenerate radials (and add sample and gm baselines)
by bsalomon@google.com
· 13 years ago
6aab8e3
Initialize members to satisfy coverity.
by bsalomon@google.com
· 14 years ago
64cc579
The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on
by senorblanco@chromium.org
· 14 years ago
6acc9b3
Fixed color bleeding issue when drawing a sub region of a bitmap with filtering enabled.
by junov@google.com
· 14 years ago
6aef1fb
Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa.
by bsalomon@google.com
· 14 years ago
c6cf723
Hide alloc size vs content size below API
by bsalomon@google.com
· 14 years ago
5782d71
Rev the GrContext interface. Context has draw* functions that take a new GrPaint object. Removed many of the lower-level GrGpu function call-throughs on context.
by bsalomon@google.com
· 14 years ago
8531c1c
Towards issue #106
by bsalomon@google.com
· 14 years ago
ac10a2d
add gpu backend (not hooked up yet)
by reed@google.com
· 14 years ago