mesa: prefix more #includes with "main/"
[mesa.git] / src / mesa / drivers / glide / fxsetup.c
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2004-12-21 Daniel Borcaadded GL_EXT_stencil_two_side (yes, it works)
2004-12-20 Daniel Borcaremoved detritus (ncc).
2004-10-20 Daniel Borcafixed compilation errors
2004-09-13 Daniel Borcacleanup
2004-08-16 Daniel Borcacleanup
2004-07-21 Daniel Borcapartial GL_BLEND for Voodoo1
2004-07-16 Daniel BorcaGL_MODULATE/GL_REPLACE multitex (wasteful, but apparent...
2004-07-05 Daniel Borcaadded GL_ARB_point_sprite.
2004-07-02 Daniel Borcaadded GL_EXT_fog_coord.
2004-06-24 Daniel Borcahack for compressed textures with aspectratio greater...
2004-06-19 Daniel BorcaHack for linear fogging. Added empty routines for WGL_A...
2004-05-19 Daniel Borcaadded GL_NV_blend_square
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
2004-04-26 Daniel Borcaaccomodate newtexstore
2004-03-29 Daniel Borcacode cleanup heheh
2004-01-29 Daniel BorcaGL_TEXTURE_1D and other stories...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Daniel Borcaaccomodate FetchTexel and fix some memory leak bugs
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-15 Daniel Borca_mesa_delete_texture_object and some other updates
2004-01-13 Daniel Borcaadded support for textures bigger than HW can support...
2003-12-23 Daniel Borcareverted TMUs for proper multitexturing
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-11-03 Daniel BorcaVoodoo2 happiness
2003-10-29 Daniel Borcachanges to accomodate texture compression
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-13 Daniel Borcaglide driver (wip)
2003-10-09 Daniel BorcaReorganized combiners. Added optimized span functions.
2003-10-02 Brian Paulupdates from Daniel Borca
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-08-29 Brian Paulchanges to allow the driver to compile - still doesn...
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-05-10 Brian Paulminor clean-up
2001-04-20 Brian Paulcompilation fixes - texturing isn't working at this...
2001-03-28 Brian Paulcompilation updates
2001-03-21 Brian Paulminor updates for 3.5
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-13 Brian Paulremoved unused var
2000-11-05 Keith WhitwellLots of changes:
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-06-05 Brian Paulfixed bugs in fxSetupDepthTest()
2000-05-05 Brian Paulfixed glDrawBuffer(GL_NONE) bug
2000-04-19 Keith WhitwellUse smooth shaded triangles always. Fix SoF bug.
2000-03-29 Brian Paulnew texture image download code
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-03 Brian Paulclean-up warnings
2000-02-16 Brian Paulupdate fog near/far bug fix
2000-02-16 Brian Paulupdated with changes from DRI project CVS
2000-02-09 Brian Pauludpated version/copyright info
2000-02-06 Brian Paulin fxSelectSingleTMUSrc_NoLock(), added check for haveT...
2000-02-04 Brian Paulpass IntFormat, not Format to fxTexGetFormat
2000-01-18 Brian Paulupdated with latest DRI tree changes
2000-01-06 Brian Paulreturn GL_FALSE in fxDDColorMask
1999-12-10 Brian Paulapplied Daryll's patches
1999-11-15 Brian Paulupdate/merge with Daryll's X server changes
1999-10-19 Keith WhitwellChanges to reduce the memory footprint of display lists
1999-10-05 Miklos FazekasAdded packed ARGB support.
1999-08-19 jtgInitial revision