summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/trident
Commit message (Expand)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-185-18/+18
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-2/+2
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-15/+13
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-30/+22
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-12/+12
* Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-1/+1
|\
| * Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* | Update DRI drivers for new glsl compiler.Brian2007-02-231-1/+1
|/
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-161-0/+1
|\
| * include utils.h to silence warningBrian Paul2006-11-021-0/+1
| * Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* | merge current trunk into vbo branchAlan Hourihane2006-11-021-3/+2
* | switch remaining drivers over to vboKeith Whitwell2006-10-312-5/+5
|/
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-2/+9
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-152-34/+3
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-152-2/+0
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-1/+1
* make some functions staticBrian Paul2005-09-052-8/+15
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-18/+13
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-38/+17
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-12/+1
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-044-12/+90
* linux-dri-x86 build fix from Andreas Stenglein.Adam Jackson2005-01-022-2/+2
* Get trident building and -Werror clean.Adam Jackson2004-12-249-85/+211
* Import s3virge and trident drivers. Not functional yet; no Makefile, no DRI-...Adam Jackson2004-12-166-0/+2854