aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
Commit message (Expand)AuthorAge
* Remove GrContext.h dependence on GrGpu.hGravatar bsalomon@google.com2011-05-02
* 4x4 SSAA with improvements in determination of when to apply. Still disabled ...Gravatar bsalomon@google.com2011-05-02
* Fixing a simple build error in GrGpuGLShaders.cpp with GR_AGGRESSIVE_SHADER_OPTSGravatar junov@google.com2011-04-29
* Only define debugging GL globals when the code paths are enabledGravatar bsalomon@google.com2011-04-28
* Make reserveAndLockGeometry set index/vertex ptr to null if none requested. W...Gravatar bsalomon@google.com2011-04-28
* Fix warnings.Gravatar bsalomon@google.com2011-04-28
* Adding newline at end of file to fix compiler error.Gravatar agl@chromium.org2011-04-27
* Add bounding rect for pathsGravatar bsalomon@google.com2011-04-27
* Make Gr clear take a rect for a partial-clearGravatar bsalomon@google.com2011-04-27
* SSSA for drawVerts, cleanup determination of when stage is enabledGravatar bsalomon@google.com2011-04-26
* Update GR_API to support non-Windows DLLs.Gravatar bsalomon@google.com2011-04-26
* Per-draw super sampling. Disabled, path only, 2x2 onlyGravatar bsalomon@google.com2011-04-26
* Fix signed/unsigned warning in GrInOrderDrawBuffer.cppGravatar bsalomon@google.com2011-04-26
* Remove sampler state param from lockKeylessTexture. It didn't serve any funct...Gravatar bsalomon@google.com2011-04-26
* Make clear a GrDrawTarget virtual method and implement in GrInOrderDrawBufferGravatar bsalomon@google.com2011-04-25
* Remove unnecessary BindBuffers. These were needed when we used vertex arrays....Gravatar bsalomon@google.com2011-04-25
* Add lockKeylessTexture() for caching texture without a content key.Gravatar bsalomon@google.com2011-04-25
* Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me...Gravatar bsalomon@google.com2011-04-25
* Fix copy/paste bug that causes stage 0 sample mode to be used for all stagesGravatar bsalomon@google.com2011-04-22
* Fix alignment issues with stack allocated memory allocated as bytes but used ...Gravatar bsalomon@google.com2011-04-20
* Fix mask from change r1155. (I blame the mistake on skipping afternoon coffee...Gravatar bsalomon@google.com2011-04-20
* Adds a build flag for GL to never use vertex attributes that don't have per-v...Gravatar bsalomon@google.com2011-04-19
* remove static from template functionsGravatar reed@google.com2011-04-19
* Suppress warnings in GrBufferAllocPoolGravatar bsalomon@google.com2011-04-18
* Add newline to GrStencil.cpp to prevent warning.Gravatar ctguil@chromium.org2011-04-18
* http://codereview.appspot.com/4373057/Gravatar Scroggo2011-04-15
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* NO_ERROR version of GR_GL macro shouldn't call check errrorGravatar bsalomon@google.com2011-04-14
* test of writable Skia tree in a chrome tree.Gravatar bsalomon@google.com2011-04-13
* rename XHelper members to onXGravatar bsalomon@google.com2011-04-12
* Use has_gl_extension_from_string in GrGLDefaultInterface_win.cpp (before the ...Gravatar bsalomon@google.com2011-04-12
* Use min of max_texture and max_renderbuffer size when calling fbo_testGravatar bsalomon@google.com2011-04-11
* Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.Gravatar bsalomon@google.com2011-04-11
* Always bind packed depth stencil formats to both attacment pointsGravatar bsalomon@google.com2011-04-08
* fix use of smooth linesGravatar bsalomon@google.com2011-04-08
* During ganesh tear-down, it may be the case that the vertex and index buffersGravatar twiz@google.com2011-04-07
* Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in...Gravatar bsalomon@google.com2011-04-06
* Fix dangling ptr when GrRenderTarget outlives its GrTexture representationGravatar bsalomon@google.com2011-04-05
* add rect.inset(dx, dy)Gravatar reed@google.com2011-04-05
* Add GrTexture.cpp to legacy project filesGravatar bsalomon@google.com2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* always flush accumulated draws before we purge the font cacheGravatar reed@google.com2011-04-04
* export GrDefaultPathRenderer/GrPathRendererGravatar bsalomon@google.com2011-04-04
* move trimStorage to outer scope, so its memory is still valid later on whenGravatar reed@google.com2011-04-04
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* fix mac build of gr unit testGravatar bsalomon@google.com2011-04-01
* Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGLShadersGravatar junov@google.com2011-03-31
* Fix signed/unsigned warnings in debug build in flushStencil()Gravatar bsalomon@google.com2011-03-30
* Add GrResource.cpp to gr_files.mkGravatar bsalomon@google.com2011-03-30
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30