aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private/GrTypesPriv.h
Commit message (Expand)AuthorAge
* Re-enable CCPR now that clipping is fixedGravatar Chris Dalton2017-12-13
* Fix tautological compare in GrSurfaceProxy.cppGravatar Hans Wennborg2017-12-09
* Add gray_8_as_lum and _as_red private grpixelconfigsGravatar Greg Daniel2017-12-07
* Make GrGLSLPrimitiveProcessor::emitTransforms take local coords as GrShaderVar.Gravatar Brian Salomon2017-12-07
* Add "lazy" texture proxiesGravatar Chris Dalton2017-11-30
* Cleanup yes/no enums in GaneshGravatar Chris Dalton2017-11-27
* Revert "Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs fo...Gravatar Greg Daniel2017-11-18
* Revert "Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_...Gravatar Brian Osman2017-11-17
* Revert "Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and al...Gravatar Greg Daniel2017-11-17
* Reland "Fix precision caps and rrect/ellipse effect precisions"Gravatar Chris Dalton2017-11-16
* Revert "Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half"""Gravatar Greg Daniel2017-11-16
* Revert "Revert "Add private grpixelconfigs for alpha_8 and alpha_half""Gravatar Greg Daniel2017-11-16
* Revert "Fix precision caps and rrect/ellipse effect precisions"Gravatar Brian Osman2017-11-16
* Fix precision caps and rrect/ellipse effect precisionsGravatar Chris Dalton2017-11-16
* Revert "Add private grpixelconfigs for alpha_8 and alpha_half"Gravatar Greg Daniel2017-11-15
* Remove support for image load/storeGravatar Brian Salomon2017-11-15
* Add private grpixelconfigs for alpha_8 and alpha_halfGravatar Greg Daniel2017-11-15
* Move static helper functions for GrPixelConfig to private.Gravatar Greg Daniel2017-11-14
* sksl enum supportGravatar Ethan Nicholas2017-11-13
* switched GrClipEdge to an enum classGravatar Ethan Nicholas2017-11-10
* renamed GrPrimitiveEdgeType / GrProcessorEdgeType to GrClipEdgeTypeGravatar Ethan Nicholas2017-11-09
* Disable CCPR while we sort out clippingGravatar Chris Dalton2017-11-06
* CCPR: use 16-bit ints for the atlas offset attribGravatar Chris Dalton2017-10-25
* Add vector GrSLTypes for shortsGravatar Chris Dalton2017-10-25
* Revert "Add vector GrSLTypes for shorts"Gravatar Chris Dalton2017-10-24
* Add vector GrSLTypes for shortsGravatar Chris Dalton2017-10-24
* Enable CCPR for volatile pathsGravatar Chris Dalton2017-10-17
* Use enum to track MipMapsStatus throughout Texture creationGravatar Greg Daniel2017-10-12
* Revert "Enable coverage counting path rendering except on Android framework"Gravatar Chris Dalton2017-10-09
* Enable coverage counting path rendering except on Android frameworkGravatar Chris Dalton2017-10-07
* Revert "Enable coverage counting path rendering on non-Android"Gravatar Jim Van Verth2017-09-29
* Enable coverage counting path rendering on non-AndroidGravatar Chris Dalton2017-09-29
* changed vertex attribute precisions to be actual typesGravatar Ethan Nicholas2017-09-27
* switched SkSL's temporary 'highfloat' type back to 'float'Gravatar Ethan Nicholas2017-09-22
* Use shader based blending to clamp kPlus mode w/F16Gravatar Brian Osman2017-09-20
* re-land of new SkSL precisionsGravatar Ethan Nicholas2017-09-18
* Revert "Revert "Revert "Switched highp float to highfloat and mediump float t...Gravatar Ethan Nicholas2017-09-18
* Revert "Revert "Switched highp float to highfloat and mediump float to half.""Gravatar Ethan Nicholas2017-09-15
* Move several GrContextOptions fields behind GR_TEST_UTILSGravatar Brian Osman2017-08-30
* Store discard request on the opList and remove GrDiscardOp (take 3)Gravatar Robert Phillips2017-08-29
* Revert "Store discard request on the opList and remove GrDiscardOp (take 2)"Gravatar Robert Phillips2017-08-25
* Store discard request on the opList and remove GrDiscardOp (take 2)Gravatar Robert Phillips2017-08-25
* Switch atlas clients over to using absolute texture coordinates (take 2)Gravatar Robert Phillips2017-08-25
* Revert "Switch atlas clients over to using absolute texture coordinates"Gravatar Robert Phillips2017-08-24
* Switch atlas clients over to using absolute texture coordinatesGravatar Robert Phillips2017-08-24
* Revert "Switched highp float to highfloat and mediump float to half."Gravatar Brian Salomon2017-08-17
* Remove SkFAIL.Gravatar Ben Wagner2017-08-17
* Switched highp float to highfloat and mediump float to half.Gravatar Ethan Nicholas2017-08-16
* Replace SkFAIL with SK_ABORT.Gravatar Ben Wagner2017-08-16
* Make GrFragmentProcessor be non-refcounted and use std::unique_ptr.Gravatar Brian Salomon2017-08-11