index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGpuGL_program.cpp
Commit message (
Expand
)
Author
Age
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Do premul and r/b swap conversions in a custom effect
bsalomon@google.com
2012-08-27
*
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
*
Introduction of set of functions to manage generation of texture fetch shader...
twiz@google.com
2012-08-02
*
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate s...
robertphillips@google.com
2012-07-31
*
Remove GrDrawState::setTexture/getTexture
bsalomon@google.com
2012-07-30
*
Added getConservativeBound helper function to GrClipData
robertphillips@google.com
2012-07-26
*
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
robertphillips@google.com
2012-07-26
*
Add GL uniform manager
bsalomon@google.com
2012-07-25
*
Factory method for creating GrGLProgram
bsalomon@google.com
2012-07-18
*
Move texture domains onto a GrCustomStage, off of GrSamplerState.
tomhudson@google.com
2012-07-17
*
Remove GrGLProgram::CachedData, make GrGLProgram represent the program
bsalomon@google.com
2012-07-16
*
There were three different problems with lighting filters:
senorblanco@chromium.org
2012-07-13
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Forced GrClip to always have conservative bounds
robertphillips@google.com
2012-07-11
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
Fix some NV path rendering issues with perspective and inverse paths
bsalomon@google.com
2012-06-29
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Fix memory leaks.
tomhudson@google.com
2012-06-19
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
*
Call flushMiscFixedFunctionState (D'oh!)
bsalomon@google.com
2012-06-08
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
fix warnings on Mac in src/gpu and include/gpu
caryclark@google.com
2012-06-06
*
Move stuff from protected to private in GrGpuGL
bsalomon@google.com
2012-06-05
*
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
*
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
*
Remove dirty flags from GrGpuGL state flush
bsalomon@google.com
2012-06-01
*
Move GrGpuGL::ProgramCache declaration to header
bsalomon@google.com
2012-06-01
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
Merge GrGpuGLShaders into its parent class, GrGpuGL
bsalomon@google.com
2012-05-31