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
*
move more stuff that should be private out from GrGLConfig.h
bsalomon@google.com
2012-05-07
*
First pass at accelerating gpu-based AA clipping
robertphillips@google.com
2012-05-07
*
Hopefully fixes linux + mac build breaks from r3851 by adding missing include...
bsalomon@google.com
2012-05-07
*
Make GrGLDefines.h be a private header
bsalomon@google.com
2012-05-07
*
remove incorrect include
bsalomon@google.com
2012-05-07
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
Just use std qsort
reed@google.com
2012-05-07
*
Fix for performance regression due to r3832
robertphillips@google.com
2012-05-04
*
Disabled stencil buffer for AA clip mask
robertphillips@google.com
2012-05-03
*
Fixed texture ref/unref bug in GrInOrderDrawBuffer/GrDrawState
robertphillips@google.com
2012-05-03
*
Fix to prevent infinite recursion during AA clip mask generation
robertphillips@google.com
2012-05-03
*
Added cache to gpu AA clipping
robertphillips@google.com
2012-05-02
*
Moved SW path rendering path back to using TU/sampler #2. This reverts r3813
robertphillips@google.com
2012-05-02
*
Moved SW path rendering to new texture unit
robertphillips@google.com
2012-05-01
*
Added gpu AA clipping to old shader path
robertphillips@google.com
2012-05-01
*
Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cpp
robertphillips@google.com
2012-05-01
*
Second half of refactoring to move SW path rendering to GrPathRenderer
robertphillips@google.com
2012-05-01
*
Add comparison and assignment operators to GrSamplerState.
tomhudson@google.com
2012-04-30
*
Re-adding red texture support (by rolling back r3800)
robertphillips@google.com
2012-04-30
*
Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...
epoger@google.com
2012-04-30
*
Addition of necessary flush to copyToTexturePixelRef(...).
twiz@google.com
2012-04-27
*
Bumped num stages to 4 in preparation for AA clipping
robertphillips@google.com
2012-04-27
*
Some cleanup of GrResource
bsalomon@google.com
2012-04-27
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
convert float to SkScalar changes
robertphillips@google.com
2012-04-27
*
Initial version of AA clip A8/R8 mask creation
robertphillips@google.com
2012-04-27
*
Clamp requested MSAA sample count to GL_MAX_SAMPLES
bsalomon@google.com
2012-04-27
*
Remove expired comment
bsalomon@google.com
2012-04-27
*
Fix trivial int->scalar warning introduced in r3772
bsalomon@google.com
2012-04-27
*
draw circle paths directly via GPU
bsalomon@google.com
2012-04-27
*
First portion of refactoring to bundle SW path rendering into GrPathRenderer
robertphillips@google.com
2012-04-27
*
Give GrGLProgramStage a virtual destructor
bsalomon@google.com
2012-04-25
*
Fixed minor Release & fixed point compiler warnings on Linux
robertphillips@google.com
2012-04-25
*
Fixes matrix inconsistency in GPU draws with filters. Also adds a GM test.
bsalomon@google.com
2012-04-25
*
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
robertphillips@google.com
2012-04-25
*
Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
tomhudson@google.com
2012-04-20
*
Fix class/struct warning
bsalomon@google.com
2012-04-19
*
Infrastructure for new Ganesh shader pipeline: base classes for GPU
tomhudson@google.com
2012-04-18
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Fix reset of scissor state in onResetContext
bsalomon@google.com
2012-04-17
*
Minor refactoring to pull GrClipMaskManager into its own files
robertphillips@google.com
2012-04-16
*
First pass at stencil clip mask refactoring
robertphillips@google.com
2012-04-16
*
Minor code cleanup of Debug GL Interface
robertphillips@google.com
2012-04-16
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
Fixed uninitialized memory issue on Linux when running "gm --debuggl"
robertphillips@google.com
2012-04-12
*
Add support for GL_NV_framebuffer_multisample_coverage
bsalomon@google.com
2012-04-11
*
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...
robertphillips@google.com
2012-04-10
*
Minor Windows compiler complaint fixes
robertphillips@google.com
2012-04-10
*
misc fixes
bsalomon@google.com
2012-04-10
*
Don't use the usage flag to determine whether an SkGpuDevice needs to be clea...
bsalomon@google.com
2012-04-09
[next]