summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_render.c
AgeCommit message (Expand)Author
2005-03-18Misc fixes.Aapo Tahkola
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola
2005-03-08Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola
2005-03-05Enable VB mode rendering by default. If anyone thinks this is wrong, *please*...Vladimir Dergachev
2005-02-22New elt buffer code should be fairly stable.Aapo Tahkola
2005-02-20Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola
2005-02-19Disabling some fallbacks as they cause misc programs not to start and adding ...Aapo Tahkola
2005-02-19Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola
2005-02-18We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_...Aapo Tahkola
2005-02-18Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not ==Nicolai Haehnle
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle
2005-02-17RADEON_DEBUG is a bitfield, so use & instead of ==.Nicolai Haehnle
2005-02-17Switching to start_index32_packet.Aapo Tahkola
2005-02-17magic_1 handling...Aapo Tahkola
2005-02-17oops.Ben Skeggs
2005-02-17Make immediate code do a LOAD_VBPNTR againBen Skeggs
2005-02-16Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...Aapo Tahkola
2005-02-16small cleanup, remove some warningsRune Petersen
2005-02-16get two textures to workreist
2005-02-15Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs
2005-02-14Support for blend color(not tested), "proper line width/point size" clamps an...Aapo Tahkola
2005-02-12Enabled vertex buffer mode as default.Ben Skeggs
2005-02-11Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs
2005-02-10Updating master copy of r300_reg.h and turning immediate mode back onAapo Tahkola
2005-02-10Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola
2005-02-09Enabled user-defined point size, enabled zbiases for rest of the primitives a...Aapo Tahkola
2005-02-08Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola
2005-02-08BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...Aapo Tahkola
2005-02-08Better fix to get tuxracer working.Aapo Tahkola
2005-02-08fog + immediate mode = bad thingsAapo Tahkola
2005-02-08Implemented checks that prevent r300 from locking up when bad number of verts...Aapo Tahkola
2005-02-08To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola
2005-02-03Removing some trash and disabling fog fallback as it seem its causing more ha...Aapo Tahkola
2005-02-03Changing vb code to handle inputs correctly.Aapo Tahkola
2005-02-03Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev
2005-02-03Get Polygon offset fill to work.Vladimir Dergachev
2005-02-02Changed parts of r300_setup_routing to use WARN_ONCE.Aapo Tahkola
2005-02-01Vertex programs work now with some restrictions. I expect arbvptorus to workAapo Tahkola
2005-02-01Make WARN_ONCE messages more informative.Vladimir Dergachev
2005-01-31Add magic sequence to prevent ClearBuffer from locking up.Vladimir Dergachev
2005-01-31Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).Vladimir Dergachev
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola
2005-01-22Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev
2005-01-15On the way to getting stencil working.Vladimir Dergachev
2005-01-15On the way to getting stencil and texture formats working.Vladimir Dergachev
2005-01-11Mipmapping and other texture filters now work.Aapo Tahkola
2005-01-11Switch back to using immediate mode code - use of AGP space is interfering wi...Vladimir Dergachev
2005-01-11Move the few definitions from r300_lib.h still in use to r300_emit.h.Vladimir Dergachev
2005-01-10Bring vertex buffer code up to date..Vladimir Dergachev
2005-01-10For some reason we need r300Flush when using textures. Perhaps the problem isVladimir Dergachev