aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/utils
Commit message (Expand)AuthorAge
...
* 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
* Cleanup issues related to SkBitmap getSize()/extractSubset().Gravatar wjmaclean@chromium.org2011-02-22
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* When we create the GL context and FBO on mac for the GM test also setup the v...Gravatar bsalomon@google.com2011-02-07
* fixes for some warnings:Gravatar reed@google.com2011-01-25
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* Make SampleApp build on Win32 (still requires glew, this needs to be fixed)Gravatar bsalomon@google.com2011-01-05
* revert to DeviceRGB colorspace by default, which was changed accidentiallyGravatar reed@google.com2011-01-05
* add template macro to "safely" perform casts w/o breaking strict-aliasingGravatar reed@google.com2011-01-05
* rev. 637 changed the settings for premultiplied on the info parameter. ThisGravatar reed@google.com2011-01-05
* add colorspace option to SkBitmap -> CGImageRef utility (patch from nico)Gravatar reed@android.com2011-01-03
* fix build for linuxGravatar reed@google.com2010-12-23
* silence some of our startup spewGravatar reed@google.com2010-12-23
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* Fixing results of incorrect conflict resolution in r646.Gravatar wjmaclean@chromium.org2010-12-23
* Fixed tab character.Gravatar wjmaclean@chromium.org2010-12-22
* Security fixes re getSize().Gravatar wjmaclean@chromium.org2010-12-22
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* Fix precedence error.Gravatar agl@chromium.org2010-07-28