Remove x/y/width/height parameters from Clear functions.
[mesa.git] / src / mesa / drivers / glide / fxdd.c
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-15 Brian PaulRemove calls to _mesa_ResizeBuffersMESA() - generally...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-05-09 Daniel Borcaaccomodate new frambuffer changes
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-01-17 Daniel Borcacleaned up warnings
2004-12-21 Daniel Borcaadded GL_EXT_stencil_two_side (yes, it works)
2004-12-20 Daniel Borcacomment reorg.
2004-12-06 Daniel Borcasmall fix for debug paths
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-15 Daniel Borcafix _mesa_image_address2d invocation
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-27 Daniel Borcastencil wrap works, either HW or SW (Ian Romanick)
2004-09-13 Daniel Borcacleanup and bugfixes for fxDDClear()
2004-08-20 Daniel Borcahide GL_ARB_texture_compression from non-VSA cards
2004-08-19 Daniel Borcawhy is GL_ARB_texture_env_combine different from EXT?
2004-08-16 Daniel Borcafixed pixel drawing routines, some cleanup
2004-07-26 Daniel BorcaRush is back on ZBUFFER
2004-07-23 Daniel Borcafixed pixelpiped DrawBitmap / DrawPixels (clipping...
2004-07-20 Daniel BorcaGL_EXT_texture_env_add shouldn't be conditioned by...
2004-07-19 Daniel Borcatrying vertex_program...
2004-07-16 Daniel Borcaminor corrections
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-31 Daniel Borcareworked FXT1
2004-05-19 Daniel Borcaadded GL_NV_blend_square
2004-05-18 Daniel Borcaadded some core-level extensions
2004-05-12 Daniel Borcaminor fixes
2004-05-10 Daniel Borcafixed bugs in fxddtex.c
2004-04-29 Daniel BorcaFXT1 preparations
2004-03-29 Daniel Borcacode cleanup heheh
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-09 Daniel BorcafxMesa: remove buffer_obj_ext, cos it breaks UT2004
2004-03-08 Daniel BorcaVoodoo Rush fixes
2004-03-03 Daniel Borca_tnl_allow_*_fog(...)
2004-02-16 Daniel Borcacleanup and some WGL PIXELFORMAT issues
2004-02-09 Daniel Borcadeal with combine_ext refactor
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-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-14 Daniel Borcafixed a bug in texture memory manager when in UMA mode
2004-01-13 Daniel Borcaadded support for textures bigger than HW can support...
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-11-21 Daniel Borcamore texture compression
2003-11-18 Daniel Borcadoc updates; GLUT timer additions; fixed compilation...
2003-11-13 Daniel Borcavanilla extensions disabled
2003-11-12 Daniel Borcadirty hack to advertise vanilla extension names
2003-11-03 Daniel BorcaVoodoo2 happiness
2003-10-29 Daniel Borcachanges to accomodate texture compression
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-14 Daniel Borcaminor fixes + doc update
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
2003-07-17 Brian Paulmore DOS updates from Daniel Borca
2003-06-16 Brian Paulfix include paths (Daniel Borca)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-08 Brian Paulfix some float/ubyte mistakes (Daniel Borca)
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-10-29 Brian Pauladded some casts for mallocs (bug 630379)
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-08-21 Brian Pauls/DrawDestMask/_DrawDestMask/
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-09-18 Keith WhitwellFix FX driver to the point where gears & morph3d work.
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-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-05-10 Brian Paulfixed bad texture border test (sometimes caused a segfault)
2001-05-10 Keith WhitwellDriver interface changes
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-04-24 Brian Paultexture image code updates (not finished)
2001-03-30 Brian Paulfixed compilation problems related to ctx->_Enabled...
2001-03-27 Brian Paulsilence compiler warnings
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-19 Brian Paulplug in fallback teximage DD functions
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-07 Brian Paulnew texture image routines work now
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
next