summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
AgeCommit message (Expand)Author
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-16GL_MODULATE/GL_REPLACE multitex (wasteful, but apparently needed by some apps)Daniel Borca
2004-07-16SGIS_generate_mipmapDaniel Borca
2004-07-06use tnl_emit_func, it's saferDaniel Borca
2004-07-05added GL_ARB_point_sprite.Daniel Borca
2004-07-02added GL_EXT_fog_coord.Daniel Borca
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
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-06-14Fixed a bug in vertex emitter (untile we move to t_vertex.c)Daniel Borca
2004-06-11remove the 3dfx CatchSignals stuff (the var was alwasy set)Brian Paul
2004-06-08corrected a bug wrt point_sizeDaniel Borca
2004-06-03masked out unsupported glBlendColor (some games check only the proc addr)Daniel Borca
2004-05-31reworked FXT1Daniel Borca
2004-05-20doc update; minor changesDaniel 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-05-04texture compression: getting warmerDaniel Borca
2004-04-30FXT1: getting warmerDaniel Borca
2004-04-29FXT1 preparationsDaniel Borca
2004-04-26accomodate newtexstoreDaniel Borca
2004-04-14documentation updatesDaniel Borca
2004-03-29code cleanup hehehDaniel Borca
2004-03-25small changes (version string)Daniel 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-03-02workaround for crash-upon-exit in verbose modeDaniel Borca
2004-02-28replace color table FloatTable boolean with Type enumBrian Paul
2004-02-16cleanup and some WGL PIXELFORMAT issuesDaniel Borca
2004-02-10fixed back fxMesaGetCurrentContext to match MakeCurrentDaniel Borca
2004-02-09deal with combine_ext refactorDaniel Borca
2004-02-07added NUL driver for DMesaDaniel Borca
2004-02-02fixed a bug in GL_NEAREST samplerDaniel 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-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-15_mesa_delete_texture_object and some other updatesDaniel Borca
2004-01-14fixed a bug in texture memory manager when in UMA modeDaniel Borca
2004-01-13added support for textures bigger than HW can support (SW rescaling)Daniel Borca