Commit Graph

30236 Commits

Author SHA1 Message Date
Matt Borgerson 8d1b6f6592 Use consistent naming conventions. 2015-08-21 19:12:50 -07:00
Matt Borgerson c107b96789 Add option to skip Xbox boot animation. 2015-08-21 17:56:00 -07:00
espes d90dee0892 Merge pull request #39 from JayFoxRox/fix-clear
Fix off-by-one in CLEAR region
2015-08-21 14:41:02 +10:00
Jannik Vogel 07e914fc56 Fix off-by-one in CLEAR region 2015-08-20 16:43:52 +02:00
espes 9e688ababf Merge pull request #38 from JayFoxRox/fix-texgen
Remove TexPlane transformation
2015-08-20 22:24:50 +10:00
Jannik Vogel f74496f92b Remove TexPlane transformation 2015-08-20 14:12:06 +02:00
espes c4ab55c98e style 2015-08-20 12:03:04 +10:00
espes ec4c7c2f4c Merge remote-tracking branch 'jayfoxrox/texgen-rebased' into texgen-rebased 2015-08-20 11:57:10 +10:00
espes 61789be0c4 Merge pull request #35 from JayFoxRox/fog-rebased
Fog
2015-08-20 11:54:55 +10:00
Jannik Vogel 92d79c8a7d WIP asserts 2015-08-20 02:39:28 +02:00
Jannik Vogel d2fa51bb82 Support for texgen planes 2015-08-20 01:01:43 +02:00
Jannik Vogel 6655d711eb Make texgen reflections work WIP 2015-08-20 01:01:43 +02:00
Jannik Vogel 4894aace0e Use EXP2 for fog to emulate hardware 2015-08-19 18:50:15 +02:00
Jannik Vogel 8ce4cf3dbc Use (experimental) formulas to get correct D3D fog 2015-08-19 18:50:03 +02:00
Jannik Vogel 5291bec473 Fix vp fog + fog varying is a float now 2015-08-18 23:24:21 +02:00
Jannik Vogel 573d2e87c7 Clamp pFog instead of clamping access 2015-08-18 23:24:21 +02:00
Jannik Vogel 177a4d78f8 Foggen + Fog WIP 2015-08-18 23:24:16 +02:00
Jannik Vogel 78a3163925 Add fog states 2015-08-18 23:11:13 +02:00
espes 5bfdab5b5b Merge pull request #33 from espes/glo-cleanup
remove gloffscreen format flags
2015-08-17 11:59:41 +10:00
espes 0f1c89b8f2 remove gloffscreen format flags 2015-08-17 11:47:01 +10:00
espes c7ef267951 don't need glut anymore 2015-08-16 23:26:20 +10:00
espes dc39687af6 fix windows build 2015-08-16 23:10:00 +10:00
espes 9ec38af3ce bah 2015-08-15 11:39:49 +10:00
espes 0c1aa40db6 rgba4 texture format 2015-08-14 17:41:08 +10:00
espes 138140c44f use actual surface size to fix vsh output 2015-08-14 15:20:31 +10:00
espes 779d4d4734 fix nv2a_debug on mac
yeah yeah, we should probably be using glext...
2015-08-14 15:18:17 +10:00
espes d62d63845e fix a8y8. i should use code-review -_- 2015-08-14 11:33:22 +10:00
espes bb73ec7060 the other components of alpha textures should probably be 1
7fccebf980/src/gallium/auxiliary/util/u_pack_color.h (L259)
2015-08-14 11:07:27 +10:00
espes b6f014bf11 some more texture formats 2015-08-14 10:49:01 +10:00
espes 713baf6a03 confusing hack to efficient handle surface write mask changes 2015-08-14 10:04:00 +10:00
espes 81f495ef8e add EXP macro mask arg 2015-08-14 10:03:17 +10:00
espes 7356590230 Merge pull request #32 from JayFoxRox/fix-vs
Fix vs
2015-08-14 09:26:02 +10:00
espes af6b40e666 carbon-copy from NV2A_GL_DPRINTF when gl debugging not enabled 2015-08-14 09:19:52 +10:00
espes c7b3f646da update surface when changing write enable masks 2015-08-14 09:18:52 +10:00
Jannik Vogel 2ca9eb531b Fix vertex-shader bug which lead to accidental swizzling 2015-08-14 01:00:00 +02:00
Jannik Vogel a8a41f877f Use mix in final combiner 2015-08-14 00:58:45 +02:00
espes 4a2d7033b7 debug build fix 2015-08-14 08:47:25 +10:00
espes 0cdd5a4410 clarify DXT mipmapping hack 2015-08-14 08:34:27 +10:00
Jannik Vogel 4ec73858fe DXT hash length fix + don't load invalid GL-DXT mipmaps 2015-08-13 14:04:51 +10:00
espes 85484e52cf Merge branch 'xbox' of github.com:espes/xqemu into xbox 2015-08-11 15:04:13 -07:00
espes 7f324aeec4 Merge pull request #30 from JayFoxRox/simplify-shaders
Simplify shaders (+ one style commit)
2015-08-11 15:02:53 -07:00
espes ee5232669f chihiro, blkmemory debug prints 2015-08-11 12:17:25 -07:00
espes 3d895a7879 s/pgraph_upload_gl_texture/upload_gl_texture/ 2015-08-11 12:12:11 -07:00
espes c3ef6d815b factor pgraph_update_surface 2015-08-11 12:10:36 -07:00
Jannik Vogel 0260b29578 Split GLSL compilation into function 2015-08-11 03:20:44 +02:00
Jannik Vogel 848eaf2b74 Move debug routines and macros to nv2a_debug 2015-08-11 03:20:37 +02:00
Jannik Vogel 725a8e14b6 Move back NV2A_VERTEX_ATTR_* to nv2a.c 2015-08-11 03:17:37 +02:00
Jannik Vogel 4f441ad6e0 Use v0 to v15 instead of custom attribs 2015-08-11 03:17:37 +02:00
Jannik Vogel c9c2ab44ca use ARRAYSIZE 2015-08-11 03:17:37 +02:00
espes 0ad73ef17e Merge pull request #28 from JayFoxRox/compile-fix
Also compile/link nv2a_shaders.c
2015-08-10 15:06:57 -07:00