aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
...
* Sort GL extension strings and search to find.Gravatar bsalomon@google.com2013-02-27
* Assign color=0 in GrDrawState.cpp to stop tools from raising false alarms abo...Gravatar bsalomon@google.com2013-02-27
* Replace A8 with RGBA8 when renderable A8 isn't supportedGravatar robertphillips@google.com2013-02-27
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-27
* Use glGetStringi to get extensions when available.Gravatar bsalomon@google.com2013-02-26
* Add files omitted from gcl change in r7860.Gravatar bsalomon@google.com2013-02-26
* Consolidate functions common the the null and debug GL interfaces.Gravatar bsalomon@google.com2013-02-26
* Fixed the hash key comparison function.Gravatar sugoi@google.com2013-02-25
* Give GrDrawTarget a back ptr to its owning GrContext.Gravatar bsalomon@google.com2013-02-25
* Use size_t for rowBytes.Gravatar scroggo@google.com2013-02-25
* 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
* Add support for vertex data rendered from CPU arrays.Gravatar bsalomon@google.com2013-02-21
* Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...Gravatar bsalomon@google.com2013-02-20
* Fix unused var warning.Gravatar bsalomon@google.com2013-02-19
* Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.Gravatar bsalomon@google.com2013-02-19
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-15
* Remove unused texture coordinate flags.Gravatar jvanverth@google.com2013-02-14
* Use CGL rather than AGL on the Mac.Gravatar bsalomon@google.com2013-02-14
* Use SkMWRandom in GLPrograms test.Gravatar bsalomon@google.com2013-02-13
* r7719 was an exact reland of r7713. This CL is fix.Gravatar bsalomon@google.com2013-02-13
* Attempt to reland r7713 with fix.Gravatar bsalomon@google.com2013-02-13
* Revert r7713 until GM changes are understood.Gravatar bsalomon@google.com2013-02-13
* Move view matrix flush to GrGLPrograms.Gravatar bsalomon@google.com2013-02-13
* Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...Gravatar bsalomon@google.com2013-02-12
* Move blend optimization functions to GrDrawState.Gravatar bsalomon@google.com2013-02-12
* Revert 7625 until after M26 due to a mix of perf changes.Gravatar bsalomon@google.com2013-02-08
* Remove compile time option to use different types for text vertices.Gravatar bsalomon@google.com2013-02-07
* Temporarily disable new GL error checking in ~SkGLContextGravatar robertphillips@google.com2013-02-07
* Remove GR_DISABLE_DRAW_BUFFERING, replace with RTConf variable.Gravatar bsalomon@google.com2013-02-07
* Remove GR_DUMP_TEXTURE_UPLOADSGravatar bsalomon@google.com2013-02-07
* Remove GR_AGGRESSIVE_SHADER_OPTS build option.Gravatar bsalomon@google.com2013-02-07
* Enhance GL error checking for non-Ganesh GL callsGravatar robertphillips@google.com2013-02-07
* Remove legacy names no longer referenced in Chrome and WebKit.Gravatar bsalomon@google.com2013-02-07
* Fix a perf regression introduced by r7594: when computing a texture cache ke...Gravatar senorblanco@chromium.org2013-02-07
* Remove GR_STATIC_RECT_VBGravatar bsalomon@google.com2013-02-06
* Fix WritePixels test on ANGLE.Gravatar bsalomon@google.com2013-02-06
* Set vertex layout prior to setVertexSourceToBuffer for GR_STATIC_RECT_VBGravatar jvanverth@google.com2013-02-06
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-02-06
* Fix calls to setVertexSourceToBufferGravatar robertphillips@google.com2013-02-05
* Fix bench crash (calling method on NULL object).Gravatar bsalomon@google.com2013-02-05
* Reinstate r7546: fix unused variable warningGravatar jvanverth@google.com2013-02-05
* Move vertex layout from GeometrySrcState to GrDrawState.Gravatar jvanverth@google.com2013-02-05
* Revert r7595 due to housekeeper warning-as-error.Gravatar bsalomon@google.com2013-02-05
* Re-enable static asserts with windows warning fix.Gravatar bsalomon@google.com2013-02-05
* Implement support for origin-TopLeft render targets. Note that the default be...Gravatar senorblanco@chromium.org2013-02-05
* hide the static-assert block altogether, until we can find a construct thatGravatar reed@google.com2013-02-05
* fix (new annoying) warning (mac only I think)Gravatar reed@google.com2013-02-05
* Make windows GrGLCreateNatriveInterface not us GL.h and not use linker to res...Gravatar bsalomon@google.com2013-02-05
* Restore variable to release builds.Gravatar jvanverth@google.com2013-02-05