index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
Commit message (
Expand
)
Author
Age
*
Having updated the documentation of GrCustomStage to argue that all custom st...
tomhudson@google.com
2012-07-16
*
Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...
tomhudson@google.com
2012-07-13
*
There were three different problems with lighting filters:
senorblanco@chromium.org
2012-07-13
*
Fixed over-length lines in GrGLCreateDebugInterface.cpp
robertphillips@google.com
2012-07-13
*
Added SkDevice onAttachToCanvas & onDetachFromCanvas methods
robertphillips@google.com
2012-07-13
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Refactor how precision is handled with GrGLShaderVar
bsalomon@google.com
2012-07-12
*
Fix the lighting filters unit test and re-enable it.
senorblanco@chromium.org
2012-07-12
*
Added GrContext::AutoClipStack to encapsulate setting\resetting of clip stack
robertphillips@google.com
2012-07-11
*
idea: add annotation to SkPaint
reed@google.com
2012-07-11
*
Fix linux warnings
bsalomon@google.com
2012-07-11
*
Fix dumb copy/paste bug that breaks GLProgramTest on debug builds with GS sup...
bsalomon@google.com
2012-07-11
*
Minor refactoring to make GrAutoMatrix a nested sub-class of GrContext
robertphillips@google.com
2012-07-11
*
Fixed merge error in r4545
robertphillips@google.com
2012-07-11
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
Make GrGLShaderBuilder produce the shader strings
bsalomon@google.com
2012-07-11
*
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
*
Fix assumption that enabled stage implies texture is present
bsalomon@google.com
2012-07-11
*
Change TextContext handling of stages and draw targets; this allows us to
tomhudson@google.com
2012-07-11
*
Added pdf implementation of conical gradient.
rileya@google.com
2012-07-10
*
Preserve convex control point polygon in cubic->quadratic approximation
bsalomon@google.com
2012-07-10
*
Remove GrStringBuilder
bsalomon@google.com
2012-07-10
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
More carefully disable stages in Ganesh to avoid textures or effects
tomhudson@google.com
2012-07-10
*
Don't call glTexSubImage2D w/ indexed texture format on desktop GL
bsalomon@google.com
2012-07-10
*
Remove redundant vlayout masks and wasted vlayout bits
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 definition of isEqual() for two gradient effect custom stages.
tomhudson@google.com
2012-07-09
*
Left over cleanup from r4416 (fix for lingering AA clip mask bug)
robertphillips@google.com
2012-07-09
*
Fix bug in calling NV DeletePaths
bsalomon@google.com
2012-07-09
*
Rolling back r4034 (Proposed plumbing to propagate save & restore)
robertphillips@google.com
2012-07-03
*
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
*
Changed '0.5f' to '0.5' in conical gradient shader to fix problem with shader...
rileya@google.com
2012-07-03
*
Added GPU implementation of 2-point conical gradient.
rileya@google.com
2012-07-03
*
Fixed lingering gpu-path AA clip mask generation bug
robertphillips@google.com
2012-06-29
*
Partially rolled forward the SkGrPixelRef changes
robertphillips@google.com
2012-06-29
*
Un-trifurcate GrTextContext: get rid of Default and Batched subclasses,
tomhudson@google.com
2012-06-29
*
Fix some NV path rendering issues with perspective and inverse paths
bsalomon@google.com
2012-06-29
*
Pseudo-reverted r4396 (SkGrPixelRef files are still in source pool but are un...
robertphillips@google.com
2012-06-29
*
Temporarily readding SkGrTexturePixelRef.h/.cpp until WebKit is transitioned ...
robertphillips@google.com
2012-06-28
*
Moved SkGrTexturePixelRef to SkGrPixelRef
robertphillips@google.com
2012-06-28
*
Collapsed SkGrTexturePixelRef and SkGrRenderTargetPixelRef into SkGrPixelRef ...
robertphillips@google.com
2012-06-28
*
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 another clang++ compiler error
robertphillips@google.com
2012-06-28
*
Split GrSWMaskHelper into its own files
robertphillips@google.com
2012-06-27
[next]