summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_state.c
AgeCommit message (Expand)Author
2006-10-31disable vtxfmt_a code, switch over to vboKeith Whitwell
2006-10-15Use endianness test function provided by mesa.Jerome Glisse
2006-09-12Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse
2006-08-26fix #8008Aapo Tahkola
2006-08-22fix broken write-only depth setting. use early z where possible.Aapo Tahkola
2006-08-11support shorts as vertex dataAapo Tahkola
2006-07-31fix #6991Aapo Tahkola
2006-07-05R300_RR_ROUTE_1 still needs to be initialized.Aapo Tahkola
2006-06-30Vertex/fragment program patches (Rune Petersen)Brian Paul
2006-06-06prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...Aapo Tahkola
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-04-20limit max program/param length to 255 (spotted by sroland)Aapo Tahkola
2006-04-12GLboolean cannot hold GLuint! usage of tmus >= 4 no longer lock r300.Aapo Tahkola
2006-04-11add missing 'union' keywordBrian Paul
2006-04-11More GLSL code:Michal Krol
2006-04-11get fog going(for real)Aapo Tahkola
2006-04-11Fog support (Ewald Snel)Aapo Tahkola
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger
2006-03-19Disable tnl programs when doing software vertex programs. compiz with its tex...Aapo Tahkola
2006-03-13Clean build.Aapo Tahkola
2006-03-13Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola
2006-02-28Fix aliasing bug (Benjamin Herrenschmidt)Aapo Tahkola
2006-02-25Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...Roland Scheidegger
2006-01-27remove broken non arb fp pathAapo Tahkola
2006-01-26remove some testing codeAapo Tahkola
2006-01-26Fix a problem where offsets from disabled tmus reach drmAapo Tahkola
2006-01-13namespace pollution fixes (Tilman Sauerbeck)Aapo Tahkola
2006-01-13Fix invalid tex coord routing and couple other small things.Aapo Tahkola
2006-01-09Missing patch from Ben Skeggs:Aapo Tahkola
2005-12-18Handle fatal case.Aapo Tahkola
2005-12-17Warn only when being enabled.Aapo Tahkola
2005-12-17Fix (likely) typo.Aapo Tahkola
2005-12-17Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola
2005-12-06Make missing interpolator inputs fatalAapo Tahkola
2005-12-04Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie
2005-11-12Move stuff common to vertex/fragment_program into the base class, including:Brian Paul
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-11-01Re-enable fallbacks.Aapo Tahkola
2005-11-01-Fix first frame -bugAapo Tahkola
2005-10-28Compiled arrays for vtxfmt_a path.Aapo Tahkola
2005-10-28Correct the ordering of the blend constant color.Eric Anholt
2005-10-26Reduce stderr noise and fix some compiler warnings.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-09-14fix breakage from Brians changes earlierDave Airlie
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
2005-07-02Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev
2005-06-30-"fix" page flippingAapo Tahkola
2005-06-27Rename unchecked state to match DRM driver.Vladimir Dergachev
2005-06-21Back out the actual enabling of depth tiling.Nicolai Haehnle