aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Update for new Mesa entry points. I need to change the python script that ge...Karl Schultz2006-03-291-3/+4
* Match pixel addresses with `compute_row_addresses' in RGB mode (also obey RGB...Daniel Borca2006-03-281-2/+2
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-287-47/+71
* a little code movement so we don't make invalid casts from gl_renderbuffers t...Brian Paul2006-03-283-8/+24
* 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
* PutRowRGB was not initialized for OSMESA_RGB_565Daniel Borca2006-03-271-1/+1
* Fixup makefile for solo non-eglDave Airlie2006-03-271-2/+7
* merge from texman branchmesa_20060325Brian Paul2006-03-264-4/+7
* 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
* added #undef GET_DISPATCHBrian Paul2006-03-161-2/+5
* Moved _glapi_check_multithread() call into drivers, instead of inBrian Paul2006-03-162-2/+13
* 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