summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-09-13replaced GL_RGBA with GL_BGRA for GL_UNSIGNED_SHORT_1_5_5_5_REV datatypeBrian Paul
2000-09-12packing of GLushort packed types was brokenBrian Paul
2000-09-12added format/type error check to draw_rgba_pixels()Brian Paul
2000-09-12init mutexBrian Paul
2000-09-12better FPS calculationBrian Paul
2000-09-12terrain demo dataBrian Paul
2000-09-12better fps computationBrian Paul
2000-09-12added some casts (Takaaki Nomura)Brian Paul
2000-09-12Win32 updates (Chris Morley)Brian Paul
2000-09-12Win32 update (Chris Morley)Brian Paul
2000-09-11Removed immediate struct's maybe_transform_vb pointer.Brian Paul
Call _mesa_maybe_transform_vb() directly.
2000-09-09 Committing in .Jouk Jansen
Modified Files: Mesa/src/descrip.mms Corrected a typo ----------------------------------------------------------------------
2000-09-08added Dither, NEW_DRVSTATE infoBrian Paul
2000-09-08removed unused NEW_DRVSTATE flagsBrian Paul
2000-09-08added dither key optionBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-08changed gl_frame_buffer Xmax and Ymax to be exclusive boundary valuesBrian Paul
2000-09-08added OSMesaCreateContextExt itemBrian Paul
2000-09-08Use OSMesaCreateContextExt() if using Mesa 3.5 or laterBrian Paul
2000-09-08added OSMesaCreateContextExt()Brian Paul
2000-09-07added device driver changesBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
ctx->Driver.Index/ColorMask() now return void. Removed SWmasking and SWLogicOpEnabled variables. LogicOps and color/index masking are no longer special-case device driver functions. The Xlib driver was the only driver that used them. Things are more uniform now.
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