aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGpuGL.cpp
Commit message (Expand)AuthorAge
* Addressed xcode analysis complaintsGravatar robertphillips@google.com2012-09-24
* Move GrTextureParams from GrSamplerState to GrTextureAccessGravatar bsalomon@google.com2012-09-18
* Add GrColor to RGBA float helper funcGravatar bsalomon@google.com2012-09-17
* Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...Gravatar bsalomon@google.com2012-09-11
* Removed old resource locking systemGravatar robertphillips@google.com2012-09-09
* Remove extraneous const qualifier.Gravatar bsalomon@google.com2012-09-07
* Resource cache now explicitly takes ref of managed resourcesGravatar robertphillips@google.com2012-09-05
* Shut up some Mac (xcode 3) warningsGravatar bsalomon@google.com2012-09-05
* Simplified stencil buffer cachingGravatar robertphillips@google.com2012-09-05
* Hide GrDrawTarget::Caps's member varsGravatar bsalomon@google.com2012-08-28
* Do premul and r/b swap conversions in a custom effectGravatar bsalomon@google.com2012-08-27
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Remove _UPM_ GrPixelConfigsGravatar bsalomon@google.com2012-08-20
* Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...Gravatar robertphillips@google.com2012-08-16
* Split cache-specific fields out of GrTextureDescGravatar robertphillips@google.com2012-08-13
* Make 0-texture GrCustomStages work.Gravatar bsalomon@google.com2012-07-31
* Remove GrDrawState::setTexture/getTextureGravatar bsalomon@google.com2012-07-30
* Move filter/wrap out of GrSamplerState into GrTextureParamsGravatar bsalomon@google.com2012-07-25
* Remove GrGLProgram::CachedData, make GrGLProgram represent the programGravatar bsalomon@google.com2012-07-16
* Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...Gravatar tomhudson@google.com2012-07-13
* Introduces new SingleTextureEffect base class for GrCustomStage objects.Gravatar tomhudson@google.com2012-07-12
* Fix linux warningsGravatar bsalomon@google.com2012-07-11
* Don't call glTexSubImage2D w/ indexed texture format on desktop GLGravatar bsalomon@google.com2012-07-10
* Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.Gravatar tomhudson@google.com2012-07-09
* Fix bug in calling NV DeletePathsGravatar bsalomon@google.com2012-07-09
* Reworked gradient shader to no longer explicitly set gl_FragColor or return p...Gravatar rileya@google.com2012-07-03
* Temporary checkin to debug Linux bot issue.Gravatar rileya@google.com2012-07-03
* Fix some NV path rendering issues with perspective and inverse pathsGravatar bsalomon@google.com2012-06-29
* Initial support for GL_NV_path_renering. Experimental, there are still some i...Gravatar bsalomon@google.com2012-06-28
* Add header needed to use the SWAP_PER_DRAW debug facility on windows.Gravatar bsalomon@google.com2012-06-25
* Revert #if 0ed out code accidentally committed as part of r4299.Gravatar bsalomon@google.com2012-06-22
* Minor GrStencilSettings cleanupGravatar bsalomon@google.com2012-06-22
* Altered GrDrawState to always ref texture and render targetGravatar robertphillips@google.com2012-06-22
* Make GrClipMaskManager configure the stencil and scissor on GrGpuGravatar bsalomon@google.com2012-06-21
* Store clip mask location in GrClipMaskManager as a enum rather than two boolsGravatar bsalomon@google.com2012-06-18
* fix gl error of 'invalid enum' from GL_COLOR_TABLEGravatar bsalomon@google.com2012-06-18
* Suppress annoying printf in GM when MSAA is not supported.Gravatar bsalomon@google.com2012-06-15
* Towards NV path renderingGravatar bsalomon@google.com2012-06-11
* Move clientID into texture descGravatar robertphillips@google.com2012-06-07
* Search and replace change. Some Gr enum value names didn't have a "Gr" in the...Gravatar bsalomon@google.com2012-06-06
* Remove gpu stats trackingGravatar bsalomon@google.com2012-06-06
* fix warnings on Mac in src/gpu and include/gpuGravatar caryclark@google.com2012-06-06
* Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...Gravatar bsalomon@google.com2012-06-05
* Move stuff from protected to private in GrGpuGLGravatar bsalomon@google.com2012-06-05
* remove 4x4 downsample filter modeGravatar bsalomon@google.com2012-06-04
* Break up GrGpuGL::flushGLCommonStateGravatar bsalomon@google.com2012-06-04
* move texture flush and param update to separate functionGravatar bsalomon@google.com2012-06-04
* Revert r4134 due to bot failuresGravatar bsalomon@google.com2012-06-04
* Move GrGpuGL::programUnitTest into its own fileGravatar bsalomon@google.com2012-06-04
* Move texture descriptor into GrTextureGravatar robertphillips@google.com2012-06-04