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
Admin message
Bou !
🐤
Show more breadcrumbs
nproject
pixel
Commits
bc97fa00b8a9bd62e62e464aff1d53ef94f952e1
Select Git revision
0 results
pixel
Author
Search by author
Any Author
authors
0 authors
Jan 25, 2017
improve doc in pixel
· bc97fa00
faiface
authored
8 years ago
bc97fa00
update doc in pixelgl
· 4a315124
faiface
authored
8 years ago
4a315124
improve docs in pixelgl
· 8917a09d
faiface
authored
8 years ago
8917a09d
split Window.SetMonitor into two sub-functions
· 1894e213
faiface
authored
8 years ago
1894e213
rename Window.SetFullscreen -> SetMonitor
· e559499a
faiface
authored
8 years ago
e559499a
make ZT def more readable
· 82deb99e
faiface
authored
8 years ago
82deb99e
rework Transform API
· 5ebbb3fa
faiface
authored
8 years ago
5ebbb3fa
add Canvas.Draw and remove SetTransform/MaskColor from Sprite
· cb699e70
faiface
authored
8 years ago
cb699e70
Jan 23, 2017
add a note to readme
· f6e713ad
faiface
authored
8 years ago
f6e713ad
Jan 22, 2017
remove debug print
· e0e59f1d
faiface
authored
8 years ago
e0e59f1d
fix Picture.Image
· f16eb827
faiface
authored
8 years ago
f16eb827
change pixelgl.Texture.Pixels to work with OpenGL 3.3
· e656130c
faiface
authored
8 years ago
e656130c
add Picture.Image method
· 9228a554
faiface
authored
8 years ago
9228a554
add pixelgl.Texture.SetPixels/Pixels
· 4d2ccc92
faiface
authored
8 years ago
4d2ccc92
fix window resizing
· e9c12149
faiface
authored
8 years ago
e9c12149
add Canvas.SetSize method
· d686841b
faiface
authored
8 years ago
d686841b
flip image in Picture to make it correct
· 8e1359b4
faiface
authored
8 years ago
8e1359b4
add state-of-the-art canvas and use it within window
· ca9b2716
faiface
authored
8 years ago
ca9b2716
remove pixelgl.Viewport, because Frame sets viewport
· 79ef8d51
faiface
authored
8 years ago
79ef8d51
clarify doc
· 2f070dc3
faiface
authored
8 years ago
2f070dc3
document pixelgl.Frame
· 192c455b
faiface
authored
8 years ago
192c455b
Jan 20, 2017
minor change
· d905c044
faiface
authored
8 years ago
d905c044
always convert image in NewPicture (Bounds)
· 5daaad80
faiface
authored
8 years ago
5daaad80
pixelgl: actually get info log length in shader creation
· 1f4f1107
faiface
authored
8 years ago
1f4f1107
minor change (rename variables)
· 6cb3121d
faiface
authored
8 years ago
6cb3121d
fix - convert image in Picture to NRGBA, not RGBA
· e34970d5
faiface
authored
8 years ago
e34970d5
add forgotten gltriangles.go
· 37baaee4
faiface
authored
8 years ago
37baaee4
generalize OpenGL triangles into GLTrangles to DRY
· 3524644d
faiface
authored
8 years ago
3524644d
adopt github.com/faiface/mainthread package + frame prototype
· 7a7b2f25
faiface
authored
8 years ago
7a7b2f25
Jan 17, 2017
disable mipmaping in Texture
· de21a401
faiface
authored
8 years ago
de21a401
Jan 16, 2017
add orphan pixelgl functions
· 2a5fddab
faiface
authored
8 years ago
2a5fddab
Jan 15, 2017
remove error return value from NewTexture
· 7a4fce3b
faiface
authored
8 years ago
7a4fce3b
Jan 14, 2017
avoid cheese comment alignment
· 2848ee5c
faiface
authored
8 years ago
2848ee5c
add support for Picture slicing (Batch and Window)
· c9f44578
faiface
authored
8 years ago
c9f44578
Jan 13, 2017
rework VertexSlice for better performance
· 3b39cc60
faiface
authored
8 years ago
3b39cc60
performance optimizations (reducing allocations)
· 43bdd397
faiface
authored
8 years ago
43bdd397
performance optimizations
· aa0f7462
faiface
authored
8 years ago
aa0f7462
change TrianglesColor.Color return type to NRGBA
· 906c3248
faiface
authored
8 years ago
906c3248
Jan 12, 2017
optimize batch draw (reduce allocations)
· c8627e1e
faiface
authored
8 years ago
c8627e1e
add Picture correctness check in Batch.SetPicture
· 268e1b72
faiface
authored
8 years ago
268e1b72
Loading