summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* a little code movement so we don't make invalid casts from gl_renderbuffers ↵Brian Paul2006-03-283-8/+24
| | | | to xmesa_renderbuffers
* 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
| | | | enable all texture units by default on those cards (3 for radeon, 6 for r200). Fix the usually forgotten DRIVER_DATE accordingly.
* 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 ↵Aapo Tahkola2006-03-191-0/+4
| | | | texrect and lighting needs was broken because of this.
* -fix texrect fallback when using vtxfmt_a (glitz, xgl, etc.)Aapo Tahkola2006-03-195-480/+102
| | | | | -struct vertex_buffer to struct radeon_vertex_buffer conversion -vertex attrib arrays did not supersede conventinal arrays when enabled
* 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
| | | | | _mesa_make_current(). This removes an ugly #if !defined(IN_DRI_DRIVER) from core Mesa.
* 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 ↵Roland Scheidegger2006-02-254-42/+145
| | | | known by ddx (probably secondary ids, non-existant cards and similar). Add rs400 to the family enum, and configure the rv410 like a 2 quad chip (?)
* 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 ↵Aapo Tahkola2006-02-161-9/+17
| | | | software for now.
* Reinstate vertex format after a rasterization fallback for both r200 and ↵Roland Scheidegger2006-02-162-0/+6
| | | | radeon driver when a tcl fallback is active, fixes a blender issue with non-tcl hw (bug #5601)
* 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 ↵Roland Scheidegger2006-02-0315-67/+112
| | | | with different methods to calculate the announced maximum texture sizes. Default is still the same (that is, radeon/r200 default to not announce anything which might not fit, i830/i915 default to 1 texture must fit). Bug #5785.
* fix broken assertions so dri drivers compile with -DDEBUG (replace ↵Roland Scheidegger2006-01-303-3/+9
| | | | GL_STENCIL_INDEX8 with GL_STENCIL_INDEX8_EXT). Fix potential problem with drivers which use 32bit z buffers.
* fix broken assertion to make radeon driver compile with -DDEBUG...Roland Scheidegger2006-01-301-1/+1
|