Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pixel
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nproject
pixel
Commits
592eb4b8efb06f0be782537a3d733d58f746c233
Select Git revision
0 results
pixel
Author
Search by author
Any Author
authors
0 authors
Apr 11, 2017
fix type in ComposeMethod doc
· 592eb4b8
faiface
authored
7 years ago
592eb4b8
add ComposeMethod.Compose
· af6241d0
faiface
authored
7 years ago
af6241d0
move ComposeTarget to separate file
· 02e00905
faiface
authored
7 years ago
02e00905
fix race condition in GLTriangles
· 41e5e8ca
faiface
authored
7 years ago
41e5e8ca
Apr 10, 2017
adopt RGB and Alpha
· 3e65588e
faiface
authored
7 years ago
3e65588e
rename ComposeDst* -> ComposeR* + add ComposePlus, ComposeCopy
· 5d82c3cd
faiface
authored
7 years ago
5d82c3cd
Apr 09, 2017
fix compile error
· 8489bdad
faiface
authored
7 years ago
8489bdad
remove smooth argument from Canvas constructor
· c2633848
faiface
authored
7 years ago
c2633848
fix drawing onto Canvas
· 8379e17c
faiface
authored
7 years ago
8379e17c
add Window.SetComposeMethod
· 5be03c8b
faiface
authored
7 years ago
5be03c8b
add Canvas.SetComposeMethod
· 30681534
faiface
authored
7 years ago
30681534
add missing ComposeDstOver mode
· c1d00085
faiface
authored
7 years ago
c1d00085
add ComposeTarget interface
· 8da51853
faiface
authored
7 years ago
8da51853
fix spelling in doc
· bb7b98ed
faiface
authored
7 years ago
bb7b98ed
use glhf.BlendFunc
· 9238e701
faiface
authored
7 years ago
9238e701
adjust RGB doc
· ed8abc4d
faiface
authored
7 years ago
ed8abc4d
add RGB and Alpha functions
· e0615451
faiface
authored
7 years ago
e0615451
replace NRGBA to RGBA because Porter-Duff (!!!)
· f4916a42
faiface
authored
7 years ago
f4916a42
fix obsolete Batch doc
· 7d31dd8d
faiface
authored
7 years ago
7d31dd8d
Apr 08, 2017
fix typo in Window doc
· e6af9eb3
faiface
authored
7 years ago
e6af9eb3
Apr 07, 2017
adjust WindowConfig doc, more consistent with the rest
· 5097bc9c
faiface
authored
8 years ago
5097bc9c
Apr 05, 2017
fix GLFrame.SetBounds to not reallocate when not necessary
· 8db95af8
faiface
authored
8 years ago
8db95af8
Apr 04, 2017
fix Matrix.String
· b41e117a
faiface
authored
8 years ago
b41e117a
add Matrix.String
· 49338251
faiface
authored
8 years ago
49338251
minor change
· b1350121
faiface
authored
8 years ago
b1350121
Apr 02, 2017
add Window.Color
· 1a2ca326
faiface
authored
8 years ago
1a2ca326
Apr 01, 2017
split Canvas into Canvas+GLFrame + add GLPicture
· 46c8784d
faiface
authored
8 years ago
46c8784d
Mar 31, 2017
remove Slice and Original from Canvas
· f9482d31
faiface
authored
8 years ago
f9482d31
make Sprite accept Picture and frame
· 1b32c1a0
faiface
authored
8 years ago
1b32c1a0
Mar 30, 2017
remove Slice and Original from Picture interface
· 0b3cfac5
faiface
authored
8 years ago
0b3cfac5
Mar 25, 2017
remove auto norm from R (Rect constructor)
· 5d98f28c
faiface
authored
8 years ago
5d98f28c
Mar 23, 2017
adopt new ToNRGBA function
· 379b4df6
faiface
authored
8 years ago
379b4df6
add ToNRGBA function for performance
· 6eeff667
faiface
authored
8 years ago
6eeff667
add Sprite.Matrix and Sprite.ColorMask getters
· 3cfa3a53
faiface
authored
8 years ago
3cfa3a53
minor code change
· 7454bf72
faiface
authored
8 years ago
7454bf72
add Sprite.SetMatrix and Sprite.SetColorMask
· cee897e1
faiface
authored
8 years ago
cee897e1
rename graphics.go -> sprite.go
· af76ff17
faiface
authored
8 years ago
af76ff17
add support for one point lines in imdraw
· fb8424cd
faiface
authored
8 years ago
fb8424cd
add Vec.WithX/WithY and Rect.WithMin/WithMax
· 4bebc7e6
faiface
authored
8 years ago
4bebc7e6
fix 0 vector len + fix imdraw polyline
· 4619398b
faiface
authored
8 years ago
4619398b
Loading