summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdd.c
AgeCommit message (Expand)Author
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2009-01-28Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick
2008-09-18mesa: prefix more #includes with "main/"Brian Paul
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-02-16Commiting a few minor fixes to glut fbdev (segfault on a separate stack)Sean D'Epagnier
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-15Remove calls to _mesa_ResizeBuffersMESA() - generally replace with code toBrian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-05-09accomodate new frambuffer changesDaniel Borca
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-17cleaned up warningsDaniel Borca
2004-12-21added GL_EXT_stencil_two_side (yes, it works)Daniel Borca
2004-12-20comment reorg.Daniel Borca
2004-12-06small fix for debug pathsDaniel Borca
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-15fix _mesa_image_address2d invocationDaniel Borca
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-27stencil wrap works, either HW or SW (Ian Romanick)Daniel Borca
2004-09-13cleanup and bugfixes for fxDDClear()Daniel Borca
2004-08-20hide GL_ARB_texture_compression from non-VSA cardsDaniel Borca
2004-08-19why is GL_ARB_texture_env_combine different from EXT?Daniel Borca
2004-08-16fixed pixel drawing routines, some cleanupDaniel Borca
2004-07-26Rush is back on ZBUFFERDaniel Borca
2004-07-23fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down)Daniel Borca
2004-07-20GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it?Daniel Borca
2004-07-19trying vertex_program...Daniel Borca
2004-07-16minor correctionsDaniel 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-31reworked FXT1Daniel Borca
2004-05-19added GL_NV_blend_squareDaniel Borca
2004-05-18added some core-level extensionsDaniel Borca
2004-05-12minor fixesDaniel Borca
2004-05-10fixed bugs in fxddtex.cDaniel Borca
2004-04-29FXT1 preparationsDaniel Borca
2004-03-29code cleanup hehehDaniel Borca
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-09fxMesa: remove buffer_obj_ext, cos it breaks UT2004Daniel Borca
2004-03-08Voodoo Rush fixesDaniel Borca
2004-03-03_tnl_allow_*_fog(...)Daniel Borca