summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add basic sceleton for vertex programs + some other fixesAapo Tahkola2005-01-281-2/+7
* Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev2005-01-221-7/+23
* On the way to getting stencil working.Vladimir Dergachev2005-01-151-3/+3
* On the way to getting stencil and texture formats working.Vladimir Dergachev2005-01-151-2/+14
* Mipmapping and other texture filters now work.Aapo Tahkola2005-01-111-1/+1
* Switch back to using immediate mode code - use of AGP space is interfering wi...Vladimir Dergachev2005-01-111-2/+7
* Move the few definitions from r300_lib.h still in use to r300_emit.h.Vladimir Dergachev2005-01-111-58/+47
* Bring vertex buffer code up to date..Vladimir Dergachev2005-01-101-40/+39
* For some reason we need r300Flush when using textures. Perhaps the problem isVladimir Dergachev2005-01-101-2/+10
* Clean up the code and make it unnecessary to issue extra calls to Setup*ShadersVladimir Dergachev2005-01-101-23/+1
* Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c.Vladimir Dergachev2005-01-091-6/+3
* Implement a more elaborate hashing scheme for texture formats. Still not perf...Vladimir Dergachev2005-01-091-14/+5
* Added GL_POLYGON primitive. Single primitive between glBegin()/glEnd() now wo...Ben Skeggs2005-01-061-1/+6
* Reduce the amount of debug output, while still printing important messages.Vladimir Dergachev2005-01-051-2/+10
* Play a little bit with texture formats.Vladimir Dergachev2005-01-051-0/+8
* Port code from r200 that implements color blending. Seems to work.Vladimir Dergachev2005-01-041-1/+1
* Unify rendering of textured and non-textured primitives.Vladimir Dergachev2005-01-041-165/+51
* Major code restructuring:Vladimir Dergachev2005-01-041-250/+23
* Add structs describing vertex and pixel shader state to r300_state.Vladimir Dergachev2005-01-031-71/+231
* Turns out I left flat primitives in vertex buffer mode. Switch them back to i...Vladimir Dergachev2005-01-031-1/+1
* Enable code to compute other constants that were used by R200 code.Vladimir Dergachev2005-01-031-1/+4
* Port texture allocation code from R200.Vladimir Dergachev2005-01-031-7/+21
* Cleanup !Vladimir Dergachev2005-01-021-27/+15
* I think I fixed the lockups issue.Vladimir Dergachev2005-01-021-3/+23
* Get textures to work with NeHe lesson06.Vladimir Dergachev2005-01-021-59/+57
* Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...Vladimir Dergachev2004-12-311-16/+10
* Add texture drawing code. Note: it is broken at the moment and is disabled in...Vladimir Dergachev2004-12-311-22/+237
* Rework slightly r300_get_primitive_type - make it clearer and more compact..Vladimir Dergachev2004-12-301-53/+41
* Update vertex buffer code (still does not work properly..)Vladimir Dergachev2004-12-301-6/+11
* Update to recent r300_lib.Vladimir Dergachev2004-12-301-38/+15
* Hooked up projection matrix - the gears actually rotate !Vladimir Dergachev2004-12-301-0/+2
* Restructure code.Vladimir Dergachev2004-12-301-91/+275