aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_context.h
Commit message (Expand)AuthorAgeFilesLines
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-1/+1
* Use ctx->VertexProgram._Current .Aapo Tahkola2005-11-021-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
* Re-enable fallbacks.Aapo Tahkola2005-11-011-0/+1
* -Fix first frame -bugAapo Tahkola2005-11-011-12/+2
* Compiled arrays for vtxfmt_a path.Aapo Tahkola2005-10-281-0/+1
* Correct the ordering of the blend constant color.Eric Anholt2005-10-281-1/+1
* Sync with my local tree.Aapo Tahkola2005-10-261-2/+55
* Fix invalid vsf temp count for rv350.Aapo Tahkola2005-10-261-3/+3
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-0/+1
* Make sure texture base addresses are used correctly.Nicolai Haehnle2005-06-211-1/+1
* Up MAX_AOS_ARRAYS to 16. Do we need more?Ben Skeggs2005-05-281-1/+1
* Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola2005-05-281-2/+2
* constant trackingBen Skeggs2005-05-261-6/+11
* Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs2005-05-231-1/+70
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-191-3/+0
* VBOs.Aapo Tahkola2005-05-111-1/+1
* Getting rusty... 4278 was already there.Aapo Tahkola2005-05-051-4/+0
* Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola2005-05-051-0/+4
* Pack tex coord regs at vertex program backend.Aapo Tahkola2005-05-051-1/+2
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-7/+9
* Reorganized shader stuff.Aapo Tahkola2005-04-191-1/+2
* Fixes for bugs that were nailed down when compairing against software vertex ...Aapo Tahkola2005-04-191-1/+2
* Misc fixes.Aapo Tahkola2005-03-181-0/+3
* Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola2005-03-161-0/+1
* Initial multitexturing support. Old behaviour can be re-enabled by changing ...Ben Skeggs2005-03-151-1/+6
* Stencil supportPeter Zubaj2005-03-141-1/+9
* Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola2005-03-121-2/+5
* fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05Aapo Tahkola2005-02-281-8/+2
* Another nasty struct size bug found.Aapo Tahkola2005-02-241-1/+7
* New elt buffer code should be fairly stable.Aapo Tahkola2005-02-221-1/+5
* Add code to autogenerate vertex shaders.Vladimir Dergachev2005-02-211-1/+4
* Minor fix to border and blend color.Aapo Tahkola2005-02-191-0/+13
* Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola2005-02-191-2/+0
* Reset nr_released_bufs to 0 after the command buffer has been submitted.Nicolai Haehnle2005-02-181-1/+5
* Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...Aapo Tahkola2005-02-161-1/+2
* Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs2005-02-151-8/+0
* Port of r200 VB code. VB path should be as fast as the immediate path now, t...Ben Skeggs2005-02-111-4/+19
* Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola2005-02-101-3/+0
* Turns out unknown5 was border color. texwrap looks good now.Aapo Tahkola2005-02-101-2/+1
* Adding support for selecting line width. Stipple patterns still cause lots of...Aapo Tahkola2005-02-101-0/+8
* Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola2005-02-081-4/+2
* BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...Aapo Tahkola2005-02-081-2/+4
* Implemented checks that prevent r300 from locking up when bad number of verts...Aapo Tahkola2005-02-081-2/+6
* To cut the long and boring story short, polygon offsets should now work. vb m...Aapo Tahkola2005-02-081-7/+9
* Start beginning of pixel shader generator..Vladimir Dergachev2005-02-031-1/+4
* Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev2005-02-031-0/+2
* Get Polygon offset fill to work.Vladimir Dergachev2005-02-031-3/+9
* Vertex programs work now with some restrictions. I expect arbvptorus to workAapo Tahkola2005-02-011-1/+6
* Make WARN_ONCE messages more informative.jump_and_clickVladimir Dergachev2005-02-011-1/+2