aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/gl/GrGLUtil.cpp
Commit message (Expand)AuthorAge
...
* Add MESA detection to GrContextInfo and use to decide whether to use GL_ALPHA...Gravatar commit-bot@chromium.org2013-06-14
* Get correct GLVersion for Mesa to avoid GrContext creation failureGravatar bsalomon@google.com2013-05-29
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Enable cpu-array dynamic vertex data on SGX.Gravatar bsalomon@google.com2013-02-22
* Use CPU arrays for dynamic indices/vertices on ARM GPUs.Gravatar bsalomon@google.com2013-02-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Add vendor to context info.Gravatar bsalomon@google.com2012-10-23
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* show meaningful GL error strings during debuggingGravatar bsalomon@google.com2012-06-18
* Move convolution from code in GrGLProgram to new GrConvolutionEffectGravatar tomhudson@google.com2012-05-10
* Move function decls and macros out of public headers that are meant for inter...Gravatar bsalomon@google.com2012-05-07
* Move GL-specific include files to their own subdirectory, to betterGravatar tomhudson@google.com2012-02-14
* Move GL-specific source code to make room for D3D back end.Gravatar tomhudson@google.com2012-02-10