summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* Don't index box by the box's index within numClipRects; just dereference it.mesa_6_5Eric Anholt2006-04-011-4/+4
* Call driUpdateFramebufferSize when we've found an updated DRI drawable stamp,Eric Anholt2006-04-011-0/+2
* Enough testing alreadyAapo Tahkola2006-03-311-1/+0
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-3120-71/+301
* free rs300 and ban r350(according to r300.sf.net)Aapo Tahkola2006-03-311-2/+2
* make u_list adjustableAapo Tahkola2006-03-311-3/+40
* warn about broken dxt 3/5Aapo Tahkola2006-03-311-0/+1
* Dont rely on writebacksAapo Tahkola2006-03-313-9/+29
* disable r300 chips. R300_FORCE_R300 to forceAapo Tahkola2006-03-311-0/+8
* More meaningful warning.Aapo Tahkola2006-03-311-2/+2
* The pitches of the driRenderbuffers are in bytes, so no need to multiply by cpp.Eric Anholt2006-03-301-3/+3
* Init the Red/Green/Blue/Alpha/Depth/StencilBits fields in driNewRenderbuffer()Brian Paul2006-03-301-0/+19
* Fix up some incorrect pointers and clear screenDave Airlie2006-03-301-5/+5
* add initial miniglx files for i915, not integrated yetDave Airlie2006-03-302-0/+1251
* FP textures and fixes (Ewald Snel)Brian Paul2006-03-296-4/+53
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-287-47/+71
* Revert merge of new/experimental code from texmem branch.Keith Whitwell2006-03-281-1/+1
* make allow_large_textures 1 by default for radeon and r200, and consequently ...Roland Scheidegger2006-03-273-6/+6
* remove unnecessary typedefs causing compiler warningsRoland Scheidegger2006-03-271-3/+0
* Fixup makefile for solo non-eglDave Airlie2006-03-271-2/+7
* merge from texman branchmesa_20060325Brian Paul2006-03-263-3/+5
* secondary color fixes.Aapo Tahkola2006-03-241-1/+15
* make solo build completeDave Airlie2006-03-231-1/+0
* fix coverity 1107: use after freeDave Airlie2006-03-231-1/+1
* fix coverity 926: use before NULL checkDave Airlie2006-03-231-2/+4
* 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
* Don't use glx_ansic.h functions (__glXMemset).Kristian Høgsberg2006-03-171-9/+9
* 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
* 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
* 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