summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)Author
2006-03-27remove unnecessary typedefs causing compiler warningsRoland Scheidegger
2006-03-27Fixup makefile for solo non-eglDave Airlie
2006-03-26merge from texman branchBrian Paul
2006-03-24secondary color fixes.Aapo Tahkola
2006-03-23make solo build completeDave Airlie
2006-03-23fix coverity 1107: use after freeDave Airlie
2006-03-23fix coverity 926: use before NULL checkDave Airlie
2006-03-22implement arl and enable hw nv_vp.Aapo Tahkola
2006-03-20Fix texrect upload conflicts.Aapo Tahkola
2006-03-19Disable tnl programs when doing software vertex programs. compiz with its tex...Aapo Tahkola
2006-03-19-fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola
2006-03-17Don't use glx_ansic.h functions (__glXMemset).Kristian Høgsberg
2006-03-13Clean build.Aapo Tahkola
2006-03-13Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola
2006-03-10Option to init vp temps(for testing)Aapo Tahkola
2006-03-09Kick VBOs out of GART if nothing else helps.Aapo Tahkola
2006-03-09Use the force Luke, use the force.Aapo Tahkola
2006-03-08coverity check bug fix going over end of arrayDave Airlie
2006-03-08coverity checker bug: Pointer dereferenced after NULL checkDave Airlie
2006-03-07Fix broken DrawElements & DrawRangeElements.Aapo Tahkola
2006-03-07Enable HW VBOs and other things needed by it.Aapo Tahkola
2006-03-07Convert to work with current DRM. + tagAapo Tahkola
2006-03-07Various fallbacks, checks and tags.Aapo Tahkola
2006-03-06Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2006-02-28Free temps when possibleAapo Tahkola
2006-02-28Dont let (possibly) undefined z component reach hw as its unusedAapo Tahkola
2006-02-28No need to call *_FIREVERTICES twice.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-02-17Fix STENCIL_WRITE_MASK defn for bug 5902Keith Whitwell
2006-02-16Skip ARL while we dont implement it. Fix broken nv vps but do it with softwar...Aapo Tahkola
2006-02-16Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger
2006-02-10Workaround problems with NWN. (Tilman Sauerbeck)Aapo Tahkola
2006-02-09remove the test for XFree86Server from prev patch (bug 5835)Brian Paul
2006-02-08Check DDX for 1.5.0Alan Hourihane
2006-02-08include dix-config.h (Mike Harris) (bug 5835)Brian Paul
2006-02-06add vblank support to i915 driverDave Airlie
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2006-01-30fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger
2006-01-30fix broken assertion to make radeon driver compile with -DDEBUG...Roland Scheidegger
2006-01-27remove broken non arb fp pathAapo Tahkola
2006-01-27missing link in the fallback chainAapo Tahkola
2006-01-27enable hw vertex programs by defaultAapo Tahkola
2006-01-27per vp sw fallbacksAapo Tahkola
2006-01-27radeon driver doesnt have this so i assume we shouldnt either.Aapo Tahkola
2006-01-27drop all that (slow) locking stuff and make u_list per context.Aapo Tahkola
2006-01-27R300_PFS_NODE_LAST_NODE -> R300_PFS_NODE_OUTPUT_COLORAapo Tahkola
2006-01-27Work around problems with t_vp_build.cAapo Tahkola
2006-01-27r300UpdateTextureEnv shouldnt be called.Aapo Tahkola