aboutsummaryrefslogtreecommitdiffhomepage
path: root/xcode
Commit message (Expand)AuthorAge
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* add include/core to header path for release buildGravatar reed@google.com2011-05-11
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* update for glshaders-not-2Gravatar reed@google.com2011-05-05
* add typefacecacheGravatar reed@google.com2011-05-02
* use SkClampRange to speedup clamp iteratorsGravatar reed@google.com2011-04-15
* Add GrTexture.cpp to legacy project filesGravatar bsalomon@google.com2011-04-05
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* add SkMetaDataGravatar reed@google.com2011-03-30
* Fix ref leak on GrGpu.Gravatar bsalomon@google.com2011-03-29
* Add way to determine at link time what path renderer will be used.Gravatar bsalomon@google.com2011-03-25
* Add GR_DLL builds to Ganesh (minimal exports for Chrome multi-dll for now).Gravatar bsalomon@google.com2011-03-21
* This CL removes all dependencies on GL headers across all of Ganesh. NewGravatar twiz@google.com2011-03-18
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* add flingGravatar reed@google.com2011-03-16
* Implementation of a GL-virtualization layer for Skia. This allows forGravatar twiz@google.com2011-03-14
* Remove deleted GrApi.h from gpu xcode projectGravatar bsalomon@google.com2011-03-08
* Add new pdf files to SampleApp xcode projGravatar bsalomon@google.com2011-03-08
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* remove SkRefCnt.cppGravatar reed@google.com2011-02-25
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* add clipstack to canvas. not used yet, but will be for devices (e.g. gpu) thatGravatar reed@google.com2011-02-22
* Add red black treeGravatar bsalomon@google.com2011-02-22
* use new high-quality blur in samplesGravatar reed@google.com2011-02-18
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* fix mac build (don't need typedef struct foo foo)Gravatar reed@google.com2011-01-26
* embed a refdict inside SkDeviceGravatar reed@google.com2011-01-25
* Add shaded text sample and gm test.Gravatar bsalomon@google.com2011-01-25
* fix release buildGravatar reed@google.com2011-01-21
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Cleanup including of GL headers and provide way to include custom headers, ex...Gravatar bsalomon@google.com2011-01-19
* add SSE2 opt files to xcodeGravatar reed@google.com2011-01-17
* fix build for scalar==fixedGravatar reed@google.com2011-01-04
* Fix bug where createTexture may bind a texture to GL without ever updating fH...Gravatar bsalomon@google.com2010-12-23
* merge in gpu changes to gradientshadersGravatar reed@google.com2010-12-23
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22
* add SkFlate.cppGravatar reed@google.com2010-12-20
* addGravatar reed@android.com2010-12-20
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Refactor SkCanvas so that backends don't need to override it.Gravatar vandebo@chromium.org2010-10-13
* move SkMallocPixelRef into its own .cpp file, rather than embedding itGravatar reed@android.com2010-09-09
* fix matrix use in coretext fonthostGravatar reed@android.com2010-07-22
* use statictextviews to display coordinates in unitmapperGravatar reed@android.com2010-02-08
* remove -lfreetype for nowGravatar reed@android.com2010-01-25
* update with aglGravatar reed@android.com2010-01-25
* add impl for memset32Gravatar reed@android.com2009-11-18
* new scanconversion techniqueGravatar reed@android.com2009-11-18