forked from xqemu/xqemu
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fog-Hacks and other stuff #19
Open
JayFoxRox
wants to merge
17
commits into
master
Choose a base branch
from
hacks-for-thaw
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
7a4a873
psh: Rename c0 and c1 uniforms
JayFoxRox 0c7fdf7
psh: Cleanup and dead code removal
JayFoxRox 75eb05d
planned fixup for cleanup
JayFoxRox fb8f52d
psh: Refactor register combiner code
JayFoxRox 8bdd938
psh: Fix GLSL error in MUX and assert that MSB is used
JayFoxRox 5047175
psh: Use input mapping from NV_register_combiners GL extension
JayFoxRox 6a12008
psh: Use output clamping from NV_register_combiners GL extension
JayFoxRox 7ddacf2
psh: Use G as alpha in final combiner
JayFoxRox 0e9f947
psh: Use vec3 for rgb, float for alpha and vec4 for registers
JayFoxRox f751619
Experimental use of GL vars
JayFoxRox 82202d4
fixup GLSL bool-mix
JayFoxRox 25577ea
assert muxsum only happens if no dot was done
JayFoxRox c847a7e
pgraph: Also re-upload surfaces if the address or pitch has changed
JayFoxRox e6f1a22
Add code for debugging an issue
JayFoxRox b1a455f
non-thaw hack: nan seems to disable fog? but what fog distance is used?
JayFoxRox c60d11d
Make sure that fogDistance is positive, is this correct?
JayFoxRox ae8b040
Use value which seem to be used in D3D fog calc
JayFoxRox File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This value would probably be off-by-one? or is it a float?