index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
Commit message (
Expand
)
Author
Age
*
fixed missing "return" error
robertphillips@google.com
2012-06-27
*
Added ReadPixels format-supported check to GL Caps
robertphillips@google.com
2012-06-27
*
Removed cached copy of the GrDebugGLInterface
robertphillips@google.com
2012-06-26
*
plumb SkInstCnt to all subclasses of GrRefCnt
reed@google.com
2012-06-26
*
Add header needed to use the SWAP_PER_DRAW debug facility on windows.
bsalomon@google.com
2012-06-25
*
Simplify vertex layout bitfields by making Position-as-texcoords the
tomhudson@google.com
2012-06-25
*
Revert #if 0ed out code accidentally committed as part of r4299.
bsalomon@google.com
2012-06-22
*
Minor GrStencilSettings cleanup
bsalomon@google.com
2012-06-22
*
Altered GrDrawState to always ref texture and render target
robertphillips@google.com
2012-06-22
*
Add GrSurface parent class above GrTexture & GrRenderTarget
robertphillips@google.com
2012-06-21
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Fix memory leaks.
tomhudson@google.com
2012-06-19
*
Store clip mask location in GrClipMaskManager as a enum rather than two bools
bsalomon@google.com
2012-06-18
*
fix gl error of 'invalid enum' from GL_COLOR_TABLE
bsalomon@google.com
2012-06-18
*
show meaningful GL error strings during debugging
bsalomon@google.com
2012-06-18
*
Remove unused function left in GrGLProgram.cpp
bsalomon@google.com
2012-06-15
*
Suppress annoying printf in GM when MSAA is not supported.
bsalomon@google.com
2012-06-15
*
Add strings to debug/null interfaces glGetString
bsalomon@google.com
2012-06-15
*
Adding API to GrTexture to reset cached texture parameter values
junov@chromium.org
2012-06-12
*
Fix Fixed-Point build by changing static_assert around scalar=float to a runt...
bsalomon@google.com
2012-06-11
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
*
Remove glBlendEquation and glColorPointer
bsalomon@google.com
2012-06-08
*
Call flushMiscFixedFunctionState (D'oh!)
bsalomon@google.com
2012-06-08
*
Fix dumb bug in checking gl interface validation against binding from gl vers...
bsalomon@google.com
2012-06-07
*
Move clientID into texture desc
robertphillips@google.com
2012-06-07
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
fix bug in GrGLInterface validation added in r4192
bsalomon@google.com
2012-06-06
*
Add GL function pointers for GL_NV_path_rendering
bsalomon@google.com
2012-06-06
*
fix warnings on Mac in src/gpu and include/gpu
caryclark@google.com
2012-06-06
*
Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...
bsalomon@google.com
2012-06-05
*
Move stuff from protected to private in GrGpuGL
bsalomon@google.com
2012-06-05
*
Remove cached texture width/height that was used by 4x4 filter
bsalomon@google.com
2012-06-04
*
remove 4x4 downsample filter mode
bsalomon@google.com
2012-06-04
*
Clean up likely reference leak in Ganesh custom stages.
tomhudson@google.com
2012-06-04
*
Break up GrGpuGL::flushGLCommonState
bsalomon@google.com
2012-06-04
*
move texture flush and param update to separate function
bsalomon@google.com
2012-06-04
*
Revert r4134 due to bot failures
bsalomon@google.com
2012-06-04
*
Move GrGpuGL::programUnitTest into its own file
bsalomon@google.com
2012-06-04
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
Flip the switch to turn on GrCustomStage implementation of gradients;
tomhudson@google.com
2012-06-01
*
Move GrGpuGL::programUnitTest into its own file
bsalomon@google.com
2012-06-01
*
Move max vertex attributes value to GL Caps
bsalomon@google.com
2012-06-01
*
Remove dirty flags from GrGpuGL state flush
bsalomon@google.com
2012-06-01
*
Clean up duplicate code in Ganesh, moving more function onto GrGLShaderBuilder.
tomhudson@google.com
2012-06-01
*
Move GrGpuGL::ProgramCache declaration to header
bsalomon@google.com
2012-06-01
*
Stop using deprecated functions in Mac GrGLInterface setup
bsalomon@google.com
2012-05-31
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
Add glTexParameteriv to MESA GrGLInterface (missing from r4099)
bsalomon@google.com
2012-05-31
[next]