Age | Commit message (Expand) | Author |
2005-12-17 | I think this has been tested well enough already. | Aapo Tahkola |
2005-12-04 | Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeon | Dave Airlie |
2005-11-01 | Re-enable fallbacks. | Aapo Tahkola |
2005-11-01 | -Fix first frame -bug | Aapo Tahkola |
2005-10-26 | Reduce stderr noise and fix some compiler warnings. | Aapo Tahkola |
2005-10-26 | Sync with my local tree. | Aapo Tahkola |
2005-07-20 | Clean up warnings in r300 code by making some symbols static, adding prototypes | Eric Anholt |
2005-07-02 | Expose the fact that we do not do either selection of feedback buffers - eith... | Vladimir Dergachev |
2005-06-16 | Fix problems with elts when immediate mode is on. | Aapo Tahkola |
2005-05-19 | Ditch unused code and features that arent in subject to get supported any nea... | Aapo Tahkola |
2005-05-18 | Polygon mode fixes. | Aapo Tahkola |
2005-05-11 | VBOs. | Aapo Tahkola |
2005-05-06 | Missing setups that cause all kinds of problems with hw tnl. | Aapo Tahkola |
2005-05-01 | Add support to external tnl switcher and disable hw tnl by default. | Aapo Tahkola |
2005-04-30 | r300 side support for fixed function pipeline. This isnt functional with curr... | Aapo Tahkola |
2005-04-24 | Modifying to build against current Mesa. Disabled r200*.c files since they di... | Aapo Tahkola |
2005-04-18 | Fixing and enabling elt buffers by default. | Aapo Tahkola |
2005-03-18 | Misc fixes. | Aapo Tahkola |
2005-03-17 | Simple TCL stage and ability to disable vps. | Aapo Tahkola |
2005-03-08 | Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor... | Aapo Tahkola |
2005-03-05 | Enable VB mode rendering by default. If anyone thinks this is wrong, *please*... | Vladimir Dergachev |
2005-02-22 | New elt buffer code should be fairly stable. | Aapo Tahkola |
2005-02-20 | Adding support for front buffer mode, removing some code we dont really need ... | Aapo Tahkola |
2005-02-19 | Disabling some fallbacks as they cause misc programs not to start and adding ... | Aapo Tahkola |
2005-02-19 | Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa... | Aapo Tahkola |
2005-02-18 | We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_... | Aapo Tahkola |
2005-02-18 | Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not == | Nicolai Haehnle |
2005-02-17 | Fixing *lots* of warning messages, especially concerning unportable | Nicolai Haehnle |
2005-02-17 | RADEON_DEBUG is a bitfield, so use & instead of ==. | Nicolai Haehnle |
2005-02-17 | Switching to start_index32_packet. | Aapo Tahkola |
2005-02-17 | magic_1 handling... | Aapo Tahkola |
2005-02-17 | oops. | Ben Skeggs |
2005-02-17 | Make immediate code do a LOAD_VBPNTR again | Ben Skeggs |
2005-02-16 | Support for idx buffers. Leaving it on by default as it doesnt seem to cause ... | Aapo Tahkola |
2005-02-16 | small cleanup, remove some warnings | Rune Petersen |
2005-02-16 | get two textures to work | reist |
2005-02-15 | Share routing code between immd/vb. Fix breakage of vertex programs in vb mode. | Ben Skeggs |
2005-02-14 | Support for blend color(not tested), "proper line width/point size" clamps an... | Aapo Tahkola |
2005-02-12 | Enabled vertex buffer mode as default. | Ben Skeggs |
2005-02-11 | Port of r200 VB code. VB path should be as fast as the immediate path now, t... | Ben Skeggs |
2005-02-10 | Updating master copy of r300_reg.h and turning immediate mode back on | Aapo Tahkola |
2005-02-10 | Removing some regs that are wrong and adding some comments to r300_reg.h . | Aapo Tahkola |
2005-02-09 | Enabled user-defined point size, enabled zbiases for rest of the primitives a... | Aapo Tahkola |
2005-02-08 | Fix the bug and get zbias back into shape. There might still be some problems... | Aapo Tahkola |
2005-02-08 | BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea... | Aapo Tahkola |
2005-02-08 | Better fix to get tuxracer working. | Aapo Tahkola |
2005-02-08 | fog + immediate mode = bad things | Aapo Tahkola |
2005-02-08 | Implemented checks that prevent r300 from locking up when bad number of verts... | Aapo Tahkola |
2005-02-08 | To cut the long and boring story short, polygon offsets should now work. vb m... | Aapo Tahkola |
2005-02-03 | Removing some trash and disabling fog fallback as it seem its causing more ha... | Aapo Tahkola |