index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gyp
/
gpu.gyp
Commit message (
Expand
)
Author
Age
...
*
Add convex path renderer (disabled)
bsalomon@google.com
2012-01-17
*
Add gyp variable to disable OSAA
bsalomon@google.com
2012-01-12
*
Add code path to SW rasterize paths and upload as a mask texture
bsalomon@google.com
2012-01-12
*
Make GrGLShaderVar objects aware of whether they are uniform, varying, or
tomhudson@google.com
2011-12-08
*
Changes to the android gyp system to build without RTTI and exceptions.
djsollen@google.com
2011-12-05
*
Remove GrGpuGLFixed subclass and ES1 support
bsalomon@google.com
2011-11-14
*
Add support for GL_ARB_texture_swizzle
bsalomon@google.com
2011-11-07
*
Adding support to trunk for building Skia using the Android NDK.
djsollen@google.com
2011-11-03
*
Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...
bsalomon@google.com
2011-10-27
*
Extract GrDrawTarget::DrState into independent GrDrawState struct.
tomhudson@google.com
2011-10-27
*
Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.
bsalomon@google.com
2011-10-20
*
Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...
bsalomon@google.com
2011-10-19
*
move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty...
bsalomon@google.com
2011-10-13
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12
*
Remove nonexistant header from gyp file
bsalomon@google.com
2011-10-04
*
Resubmit 2289 with fix for glsl version
bsalomon@google.com
2011-09-20
*
Revert 2289. GLSL version detection not robust enough. May think we don't hav...
bsalomon@google.com
2011-09-20
*
[GPU] Use new Var type for inputs/outputs of FS and VS
bsalomon@google.com
2011-09-20
*
GrTArray->SkTArray & docs
bsalomon@google.com
2011-09-14
*
Remove unneeded #define
bsalomon@google.com
2011-09-02
*
Fix file name in gyp (wasn't caught b/c of windows case insensitivity)
bsalomon@google.com
2011-08-30
*
Add GrAAHairLinePathRenderer
bsalomon@google.com
2011-08-30
*
Use a prioritized list of path renderers in Gr.
bsalomon@google.com
2011-08-19
*
Make GrGLInterface a per-GrContext refcounted object rather than a global
bsalomon@google.com
2011-08-19
*
Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr...
bsalomon@google.com
2011-08-17
*
Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"
vandebo@chromium.org
2011-08-16
*
Make GrDrawTarget.h and GrPathRenderer.h be private headers
bsalomon@google.com
2011-08-16
*
Remove GrContext::drawCustomVertices
bsalomon@google.com
2011-08-16
*
Move some gpu headers out of the public include dir
bsalomon@google.com
2011-08-16
*
Use a single stencil buffer for a given width,height,samplecount
bsalomon@google.com
2011-08-08
*
Add GrStencilBuffer as a separate resource type from render target
bsalomon@google.com
2011-08-03
*
Revert r2026 due to bot failures
bsalomon@google.com
2011-08-02
*
Create a separate GrStencilBuffer class apart from GrRenderTarget.
bsalomon@google.com
2011-08-02
*
cleanup GrGLTexture / GrGLRenderTarget cons. Make GrRenderTarget aware of its...
bsalomon@google.com
2011-07-29
*
move render target decls / defs to their own headers / srcs
bsalomon@google.com
2011-07-29
*
Move GL headers out of public include dir
bsalomon@google.com
2011-07-29
*
Make GrTextureCache into a generic GrResource cache. Also some GrContext text...
bsalomon@google.com
2011-07-26
*
Create new 'skia_os' variable to replace use of 'OS' in most places.
epoger@google.com
2011-07-01
*
combine target_defaults.gypi into common.gypi
epoger@google.com
2011-07-01
*
Remove GrAuto*Malloc, replace with SkAuto*Malloc
bsalomon@google.com
2011-06-30
*
Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture.
Scroggo
2011-06-17
*
split skia.gyp into separate gypfile for each source dir
epoger@google.com
2011-05-31
[prev]