summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-09-07added xmesa_update_span_funcs()Brian Paul
2000-09-07renamed Xlib driver filesBrian Paul
2000-09-07newly organized Xlib driver filesBrian Paul
2000-09-07added device driver function for texture proxy testingBrian Paul
2000-09-06silence compiler warning (zoomY0)Brian Paul
2000-09-06test for __bsdi__ for XFree86Brian Paul
2000-09-06replaced ## with CONCAT macroBrian Paul
2000-09-06oops- forgot convolution for glGetTexImage. Done now.Brian Paul
2000-09-05passing proxy targets to glGetTexImage() should generate GL_INVALID_ENUMBrian Paul
2000-09-05use clear_proxy_teximage() instead of MEMSET()Brian Paul
2000-09-05GetConvolution/SeparableFilter() now finishedBrian Paul
2000-09-05added tracing facility from LokiBrian Paul
2000-09-05added tracing facility from LokiBrian Paul
2000-09-05added const to _mesa_select_tex_object()Brian Paul
2000-09-05Fixed bug in fill_texture_image(). Clean-up in _mesaGetTexImage()Brian Paul
2000-09-02added convolution, ARB_imaging itemsBrian Paul
2000-09-02enabled GL_EXT_convolution and GL_ARB_imagingBrian Paul
2000-09-02finished convolutionBrian Paul
2000-09-01destBytesPerRow was uninitialized in make_texture_image()Brian Paul
2000-09-01initial check-inBrian Paul
2000-08-31added new extensionsBrian Paul
2000-08-31added Glide3 bug fix infoBrian Paul
2000-08-31fbiRev and tmuRev weren't getting initialized when using Glide3Brian Paul
2000-08-31added more resolutions (Andy Sloane)Brian Paul
2000-08-31convolution for glTexImage[123]D now worksBrian Paul
2000-08-31renamed some variablesBrian Paul
2000-08-30more convolution workBrian Paul
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-29changed default Shininess to 6Brian 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-24 Committing in .Jouk Jansen
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-21changed quad vertex colors to be tessellation invariantBrian Paul
2000-08-21print UNDEFINED MODE over samples that are undefined in the GL specBrian Paul
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