Home
About
Blog
Products
Forum
Support
Contact
Sunbelt Computer Software
PL/B Language Development and Support
Home
About
Blog
Products
Forum
Support
Contact
History for core/src/processing/opengl - processing/processing-android · GitHub
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
processing
/
processing-android
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
298
Star
797
Code
Issues
135
Pull requests
7
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
processing-android
core
src
processing
opengl
on
android-404
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 13, 2022
Use pixelDensity from src image
codeanticode
committed
47c0050
View commit details
Copy full SHA for 47c0050
View code at this point
Browse repository at this point
make correct transform call depending on dimensions
codeanticode
committed
2f5380f
View commit details
Copy full SHA for 2f5380f
View code at this point
Browse repository at this point
Fixes scaling inversion
codeanticode
committed
fb59882
View commit details
Copy full SHA for fb59882
View code at this point
Browse repository at this point
Commits on Jan 2, 2021
update deps & headers
codeanticode
committed
f37a574
View commit details
Copy full SHA for f37a574
View code at this point
Browse repository at this point
Commits on Nov 4, 2019
Merge pull request #568 from notnullnotvoid/patch-1
Show description for fc22703
codeanticode
authored
fc22703
View commit details
Copy full SHA for fc22703
View code at this point
Browse repository at this point
Commits on Oct 28, 2019
code formatting, comments
codeanticode
committed
9459600
View commit details
Copy full SHA for 9459600
View code at this point
Browse repository at this point
factoring line-sphere intersection
codeanticode
committed
ef8d5c3
View commit details
Copy full SHA for ef8d5c3
View code at this point
Browse repository at this point
Commits on Oct 27, 2019
sphere intersection is calculated in object space
codeanticode
committed
86d562f
View commit details
Copy full SHA for 86d562f
View code at this point
Browse repository at this point
fixed initialization of forward/right/up vectors
codeanticode
committed
a9cdfab
View commit details
Copy full SHA for a9cdfab
View code at this point
Browse repository at this point
Commits on Oct 24, 2019
moved ray casting code to PGraphicsOpenGL
codeanticode
committed
78751d8
View commit details
Copy full SHA for 78751d8
View code at this point
Browse repository at this point
Commits on Oct 23, 2019
Remove premultiplyMatrices and ellipseDetailMultiplier
Show description for 3a73b50
notnullnotvoid
authored
3a73b50
View commit details
Copy full SHA for 3a73b50
View code at this point
Browse repository at this point
Commits on Oct 22, 2019
added static version field to PGLES
codeanticode
committed
be27f88
View commit details
Copy full SHA for be27f88
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
latest P2DX optimizations from @hazmatsuitor
codeanticode
committed
757e03b
View commit details
Copy full SHA for 757e03b
View code at this point
Browse repository at this point
Commits on Jun 3, 2019
updated some tests and examples
codeanticode
committed
cac5c64
View commit details
Copy full SHA for cac5c64
View code at this point
Browse repository at this point
reload shader uniform locations every time the shader changes
codeanticode
committed
6e43607
View commit details
Copy full SHA for 6e43607
View code at this point
Browse repository at this point
revert shader init
codeanticode
committed
c8b7c83
View commit details
Copy full SHA for c8b7c83
View code at this point
Browse repository at this point
Commits on Jun 2, 2019
moved lazy initalization of default shader and VBO to flushBuffer() and getShader()
codeanticode
committed
b6e1b01
View commit details
Copy full SHA for b6e1b01
View code at this point
Browse repository at this point
adjusted parameters in depth algorithm so it works with 16-bit depth buffer
codeanticode
committed
20742ba
View commit details
Copy full SHA for 20742ba
View code at this point
Browse repository at this point
Commits on May 29, 2019
added some utility methods to allow renderer libraries to customize shader loading
codeanticode
committed
876b56c
View commit details
Copy full SHA for 876b56c
View code at this point
Browse repository at this point
Commits on Jan 15, 2019
ported attribute handling fixes from java mode
codeanticode
committed
77721fa
View commit details
Copy full SHA for 77721fa
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
added inverse matrix utility methods
codeanticode
committed
f122b52
View commit details
Copy full SHA for f122b52
View code at this point
Browse repository at this point
removed transform stack
codeanticode
committed
99320b9
View commit details
Copy full SHA for 99320b9
View code at this point
Browse repository at this point
Commits on Dec 28, 2018
some fixes of loop handing in GL renderers
codeanticode
committed
2883319
View commit details
Copy full SHA for 2883319
View code at this point
Browse repository at this point
use contents of first frame to initialize the FBO layer
codeanticode
committed
240f287
View commit details
Copy full SHA for 240f287
View code at this point
Browse repository at this point
Commits on Dec 26, 2018
uses same file name for pixels cache, delete it on destroy
codeanticode
committed
42b3866
View commit details
Copy full SHA for 42b3866
View code at this point
Browse repository at this point
Commits on Aug 16, 2018
handle resuming in no-loop state
codeanticode
committed
55f56aa
View commit details
Copy full SHA for 55f56aa
View code at this point
Browse repository at this point
Commits on Aug 11, 2018
cleaning up
codeanticode
committed
a06c203
View commit details
Copy full SHA for a06c203
View code at this point
Browse repository at this point
removed unnecessary checks for pause/resume
codeanticode
committed
264d25d
View commit details
Copy full SHA for 264d25d
View code at this point
Browse repository at this point
Commits on Aug 10, 2018
figuring out correct order of saving/restoring state, particularly for wallpapers
codeanticode
committed
4f658d1
View commit details
Copy full SHA for 4f658d1
View code at this point
Browse repository at this point
Commits on Aug 9, 2018
save pixels to cache file
codeanticode
committed
3e3df3d
View commit details
Copy full SHA for 3e3df3d
View code at this point
Browse repository at this point
dispose pixels array after init texture
codeanticode
committed
42f3456
View commit details
Copy full SHA for 42f3456
View code at this point
Browse repository at this point
set looping to false before beginDraw/endDraw
codeanticode
committed
23d5d90
View commit details
Copy full SHA for 23d5d90
View code at this point
Browse repository at this point
Commits on Jun 19, 2018
Adding source of P2DX renderer
codeanticode
committed
01773e6
View commit details
Copy full SHA for 01773e6
View code at this point
Browse repository at this point
Commits on May 15, 2018
no need to load pixels if not in source image
codeanticode
committed
e587b1b
View commit details
Copy full SHA for e587b1b
View code at this point
Browse repository at this point
Commits on Apr 13, 2018
Fixes #442: NPE when calling background(PIamge)
Show description for f7066c1
kfrajer
authored
f7066c1
View commit details
Copy full SHA for f7066c1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.