aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
* Updated iOSSampleApp to display FPS and display in OpenGLGravatar yangsu@google.com2011-07-17
* Updated iOSSampleApp and related files.Gravatar yangsu@google.com2011-07-07
* make the mac window resizeable againGravatar reed@google.com2011-07-06
* always use grcontext to get the bits to the screenGravatar reed@google.com2011-07-06
* Enable WebKit/Chromium style logging for Skia.Gravatar tomhudson@google.com2011-06-30
* Don't use the CreateWithData variant: not needed, and isn't available in chromeGravatar reed@google.com2011-06-29
* fix bitmapinfoGravatar reed@google.com2011-06-28
* add mac utility to turn a pdf into a bitmapGravatar reed@google.com2011-06-28
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Change output format of dump() to make VS2008 happy.Gravatar tomhudson@google.com2011-06-28
* remove drawShape from canvas apiGravatar reed@google.com2011-06-27
* Added utility functions and iOS ports of SkWindow, SkOSFile, SkFontHost, and ...Gravatar yangsu@google.com2011-06-24
* Wrap SkStreams in IStreams instead of copying data around.Gravatar bungeman@google.com2011-06-23
* Minor fixes for SampleApp.Gravatar Scroggo2011-06-17
* Add createNewCompatibleDevice. Allow devices to have a NULL factory and saveL...Gravatar bsalomon@google.com2011-06-17
* make SkDevice constructors explicit between offscreen and on/directGravatar reed@google.com2011-06-16
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* Implement timers for linux SampleApp. http://codereview.appspot.com/4592054/Gravatar Scroggo2011-06-13
* add row/col major getters, plus unit-testsGravatar reed@google.com2011-06-13
* move into utilsGravatar reed@google.com2011-06-13
* Make linux sample app work on my laptop. Reviewed at http://codereview.appspo...Gravatar Scroggo2011-06-08
* Add EGL context for Windows.Gravatar bungeman@google.com2011-06-02
* Add dual source blending support for proper blending with coverage.Gravatar bsalomon@google.com2011-05-20
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* Add Mesa as a GL backend.Gravatar bungeman@google.com2011-05-19
* remove reference to fContextGravatar reed@google.com2011-05-17
* Add GL context creation for X so that gm can run GPU on Linux.Gravatar bungeman@google.com2011-05-17
* Edge antialiasing for convex shapes in GaneshGravatar senorblanco@chromium.org2011-05-12
* Disable MSAA in SkOsWindow on mac and windowsGravatar bsalomon@google.com2011-05-05
* Minor fixes to get SampleApp's OpenGL path not to crash on Linux. InitializeGravatar senorblanco@chromium.org2011-05-04
* remove deprecated getViewport/setViewportGravatar reed@google.com2011-05-04
* code styleGravatar mike@reedtribe.org2011-05-04
* move SkOSFile.cpp into utils_files.mk, since it is needed for skdiff on allGravatar reed@google.com2011-04-28
* fix warningsGravatar reed@google.com2011-04-18
* http://codereview.appspot.com/4373057/Gravatar Scroggo2011-04-15
* Fix wrong class name used when unregistering class for dummy window in SkOsWi...Gravatar bsalomon@google.com2011-04-14
* Move zoomer into SampleAppGravatar Scroggo2011-03-24
* Add a 'fatbits' mode to unix sample app.Gravatar scroggo2011-03-22
* Updates to the unix sample app.Gravatar scroggo2011-03-18
* Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux.Gravatar bsalomon@google.com2011-03-18
* Remove dependence on glew for creating SkOSWindow_Win's GL ctx.Gravatar bsalomon@google.com2011-03-16
* Add a sample application that runs on unix.Gravatar scroggo2011-03-15
* Upstreaming changes from android.Gravatar djsollen@google.com2011-03-14
* Fix warnings of SkScalar -> int conversions, by using SkScalarRound()Gravatar reed@google.com2011-03-10
* Remove offscreen GL support from SampleApp and SkOSWindow. This never worked ...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 support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* fix warnings from windowsGravatar reed@google.com2011-03-01
* fix bool bug so we can multisample nowGravatar reed@google.com2011-02-24
* merge from android tree:Gravatar djsollen@google.com2011-02-23