aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
Commit message (Expand)AuthorAge
* Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIStateGravatar bsalomon@google.com2011-05-19
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* Add Mesa as a GL backend.Gravatar bungeman@google.com2011-05-19
* Batch up draws into triangle fans as large as possible when drawing convexGravatar senorblanco@chromium.org2011-05-19
* Fix uninit of mask varGravatar bsalomon@google.com2011-05-18
* Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo...Gravatar bsalomon@google.com2011-05-17
* Set fEdgesUni to kUseUniform when we need to upload it. Fix for bug introducedGravatar senorblanco@chromium.org2011-05-17
* Pass forceClose "true" to SkPath::Iter constructor inGravatar senorblanco@chromium.org2011-05-17
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* Removing remnants of GrGLEffect.Gravatar junov@google.com2011-05-17
* separate coverage stages from color stages.Gravatar bsalomon@google.com2011-05-16
* Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...Gravatar junov@google.com2011-05-16
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Fix winding order check for negative scale in tesselated path rendering. TheGravatar senorblanco@chromium.org2011-05-16
* Upload matrix as gl float rather than gr scalar (fixes a build break when sca...Gravatar bsalomon@google.com2011-05-16
* Disable blend for edge AA not general AAGravatar bsalomon@google.com2011-05-12
* Style fixGravatar Scroggo2011-05-12
* Edge antialiasing for convex shapes in GaneshGravatar senorblanco@chromium.org2011-05-12
* Allow blending if there is a color filter.Gravatar Scroggo2011-05-11
* Add space between mediump and float in 2pt radial vertex uniform declGravatar bsalomon@google.com2011-05-11
* Remove a warning.Gravatar Scroggo2011-05-11
* Store 1/255 as a constant to reduce number of divides.Gravatar Scroggo2011-05-11
* Remove unused variable.Gravatar Scroggo2011-05-11
* Keep program cache consistent when program creation fails.Gravatar bsalomon@google.com2011-05-11
* Add color filters to gpu path.Gravatar Scroggo2011-05-11
* Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.Gravatar bsalomon@google.com2011-05-10
* Fix unused var warningGravatar bsalomon@google.com2011-05-09
* remove deleted include file (oops)Gravatar bsalomon@google.com2011-05-09
* Remove previous shader generator class. No longer compiles due to elimination...Gravatar bsalomon@google.com2011-05-09
* Make shader generator more legible. Get rid of some magic values.Gravatar bsalomon@google.com2011-05-09
* Share code with SkRectGravatar reed@google.com2011-05-09
* remove #if 0 codeGravatar reed@google.com2011-05-09
* Suppress int/NULL comparison warningGravatar bsalomon@google.com2011-05-09
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* share macros and types with SkScalar, but keep aliases for now, to avoid editingGravatar reed@google.com2011-05-06
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* remove unused var, fixes warningGravatar bsalomon@google.com2011-05-06
* Switch to GrGpuGLShaders (instead of GrGpuGLShaders2).Gravatar bsalomon@google.com2011-05-05
* Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa.Gravatar bsalomon@google.com2011-05-05
* SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleAppGravatar senorblanco@chromium.org2011-05-04
* Minor fixes to get SampleApp's OpenGL path not to crash on Linux. InitializeGravatar senorblanco@chromium.org2011-05-04
* Fix validation (glTexEnvi is fixed pipe only)Gravatar bsalomon@google.com2011-05-04
* Add all ES2 glUniform functions to GrGLInterface. Add interface validation fo...Gravatar bsalomon@google.com2011-05-04
* Remove GrContext.h dependence on GrGpu.hGravatar bsalomon@google.com2011-05-02
* 4x4 SSAA with improvements in determination of when to apply. Still disabled ...Gravatar bsalomon@google.com2011-05-02
* Fixing a simple build error in GrGpuGLShaders.cpp with GR_AGGRESSIVE_SHADER_OPTSGravatar junov@google.com2011-04-29
* Only define debugging GL globals when the code paths are enabledGravatar bsalomon@google.com2011-04-28
* Make reserveAndLockGeometry set index/vertex ptr to null if none requested. W...Gravatar bsalomon@google.com2011-04-28
* Fix warnings.Gravatar bsalomon@google.com2011-04-28
* Adding newline at end of file to fix compiler error.Gravatar agl@chromium.org2011-04-27