summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxsetup.c
AgeCommit message (Expand)Author
2010-02-25Drop glide driverKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2009-09-27glide: use _mesa_get_format_bytes()Brian Paul
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul
2004-12-21added GL_EXT_stencil_two_side (yes, it works)Daniel Borca
2004-12-20removed detritus (ncc).Daniel Borca
2004-10-20fixed compilation errorsDaniel Borca
2004-09-13cleanupDaniel Borca
2004-08-16cleanupDaniel Borca
2004-07-21partial GL_BLEND for Voodoo1Daniel Borca
2004-07-16GL_MODULATE/GL_REPLACE multitex (wasteful, but apparently needed by some apps)Daniel Borca
2004-07-05added GL_ARB_point_sprite.Daniel Borca
2004-07-02added GL_EXT_fog_coord.Daniel Borca
2004-06-24hack for compressed textures with aspectratio greater than 8:1Daniel Borca
2004-06-19Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_AR...Daniel Borca
2004-05-19added GL_NV_blend_squareDaniel Borca
2004-05-10fixed bugs in fxddtex.cDaniel Borca
2004-04-26accomodate newtexstoreDaniel Borca
2004-03-29code cleanup hehehDaniel Borca
2004-01-29GL_TEXTURE_1D and other stories...Daniel Borca
2004-01-27Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-26accomodate FetchTexel and fix some memory leak bugsDaniel Borca
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick
2004-01-15_mesa_delete_texture_object and some other updatesDaniel Borca
2004-01-13added support for textures bigger than HW can support (SW rescaling)Daniel Borca
2003-12-23reverted TMUs for proper multitexturingDaniel Borca
2003-12-15EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-03Voodoo2 happinessDaniel Borca
2003-10-29changes to accomodate texture compressionDaniel Borca
2003-10-21Napalm total immersionDaniel Borca
2003-10-13glide driver (wip)Daniel Borca
2003-10-09Reorganized combiners. Added optimized span functions.Daniel Borca
2003-10-02updates from Daniel BorcaBrian Paul
2003-08-19DOS and glide driver updates from Daniel BorcaBrian Paul
2002-11-04misc driver updates (Daniel Borca)Brian Paul
2002-06-15Implemented GL_NV_texture_rectangle extension.Brian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-08-29changes to allow the driver to compile - still doesn't work thoughBrian Paul
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-05-10minor clean-upBrian Paul
2001-04-20compilation fixes - texturing isn't working at this timeBrian Paul
2001-03-28compilation updatesBrian Paul
2001-03-21minor updates for 3.5Brian Paul
2001-03-03used indent to clean-up the codeBrian Paul
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell