| Commit message (Expand) | Author | Age | Files | Lines |
* | We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_... | Aapo Tahkola | 2005-02-18 | 1 | -6/+7 |
* | 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 |
* | RADEON_DEBUG is a bitfield, so use & instead of ==. | Nicolai Haehnle | 2005-02-17 | 1 | -98/+98 |
* | 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 |
* | 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 an... | Aapo Tahkola | 2005-02-14 | 1 | -2/+2 |
* | 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, t... | Ben Skeggs | 2005-02-11 | 1 | -119/+31 |
* | 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 a... | Aapo Tahkola | 2005-02-09 | 1 | -6/+8 |
* | Fix the bug and get zbias back into shape. There might still be some problems... | Aapo Tahkola | 2005-02-08 | 1 | -5/+1 |
* | BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea... | Aapo Tahkola | 2005-02-08 | 1 | -3/+4 |
* | 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 verts... | Aapo Tahkola | 2005-02-08 | 1 | -55/+95 |
* | To cut the long and boring story short, polygon offsets should now work. vb m... | Aapo Tahkola | 2005-02-08 | 1 | -6/+64 |
* | Removing some trash and disabling fog fallback as it seem its causing more ha... | Aapo Tahkola | 2005-02-03 | 1 | -7/+1 |
* | 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 |
* | Get Polygon offset fill to work. | Vladimir Dergachev | 2005-02-03 | 1 | -5/+9 |
* | Changed parts of r300_setup_routing to use WARN_ONCE. | Aapo Tahkola | 2005-02-02 | 1 | -4/+10 |
* | Vertex programs work now with some restrictions. I expect arbvptorus to work | Aapo Tahkola | 2005-02-01 | 1 | -1/+0 |
* | Make WARN_ONCE messages more informative.jump_and_click | Vladimir Dergachev | 2005-02-01 | 1 | -1/+1 |
* | Add magic sequence to prevent ClearBuffer from locking up. | Vladimir Dergachev | 2005-01-31 | 1 | -2/+3 |
* | Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL). | Vladimir Dergachev | 2005-01-31 | 1 | -1/+1 |
* | Add basic sceleton for vertex programs + some other fixes | Aapo Tahkola | 2005-01-28 | 1 | -2/+7 |
* | Properly configure routing - based on advice by Keith Whitwell. | Vladimir Dergachev | 2005-01-22 | 1 | -7/+23 |
* | On the way to getting stencil working. | Vladimir Dergachev | 2005-01-15 | 1 | -3/+3 |
* | On the way to getting stencil and texture formats working. | Vladimir Dergachev | 2005-01-15 | 1 | -2/+14 |
* | Mipmapping and other texture filters now work. | Aapo Tahkola | 2005-01-11 | 1 | -1/+1 |
* | Switch back to using immediate mode code - use of AGP space is interfering wi... | Vladimir Dergachev | 2005-01-11 | 1 | -2/+7 |
* | Move the few definitions from r300_lib.h still in use to r300_emit.h. | Vladimir Dergachev | 2005-01-11 | 1 | -58/+47 |
* | Bring vertex buffer code up to date.. | Vladimir Dergachev | 2005-01-10 | 1 | -40/+39 |
* | For some reason we need r300Flush when using textures. Perhaps the problem is | Vladimir Dergachev | 2005-01-10 | 1 | -2/+10 |
* | Clean up the code and make it unnecessary to issue extra calls to Setup*Shaders | Vladimir Dergachev | 2005-01-10 | 1 | -23/+1 |
* | Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c. | Vladimir Dergachev | 2005-01-09 | 1 | -6/+3 |
* | Implement a more elaborate hashing scheme for texture formats. Still not perf... | Vladimir Dergachev | 2005-01-09 | 1 | -14/+5 |
* | Added GL_POLYGON primitive. Single primitive between glBegin()/glEnd() now wo... | Ben Skeggs | 2005-01-06 | 1 | -1/+6 |
* | Reduce the amount of debug output, while still printing important messages.blended_fountain | Vladimir Dergachev | 2005-01-05 | 1 | -2/+10 |
* | Play a little bit with texture formats. | Vladimir Dergachev | 2005-01-05 | 1 | -0/+8 |
* | Port code from r200 that implements color blending. Seems to work. | Vladimir Dergachev | 2005-01-04 | 1 | -1/+1 |
* | Unify rendering of textured and non-textured primitives. | Vladimir Dergachev | 2005-01-04 | 1 | -165/+51 |