aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_state.c
Commit message (Expand)AuthorAgeFilesLines
* namespace pollution fixes (Tilman Sauerbeck)Aapo Tahkola2006-01-131-1/+1
* Fix invalid tex coord routing and couple other small things.Aapo Tahkola2006-01-131-13/+15
* Missing patch from Ben Skeggs:Aapo Tahkola2006-01-091-10/+9
* Handle fatal case.Aapo Tahkola2005-12-181-4/+8
* Warn only when being enabled.Aapo Tahkola2005-12-171-1/+1
* Fix (likely) typo.Aapo Tahkola2005-12-171-1/+1
* Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola2005-12-171-1/+88
* Make missing interpolator inputs fatalAapo Tahkola2005-12-061-5/+38
* Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie2005-12-041-0/+3
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-4/+4
* First step of Radeon DRI unification:Eric Anholt2005-11-021-3/+3
* Re-enable fallbacks.Aapo Tahkola2005-11-011-3/+1
* -Fix first frame -bugAapo Tahkola2005-11-011-31/+41
* Compiled arrays for vtxfmt_a path.Aapo Tahkola2005-10-281-1/+5
* Correct the ordering of the blend constant color.Eric Anholt2005-10-281-2/+3
* Reduce stderr noise and fix some compiler warnings.Aapo Tahkola2005-10-261-67/+7
* Sync with my local tree.Aapo Tahkola2005-10-261-0/+30
* fix breakage from Brians changes earlierDave Airlie2005-09-141-3/+3
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+8
* Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt2005-07-201-6/+7
* 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