aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
Commit message (Expand)AuthorAge
* Temporary revert of r2510. The test that it introduced fails on the Mac build...Gravatar bsalomon@google.com2011-10-20
* Add test that validates GrGLInterfacesGravatar bsalomon@google.com2011-10-20
* Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.Gravatar bsalomon@google.com2011-10-20
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...Gravatar bsalomon@google.com2011-10-13
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile a...Gravatar bsalomon@google.com2011-10-12
* add SkRasterClipGravatar reed@google.com2011-10-11
* Bug fixes:Gravatar suyang12011-10-10
* add SkAAClip.cppGravatar reed@google.com2011-10-10
* add sample for clippingGravatar reed@google.com2011-10-10
* explicitly set opt level for mac-releaseGravatar reed@google.com2011-10-10
* Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...Gravatar bsalomon@google.com2011-10-10
* Mac does not like empty projects.Gravatar bungeman@google.com2011-10-10
* Add xps device to skia.Gravatar bungeman@google.com2011-10-10
* Fixup rendering of empty paths (including inverted fills)Gravatar bsalomon@google.com2011-10-05
* Remove nonexistant header from gyp fileGravatar bsalomon@google.com2011-10-04
* Update common_conditions to make sure there is a slash in VS2008.Gravatar bungeman@google.com2011-10-03
* Roll gyp and add librarian settings (now supported).Gravatar bungeman@google.com2011-10-03
* Set window build flags (warn level 4, release optimization options, pdbs in r...Gravatar bsalomon@google.com2011-09-28
* Resubmit 2289 with fix for glsl versionGravatar bsalomon@google.com2011-09-20
* Revert 2289. GLSL version detection not robust enough. May think we don't hav...Gravatar bsalomon@google.com2011-09-20
* [GPU] Use new Var type for inputs/outputs of FS and VSGravatar bsalomon@google.com2011-09-20
* Add missing header SkTArray.h to core.gypGravatar bsalomon@google.com2011-09-19
* add gm test for drawing hairlines (and varying thin lines) in xfermodesGravatar reed@google.com2011-09-19
* Change AdditionalOptions to a list from a string. This fixes compilation errorsGravatar seanpaul@google.com2011-09-16
* Refactor the bench and common gyp/gypi files to allow for building bench withinGravatar seanpaul@google.com2011-09-15
* GrTArray->SkTArray & docsGravatar bsalomon@google.com2011-09-14
* remove nonexistent files from gyps and make AdditionalOptions a list rather t...Gravatar bsalomon@google.com2011-09-13
* Fix some issues in gpu device with perspective. Add a gm that would have caug...Gravatar bsalomon@google.com2011-09-13
* add gm test for ninepatch stretchingGravatar reed@google.com2011-09-06
* Remove unneeded #defineGravatar bsalomon@google.com2011-09-02
* Fix file name in gyp (wasn't caught b/c of windows case insensitivity)Gravatar bsalomon@google.com2011-08-30
* Add GrAAHairLinePathRendererGravatar bsalomon@google.com2011-08-30
* Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov...Gravatar yangsu@google.com2011-08-30
* add new test for complex clipsGravatar reed@google.com2011-08-29
* add more samplesGravatar reed@google.com2011-08-24
* Use a prioritized list of path renderers in Gr.Gravatar bsalomon@google.com2011-08-19
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr...Gravatar bsalomon@google.com2011-08-17
* Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"Gravatar vandebo@chromium.org2011-08-16
* Make GrDrawTarget.h and GrPathRenderer.h be private headersGravatar bsalomon@google.com2011-08-16
* Remove GrContext::drawCustomVerticesGravatar bsalomon@google.com2011-08-16
* Make program unit test run clean and add it to tests programGravatar bsalomon@google.com2011-08-16
* Move some gpu headers out of the public include dirGravatar bsalomon@google.com2011-08-16
* Stop packaging command-line Mac tools as a bundle.Gravatar epoger@google.com2011-08-15
* Added samplecode as an include directory for SampleApp.gypGravatar yangsu@google.com2011-08-12
* Removed networking dependencies from SampleApp that caused errorsGravatar yangsu@google.com2011-08-12
* Included dependencies for networked pipe and debugger in SampleAppGravatar yangsu@google.com2011-08-12