summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* coverity check bug fix going over end of arrayDave Airlie2006-03-081-1/+1
* coverity checker bug: Pointer dereferenced after NULL checkDave Airlie2006-03-081-3/+5
* Fix broken DrawElements & DrawRangeElements.Aapo Tahkola2006-03-071-4/+4
* Enable HW VBOs and other things needed by it.Aapo Tahkola2006-03-072-4/+9
* 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
* plug in BlitFramebuffer functionBrian Paul2006-03-021-0/+4
* added Flush in glXCopyContext()Brian Paul2006-03-011-1/+4
* Added glBlitFramebufferEXT function.Brian Paul2006-03-011-0/+14
* 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
* No need to call *_FIREVERTICES twice.Aapo Tahkola2006-02-282-2/+0
* 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-254-42/+145
* need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul2006-02-241-8/+4
* Fix STENCIL_WRITE_MASK defn for bug 5902Keith Whitwell2006-02-172-2/+2
* Skip ARL while we dont implement it. Fix broken nv vps but do it with softwar...Aapo Tahkola2006-02-161-9/+17
* Reinstate vertex format after a rasterization fallback for both r200 and rade...Roland Scheidegger2006-02-162-0/+6
* Workaround problems with NWN. (Tilman Sauerbeck)Aapo Tahkola2006-02-101-1/+11
* remove the test for XFree86Server from prev patch (bug 5835)Brian Paul2006-02-091-1/+1
* Check DDX for 1.5.0Alan Hourihane2006-02-081-1/+1
* include dix-config.h (Mike Harris) (bug 5835)Brian Paul2006-02-081-0/+3
* add vblank support to i915 driverDave Airlie2006-02-066-16/+150
* replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger2006-02-0315-67/+112
* fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger2006-01-303-3/+9
* fix broken assertion to make radeon driver compile with -DDEBUG...Roland Scheidegger2006-01-301-1/+1
* 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
* New comments, clean-up of fields related to point/line/triangle validation.Brian Paul2006-01-262-6/+9
* remove unneeded init of swrast->invalidate_line/triangleBrian Paul2006-01-261-17/+0
* add wglGetExtensionsStringARBKarl Schultz2006-01-252-1/+6
* remove very old i830 codeAlan Hourihane2006-01-2423-9347/+0
* use front.size instead of sPriv->fbSizeAlan Hourihane2006-01-241-1/+1
* use screen->front.map instead of pFB from libdriAlan Hourihane2006-01-241-1/+1
* Add Intel 945GM supportAlan Hourihane2006-01-2330-305/+1612