aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
...
* draw rotated rects as paths if we're antialiasing, until we extend our rect-aaGravatar reed@google.com2011-05-26
* Batch up draws into triangle fans as large as possible when drawing convexGravatar senorblanco@chromium.org2011-05-19
* Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo...Gravatar bsalomon@google.com2011-05-17
* Fix enums in code path that uses uncached GrRenderTargets behind SkGpuDevicesGravatar bsalomon@google.com2011-05-17
* Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...Gravatar junov@google.com2011-05-16
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Optimize colorfilter path when using a constant color.\nReviewed at http://co...Gravatar Scroggo2011-05-16
* Remove dead debug code.Gravatar bsalomon@google.com2011-05-11
* Add color filters to gpu path.Gravatar Scroggo2011-05-11
* Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.Gravatar bsalomon@google.com2011-05-10
* 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
* Add bounding rect for pathsGravatar bsalomon@google.com2011-04-27
* Accidentally omitted this file from r1203, :(Gravatar bsalomon@google.com2011-04-27
* Remove sampler state param from lockKeylessTexture. It didn't serve any funct...Gravatar bsalomon@google.com2011-04-26
* make SkDeviceFactory reference countedGravatar mike@reedtribe.org2011-04-26
* 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
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* Fix missing assignment of fContext in new SkGpuDevice cons.Gravatar bsalomon@google.com2011-04-12
* Review URL: http://codereview.appspot.com/4360049/Gravatar bsalomon@google.com2011-04-11
* Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.Gravatar bsalomon@google.com2011-04-11
* add CR at endGravatar reed@google.com2011-04-08
* unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the valueGravatar reed@google.com2011-04-08
* Fix a typo in my prior commit.Gravatar Scroggo2011-04-07
* BorgGravatar Scroggo2011-04-07
* re-re-enable antialiased rects for gpuGravatar reed@google.com2011-04-06
* eeek, revert last CL until I fix texture matrixGravatar reed@google.com2011-04-06
* enable antialiased rectsGravatar reed@google.com2011-04-06
* support BW text on GPUGravatar mike@reedtribe.org2011-04-06
* check-point (disabled) for antialiased rectsGravatar reed@google.com2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* export SkDraw::ComputeRectType() and share that with SkGpuDeviceGravatar reed@google.com2011-04-05
* add pixelref->readPixels()Gravatar reed@google.com2011-04-01
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* Hairline stroke 1px wide paths. Gravatar bsalomon@google.com2011-03-25
* Fix a crash.Gravatar scroggo2011-03-23
* add filterTextFlags() to SkDevice (virtual) to allow device subclasses toGravatar reed@google.com2011-03-15
* support lcd16 in text atlas (sans shader support)Gravatar reed@google.com2011-03-15
* Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...Gravatar bsalomon@google.com2011-03-10
* Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa...Gravatar bsalomon@google.com2011-03-04
* add origin to deviceGravatar reed@google.com2011-03-04
* Fixups for clipstack, convexity test for paths.Gravatar bsalomon@google.com2011-03-04
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Add asAGradient shader extraction API.Gravatar vandebo@chromium.org2011-02-24
* change virtual setMatrixClip() to take a SkClipStack parameter.Gravatar reed@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* need to apply the prepathmatrix (or perhaps push it on our mv stack)Gravatar reed@google.com2011-02-16
* upload generated mask for maskfilter to gpu (does not work with complex-paint...Gravatar reed@google.com2011-02-16