aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide
Commit message (Expand)AuthorAgeFilesLines
* fxMesa: remove buffer_obj_ext, cos it breaks UT2004Daniel Borca2004-03-091-1/+2
* Voodoo Rush fixesDaniel Borca2004-03-083-5/+17
* _tnl_allow_*_fog(...)Daniel Borca2004-03-031-0/+2
* workaround for crash-upon-exit in verbose modeDaniel Borca2004-03-022-42/+73
* replace color table FloatTable boolean with Type enumBrian Paul2004-02-281-1/+1
* cleanup and some WGL PIXELFORMAT issuesDaniel Borca2004-02-167-120/+104
* fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca2004-02-102-4/+3
* deal with combine_ext refactorDaniel Borca2004-02-093-65/+74
* added NUL driver for DMesaDaniel Borca2004-02-071-63/+71
* fixed a bug in GL_NEAREST samplerDaniel Borca2004-02-021-15/+0
* GL_TEXTURE_1D and other stories...Daniel Borca2004-01-297-33/+109
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-274-11/+12
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-274-16/+16
* accomodate FetchTexel and fix some memory leak bugsDaniel Borca2004-01-265-59/+24
* accomodated new driver_func initializationDaniel Borca2004-01-236-35/+20
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-213-8/+0
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-37/+67
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-203-74/+65
* _mesa_delete_texture_object and some other updatesDaniel Borca2004-01-154-10/+12
* fixed a bug in texture memory manager when in UMA modeDaniel Borca2004-01-142-6/+13
* added support for textures bigger than HW can support (SW rescaling)Daniel Borca2004-01-133-2/+96
* re-enabled trilinearnessDaniel Borca2004-01-131-43/+45
* small fixesDaniel Borca2004-01-133-33/+40
* envvars to control run-timeDaniel Borca2004-01-082-18/+18
* bugfix in texture swapping mechanism (multitex)Daniel Borca2004-01-071-1/+2
* temporary workaround for bad primitives in fx_render_vb_quadsDaniel Borca2004-01-071-4/+12
* protect against broken appsDaniel Borca2004-01-071-4/+11
* teensy bit of optimization in interp codeDaniel Borca2004-01-071-50/+18
* wgl interfaceDaniel Borca2004-01-072-0/+8
* cleanupsDaniel Borca2004-01-072-3/+3
* reverted TMUs for proper multitexturingDaniel Borca2003-12-233-11/+170
* DMesa: removed MGA2064W driverDaniel Borca2003-12-194-36/+59
* EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca2003-12-158-54/+307
* small bug wrt cullingDaniel Borca2003-12-121-1/+9
* fixed prototypes for wglGammaRamp3DFXDaniel Borca2003-12-111-6/+4
* got rid of __FUNCTION__ :(Daniel Borca2003-12-1016-249/+570
* accomodate vtx-0-2-branchDaniel Borca2003-11-264-93/+65
* Import vtx-0-2-branchKeith Whitwell2003-11-242-2/+2
* more texture compressionDaniel Borca2003-11-212-5/+20
* small mattersDaniel Borca2003-11-201-20/+9
* doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca2003-11-183-43/+35
* vanilla extensions disabledDaniel Borca2003-11-131-3/+2
* dirty hack to advertise vanilla extension namesDaniel Borca2003-11-121-0/+23
* NCC fixes and some cosmeticsDaniel Borca2003-11-074-50/+5
* small fixes wrt texture handlingDaniel Borca2003-11-031-5/+5
* small fixes wrt texture handlingDaniel Borca2003-11-031-44/+31
* Voodoo2 happinessDaniel Borca2003-11-037-160/+66
* removed detritusDaniel Borca2003-10-311-7/+0
* bugfixes wrt texture compressionDaniel Borca2003-10-304-87/+50
* changes to accomodate texture compressionDaniel Borca2003-10-2910-84/+746