summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
2005-04-18Fixing and enabling elt buffers by default.Aapo Tahkola
2005-04-18Alpha test fixPeter Zubaj
2005-03-18Misc fixes.Aapo Tahkola
2005-03-17Simple TCL stage and ability to disable vps.Aapo Tahkola
2005-03-16Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola
2005-03-16Fixed some strangeness when mixing textured/flat primitives. Skipping textur...Ben Skeggs
2005-03-15Fix to get glxgears display anything.Aapo Tahkola
2005-03-15Initial multitexturing support. Old behaviour can be re-enabled by changing ...Ben Skeggs
2005-03-14Stencil supportPeter Zubaj
2005-03-12Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola
2005-03-08Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola
2005-03-05Do properly initialize ALPHA_TEST register instead of carefully preserving bo...Vladimir Dergachev
2005-03-04Set pipes for R420 cards. Gives a nice speedup. This needs to be tested on r4...Rune Petersen
2005-02-28fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...Aapo Tahkola
2005-02-24Another nasty struct size bug found.Aapo Tahkola
2005-02-22New elt buffer code should be fairly stable.Aapo Tahkola
2005-02-21Add code to autogenerate vertex shaders.Vladimir Dergachev
2005-02-20Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola
2005-02-19Minor fix to border and blend color.Aapo Tahkola
2005-02-19Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle
2005-02-16small cleanup, remove some warningsRune Petersen
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-10Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola
2005-02-10Support for PolygonMode. Not too far from working even though i almost gave u...Aapo Tahkola
2005-02-10Fix copy'n'paste errors.Vladimir Dergachev
2005-02-10Turns out unknown5 was border color. texwrap looks good now.Aapo Tahkola
2005-02-10Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola
2005-02-09Enabled user-defined point size, enabled zbiases for rest of the primitives a...Aapo Tahkola
2005-02-08Remove #ifdef's around PolygonOffset function.Vladimir Dergachev
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-08Let Polygon Offset be turned on and off.Vladimir Dergachev
2005-02-08To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola
2005-02-05Modified hw state for big endian computers.Jerome Glisse
2005-02-05Warn of unknown texture formats.Vladimir Dergachev
2005-02-03Start beginning of pixel shader generator..Vladimir Dergachev
2005-02-03Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev
2005-02-03This was too optimistic sorry - all that register does is something weird wit...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-01Reduce noiseness of the driver.Vladimir Dergachev
2005-02-01Get alpha in textures to work properly.Vladimir Dergachev
2005-02-01Properly set ABLEND and CBLEND registers. The older code worked, but by accid...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-29Beginings of program generation. This code havent been tested nor hooked up.Aapo Tahkola