summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* secondary color fixes.Aapo Tahkola2006-03-241-1/+15
* implement arl and enable hw nv_vp.Aapo Tahkola2006-03-223-8/+17
* Fix texrect upload conflicts.Aapo Tahkola2006-03-201-0/+7
* Disable tnl programs when doing software vertex programs. compiz with its tex...Aapo Tahkola2006-03-191-0/+4
* -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola2006-03-195-480/+102
* Clean build.Aapo Tahkola2006-03-1318-1125/+103
* Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola2006-03-133-58/+20
* Option to init vp temps(for testing)Aapo Tahkola2006-03-101-0/+39
* Kick VBOs out of GART if nothing else helps.Aapo Tahkola2006-03-095-14/+56
* Use the force Luke, use the force.Aapo Tahkola2006-03-091-2/+13
* Fix broken DrawElements & DrawRangeElements.Aapo Tahkola2006-03-071-4/+4
* Enable HW VBOs and other things needed by it.Aapo Tahkola2006-03-071-3/+8
* Convert to work with current DRM. + tagAapo Tahkola2006-03-072-11/+46
* Various fallbacks, checks and tags.Aapo Tahkola2006-03-073-27/+137
* Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola2006-03-064-7/+55
* Free temps when possibleAapo Tahkola2006-02-281-11/+15
* Dont let (possibly) undefined z component reach hw as its unusedAapo Tahkola2006-02-281-3/+3
* Fix aliasing bug (Benjamin Herrenschmidt)Aapo Tahkola2006-02-281-8/+10
* Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...Roland Scheidegger2006-02-252-1/+8
* Skip ARL while we dont implement it. Fix broken nv vps but do it with softwar...Aapo Tahkola2006-02-161-9/+17
* Workaround problems with NWN. (Tilman Sauerbeck)Aapo Tahkola2006-02-101-1/+11
* remove broken non arb fp pathAapo Tahkola2006-01-278-855/+0
* missing link in the fallback chainAapo Tahkola2006-01-271-0/+5
* enable hw vertex programs by defaultAapo Tahkola2006-01-272-2/+9
* per vp sw fallbacksAapo Tahkola2006-01-275-26/+55
* radeon driver doesnt have this so i assume we shouldnt either.Aapo Tahkola2006-01-271-2/+0
* drop all that (slow) locking stuff and make u_list per context.Aapo Tahkola2006-01-272-132/+204
* R300_PFS_NODE_LAST_NODE -> R300_PFS_NODE_OUTPUT_COLORAapo Tahkola2006-01-271-2/+1
* Work around problems with t_vp_build.cAapo Tahkola2006-01-271-2/+3
* r300UpdateTextureEnv shouldnt be called.Aapo Tahkola2006-01-271-2/+2
* remove some testing codeAapo Tahkola2006-01-261-30/+0
* Fix a problem where offsets from disabled tmus reach drmAapo Tahkola2006-01-262-38/+69
* Do individual negetation in swizzling, thus we canJerome Glisse2006-01-211-21/+78
* Indent & wrap around 80Jerome Glisse2006-01-211-165/+199
* Doesnt apply anymoreAapo Tahkola2006-01-211-8/+0
* Add individual component negation.Jerome Glisse2006-01-212-7/+37
* Try to tackle bug #5148Aapo Tahkola2006-01-201-2/+10
* Sync from drm.Aapo Tahkola2006-01-201-0/+28
* Fix ARGB1555 component swizzling.Aapo Tahkola2006-01-201-4/+4
* Fix swizzling table & add struct.Jerome Glisse2006-01-202-426/+417
* Missing bits of code spotted by Tilman SauerbeckAapo Tahkola2006-01-151-1/+27
* Fix ARB_position_invariant handlingAapo Tahkola2006-01-151-6/+116
* namespace pollution fixes (Tilman Sauerbeck)Aapo Tahkola2006-01-132-5/+5
* Fix invalid tex coord routing and couple other small things.Aapo Tahkola2006-01-131-13/+15
* Missing patch from Ben Skeggs:Aapo Tahkola2006-01-096-453/+865
* Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</sm...Aapo Tahkola2006-01-091-152/+56
* Fix cube maps.Aapo Tahkola2006-01-091-10/+2
* Fix node setup(from Ben Skeggs)Aapo Tahkola2006-01-091-3/+17
* add EGL to r300 makefileDave Airlie2005-12-291-1/+7
* Handle fatal case.Aapo Tahkola2005-12-181-4/+8