summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev2005-07-021-0/+9
* -"fix" page flippingAapo Tahkola2005-06-301-13/+12
* Rename unchecked state to match DRM driver.Vladimir Dergachev2005-06-271-19/+19
* Back out the actual enabling of depth tiling.Nicolai Haehnle2005-06-211-7/+0
* r300 driver side of color tiling support.Aapo Tahkola2005-06-211-0/+3
* Make sure texture base addresses are used correctly.Nicolai Haehnle2005-06-211-1/+1
* Fix gloss breakage when using hw tnl.Aapo Tahkola2005-06-161-1/+1
* Use depth tiling.Aapo Tahkola2005-06-161-7/+22
* Support 16-bit modes.Aapo Tahkola2005-06-161-4/+7
* - Secondary colourBen Skeggs2005-06-081-20/+39
* Programmable per-vertex point sizes and proper result reg assigns.Aapo Tahkola2005-05-281-0/+1
* constant trackingBen Skeggs2005-05-261-12/+10
* Implement enough of ARB_fragment_program for Keith's texenv programBen Skeggs2005-05-231-43/+203
* Ditch unused code and features that arent in subject to get supported any nea...the_perfect_fragAapo Tahkola2005-05-191-283/+22
* Stick texture LOD back on.Aapo Tahkola2005-05-181-1/+1
* Polygon mode fixes.Aapo Tahkola2005-05-181-117/+56
* Make gleans polyoffset test happy.Aapo Tahkola2005-05-141-2/+11
* Dont assume GLbooleans are ones when true.Aapo Tahkola2005-05-141-1/+4
* Cleanup blend state generation.Nicolai Haehnle2005-05-141-85/+30
* VBOs.Aapo Tahkola2005-05-111-7/+15
* Getting rusty... 4278 was already there.Aapo Tahkola2005-05-051-11/+9
* Flat shading and bunch of clarifications to r300_reg.h .Aapo Tahkola2005-05-051-0/+20
* Pack tex coord regs at vertex program backend.Aapo Tahkola2005-05-051-1/+1
* r300 side support for fixed function pipeline. This isnt functional with curr...Aapo Tahkola2005-04-301-23/+19
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-0/+2
* Fixing and enabling elt buffers by default.Aapo Tahkola2005-04-181-1/+1
* Alpha test fixPeter Zubaj2005-04-181-2/+26
* Misc fixes.Aapo Tahkola2005-03-181-2/+2
* Simple TCL stage and ability to disable vps.Aapo Tahkola2005-03-171-2/+2
* Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...Aapo Tahkola2005-03-161-2/+9
* Fixed some strangeness when mixing textured/flat primitives. Skipping textur...Ben Skeggs2005-03-161-9/+20
* Fix to get glxgears display anything.Aapo Tahkola2005-03-151-1/+5
* Initial multitexturing support. Old behaviour can be re-enabled by changing ...Ben Skeggs2005-03-151-6/+55
* Stencil supportPeter Zubaj2005-03-141-28/+42
* Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.Aapo Tahkola2005-03-121-5/+17
* Improving Vladimirs alpha test fix a bit as it turns out r300Enable didnt cor...Aapo Tahkola2005-03-081-10/+5
* Do properly initialize ALPHA_TEST register instead of carefully preserving bo...Vladimir Dergachev2005-03-051-2/+6
* Set pipes for R420 cards. Gives a nice speedup. This needs to be tested on r4...Rune Petersen2005-03-041-0/+4
* fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...before_upgrade_03_01_05Aapo Tahkola2005-02-281-2/+2
* Another nasty struct size bug found.Aapo Tahkola2005-02-241-3/+4
* New elt buffer code should be fairly stable.Aapo Tahkola2005-02-221-0/+1
* Add code to autogenerate vertex shaders.Vladimir Dergachev2005-02-211-0/+102
* Adding support for front buffer mode, removing some code we dont really need ...Aapo Tahkola2005-02-201-20/+73
* Minor fix to border and blend color.Aapo Tahkola2005-02-191-1/+1
* Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...Aapo Tahkola2005-02-191-12/+21
* Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle2005-02-171-148/+148
* small cleanup, remove some warningsRune Petersen2005-02-161-1/+2
* Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs2005-02-151-25/+19
* Support for blend color(not tested), "proper line width/point size" clamps an...Aapo Tahkola2005-02-141-16/+60
* Removing some regs that are wrong and adding some comments to r300_reg.h .Aapo Tahkola2005-02-101-5/+0