openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
skia
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very High Activity
Commits
: Listings
Analyzed
about 22 hours
ago. based on code collected
about 23 hours
ago.
Jul 22, 2024 — Jul 22, 2025
Showing page 2,511 of 2,533
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
add SK_DISABLE_DITHER_32BIT_GRADIENT flag. If defined, disables the newly added dithering for 32bit linear gradients.
[email protected]
More...
over 14 years ago
enable sse2 source in makefile
[email protected]
More...
over 14 years ago
add SSE2 opt files to xcode
[email protected]
More...
over 14 years ago
Use macro to call gl.
[email protected]
More...
over 14 years ago
Remove static from template specilizations (linux build complained)
[email protected]
More...
over 14 years ago
Towards issue #106
[email protected]
More...
over 14 years ago
If you #define SK_ALLOW_OVER_32K_BITMAPS, then skia will try to draw bitmaps whose dimensions exceed 32K. In my testing, this is fine, but I'm coding this as an opt-in feature for now, to allow for more testing before its enabled by default.
[email protected]
More...
over 14 years ago
initialize SkGlyph::fMaskFormat to avoid valgrind warnings rebaseline gradients now that we dither our 32bit src
[email protected]
More...
over 14 years ago
add dithering to 32bit linear gradients
[email protected]
More...
over 14 years ago
Should be calculating alignment based on the vertex size.
[email protected]
More...
over 14 years ago
rename DrawState to DrState -- MS decided to #define DrawState, complicating our (compiler) lives :(
[email protected]
More...
over 14 years ago
add helpers to initialize our var-int args before calling GL. Some drivers assert that those are zero on input, even though they are logically output-only parameters.
[email protected]
More...
over 14 years ago
fix refcount bug - as picture gets referenced by canvas when canvas is a picture-recording canvas, so it can't live on the stack. Probably a bug: nested pictures should probably ref some internal impl, so that callers can be free to use the stack when they want to.
[email protected]
More...
over 14 years ago
git-svn-id: http://skia.googlecode.com/svn/trunk@685 2bbb7eff-a529-9590-31e7-b0007b416f81
[email protected]
More...
over 14 years ago
expose gpu-device-factory use that factory in gpucanvas, rather than overriding createDevice
[email protected]
More...
over 14 years ago
add getter/setter for device-factory on canvas
[email protected]
More...
over 14 years ago
add port for Brew - untested
[email protected]
More...
over 14 years ago
use -O2 for release, -g for debug (so we can get symbols for gdb)
[email protected]
More...
over 14 years ago
init src either opaquely (e.g. white), or with a valid ctable index (e.g. 0)
[email protected]
More...
over 14 years ago
remove obsolete, unsupported sound files
[email protected]
More...
over 14 years ago
fix issue 99 -- unneeded assignment inside find_y move find_y to right above its only caller (Spanerator) reformat Spanerator methods to match coding style
[email protected]
More...
over 14 years ago
Make SampleApp build on Win32 (still requires glew, this needs to be fixed) In fbo test funciton set min filter to nearest (for systems that don't support rendering to level of a texture that isn't mip map complete.) Add a lot more sample slides to the win32 build Fix texture red/blue color swap on windows.
[email protected]
More...
over 14 years ago
update dox to reflect that the default colorspace is CGColorSpaceCreateDeviceRGB()
[email protected]
More...
over 14 years ago
revert to DeviceRGB colorspace by default, which was changed accidentially in rev. 637
[email protected]
More...
over 14 years ago
add template macro to "safely" perform casts w/o breaking strict-aliasing fix aliasing warnings
[email protected]
More...
over 14 years ago
rev. 637 changed the settings for premultiplied on the info parameter. This change incorrectly assumed that all cases wanted premultipled-last, which was incorrect.
[email protected]
More...
over 14 years ago
fix for issue 93: need to rewind the shared stream each time openStream() is called
[email protected]
More...
over 14 years ago
fix build for scalar==fixed
[email protected]
More...
over 14 years ago
Remove user-specific visual studio project files.
[email protected]
More...
over 14 years ago
fix uninitialized warning
[email protected]
More...
over 14 years ago
←
1
2
…
2507
2508
2509
2510
2511
2512
2513
2514
2515
…
2532
2533
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree