Make GL_ARB_vertex_buffer_object mandatory
[mesa.git] / src / mesa / drivers / glide / fxdd.c
2009-01-29 Ian RomanickMake GL_ARB_vertex_buffer_object mandatory
2009-01-29 Ian RomanickMake GL_ARB_texture_compression mandatory
2008-09-18 Brian Paulmesa: prefix more #includes with "main/"
2008-01-07 BrianReplace gl_framebuffer's _ColorDrawBufferMask with...
2007-07-04 Zou Nan haiMerge branch 'master' of git+ssh://znh@git.freedesktop...
2007-05-18 Eric AnholtMerge branch 'master' into i915-unification
2007-04-16 Brianremove _tnl_arb_vertex_program_stage
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-20 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-02-17 Sean D'EpagnierMerge branch 'master' of git+ssh://geckosenator@git...
2007-02-17 Sean D'EpagnierCommiting a few minor fixes to glut fbdev (segfault...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
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-...
next