aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGpuGL.cpp
Commit message (Expand)AuthorAge
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* Gpu blend optimizations, handle more xfer modes with fractional pixel coverageGravatar bsalomon@google.com2011-10-12
* Fix some VS2010 warningsGravatar bsalomon@google.com2011-09-29
* Fix signed/unsigned warning in GLCaps::printGravatar bsalomon@google.com2011-09-23
* Put caps in a struct, move up to GrDrawTargetGravatar bsalomon@google.com2011-09-22
* Cleanup handling of GL versions, fix function namesGravatar bsalomon@google.com2011-09-22
* Make GrGpuGL release its resources before GrGLInterface is released.Gravatar bsalomon@google.com2011-09-16
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* Remove unneeded #defineGravatar bsalomon@google.com2011-09-02
* Add optional per-gl-func client callback.Gravatar bsalomon@google.com2011-09-01
* Fix GPU assumption that clipstack begins with intersect or replace.Gravatar bsalomon@google.com2011-08-29
* Correctly determine whether HW AA lines can be usedGravatar bsalomon@google.com2011-08-23
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Fix some ref leaksGravatar bsalomon@google.com2011-08-09
* fix bug in r2077Gravatar bsalomon@google.com2011-08-09
* Suppress uninit warning.Gravatar bsalomon@google.com2011-08-09
* Use a single stencil buffer for a given width,height,samplecountGravatar bsalomon@google.com2011-08-08
* Make RT & TEX base classes aware of NPOT/min-RT bloated sizeGravatar bsalomon@google.com2011-08-08
* Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use ste...Gravatar bsalomon@google.com2011-08-05
* Fix dumb copy/paste errorGravatar bsalomon@google.com2011-08-05
* Add GrStencilBuffer as a separate resource type from render targetGravatar bsalomon@google.com2011-08-03
* Revert r2026 due to bot failuresGravatar bsalomon@google.com2011-08-02
* Create a separate GrStencilBuffer class apart from GrRenderTarget.Gravatar bsalomon@google.com2011-08-02
* Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits()Gravatar bsalomon@google.com2011-08-01
* Split texture upload out from onCreateTextureGravatar bsalomon@google.com2011-08-01
* cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its...Gravatar bsalomon@google.com2011-07-29
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Reapply r1951.Gravatar bsalomon@google.com2011-07-26
* Revert "Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel...Gravatar vandebo@chromium.org2011-07-26
* Add sizeInBytes to GrResource, make GrRenderTarget aware of its pixel configGravatar bsalomon@google.com2011-07-25
* flip Y in uploads to bottom-up textures (and add gm test)Gravatar bsalomon@google.com2011-07-18
* GPU-based Gaussian blur.Gravatar senorblanco@chromium.org2011-07-08
* Reduce gets of ext string and check validity of stencil format enumsGravatar bsalomon@google.com2011-07-06
* Remove GrAuto*Malloc, replace with SkAuto*MallocGravatar bsalomon@google.com2011-06-30
* Refactor GrDrawTarget vertex/index apiGravatar bsalomon@google.com2011-06-21
* Remember last successful stencil formatGravatar bsalomon@google.com2011-06-17
* Fix self-assignment Gravatar bsalomon@google.com2011-06-17
* Rename GrGLBug to GrGLCapability.Gravatar tomhudson@google.com2011-06-16
* Avoid checking to see if a bool is less than zero.Gravatar tomhudson@google.com2011-06-15
* Set texture dirty flag only when texture has really changedGravatar bsalomon@google.com2011-06-15
* FBO probing at Context startup is very expensive. This patch removes theGravatar tomhudson@google.com2011-06-14
* uint32_t -> int for texture extentsGravatar bsalomon@google.com2011-06-13
* drop extraneous GrPrintfsGravatar reed@google.com2011-06-13
* Consider hw render target limit for offscreen supersample and tileGravatar bsalomon@google.com2011-06-13
* Add dual source blending support for proper blending with coverage.Gravatar bsalomon@google.com2011-05-20
* Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIStateGravatar bsalomon@google.com2011-05-19
* Batch up draws into triangle fans as large as possible when drawing convexGravatar senorblanco@chromium.org2011-05-19
* Share code with SkRectGravatar reed@google.com2011-05-09
* Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa.Gravatar bsalomon@google.com2011-05-05