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.cpp
Commit message (
Expand
)
Author
Age
*
Upstreaming changes from gpu_dev to trunk.
bsalomon@google.com
2012-10-30
|
\
*
|
Add GL texture validity check to GrGpuGL
robertphillips@google.com
2012-10-30
|
*
Make the orientation of a texture accessible from and known by GrSurface.
bsalomon@google.com
2012-10-26
|
/
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Platform/Engine -> Backend
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 3
bsalomon@google.com
2012-10-24
*
GrCustomStage Renaming Part 2
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Addressed xcode analysis complaints
robertphillips@google.com
2012-09-24
*
Move GrTextureParams from GrSamplerState to GrTextureAccess
bsalomon@google.com
2012-09-18
*
Add GrColor to RGBA float helper func
bsalomon@google.com
2012-09-17
*
Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...
bsalomon@google.com
2012-09-11
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Remove extraneous const qualifier.
bsalomon@google.com
2012-09-07
*
Resource cache now explicitly takes ref of managed resources
robertphillips@google.com
2012-09-05
*
Shut up some Mac (xcode 3) warnings
bsalomon@google.com
2012-09-05
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
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
*
Replaced TextureCacheEntry with GrTexture* and a back pointer to GrResourceEn...
robertphillips@google.com
2012-08-16
*
Split cache-specific fields out of GrTextureDesc
robertphillips@google.com
2012-08-13
*
Make 0-texture GrCustomStages work.
bsalomon@google.com
2012-07-31
*
Remove GrDrawState::setTexture/getTexture
bsalomon@google.com
2012-07-30
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Remove GrGLProgram::CachedData, make GrGLProgram represent the program
bsalomon@google.com
2012-07-16
*
Start removing calls to GrDrawState::setTexture() (and GrPaint::setTexture()?...
tomhudson@google.com
2012-07-13
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Fix linux warnings
bsalomon@google.com
2012-07-11
*
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
*
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
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Add header needed to use the SWAP_PER_DRAW debug facility on windows.
bsalomon@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
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
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
*
Suppress annoying printf in GM when MSAA is not supported.
bsalomon@google.com
2012-06-15
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
*
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
[next]