aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* Add Intel i965G/Q DRI driver.Eric Anholt2006-08-09112-0/+37928
* export new _mesa_* functionsKarl Schultz2006-08-041-0/+5
* renderbuffer fixes (Sean D'Epagnier)Brian Paul2006-08-011-10/+21
* Fixed warnings.Claudio Ciccani2006-08-011-39/+99
* fix #6991Aapo Tahkola2006-07-312-21/+10
* Add support for GL_MESA_shader_debug.Michal Krol2006-07-301-0/+38
* r300_emit.h cleanup.Jerome Glisse2006-07-275-217/+240
* check for non-nill pwc in WMesaMakeCurrent(), bug 7585Brian Paul2006-07-211-1/+1
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-2010-43/+52
* A small logic error.Rune Petersen2006-07-151-1/+1
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-135-17/+17
* fix another memleakTilman Sauerbeck2006-07-121-0/+4
* _mesa_destroy_context() frees radeon->glCtx so we must not access it afterwardsTilman Sauerbeck2006-07-111-5/+6
* Revert the SiS and Unichrome DRM version check changes.Thomas Hellström2006-07-112-45/+2
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-106-15/+55
* Fix #7195Aapo Tahkola2006-07-092-2/+20
* Don't include unused header files.Kristian Høgsberg2006-07-062-2/+0
* R300_RR_ROUTE_1 still needs to be initialized.Aapo Tahkola2006-07-051-0/+2
* Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.Jerome Glisse2006-07-041-395/+498
* enable hw antialiasing (Martijn van Oosterhout)Brian Paul2006-07-041-2/+27
* additional clipping/viewport fixes (Martijn van Oosterhout)Brian Paul2006-07-031-0/+11
* some minor simplifications (same as in r300 driver) since mesa's internally u...Roland Scheidegger2006-07-031-23/+17
* check if radeon_drm.h from libdrm is new enough, otherwise print an error to ...Roland Scheidegger2006-07-031-0/+4
* Add copyright header and minor cleanup.Jerome Glisse2006-07-031-8/+37
* fix clipping bug on context change (Martijn van Oosterhout)Brian Paul2006-07-031-0/+9
* initialize offset to avoid bogus warnings from valgrindTilman Sauerbeck2006-07-011-1/+1
* Vertex/fragment program patches (Rune Petersen)Brian Paul2006-06-302-5/+5
* clipping fixes (Martijn van Oosterhout)Brian Paul2006-06-301-4/+14
* Fix typo.Jerome Glisse2006-06-291-1/+1
* destroy left-over VBOs on shutdownTilman Sauerbeck2006-06-292-3/+11
* instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...Tilman Sauerbeck2006-06-292-3/+4
* cleanup, avoid magic valuesTilman Sauerbeck2006-06-291-1/+1
* only assert front/back pitch if double-buffered (bug 7663)Brian Paul2006-06-291-1/+3
* Fix stencil clears that have caused problems with redbook/stencil, tests/sten...Aapo Tahkola2006-06-271-40/+7
* Fix generic vertex attribs (Rune Petersen)Aapo Tahkola2006-06-273-0/+18
* locking fixes (Martijn Van Oosterhout)Brian Paul2006-06-261-0/+6
* Use $(LIB_DIR) instead of $(TOP)/lib since libraries sometimes go into lib64/.Brian Paul2006-06-262-2/+2
* more cleanupsTilman Sauerbeck2006-06-231-9/+7
* New 'install' targets in makefile. See bug 2372.Brian Paul2006-06-221-2/+3
* fix span code compilation problems, bug 5858Brian Paul2006-06-201-7/+8
* no need to handle ARL in a special way, it's a generic scalar operation. only...Tilman Sauerbeck2006-06-182-18/+5
* fix broken address register readsAapo Tahkola2006-06-181-26/+26
* Thread safety for Win32. SourceForge bug #1507315.Brian Paul2006-06-161-0/+32
* Call _mesa_resize_framebuffer() within intelWindowMoved(). FixesKeith Whitwell2006-06-151-0/+6
* Do a cheesy implementation of glXWait/GetVideoSyncSGI() functions, butBrian Paul2006-06-131-6/+13
* GLX_BAD_CONTEXT checks in video-sync functionsBrian Paul2006-06-131-5/+5
* Make r300 driver build with GL_APPLE_vertex_array_object changes.Ian Romanick2006-06-122-12/+18
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-122-0/+44
* fire vertices before context destruction.Alan Hourihane2006-06-121-0/+1
* destroy the memory manager along with the contextTilman Sauerbeck2006-06-113-0/+17