summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdd.c
AgeCommit message (Expand)Author
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
2004-02-16cleanup and some WGL PIXELFORMAT issuesDaniel Borca
2004-02-09deal with combine_ext refactorDaniel 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-23accomodated new driver_func initializationDaniel Borca
2004-01-21Remove dd_function_table::BlendFunc. All drivers now useIan Romanick
2004-01-14fixed a bug in texture memory manager when in UMA modeDaniel Borca