aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx
Commit message (Expand)AuthorAgeFilesLines
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1
* include texobj.h to silence warningBrian Paul2006-08-251-0/+1
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-232-7/+8
* change tex memory allocation calls (debian bug 383209)Brian Paul2006-08-161-2/+1
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-18/+20
* Fix a number of texture compression issues.Brian Paul2006-05-081-17/+21
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-082-17/+17
* Bug #5754: Allocate texture memory correctly. (Richard Drummond)Adam Jackson2006-04-031-3/+4
* Coverity #650: Fix a memory leak when near OOM.Adam Jackson2006-04-021-0/+1
* s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul2005-10-051-2/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-052-28/+28
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+3
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-19/+15
* Use InitPointers helperBrian Paul2005-09-041-21/+3
* SetBuffer, renderbuffer changesBrian Paul2005-09-032-28/+4
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-251-1/+0
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-252-96/+0
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-152-2/+6
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-282-3/+17
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-7/+6
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-23/+1
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-13/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-37/+62
* Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul2005-06-271-3/+3
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-66/+0
* Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt2005-06-014-28/+20
* Add no_rast option.Eric Anholt2005-06-015-10/+43
* Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 insteadEric Anholt2005-06-011-1/+1
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-10/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-048-56/+223
* remove unneeded codeBrian Paul2005-02-051-9/+0
* removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul2005-02-052-17/+54
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-319-31/+0
* semantic in parameter namesDaniel Borca2005-01-061-3/+3
* semantic in parameter namesDaniel Borca2005-01-061-1/+1
* removed detritusDaniel Borca2005-01-061-12/+0
* added "default" branch in `convertPalette'Daniel Borca2005-01-061-5/+4
* fix dstRGB factorDaniel Borca2005-01-061-3/+3
* fix build problemAlan Hourihane2005-01-051-1/+1
* Unused variable cleanup.Adam Jackson2004-12-271-2/+1
* fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca2004-12-171-16/+15
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-143-2/+6
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-4/+3
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-14/+14
* fix compilation error in `convertPalette' (still have to fix the issue, though)Daniel Borca2004-10-191-2/+4
* print an error message in convertPalette before dying.Daniel Borca2004-10-181-0/+3