summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix problems with elts when immediate mode is on.Aapo Tahkola2005-06-161-9/+9
* Ditch unused code and features that arent in subject to get supported any nea...Aapo Tahkola2005-05-191-86/+0
* Polygon mode fixes.Aapo Tahkola2005-05-181-0/+7
* VBOs.Aapo Tahkola2005-05-111-7/+15
* Missing setups that cause all kinds of problems with hw tnl.Aapo Tahkola2005-05-061-0/+5
* Add support to external tnl switcher and disable hw tnl by default.Aapo Tahkola2005-05-011-2/+6
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-6/+6
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-16/+15
* Fixing and enabling elt buffers by default.Aapo Tahkola2005-04-181-5/+9
* Misc fixes.Aapo Tahkola2005-03-181-1/+1
* Simple TCL stage and ability to disable vps.Aapo Tahkola2005-03-171-1/+48
* Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola2005-03-081-0/+1
* Enable VB mode rendering by default. If anyone thinks this is wrong, *please*...Vladimir Dergachev2005-03-051-1/+1
* New elt buffer code should be fairly stable.Aapo Tahkola2005-02-221-50/+20
* Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola2005-02-201-56/+0
* Disabling some fallbacks as they cause misc programs not to start and adding ...Aapo Tahkola2005-02-191-15/+22
* Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola2005-02-191-3/+2
* We dont need to call r300EmitAOS if we arent going to draw anything(r300_get_...Aapo Tahkola2005-02-181-6/+7
* Fix: RADEON_DEBUG is a bitfield, so use & to check for flags, not ==Nicolai Haehnle2005-02-181-1/+1
* Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle2005-02-171-15/+15
* RADEON_DEBUG is a bitfield, so use & instead of ==.Nicolai Haehnle2005-02-171-98/+98
* Switching to start_index32_packet.Aapo Tahkola2005-02-171-1/+7
* magic_1 handling...Aapo Tahkola2005-02-171-12/+24
* oops.Ben Skeggs2005-02-171-1/+1
* Make immediate code do a LOAD_VBPNTR againBen Skeggs2005-02-171-0/+2
* Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...Aapo Tahkola2005-02-161-2/+59
* small cleanup, remove some warningsRune Petersen2005-02-161-1/+1
* get two textures to workreist2005-02-161-1/+1
* Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs2005-02-151-3/+6
* Support for blend color(not tested), "proper line width/point size" clamps an...Aapo Tahkola2005-02-141-2/+2
* Enabled vertex buffer mode as default.Ben Skeggs2005-02-121-1/+1
* Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs2005-02-111-119/+31
* Updating master copy of r300_reg.h and turning immediate mode back onAapo Tahkola2005-02-101-1/+1
* Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola2005-02-101-1/+1
* Enabled user-defined point size, enabled zbiases for rest of the primitives a...Aapo Tahkola2005-02-091-6/+8
* Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola2005-02-081-5/+1
* BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...Aapo Tahkola2005-02-081-3/+4
* Better fix to get tuxracer working.Aapo Tahkola2005-02-081-6/+36
* fog + immediate mode = bad thingsAapo Tahkola2005-02-081-0/+5
* Implemented checks that prevent r300 from locking up when bad number of verts...Aapo Tahkola2005-02-081-55/+95
* To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola2005-02-081-6/+64
* Removing some trash and disabling fog fallback as it seem its causing more ha...Aapo Tahkola2005-02-031-7/+1
* Changing vb code to handle inputs correctly.Aapo Tahkola2005-02-031-5/+30
* Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev2005-02-031-11/+18
* Get Polygon offset fill to work.Vladimir Dergachev2005-02-031-5/+9
* Changed parts of r300_setup_routing to use WARN_ONCE.Aapo Tahkola2005-02-021-4/+10
* Vertex programs work now with some restrictions. I expect arbvptorus to workAapo Tahkola2005-02-011-1/+0
* Make WARN_ONCE messages more informative.Vladimir Dergachev2005-02-011-1/+1
* Add magic sequence to prevent ClearBuffer from locking up.Vladimir Dergachev2005-01-311-2/+3
* Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).Vladimir Dergachev2005-01-311-1/+1