summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola2005-02-101-5/+0
* Support for PolygonMode. Not too far from working even though i almost gave u...Aapo Tahkola2005-02-101-0/+94
* Fix copy'n'paste errors.Vladimir Dergachev2005-02-101-5/+5
* Turns out unknown5 was border color. texwrap looks good now.Aapo Tahkola2005-02-101-6/+3
* Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola2005-02-101-3/+33
* Enabled user-defined point size, enabled zbiases for rest of the primitives a...Aapo Tahkola2005-02-091-6/+25
* Remove #ifdef's around PolygonOffset function.Vladimir Dergachev2005-02-081-3/+1
* Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola2005-02-081-7/+5
* BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...Aapo Tahkola2005-02-081-7/+10
* Better fix to get tuxracer working.Aapo Tahkola2005-02-081-2/+2
* Let Polygon Offset be turned on and off.Vladimir Dergachev2005-02-081-1/+5
* To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola2005-02-081-13/+21
* Modified hw state for big endian computers.Jerome Glisse2005-02-051-1/+4
* Warn of unknown texture formats.Vladimir Dergachev2005-02-051-0/+4
* Start beginning of pixel shader generator..Vladimir Dergachev2005-02-031-0/+107
* Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev2005-02-031-35/+45
* This was too optimistic sorry - all that register does is something weird wit...Vladimir Dergachev2005-02-031-8/+1
* Get Polygon offset fill to work.Vladimir Dergachev2005-02-031-12/+42
* Changed parts of r300_setup_routing to use WARN_ONCE.Aapo Tahkola2005-02-021-7/+5
* Vertex programs work now with some restrictions. I expect arbvptorus to workAapo Tahkola2005-02-011-26/+74
* Reduce noiseness of the driver.Vladimir Dergachev2005-02-011-2/+2
* Get alpha in textures to work properly.Vladimir Dergachev2005-02-011-0/+3
* Properly set ABLEND and CBLEND registers. The older code worked, but by accid...Vladimir Dergachev2005-02-011-3/+5
* Add magic sequence to prevent ClearBuffer from locking up.Vladimir Dergachev2005-01-311-0/+1
* Use SecondaryColorPtr, not ColorPtr[1] (the latter is NULL).Vladimir Dergachev2005-01-311-1/+1
* Beginings of program generation. This code havent been tested nor hooked up.Aapo Tahkola2005-01-291-0/+51
* Add basic sceleton for vertex programs + some other fixesAapo Tahkola2005-01-281-0/+3
* Fixes for clamp modes.Aapo Tahkola2005-01-251-2/+65
* border_color causes lockups with vertex buffers. Disabling for now.Aapo Tahkola2005-01-241-3/+3
* Remove lots of old code that dealed with "magic" texture formats.Vladimir Dergachev2005-01-241-209/+0
* Fix more warnings and compilation issues.Nicolai Haehnle2005-01-231-149/+149
* Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev2005-01-221-3/+20
* Properly input stencil info contributed by Wladimir.Vladimir Dergachev2005-01-211-53/+73
* This fixes it but why mipmaps still work?Aapo Tahkola2005-01-161-3/+0
* I was wrong...Aapo Tahkola2005-01-161-0/+3
* Looks like masking masking t->filter isnt needed anymore.Aapo Tahkola2005-01-161-5/+0
* On the way to getting stencil working.Vladimir Dergachev2005-01-151-1/+141
* On the way to getting stencil and texture formats working.Vladimir Dergachev2005-01-151-25/+58
* Added fixes for filter modes and support for anisotropy filters.Aapo Tahkola2005-01-141-3/+8
* Remove redundant register.Vladimir Dergachev2005-01-141-17/+58
* Reduce amount of stderr output.Vladimir Dergachev2005-01-141-30/+14
* Incorporate latest data from Wladimir van der Laan.Vladimir Dergachev2005-01-141-9/+21
* Incorporate TX_FORMAT information contributed by Wladimir van der Laan.Vladimir Dergachev2005-01-131-58/+96
* Mipmapping and other texture filters now work.Aapo Tahkola2005-01-111-1/+6
* Get NeHe lesson08 to work. Note: it appears the filtering does not work prope...Vladimir Dergachev2005-01-111-1/+4
* Switch back to using immediate mode code - use of AGP space is interfering wi...Vladimir Dergachev2005-01-111-1/+2
* Move the few definitions from r300_lib.h still in use to r300_emit.h.Vladimir Dergachev2005-01-111-0/+1
* Switch r300_state.c to use r300_fixed_pipelines.h instead of r300_lib.h.Vladimir Dergachev2005-01-111-21/+5
* Clean up the code and make it unnecessary to issue extra calls to Setup*ShadersVladimir Dergachev2005-01-101-3/+8
* Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c.Vladimir Dergachev2005-01-091-0/+73