summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2000-08-30added _mesa_pack_float_rgba_span()Brian Paul
2000-08-30added more extensions testing codeBrian Paul
2000-08-29finished compressed texture support (Bill White)Brian Paul
2000-08-29added MESA_FF_R8_G8_B8 (alpha filled to 0xff) formatBrian Paul
2000-08-29don't free ctx inside _mesa_initialize_context() if error, caller does that.Brian Paul
2000-08-29updated some commentsBrian Paul
2000-08-23added convolve.h headerBrian Paul
2000-08-23enabling 1D convolution caused a problemBrian Paul
2000-08-23moved convolution API functions to convolve.cBrian Paul
2000-08-22finished separable filter functionsBrian Paul
2000-08-22 Committing in .Jouk Jansen
2000-08-21use ImageTransferStateBrian Paul
2000-08-21added convolve.c to file listBrian Paul
2000-08-21increased max convolution filter sizeBrian Paul
2000-08-21more convolution work, not doneBrian Paul
2000-08-21basic glDrawPixels convolution implementedBrian Paul
2000-08-21fixed image transfer errorsBrian Paul
2000-08-21implemented new ImageTransferState bitmaskBrian Paul
2000-08-16optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee)Brian Paul
2000-08-16fixed typo which disabled simple_DrawPixelsBrian Paul
2000-08-16fixed some warnings (Alan H.)Brian Paul
2000-08-13removed all dependencies on XMesaBrian Paul
2000-08-13fixed segfault problem when using MESA_GLX_FXBrian Paul
2000-08-09fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul
2000-08-08updated version to 3.5Brian Paul
2000-08-08added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul
2000-08-03added NULL parameter checking to API functionsBrian Paul
2000-08-02updated Phil's email addressBrian Paul
2000-08-02updates from mesa3d@billbaxter.comBrian Paul
2000-08-02fixed return val bug in glAreTexturesResident()Brian Paul
2000-08-02define GL_GLEXT_PROTOTYPES before including mesa_wgl.hBrian Paul
2000-08-02initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures()Brian Paul
2000-08-01glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driverBrian Paul
2000-07-31test against an epsilon magnitude in gl_rotation_matrix()Brian Paul
2000-07-21removed beta from version stringBrian Paul
2000-07-20fix for eval regressionKeith Whitwell
2000-07-19a bunch of thread-safety changesBrian Paul
2000-07-19initialize GenBit[STRQ] in init_texture_unit()Brian Paul
2000-07-19restore driver depth test enable/disable state in PopAttrib()Brian Paul
2000-07-19removed two bugsBrian Paul
2000-07-18Fixed off-by-one error in compute_shine_table(). Minor code clean-upBrian Paul
2000-07-17Fix for gloss and sgl eval bugs.Keith Whitwell
2000-07-15another tweak to optimized GL_RETURN codeBrian Paul
2000-07-15fixed AA sampling problem, misc clean-upBrian Paul
2000-07-14removed references to fx_regoff.h and fx_gen_regoff.cBrian Paul
2000-07-14Fixed pixel color problem in general_flat_rgba_line(). Added debug codeBrian Paul
2000-07-14added extra check to optimized GL_RETURN caseBrian Paul
2000-07-14test for MESA_DEBUG = silent in gl_error(), misc clean-upBrian Paul
2000-07-12first bits of convolution codeBrian Paul
2000-07-10Fix for miscolored rects in display lists.Keith Whitwell