aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include
Commit message (Expand)AuthorAge
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12
* Gpu blend optimizations, handle more xfer modes with fractional pixel coverageGravatar bsalomon@google.com2011-10-12
* When we're not using the NULL buffer data hint update with glBufferData rathe...Gravatar bsalomon@google.com2011-10-10
* Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...Gravatar bsalomon@google.com2011-10-10
* Fixup rendering of empty paths (including inverted fills)Gravatar bsalomon@google.com2011-10-05
* fix calculation and assert for grmask -> bytes-per-pixelGravatar reed@google.com2011-10-04
* Add experimental geometry shader code to gpu backendGravatar bsalomon@google.com2011-09-29
* Add GrSTAllocator subclass, hide cons in GrTAllocator that takes ptrGravatar bsalomon@google.com2011-09-28
* Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logicGravatar bsalomon@google.com2011-09-27
* Add detection of when partial pixel coverage (for aa or otherwise) will cause...Gravatar bsalomon@google.com2011-09-23
* Change GrGLVersion from typedef GrFixed to uint32_tGravatar bsalomon@google.com2011-09-22
* Cleanup handling of GL versions, fix function namesGravatar bsalomon@google.com2011-09-22
* Use BindFragDataLocation (rather than indexed variant) for FS color output.Gravatar bsalomon@google.com2011-09-21
* Resubmit 2289 with fix for glsl versionGravatar bsalomon@google.com2011-09-20
* Revert 2289. GLSL version detection not robust enough. May think we don't hav...Gravatar bsalomon@google.com2011-09-20
* [GPU] Use new Var type for inputs/outputs of FS and VSGravatar bsalomon@google.com2011-09-20
* Simplify specification of default interfaceGravatar bsalomon@google.com2011-09-16
* GrTArray->SkTArray & docsGravatar bsalomon@google.com2011-09-14
* Use push_back_n() in place of multiple push_back()sGravatar bsalomon@google.com2011-09-13
* Add operator = to GrPaintGravatar bsalomon@google.com2011-09-12
* Fix GrContext::drawPaint with perspective, also never apply AAGravatar bsalomon@google.com2011-09-12
* Remove unneeded #defineGravatar bsalomon@google.com2011-09-02
* Fix some warnings when including some Skia headers in Chromium code under VS2...Gravatar bsalomon@google.com2011-09-01
* Add optional per-gl-func client callback.Gravatar bsalomon@google.com2011-09-01
* Compile option to perform GL logging by default debug.Gravatar bsalomon@google.com2011-08-31
* Fix multi-line macro by adding line continuation.Gravatar bsalomon@google.com2011-08-30
* Fix GPU assumption that clipstack begins with intersect or replace.Gravatar bsalomon@google.com2011-08-29
* More prep work in Gr for landing AA hairline renderer.Gravatar bsalomon@google.com2011-08-23
* Correctly determine whether HW AA lines can be usedGravatar bsalomon@google.com2011-08-23
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Use a prioritized list of path renderers in Gr.Gravatar bsalomon@google.com2011-08-19
* Change GrSafeUnref / GrSafeRef from static inlines to #defines. Chrome buid i...Gravatar bsalomon@google.com2011-08-19
* Include GrRenderTarget.h in GrContext.h to unblock skia roll due to WK depend...Gravatar bsalomon@google.com2011-08-19
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr...Gravatar bsalomon@google.com2011-08-17
* Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"Gravatar vandebo@chromium.org2011-08-16
* Make GrDrawTarget.h and GrPathRenderer.h be private headersGravatar bsalomon@google.com2011-08-16
* Remove GrContext::drawCustomVerticesGravatar bsalomon@google.com2011-08-16
* Move some gpu headers out of the public include dirGravatar bsalomon@google.com2011-08-16
* Use a single stencil buffer for a given width,height,samplecountGravatar bsalomon@google.com2011-08-08
* Make RT & TEX base classes aware of NPOT/min-RT bloated sizeGravatar bsalomon@google.com2011-08-08
* Fail draws when can't get geom into vb/ib.Gravatar bsalomon@google.com2011-08-05
* Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use ste...Gravatar bsalomon@google.com2011-08-05
* Add GrStencilBuffer as a separate resource type from render targetGravatar bsalomon@google.com2011-08-03
* Add glReadBuffer to GrGLInterface.Gravatar bsalomon@google.com2011-08-03
* Add glDrawBuffer(s) to GrGLInterfaceGravatar bsalomon@google.com2011-08-02
* Revert r2026 due to bot failuresGravatar bsalomon@google.com2011-08-02
* Create a separate GrStencilBuffer class apart from GrRenderTarget.Gravatar bsalomon@google.com2011-08-02
* iOS SampleApp menu related changesGravatar yangsu@google.com2011-08-02
* Fix comment alignmentGravatar bsalomon@google.com2011-08-01