Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-enable fallbacks. | Aapo Tahkola | 2005-11-01 | 1 | -74/+33 |
| | |||||
* | -Fix first frame -bug | Aapo Tahkola | 2005-11-01 | 1 | -2/+8 |
| | | | | | | | -Use 16-bit elts in vtxfmt_a path if possible -Optimize VSF param uploading -return in r300DepthMask looks suspicious, use r300Enable instead -Dont use r300ResetHwState in invalidate state(disabled, missing hooks, possible instabilities) | ||||
* | Reduce stderr noise and fix some compiler warnings. | Aapo Tahkola | 2005-10-26 | 1 | -49/+22 |
| | |||||
* | Sync with my local tree. | Aapo Tahkola | 2005-10-26 | 1 | -30/+250 |
| | | | | | | Changes to current operation: -Elts are no longer converted to 16-bit format -Cube maps | ||||
* | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt | 2005-07-20 | 1 | -3/+6 |
| | | | | | for others, and being cleaner with types in fragment/vertex program structures. One warning in r300_shader.c is still concerning. | ||||
* | Expose the fact that we do not do either selection of feedback buffers - ↵ | Vladimir Dergachev | 2005-07-02 | 1 | -0/+2 |
| | | | | either with software or hardware rendering. | ||||
* | Fix problems with elts when immediate mode is on. | Aapo Tahkola | 2005-06-16 | 1 | -9/+9 |
| | |||||
* | Ditch unused code and features that arent in subject to get supported any ↵the_perfect_frag | Aapo Tahkola | 2005-05-19 | 1 | -86/+0 |
| | | | | near time. | ||||
* | Polygon mode fixes. | Aapo Tahkola | 2005-05-18 | 1 | -0/+7 |
| | |||||
* | VBOs. | Aapo Tahkola | 2005-05-11 | 1 | -7/+15 |
| | |||||
* | Missing setups that cause all kinds of problems with hw tnl. | Aapo Tahkola | 2005-05-06 | 1 | -0/+5 |
| | |||||
* | Add support to external tnl switcher and disable hw tnl by default. | Aapo Tahkola | 2005-05-01 | 1 | -2/+6 |
| | |||||
* | r300 side support for fixed function pipeline. This isnt functional with ↵ | Aapo Tahkola | 2005-04-30 | 1 | -6/+6 |
| | | | | current Mesa. | ||||
* | Modifying to build against current Mesa. Disabled r200*.c files since they ↵ | Aapo Tahkola | 2005-04-24 | 1 | -16/+15 |
| | | | | didnt want to build anymore. | ||||
* | Fixing and enabling elt buffers by default. | Aapo Tahkola | 2005-04-18 | 1 | -5/+9 |
| | |||||
* | Misc fixes. | Aapo Tahkola | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | Simple TCL stage and ability to disable vps. | Aapo Tahkola | 2005-03-17 | 1 | -1/+48 |
| | |||||
* | Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt ↵ | Aapo Tahkola | 2005-03-08 | 1 | -0/+1 |
| | | | | correctly disable alpha test. Vertex programs with high vertex count now run a lot faster as software fallback is no longer on. Also disabling 'temp to result'-instructions as they probably violate the spec and dont seem to be something thats needed. | ||||
* | Enable VB mode rendering by default. If anyone thinks this is wrong, ↵ | Vladimir Dergachev | 2005-03-05 | 1 | -1/+1 |
| | | | | | | | | | | *please* feel free to change it back. My reasons: * immediate mode is broken * vb mode is faster * vb mode is the right way to do it. | ||||
* | New elt buffer code should be fairly stable. | Aapo Tahkola | 2005-02-22 | 1 | -50/+20 |
| | |||||
* | Adding support for front buffer mode, removing some code we dont really need ↵ | Aapo Tahkola | 2005-02-20 | 1 | -56/+0 |
| | | | | and some new debugging stuff. | ||||
* | Disabling some fallbacks as they cause misc programs not to start and adding ↵ | Aapo Tahkola | 2005-02-19 | 1 | -15/+22 |
| | | | | some comments. | ||||
* | Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by ↵ | Aapo Tahkola | 2005-02-19 | 1 | -3/+2 |
| | | | | parenthesis. Can you see it? HINT: Anything texture related should now work slightly better. And yes it took me several hours to find it. | ||||
* | We dont need to call r300EmitAOS if we arent going to draw ↵ | Aapo Tahkola | 2005-02-18 | 1 | -6/+7 |
| | | | | anything(r300_get_num_verts returns 0). | ||||
* | Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not == | Nicolai Haehnle | 2005-02-18 | 1 | -1/+1 |
| | |||||
* | Fixing *lots* of warning messages, especially concerning unportable | Nicolai Haehnle | 2005-02-17 | 1 | -15/+15 |
| | | | | | | | whitespace before preprocessor commands. Please, can you try to keep the warnings down? Try running make with make -s sometime to see just how bad an offender the current code is. | ||||
* | RADEON_DEBUG is a bitfield, so use & instead of ==. | Nicolai Haehnle | 2005-02-17 | 1 | -98/+98 |
| | | | | | Also, put the hash in preprocessor directives at the beginning of the line to fix error messages. | ||||
* | Switching to start_index32_packet. | Aapo Tahkola | 2005-02-17 | 1 | -1/+7 |
| | |||||
* | magic_1 handling... | Aapo Tahkola | 2005-02-17 | 1 | -12/+24 |
| | |||||
* | oops. | Ben Skeggs | 2005-02-17 | 1 | -1/+1 |
| | |||||
* | Make immediate code do a LOAD_VBPNTR again | Ben Skeggs | 2005-02-17 | 1 | -0/+2 |
| | |||||
* | Support for idx buffers. Leaving it on by default as it doesnt seem to cause ↵ | Aapo Tahkola | 2005-02-16 | 1 | -2/+59 |
| | | | | any lock ups nor other issues. Tests with one object using elts should pass. Introducing more than one object will cause indices to mix up as far as i can see. DRM update is needed for this code to work\! | ||||
* | small cleanup, remove some warnings | Rune Petersen | 2005-02-16 | 1 | -1/+1 |
| | |||||
* | get two textures to work | reist | 2005-02-16 | 1 | -1/+1 |
| | |||||
* | Share routing code between immd/vb. Fix breakage of vertex programs in vb mode. | Ben Skeggs | 2005-02-15 | 1 | -3/+6 |
| | |||||
* | Support for blend color(not tested), "proper line width/point size" clamps ↵ | Aapo Tahkola | 2005-02-14 | 1 | -2/+2 |
| | | | | and fix for glxinfo problem. | ||||
* | Enabled vertex buffer mode as default. | Ben Skeggs | 2005-02-12 | 1 | -1/+1 |
| | |||||
* | Port of r200 VB code. VB path should be as fast as the immediate path now, ↵ | Ben Skeggs | 2005-02-11 | 1 | -119/+31 |
| | | | | tuxracer should render correctly. Immediate path was left enabled. | ||||
* | Updating master copy of r300_reg.h and turning immediate mode back on | Aapo Tahkola | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | Removing some regs that are wrong and adding some comments to r300_reg.h . | Aapo Tahkola | 2005-02-10 | 1 | -1/+1 |
| | |||||
* | Enabled user-defined point size, enabled zbiases for rest of the primitives ↵ | Aapo Tahkola | 2005-02-09 | 1 | -6/+8 |
| | | | | and fixed bad vertex number checks triggered by nurb. | ||||
* | Fix the bug and get zbias back into shape. There might still be some ↵ | Aapo Tahkola | 2005-02-08 | 1 | -5/+1 |
| | | | | problems with initial zbias... | ||||
* | BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer ↵ | Aapo Tahkola | 2005-02-08 | 1 | -3/+4 |
| | | | | clears and other things not to work. This bug can be triggered by extending struct r300_hw_state by two struct r300_state_atom's from its current size. Everything zbs and unk42B4 related is now covered with HAVE_ZBS and GA ifdefs. Who wants to fix it? Not i. :) | ||||
* | Better fix to get tuxracer working. | Aapo Tahkola | 2005-02-08 | 1 | -6/+36 |
| | |||||
* | fog + immediate mode = bad things | Aapo Tahkola | 2005-02-08 | 1 | -0/+5 |
| | |||||
* | Implemented checks that prevent r300 from locking up when bad number of ↵ | Aapo Tahkola | 2005-02-08 | 1 | -55/+95 |
| | | | | verts are given. Also tweaked WARN_ONCE a bit to handle va-args. | ||||
* | To cut the long and boring story short, polygon offsets should now work. vb ↵ | Aapo Tahkola | 2005-02-08 | 1 | -6/+64 |
| | | | | mode colorbuffer clears are still mysticly broken by offsets... Maybe we need to merge zbs and unk42B4 together? | ||||
* | Removing some trash and disabling fog fallback as it seem its causing more ↵ | Aapo Tahkola | 2005-02-03 | 1 | -7/+1 |
| | | | | harm than good. Tuxracer should now work at least with vbs. Fix for vb colorbuffer clear bug is underway... | ||||
* | Changing vb code to handle inputs correctly. | Aapo Tahkola | 2005-02-03 | 1 | -5/+30 |
| | |||||
* | Get vertex programs supplied by the user work properly with immediate mode - ↵ | Vladimir Dergachev | 2005-02-03 | 1 | -11/+18 |
| | | | | | | vertex buffer mode worked by accident. Fix alu_offset in SINGLE_TEXTURE_PIPELINE. |