index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gpu
/
include
/
GrGLConfig.h
Commit message (
Expand
)
Author
Age
*
Don't send NULL buffer data hint in chrome
bsalomon@google.com
2011-07-01
*
SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleApp
senorblanco@chromium.org
2011-05-04
*
Adds a build flag for GL to never use vertex attributes that don't have per-v...
bsalomon@google.com
2011-04-19
*
NO_ERROR version of GR_GL macro shouldn't call check errror
bsalomon@google.com
2011-04-14
*
Remove dependence on platform GL headers. Remove code that attempts to infer ...
bsalomon@google.com
2011-04-04
*
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
*
Implementation of a GL-virtualization layer for Skia. This allows for
twiz@google.com
2011-03-14
*
add LF at end of file (ancient warning appeased)
reed@google.com
2011-03-08
*
Reduce glGets for stencil bits.
bsalomon@google.com
2011-02-18
*
Clean up geterror / log macros and globals for debugging. disable geterror in...
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
*
work around framebuffer_blit confusion on linux -- better fix on the way
reed@google.com
2011-01-26
*
fix linux gpu build (don't need egl.h)
reed@google.com
2011-01-26
*
update chrome-specific glconfig (should make versions of this for mac/win/linux)
reed@google.com
2011-01-19
*
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
*
Fix stencil format array.
bsalomon@google.com
2011-01-18
*
Fix BGRA on ES Issue 109.
bsalomon@google.com
2011-01-18
*
Towards issue #106
bsalomon@google.com
2011-01-13
*
Make SampleApp build on Win32 (still requires glew, this needs to be fixed)
bsalomon@google.com
2011-01-05
*
fix build for linux
reed@google.com
2010-12-23
*
add gpu backend (not hooked up yet)
reed@google.com
2010-12-22