summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
AgeCommit message (Expand)AuthorFilesLines
2005-05-26constant trackingBen Skeggs1-6/+11
2005-05-23Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs1-1/+70
2005-05-19Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola1-3/+0
2005-05-11VBOs.Aapo Tahkola1-1/+1
2005-05-05Getting rusty... 4278 was already there.Aapo Tahkola1-4/+0
2005-05-05Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola1-0/+4
2005-05-05Pack tex coord regs at vertex program backend.Aapo Tahkola1-1/+2
2005-04-30r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola1-7/+9
2005-04-19Reorganized shader stuff.Aapo Tahkola1-1/+2
2005-04-19Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola1-1/+2
2005-03-18Misc fixes.Aapo Tahkola1-0/+3
2005-03-16Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola1-0/+1
2005-03-15Initial multitexturing support. Old behaviour can be re-enabled by changing ...Ben Skeggs1-1/+6
2005-03-14Stencil supportPeter Zubaj1-1/+9
2005-03-12Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola1-2/+5
2005-02-28fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05Aapo Tahkola1-8/+2
2005-02-24Another nasty struct size bug found.Aapo Tahkola1-1/+7
2005-02-22New elt buffer code should be fairly stable.Aapo Tahkola1-1/+5
2005-02-21Add code to autogenerate vertex shaders.Vladimir Dergachev1-1/+4
2005-02-19Minor fix to border and blend color.Aapo Tahkola1-0/+13
2005-02-19Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola1-2/+0
2005-02-18Reset nr_released_bufs to 0 after the command buffer has been submitted.Nicolai Haehnle1-1/+5
2005-02-16Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...Aapo Tahkola1-1/+2
2005-02-15Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs1-8/+0
2005-02-11Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs1-4/+19
2005-02-10Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola1-3/+0
2005-02-10Turns out unknown5 was border color. texwrap looks good now.Aapo Tahkola1-2/+1
2005-02-10Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola1-0/+8
2005-02-08Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola1-4/+2
2005-02-08BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...Aapo Tahkola1-2/+4
2005-02-08Implemented checks that prevent r300 from locking up when bad number of verts...Aapo Tahkola1-2/+6
2005-02-08To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola1-7/+9
2005-02-03Start beginning of pixel shader generator..Vladimir Dergachev1-1/+4
2005-02-03Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev1-0/+2
2005-02-03Get Polygon offset fill to work.Vladimir Dergachev1-3/+9
2005-02-01Vertex programs work now with some restrictions. I expect arbvptorus to workAapo Tahkola1-1/+6
2005-02-01Make WARN_ONCE messages more informative.jump_and_clickVladimir Dergachev1-1/+2
2005-02-01Reduce noiseness of the driver.Vladimir Dergachev1-1/+1
2005-01-31Add magic sequence to prevent ClearBuffer from locking up.Vladimir Dergachev1-0/+9
2005-01-29Beginings of program generation. This code havent been tested nor hooked up.Aapo Tahkola1-0/+8
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola1-0/+7
2005-01-24border_color causes lockups with vertex buffers. Disabling for now.Aapo Tahkola1-1/+1
2005-01-23Remove unused variables from r300_contextNicolai Haehnle1-5/+0
2005-01-23Fix more warnings and compilation issues.Nicolai Haehnle1-56/+44
2005-01-22Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev1-0/+4
2005-01-21Properly input stencil info contributed by Wladimir.Vladimir Dergachev1-1/+2
2005-01-15On the way to getting stencil working.Vladimir Dergachev1-0/+1
2005-01-15On the way to getting stencil and texture formats working.Vladimir Dergachev1-7/+7
2005-01-14Added fixes for filter modes and support for anisotropy filters.Aapo Tahkola1-1/+2
2005-01-14Remove redundant register.Vladimir Dergachev1-7/+1