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
*
Disable lighting filter unit test temporarily; unreviewed.
senorblanco@chromium.org
2012-07-11
*
This patch implements the diffuse and specular lighting filters in Ganesh.
senorblanco@chromium.org
2012-07-11
*
VariableVisibility -> ShaderType
bsalomon@google.com
2012-07-11
*
Remove GrStringBuilder
bsalomon@google.com
2012-07-10
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
Don't call glTexSubImage2D w/ indexed texture format on desktop GL
bsalomon@google.com
2012-07-10
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like
senorblanco@chromium.org
2012-07-09
*
Fix bug in calling NV DeletePaths
bsalomon@google.com
2012-07-09
*
Reworked gradient shader to no longer explicitly set gl_FragColor or return p...
rileya@google.com
2012-07-03
*
Temporary checkin to debug Linux bot issue.
rileya@google.com
2012-07-03
*
Fix some NV path rendering issues with perspective and inverse paths
bsalomon@google.com
2012-06-29
*
Change CT assert to RT assert
bsalomon@google.com
2012-06-28
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
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
[next]