blob: 2fe56a3d3431157151514a35495ad19e2b8cf3cc [file] [log] [blame]
tomhudson@google.com93813632011-10-27 20:21:16 +00001/*
2 * Copyright 2011 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef GrDrawState_DEFINED
9#define GrDrawState_DEFINED
10
commit-bot@chromium.org24ab3b02013-08-14 21:56:37 +000011#include "GrBlend.h"
bsalomon2a9ca782014-09-05 14:27:43 -070012#include "GrProgramResource.h"
13#include "GrRODrawState.h"
bsalomon@google.com68b58c92013-01-17 16:50:08 +000014#include "effects/GrSimpleTextureEffect.h"
tomhudson@google.com93813632011-10-27 20:21:16 +000015
egdaniel21aed572014-08-26 12:24:06 -070016/**
17 * Modifiable subclass derived from GrRODrawState. The majority of the data that represents a draw
18 * state is stored in the parent class. GrDrawState contains methods for setting, adding to, etc.
19 * various data members of the draw state. This class is used to configure the state used when
20 * issuing draws via GrDrawTarget.
21 */
22class GrDrawState : public GrRODrawState {
bsalomon@google.com2e3d1442012-03-26 20:33:54 +000023public:
reed@google.comfa35e3d2012-06-26 20:16:17 +000024 SK_DECLARE_INST_COUNT(GrDrawState)
rmistry@google.comd6176b02012-08-23 18:14:13 +000025
bsalomon@google.comeb6879f2013-06-13 19:34:18 +000026 GrDrawState() {
commit-bot@chromium.org1acc3d72013-09-06 23:13:05 +000027 SkDEBUGCODE(fBlockEffectRemovalCnt = 0;)
bsalomon@google.comeb6879f2013-06-13 19:34:18 +000028 this->reset();
29 }
tomhudson@google.com93813632011-10-27 20:21:16 +000030
bsalomon@google.comeb6879f2013-06-13 19:34:18 +000031 GrDrawState(const SkMatrix& initialViewMatrix) {
commit-bot@chromium.org1acc3d72013-09-06 23:13:05 +000032 SkDEBUGCODE(fBlockEffectRemovalCnt = 0;)
bsalomon@google.comeb6879f2013-06-13 19:34:18 +000033 this->reset(initialViewMatrix);
34 }
bsalomon@google.com137f1342013-05-29 21:27:53 +000035
36 /**
37 * Copies another draw state.
38 **/
commit-bot@chromium.orgfaa5ae42013-07-23 11:13:56 +000039 GrDrawState(const GrDrawState& state) : INHERITED() {
commit-bot@chromium.org1acc3d72013-09-06 23:13:05 +000040 SkDEBUGCODE(fBlockEffectRemovalCnt = 0;)
bsalomon@google.com46f7afb2012-01-18 19:51:55 +000041 *this = state;
42 }
43
bsalomon@google.com137f1342013-05-29 21:27:53 +000044 /**
45 * Copies another draw state with a preconcat to the view matrix.
46 **/
bsalomon8f727332014-08-05 07:50:06 -070047 GrDrawState(const GrDrawState& state, const SkMatrix& preConcatMatrix);
robertphillips@google.com9ec07532012-06-22 12:01:30 +000048
tfarina@chromium.orgf6de4752013-08-17 00:02:59 +000049 virtual ~GrDrawState() { SkASSERT(0 == fBlockEffectRemovalCnt); }
bsalomon@google.com137f1342013-05-29 21:27:53 +000050
bsalomon@google.com52a5dcb2012-01-17 16:01:37 +000051 /**
bsalomon@google.com137f1342013-05-29 21:27:53 +000052 * Resets to the default state. GrEffects will be removed from all stages.
rmistry@google.comd6176b02012-08-23 18:14:13 +000053 */
bsalomon@google.com137f1342013-05-29 21:27:53 +000054 void reset() { this->onReset(NULL); }
robertphillips@google.com9ec07532012-06-22 12:01:30 +000055
bsalomon@google.com137f1342013-05-29 21:27:53 +000056 void reset(const SkMatrix& initialViewMatrix) { this->onReset(&initialViewMatrix); }
bsalomon@google.comaf84e742012-10-05 13:23:24 +000057
58 /**
commit-bot@chromium.orgbb6a3172013-05-28 17:25:49 +000059 * Initializes the GrDrawState based on a GrPaint, view matrix and render target. Note that
60 * GrDrawState encompasses more than GrPaint. Aspects of GrDrawState that have no GrPaint
bsalomon9c0822a2014-08-11 11:07:48 -070061 * equivalents are set to default values with the exception of vertex attribute state which
62 * is unmodified by this function and clipping which will be enabled.
bsalomon@google.comaf84e742012-10-05 13:23:24 +000063 */
commit-bot@chromium.orgbb6a3172013-05-28 17:25:49 +000064 void setFromPaint(const GrPaint& , const SkMatrix& viewMatrix, GrRenderTarget*);
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +000065
66 ///////////////////////////////////////////////////////////////////////////
jvanverth@google.com9b855c72013-03-01 18:21:22 +000067 /// @name Vertex Attributes
jvanverth@google.comcc782382013-01-28 20:39:48 +000068 ////
69
jvanverth@google.com9b855c72013-03-01 18:21:22 +000070 /**
jvanverth@google.com054ae992013-04-01 20:06:51 +000071 * The format of vertices is represented as an array of GrVertexAttribs, with each representing
72 * the type of the attribute, its offset, and semantic binding (see GrVertexAttrib in
73 * GrTypesPriv.h).
jvanverth@google.comb8b705b2013-02-28 16:28:34 +000074 *
jvanverth@google.com054ae992013-04-01 20:06:51 +000075 * The mapping of attributes with kEffect bindings to GrEffect inputs is specified when
76 * setEffect is called.
jvanverth@google.comb8b705b2013-02-28 16:28:34 +000077 */
jvanverth@google.comb75b0a02013-02-05 20:33:30 +000078
jvanverth@google.com9b855c72013-03-01 18:21:22 +000079 /**
robertphillips@google.com42903302013-04-20 12:26:07 +000080 * Sets vertex attributes for next draw. The object driving the templatization
81 * should be a global GrVertexAttrib array that is never changed.
egdaniel7b3d5ee2014-08-28 05:41:14 -070082 *
83 * @param count the number of attributes being set, limited to kMaxVertexAttribCnt.
84 * @param stride the number of bytes between successive vertex data.
jvanverth@google.com9b855c72013-03-01 18:21:22 +000085 */
egdaniel7b3d5ee2014-08-28 05:41:14 -070086 template <const GrVertexAttrib A[]> void setVertexAttribs(int count, size_t stride) {
87 this->internalSetVertexAttribs(A, count, stride);
robertphillips@google.com42903302013-04-20 12:26:07 +000088 }
jvanverth@google.comb8b705b2013-02-28 16:28:34 +000089
jvanverth@google.com9b855c72013-03-01 18:21:22 +000090 /**
jvanverth@google.com054ae992013-04-01 20:06:51 +000091 * Sets default vertex attributes for next draw. The default is a single attribute:
92 * {kVec2f_GrVertexAttribType, 0, kPosition_GrVertexAttribType}
jvanverth@google.com9b855c72013-03-01 18:21:22 +000093 */
94 void setDefaultVertexAttribs();
jvanverth@google.comb75b0a02013-02-05 20:33:30 +000095
jvanverth@google.com054ae992013-04-01 20:06:51 +000096 /**
bsalomon@google.com0406b9e2013-04-02 21:00:15 +000097 * Helper to save/restore vertex attribs
98 */
99 class AutoVertexAttribRestore {
100 public:
bsalomon8f727332014-08-05 07:50:06 -0700101 AutoVertexAttribRestore(GrDrawState* drawState);
bsalomon@google.com0406b9e2013-04-02 21:00:15 +0000102
egdaniel7b3d5ee2014-08-28 05:41:14 -0700103 ~AutoVertexAttribRestore() { fDrawState->internalSetVertexAttribs(fVAPtr, fVACount, fVAStride); }
bsalomon@google.com0406b9e2013-04-02 21:00:15 +0000104
105 private:
robertphillips@google.com42903302013-04-20 12:26:07 +0000106 GrDrawState* fDrawState;
107 const GrVertexAttrib* fVAPtr;
108 int fVACount;
egdaniel7b3d5ee2014-08-28 05:41:14 -0700109 size_t fVAStride;
bsalomon@google.com0406b9e2013-04-02 21:00:15 +0000110 };
111
jvanverth@google.com9b855c72013-03-01 18:21:22 +0000112 /// @}
113
jvanverth@google.com9b855c72013-03-01 18:21:22 +0000114 /**
bsalomon62c447d2014-08-08 08:08:50 -0700115 * Depending on features available in the underlying 3D API and the color blend mode requested
116 * it may or may not be possible to correctly blend with fractional pixel coverage generated by
117 * the fragment shader.
118 *
119 * This function considers the current draw state and the draw target's capabilities to
120 * determine whether coverage can be handled correctly. This function assumes that the caller
121 * intends to specify fractional pixel coverage (via setCoverage(), through a coverage vertex
122 * attribute, or a coverage effect) but may not have specified it yet.
123 */
124 bool couldApplyCoverage(const GrDrawTargetCaps& caps) const;
125
jvanverth@google.comcc782382013-01-28 20:39:48 +0000126 /// @}
127
128 ///////////////////////////////////////////////////////////////////////////
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000129 /// @name Color
130 ////
131
132 /**
133 * Sets color for next draw to a premultiplied-alpha color.
134 *
135 * @param color the color to set.
136 */
egdaniel9514d242014-07-18 06:15:43 -0700137 void setColor(GrColor color) {
138 fColor = color;
139 this->invalidateBlendOptFlags();
140 }
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000141
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000142 /**
143 * Sets the color to be used for the next draw to be
144 * (r,g,b,a) = (alpha, alpha, alpha, alpha).
145 *
146 * @param alpha The alpha value to set as the color.
147 */
bsalomon62c447d2014-08-08 08:08:50 -0700148 void setAlpha(uint8_t a) { this->setColor((a << 24) | (a << 16) | (a << 8) | a); }
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000149
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000150 /// @}
151
152 ///////////////////////////////////////////////////////////////////////////
bsalomon@google.com2401ae82012-01-17 21:03:05 +0000153 /// @name Coverage
154 ////
155
156 /**
rmistry@google.comd6176b02012-08-23 18:14:13 +0000157 * Sets a constant fractional coverage to be applied to the draw. The
bsalomon@google.com2401ae82012-01-17 21:03:05 +0000158 * initial value (after construction or reset()) is 0xff. The constant
159 * coverage is ignored when per-vertex coverage is provided.
160 */
161 void setCoverage(uint8_t coverage) {
egdaniel8cbf3d52014-08-21 06:27:22 -0700162 fCoverage = coverage;
egdaniel9514d242014-07-18 06:15:43 -0700163 this->invalidateBlendOptFlags();
bsalomon@google.com2401ae82012-01-17 21:03:05 +0000164 }
165
bsalomon@google.com2401ae82012-01-17 21:03:05 +0000166 /// @}
167
joshualittbd769d02014-09-04 08:56:46 -0700168 /**
169 * The geometry processor is the sole element of the skia pipeline which can use the vertex,
170 * geometry, and tesselation shaders. The GP may also compute a coverage in its fragment shader
171 * but is never put in the color processing pipeline.
172 */
173
174 const GrEffect* setGeometryProcessor(const GrEffect* effect, int attr0 = -1, int attr1 = -1) {
bsalomon49f085d2014-09-05 13:34:00 -0700175 SkASSERT(effect);
joshualittbd769d02014-09-04 08:56:46 -0700176 SkASSERT(!this->hasGeometryProcessor());
177 fGeometryProcessor.reset(new GrEffectStage(effect, attr0, attr1));
178 this->invalidateBlendOptFlags();
179 return effect;
180 }
181
bsalomon@google.com2401ae82012-01-17 21:03:05 +0000182 ///////////////////////////////////////////////////////////////////////////
bsalomon@google.comadc65362013-01-28 14:26:09 +0000183 /// @name Effect Stages
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000184 /// Each stage hosts a GrEffect. The effect produces an output color or coverage in the fragment
185 /// shader. Its inputs are the output from the previous stage as well as some variables
186 /// available to it in the fragment and vertex shader (e.g. the vertex position, the dst color,
187 /// the fragment position, local coordinates).
188 ///
189 /// The stages are divided into two sets, color-computing and coverage-computing. The final
190 /// color stage produces the final pixel color. The coverage-computing stages function exactly
191 /// as the color-computing but the output of the final coverage stage is treated as a fractional
192 /// pixel coverage rather than as input to the src/dst color blend step.
193 ///
194 /// The input color to the first color-stage is either the constant color or interpolated
195 /// per-vertex colors. The input to the first coverage stage is either a constant coverage
196 /// (usually full-coverage) or interpolated per-vertex coverage.
197 ///
198 /// See the documentation of kCoverageDrawing_StateBit for information about disabling the
199 /// the color / coverage distinction.
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000200 ////
201
bsalomon97b9ab72014-07-08 06:52:35 -0700202 const GrEffect* addColorEffect(const GrEffect* effect, int attr0 = -1, int attr1 = -1) {
bsalomon49f085d2014-09-05 13:34:00 -0700203 SkASSERT(effect);
egdaniel8cbf3d52014-08-21 06:27:22 -0700204 SkNEW_APPEND_TO_TARRAY(&fColorStages, GrEffectStage, (effect, attr0, attr1));
egdaniel9514d242014-07-18 06:15:43 -0700205 this->invalidateBlendOptFlags();
jvanverth@google.com65eb4d52013-03-19 18:51:02 +0000206 return effect;
207 }
skia.committer@gmail.com01c34ee2013-03-20 07:01:02 +0000208
bsalomon97b9ab72014-07-08 06:52:35 -0700209 const GrEffect* addCoverageEffect(const GrEffect* effect, int attr0 = -1, int attr1 = -1) {
bsalomon49f085d2014-09-05 13:34:00 -0700210 SkASSERT(effect);
egdaniel8cbf3d52014-08-21 06:27:22 -0700211 SkNEW_APPEND_TO_TARRAY(&fCoverageStages, GrEffectStage, (effect, attr0, attr1));
egdaniel9514d242014-07-18 06:15:43 -0700212 this->invalidateBlendOptFlags();
bsalomon@google.comadc65362013-01-28 14:26:09 +0000213 return effect;
214 }
215
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000216 /**
bsalomon@google.comc7818882013-03-20 19:19:53 +0000217 * Creates a GrSimpleTextureEffect that uses local coords as texture coordinates.
tomhudson@google.com1e8f0162012-07-20 16:25:18 +0000218 */
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000219 void addColorTextureEffect(GrTexture* texture, const SkMatrix& matrix) {
bsalomon97b9ab72014-07-08 06:52:35 -0700220 this->addColorEffect(GrSimpleTextureEffect::Create(texture, matrix))->unref();
bsalomon@google.comdfdb7e52012-10-16 15:19:45 +0000221 }
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000222
223 void addCoverageTextureEffect(GrTexture* texture, const SkMatrix& matrix) {
bsalomon97b9ab72014-07-08 06:52:35 -0700224 this->addCoverageEffect(GrSimpleTextureEffect::Create(texture, matrix))->unref();
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000225 }
226
227 void addColorTextureEffect(GrTexture* texture,
228 const SkMatrix& matrix,
229 const GrTextureParams& params) {
bsalomon97b9ab72014-07-08 06:52:35 -0700230 this->addColorEffect(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
bsalomon@google.com1ce49fc2012-09-18 14:14:49 +0000231 }
232
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000233 void addCoverageTextureEffect(GrTexture* texture,
234 const SkMatrix& matrix,
235 const GrTextureParams& params) {
bsalomon97b9ab72014-07-08 06:52:35 -0700236 this->addCoverageEffect(GrSimpleTextureEffect::Create(texture, matrix, params))->unref();
commit-bot@chromium.orgff6ea262013-03-12 12:26:08 +0000237 }
tomhudson@google.com676e6602012-07-10 17:21:48 +0000238
robertphillips@google.com972265d2012-06-13 18:49:30 +0000239 /**
bsalomon9b536522014-09-05 09:18:51 -0700240 * When this object is destroyed it will remove any color/coverage effects from the draw state
241 * that were added after its constructor.
242 *
243 * This class has strange behavior around geometry processor. If there is a GP on the draw state
244 * it will assert that the GP is not modified until after the destructor of the ARE. If the
245 * draw state has a NULL GP when the ARE is constructed then it will reset it to null in the
246 * destructor.
247 *
248 * TODO: We'd prefer for the ARE to just save and restore the GP. However, this would add
249 * significant complexity to the multi-ref architecture for deferred drawing. Once GrDrawState
250 * and GrOptDrawState are fully separated then GrDrawState will never be in the deferred
251 * execution state and GrOptDrawState always will be (and will be immutable and therefore
252 * unable to have an ARE). At this point we can restore sanity and have the ARE save and restore
253 * the GP.
robertphillips@google.com972265d2012-06-13 18:49:30 +0000254 */
commit-bot@chromium.orga0b40282013-09-18 13:00:55 +0000255 class AutoRestoreEffects : public ::SkNoncopyable {
robertphillips@google.com972265d2012-06-13 18:49:30 +0000256 public:
bsalomon9b536522014-09-05 09:18:51 -0700257 AutoRestoreEffects()
258 : fDrawState(NULL)
bsalomon52e9d632014-09-05 12:23:12 -0700259 , fOriginalGPID(SK_InvalidUniqueID)
bsalomon9b536522014-09-05 09:18:51 -0700260 , fColorEffectCnt(0)
261 , fCoverageEffectCnt(0) {}
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000262
bsalomon9b536522014-09-05 09:18:51 -0700263 AutoRestoreEffects(GrDrawState* ds)
264 : fDrawState(NULL)
bsalomon52e9d632014-09-05 12:23:12 -0700265 , fOriginalGPID(SK_InvalidUniqueID)
bsalomon9b536522014-09-05 09:18:51 -0700266 , fColorEffectCnt(0)
267 , fCoverageEffectCnt(0) {
skia.committer@gmail.com5c493d52013-06-14 07:00:49 +0000268 this->set(ds);
robertphillips@google.comf09b87d2013-06-13 20:06:44 +0000269 }
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000270
271 ~AutoRestoreEffects() { this->set(NULL); }
272
bsalomon8f727332014-08-05 07:50:06 -0700273 void set(GrDrawState* ds);
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000274
bsalomon49f085d2014-09-05 13:34:00 -0700275 bool isSet() const { return SkToBool(fDrawState); }
bsalomon8af05232014-06-03 06:34:58 -0700276
robertphillips@google.com972265d2012-06-13 18:49:30 +0000277 private:
bsalomon9b536522014-09-05 09:18:51 -0700278 GrDrawState* fDrawState;
bsalomon52e9d632014-09-05 12:23:12 -0700279 uint32_t fOriginalGPID;
bsalomon9b536522014-09-05 09:18:51 -0700280 int fColorEffectCnt;
281 int fCoverageEffectCnt;
robertphillips@google.com972265d2012-06-13 18:49:30 +0000282 };
283
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000284 /// @}
285
286 ///////////////////////////////////////////////////////////////////////////
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000287 /// @name Blending
288 ////
289
290 /**
bsalomon@google.com1e269b52012-10-15 14:25:31 +0000291 * Sets the blending function coefficients.
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000292 *
293 * The blend function will be:
294 * D' = sat(S*srcCoef + D*dstCoef)
295 *
296 * where D is the existing destination color, S is the incoming source
297 * color, and D' is the new destination color that will be written. sat()
298 * is the saturation function.
299 *
bsalomon@google.com1e269b52012-10-15 14:25:31 +0000300 * @param srcCoef coefficient applied to the src color.
301 * @param dstCoef coefficient applied to the dst color.
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000302 */
303 void setBlendFunc(GrBlendCoeff srcCoeff, GrBlendCoeff dstCoeff) {
egdaniel8cbf3d52014-08-21 06:27:22 -0700304 fSrcBlend = srcCoeff;
305 fDstBlend = dstCoeff;
egdaniel9514d242014-07-18 06:15:43 -0700306 this->invalidateBlendOptFlags();
commit-bot@chromium.org515dcd32013-08-28 14:17:03 +0000307 #ifdef SK_DEBUG
commit-bot@chromium.org24ab3b02013-08-14 21:56:37 +0000308 if (GrBlendCoeffRefsDst(dstCoeff)) {
309 GrPrintf("Unexpected dst blend coeff. Won't work correctly with coverage stages.\n");
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000310 }
commit-bot@chromium.org24ab3b02013-08-14 21:56:37 +0000311 if (GrBlendCoeffRefsSrc(srcCoeff)) {
312 GrPrintf("Unexpected src blend coeff. Won't work correctly with coverage stages.\n");
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000313 }
314 #endif
315 }
316
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000317 /**
318 * Sets the blending function constant referenced by the following blending
bsalomon@google.com1e269b52012-10-15 14:25:31 +0000319 * coefficients:
bsalomon@google.com47059542012-06-06 20:51:20 +0000320 * kConstC_GrBlendCoeff
321 * kIConstC_GrBlendCoeff
322 * kConstA_GrBlendCoeff
323 * kIConstA_GrBlendCoeff
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000324 *
325 * @param constant the constant to set
326 */
egdaniel9514d242014-07-18 06:15:43 -0700327 void setBlendConstant(GrColor constant) {
328 fBlendConstant = constant;
329 this->invalidateBlendOptFlags();
330 }
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000331
332 /**
bsalomon@google.com2b446732013-02-12 16:47:41 +0000333 * Determines what optimizations can be applied based on the blend. The coefficients may have
334 * to be tweaked in order for the optimization to work. srcCoeff and dstCoeff are optional
335 * params that receive the tweaked coefficients. Normally the function looks at the current
336 * state to see if coverage is enabled. By setting forceCoverage the caller can speculatively
337 * determine the blend optimizations that would be used if there was partial pixel coverage.
338 *
339 * Subclasses of GrDrawTarget that actually draw (as opposed to those that just buffer for
340 * playback) must call this function and respect the flags that replace the output color.
egdaniel9514d242014-07-18 06:15:43 -0700341 *
342 * If the cached BlendOptFlags does not have the invalidate bit set, then getBlendOpts will
343 * simply returned the cached flags and coefficients. Otherwise it will calculate the values.
bsalomon@google.com2b446732013-02-12 16:47:41 +0000344 */
345 BlendOptFlags getBlendOpts(bool forceCoverage = false,
346 GrBlendCoeff* srcCoeff = NULL,
347 GrBlendCoeff* dstCoeff = NULL) const;
348
egdaniel21aed572014-08-26 12:24:06 -0700349 /**
350 * We don't use suplied vertex color attributes if our blend mode is EmitCoverage or
351 * EmitTransBlack
352 */
353 bool canIgnoreColorAttribute() const;
354
355
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000356 /// @}
357
358 ///////////////////////////////////////////////////////////////////////////
359 /// @name View Matrix
360 ////
361
362 /**
bsalomon@google.com137f1342013-05-29 21:27:53 +0000363 * Sets the view matrix to identity and updates any installed effects to compensate for the
364 * coord system change.
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000365 */
bsalomon@google.com137f1342013-05-29 21:27:53 +0000366 bool setIdentityViewMatrix();
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000367
bsalomon@google.com5b3e8902012-10-05 20:13:28 +0000368 ////////////////////////////////////////////////////////////////////////////
369
370 /**
bsalomon@google.com2fdcdeb2012-10-08 17:15:55 +0000371 * Preconcats the current view matrix and restores the previous view matrix in the destructor.
bsalomon@google.com137f1342013-05-29 21:27:53 +0000372 * Effect matrices are automatically adjusted to compensate and adjusted back in the destructor.
bsalomon@google.com5b3e8902012-10-05 20:13:28 +0000373 */
commit-bot@chromium.orga0b40282013-09-18 13:00:55 +0000374 class AutoViewMatrixRestore : public ::SkNoncopyable {
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000375 public:
376 AutoViewMatrixRestore() : fDrawState(NULL) {}
bsalomon@google.com2fdcdeb2012-10-08 17:15:55 +0000377
bsalomon@google.comc7818882013-03-20 19:19:53 +0000378 AutoViewMatrixRestore(GrDrawState* ds, const SkMatrix& preconcatMatrix) {
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000379 fDrawState = NULL;
bsalomon@google.comc7818882013-03-20 19:19:53 +0000380 this->set(ds, preconcatMatrix);
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000381 }
bsalomon@google.com2fdcdeb2012-10-08 17:15:55 +0000382
383 ~AutoViewMatrixRestore() { this->restore(); }
384
bsalomon@google.coma8347462012-10-08 18:59:39 +0000385 /**
386 * Can be called prior to destructor to restore the original matrix.
387 */
bsalomon@google.com2fdcdeb2012-10-08 17:15:55 +0000388 void restore();
skia.committer@gmail.comf467ce72012-10-09 02:01:37 +0000389
bsalomon@google.comc7818882013-03-20 19:19:53 +0000390 void set(GrDrawState* drawState, const SkMatrix& preconcatMatrix);
bsalomon@google.com2fdcdeb2012-10-08 17:15:55 +0000391
bsalomon@google.com137f1342013-05-29 21:27:53 +0000392 /** Sets the draw state's matrix to identity. This can fail because the current view matrix
393 is not invertible. */
394 bool setIdentity(GrDrawState* drawState);
bsalomon@google.com2fdcdeb2012-10-08 17:15:55 +0000395
bsalomon@google.com5b3e8902012-10-05 20:13:28 +0000396 private:
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000397 void doEffectCoordChanges(const SkMatrix& coordChangeMatrix);
398
399 GrDrawState* fDrawState;
400 SkMatrix fViewMatrix;
401 int fNumColorStages;
joshualittbd769d02014-09-04 08:56:46 -0700402 bool fHasGeometryProcessor;
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000403 SkAutoSTArray<8, GrEffectStage::SavedCoordChange> fSavedCoordChanges;
bsalomon@google.com5b3e8902012-10-05 20:13:28 +0000404 };
405
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000406 /// @}
407
408 ///////////////////////////////////////////////////////////////////////////
409 /// @name Render Target
410 ////
411
412 /**
bsalomon@google.comca432082013-01-23 19:53:46 +0000413 * Sets the render-target used at the next drawing call
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000414 *
415 * @param target The render target to set.
416 */
bsalomon2a9ca782014-09-05 14:27:43 -0700417 void setRenderTarget(GrRenderTarget* target) {
418 fRenderTarget.setResource(SkSafeRef(target), GrProgramResource::kWrite_IOType);
419 }
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000420
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000421 /// @}
422
423 ///////////////////////////////////////////////////////////////////////////
424 /// @name Stencil
425 ////
426
427 /**
428 * Sets the stencil settings to use for the next draw.
429 * Changing the clip has the side-effect of possibly zeroing
430 * out the client settable stencil bits. So multipass algorithms
431 * using stencil should not change the clip between passes.
432 * @param settings the stencil settings to use.
433 */
434 void setStencil(const GrStencilSettings& settings) {
bsalomon2ed5ef82014-07-07 08:44:05 -0700435 fStencilSettings = settings;
egdaniel9514d242014-07-18 06:15:43 -0700436 this->invalidateBlendOptFlags();
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000437 }
438
439 /**
440 * Shortcut to disable stencil testing and ops.
441 */
442 void disableStencil() {
bsalomon2ed5ef82014-07-07 08:44:05 -0700443 fStencilSettings.setDisabled();
egdaniel9514d242014-07-18 06:15:43 -0700444 this->invalidateBlendOptFlags();
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000445 }
446
bsalomon2ed5ef82014-07-07 08:44:05 -0700447 GrStencilSettings* stencil() { return &fStencilSettings; }
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000448
449 /// @}
450
451 ///////////////////////////////////////////////////////////////////////////
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000452 /// @name State Flags
453 ////
tomhudson@google.com62b09682011-11-09 16:39:17 +0000454
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000455 void resetStateFlags() {
bsalomon2ed5ef82014-07-07 08:44:05 -0700456 fFlagBits = 0;
egdaniel9514d242014-07-18 06:15:43 -0700457 this->invalidateBlendOptFlags();
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000458 }
459
460 /**
461 * Enable render state settings.
462 *
bsalomon@google.com1e269b52012-10-15 14:25:31 +0000463 * @param stateBits bitfield of StateBits specifying the states to enable
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000464 */
465 void enableState(uint32_t stateBits) {
bsalomon2ed5ef82014-07-07 08:44:05 -0700466 fFlagBits |= stateBits;
egdaniel9514d242014-07-18 06:15:43 -0700467 this->invalidateBlendOptFlags();
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000468 }
469
470 /**
471 * Disable render state settings.
472 *
bsalomon@google.com1e269b52012-10-15 14:25:31 +0000473 * @param stateBits bitfield of StateBits specifying the states to disable
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000474 */
475 void disableState(uint32_t stateBits) {
bsalomon2ed5ef82014-07-07 08:44:05 -0700476 fFlagBits &= ~(stateBits);
egdaniel9514d242014-07-18 06:15:43 -0700477 this->invalidateBlendOptFlags();
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000478 }
479
bsalomon@google.comd5d69ff2012-10-04 19:42:00 +0000480 /**
481 * Enable or disable stateBits based on a boolean.
482 *
bsalomon@google.com1e269b52012-10-15 14:25:31 +0000483 * @param stateBits bitfield of StateBits to enable or disable
bsalomon@google.comd5d69ff2012-10-04 19:42:00 +0000484 * @param enable if true enable stateBits, otherwise disable
485 */
486 void setState(uint32_t stateBits, bool enable) {
487 if (enable) {
488 this->enableState(stateBits);
489 } else {
490 this->disableState(stateBits);
491 }
492 }
493
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000494 /// @}
495
496 ///////////////////////////////////////////////////////////////////////////
497 /// @name Face Culling
498 ////
499
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000500 /**
501 * Controls whether clockwise, counterclockwise, or both faces are drawn.
502 * @param face the face(s) to draw.
503 */
504 void setDrawFace(DrawFace face) {
tfarina@chromium.orgf6de4752013-08-17 00:02:59 +0000505 SkASSERT(kInvalid_DrawFace != face);
bsalomon2ed5ef82014-07-07 08:44:05 -0700506 fDrawFace = face;
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000507 }
508
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000509 /// @}
510
511 ///////////////////////////////////////////////////////////////////////////
bsalomon62c447d2014-08-08 08:08:50 -0700512 /// @name Hints
513 /// Hints that when provided can enable optimizations.
514 ////
515
516 enum Hints { kVertexColorsAreOpaque_Hint = 0x1, };
517
518 void setHint(Hints hint, bool value) { fHints = value ? (fHints | hint) : (fHints & ~hint); }
519
520 /// @}
521
522 ///////////////////////////////////////////////////////////////////////////
tomhudson@google.com62b09682011-11-09 16:39:17 +0000523
bsalomon838f62d2014-08-05 07:15:57 -0700524 /** Return type for CombineIfPossible. */
525 enum CombinedState {
526 /** The GrDrawStates cannot be combined. */
527 kIncompatible_CombinedState,
528 /** Either draw state can be used in place of the other. */
529 kAOrB_CombinedState,
530 /** Use the first draw state. */
531 kA_CombinedState,
532 /** Use the second draw state. */
533 kB_CombinedState,
534 };
535
536 /** This function determines whether the GrDrawStates used for two draws can be combined into
537 a single GrDrawState. This is used to avoid storing redundant GrDrawStates and to determine
538 if draws can be batched. The return value indicates whether combining is possible and, if
539 so, which of the two inputs should be used. */
bsalomon62c447d2014-08-08 08:08:50 -0700540 static CombinedState CombineIfPossible(const GrDrawState& a, const GrDrawState& b,
541 const GrDrawTargetCaps& caps);
bsalomon72336ed2014-08-05 07:35:56 -0700542
bsalomon8f727332014-08-05 07:50:06 -0700543 GrDrawState& operator= (const GrDrawState& that);
bsalomon@google.com3d0835b2011-12-08 16:12:03 +0000544
545private:
bsalomon8f727332014-08-05 07:50:06 -0700546 void onReset(const SkMatrix* initialViewMatrix);
bsalomon@google.com137f1342013-05-29 21:27:53 +0000547
egdaniel21aed572014-08-26 12:24:06 -0700548 /**
549 * Determines whether src alpha is guaranteed to be one for all src pixels
550 */
551 bool srcAlphaWillBeOne() const;
552
553 /**
554 * Helper function for getBlendOpts.
555 */
egdaniel9514d242014-07-18 06:15:43 -0700556 BlendOptFlags calcBlendOpts(bool forceCoverage = false,
bsalomon62c447d2014-08-08 08:08:50 -0700557 GrBlendCoeff* srcCoeff = NULL,
558 GrBlendCoeff* dstCoeff = NULL) const;
jvanverth@google.com054ae992013-04-01 20:06:51 +0000559
egdaniel21aed572014-08-26 12:24:06 -0700560 void invalidateBlendOptFlags() {
561 fBlendOptFlags = kInvalid_BlendOptFlag;
562 }
bsalomon62c447d2014-08-08 08:08:50 -0700563
564 uint32_t fHints;
bsalomon2ed5ef82014-07-07 08:44:05 -0700565
bsalomon@google.comeb6879f2013-06-13 19:34:18 +0000566 // Some of the auto restore objects assume that no effects are removed during their lifetime.
567 // This is used to assert that this condition holds.
commit-bot@chromium.org1acc3d72013-09-06 23:13:05 +0000568 SkDEBUGCODE(int fBlockEffectRemovalCnt;)
bsalomon@google.com8f9cbd62011-12-09 15:55:34 +0000569
egdaniel7b3d5ee2014-08-28 05:41:14 -0700570 void internalSetVertexAttribs(const GrVertexAttrib attribs[], int count, size_t stride);
robertphillips@google.com42903302013-04-20 12:26:07 +0000571
egdaniel21aed572014-08-26 12:24:06 -0700572 typedef GrRODrawState INHERITED;
tomhudson@google.com93813632011-10-27 20:21:16 +0000573};
574
575#endif