summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
AgeCommit message (Expand)Author
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
2004-01-13re-enabled trilinearnessDaniel Borca
2004-01-13small fixesDaniel Borca
2004-01-08envvars to control run-timeDaniel Borca
2004-01-07bugfix in texture swapping mechanism (multitex)Daniel Borca
2004-01-07temporary workaround for bad primitives in fx_render_vb_quadsDaniel Borca
2004-01-07protect against broken appsDaniel Borca
2004-01-07teensy bit of optimization in interp codeDaniel Borca
2004-01-07wgl interfaceDaniel Borca
2004-01-07cleanupsDaniel Borca
2003-12-23reverted TMUs for proper multitexturingDaniel Borca
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
2003-12-15EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca
2003-12-12small bug wrt cullingDaniel Borca
2003-12-11fixed prototypes for wglGammaRamp3DFXDaniel Borca
2003-12-10got rid of __FUNCTION__ :(Daniel Borca
2003-11-26accomodate vtx-0-2-branchDaniel Borca