summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/s3v
Commit message (Expand)AuthorAgeFilesLines
* 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-23/+23
|/
* merge current trunk into vbo branchAlan Hourihane2006-11-021-3/+2
* switch remaining drivers over to vboKeith Whitwell2006-10-313-6/+6
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-4/+10
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-19/+2
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-2/+2
* fix problems found with gcc 2.96 (bug 4934)Brian Paul2005-10-311-7/+38
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-052-5/+5
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-4/+0
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-19/+16
* Use InitPointers helperBrian Paul2005-09-041-18/+5
* SetBuffer, renderbuffer changesBrian Paul2005-09-033-134/+26
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+5
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-5/+0
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-32/+0
* 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-046-28/+146
* First pass at updating these drivers with pipeline_stage struct changes.Keith Whitwell2005-04-221-53/+4
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-312-8/+0
* silence makedepend warnings about non-portable whitespaceAdam Jackson2005-01-233-13/+13
* linux-dri-x86 build fix from Andreas Stenglein.Adam Jackson2005-01-022-2/+2
* Fix read-from-uninitialized in s3vMakeCurrent()Adam Jackson2004-12-271-0/+1
* Get s3v building with a minimum of warnings.Adam Jackson2004-12-2718-206/+483
* Import s3virge and trident drivers. Not functional yet; no Makefile, no DRI-...Adam Jackson2004-12-1624-0/+7549