index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpu.cpp
Commit message (
Expand
)
Author
Age
*
Remove GR_STATIC_RECT_VB
robertphillips@google.com
2013-04-20
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...
bsalomon@google.com
2013-03-28
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Revert 7625 until after M26 due to a mix of perf changes.
bsalomon@google.com
2013-02-08
*
Remove GR_STATIC_RECT_VB
bsalomon@google.com
2013-02-06
*
Fix WritePixels test on ANGLE.
bsalomon@google.com
2013-02-06
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Fix init order warning
bsalomon@google.com
2013-02-01
*
Change vertex buffer allocator functions to take size rather than layout, tak...
jvanverth@google.com
2013-01-31
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-31
*
Change vertex buffer allocator functions to take size rather than layout.
jvanverth@google.com
2013-01-31
*
Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...
bsalomon@google.com
2013-01-30
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...
bsalomon@google.com
2013-01-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Remove GrTDArray.
bsalomon@google.com
2013-01-07
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup
robertphillips@google.com
2012-10-31
*
Platform/Engine -> Backend
bsalomon@google.com
2012-10-25
*
Don't allow previous render target to be deleted in GrGpu::clear
bsalomon@google.com
2012-09-28
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
Switch GrGpu's GrResource list over to using SkTDLinkedList
robertphillips@google.com
2012-09-04
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Addressed Windows compiler complaints
robertphillips@google.com
2012-08-15
*
Removed GrClip & related classes
robertphillips@google.com
2012-08-01
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Give GrClipMaskManager a GrGpu*
bsalomon@google.com
2012-06-15
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...
bsalomon@google.com
2012-06-05
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
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
*
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...
robertphillips@google.com
2012-04-10
*
Make fewer copies when using GrDrawTarget::AutoStateRestore
bsalomon@google.com
2012-03-30
[next]