index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gpu
/
src
/
GrGpuGL.cpp
Commit message (
Expand
)
Author
Age
*
Remove unnecessary BindBuffers. These were needed when we used vertex arrays....
bsalomon@google.com
2011-04-25
*
Add lockKeylessTexture() for caching texture without a content key.
bsalomon@google.com
2011-04-25
*
Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me...
bsalomon@google.com
2011-04-25
*
rename SkDevice::eraseColor to clear and make virtual.
bsalomon@google.com
2011-04-14
*
rename XHelper members to onX
bsalomon@google.com
2011-04-12
*
Use min of max_texture and max_renderbuffer size when calling fbo_test
bsalomon@google.com
2011-04-11
*
Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.
bsalomon@google.com
2011-04-11
*
Always bind packed depth stencil formats to both attacment points
bsalomon@google.com
2011-04-08
*
fix use of smooth lines
bsalomon@google.com
2011-04-08
*
During ganesh tear-down, it may be the case that the vertex and index buffers
twiz@google.com
2011-04-07
*
Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in...
bsalomon@google.com
2011-04-06
*
Adds read pixels to GrTexture and GrRenderTarget
bsalomon@google.com
2011-04-05
*
move trimStorage to outer scope, so its memory is still valid later on when
reed@google.com
2011-04-04
*
Remove dependence on platform GL headers. Remove code that attempts to infer ...
bsalomon@google.com
2011-04-04
*
Fix signed/unsigned warnings in debug build in flushStencil()
bsalomon@google.com
2011-03-30
*
Add GrResource base class for ibs, texs, vbs, etc.
bsalomon@google.com
2011-03-30
*
Rename flag that disables stencil buffer creation
bsalomon@google.com
2011-03-24
*
Add GL_CHROMIUM_framebuffer_multisample support.
bsalomon@google.com
2011-03-23
*
Remove IMG multisample texture support.
bsalomon@google.com
2011-03-21
*
Remove old GR_* macros for GL extensions in favor of GrGLDefines.h
bsalomon@google.com
2011-03-21
*
Remove the compile-time selection of the GL implementation based on the
twiz@google.com
2011-03-18
*
This CL removes all dependencies on GL headers across all of Ganesh. New
twiz@google.com
2011-03-18
*
Add blend constant color and use it for lcd text common case (no fancy blend ...
bsalomon@google.com
2011-03-15
*
Implementation of a GL-virtualization layer for Skia. This allows for
twiz@google.com
2011-03-14
*
Remove "true ||" in conditional that was accidentally checked in.
bsalomon@google.com
2011-03-10
*
Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...
bsalomon@google.com
2011-03-10
*
Make flush discardable and lazily reset context
bsalomon@google.com
2011-03-10
*
Fixups for clipstack, convexity test for paths.
bsalomon@google.com
2011-03-04
*
fix () warning
reed@google.com
2011-03-04
*
Add support for clipstack to Gr. GrClip is now a list of rects and paths with...
bsalomon@google.com
2011-03-03
*
fix bool bug so we can multisample now
reed@google.com
2011-02-24
*
Make a separate path renderer object. Move enum types to GrTypes.h
bsalomon@google.com
2011-02-22
*
Fix warning about non-local anonymous struct
bsalomon@google.com
2011-02-18
*
Reduce glGets for stencil bits.
bsalomon@google.com
2011-02-18
*
Hide alloc size vs content size below API
bsalomon@google.com
2011-02-17
*
Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...
bsalomon@google.com
2011-02-14
*
Remove debugging printf that was accidentally left in 783.
bsalomon@google.com
2011-02-11
*
git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-...
bsalomon@google.com
2011-02-11
*
When we create the GL context and FBO on mac for the GM test also setup the v...
bsalomon@google.com
2011-02-07
*
Attempt to simplify NPOT texture caps. Also fixes case where textures would u...
bsalomon@google.com
2011-02-01
*
fix slow performance on desktops by uping our max-texture-dim from 512 to
reed@google.com
2011-01-28
*
fixes for some warnings:
reed@google.com
2011-01-25
*
Increase number of stages from 1 to 2
bsalomon@google.com
2011-01-24
*
Rev the GrContext interface. Context has draw* functions that take a new GrPa...
bsalomon@google.com
2011-01-21
*
replace GR_GL(GetIntegerv with GR_GL_GetIntegerv to ensure that we zero-init
reed@google.com
2011-01-20
*
Cleanup including of GL headers and provide way to include custom headers, ex...
bsalomon@google.com
2011-01-19
*
add GR_BUILD_CHROME for now. hopefully we can replace it with other,
reed@google.com
2011-01-18
*
Remove notion of default rendertarget. This doesn't map well to usage pattern...
bsalomon@google.com
2011-01-18
*
Fix stencil format array.
bsalomon@google.com
2011-01-18
*
Fix BGRA on ES Issue 109.
bsalomon@google.com
2011-01-18
[next]