mesa.git
2000-11-21 Jon TaylorMore auto* build fixes
2000-11-20 Brian Paulminor multi-tex changes, changed MAX_TEXTURE_UNITS...
2000-11-20 Brian Paulremoved #include <tgmath.h>
2000-11-20 Keith Whitwellfix lvalue cast on ctx->swtnl_im
2000-11-19 Jon Taylor* More work on the auto* build system
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
2000-11-19 Jon TaylorAdded GGI-style debugging harness to GGIGLUT.
2000-11-19 Gareth Hughes- Fix tnl/t_context.h inclusion.
2000-11-18 Brian Pauladded more programs
2000-11-18 Brian Paultest texture palettes with multitexture
2000-11-18 Brian PaulMark Kilgard's reflection/shadow dino demo
2000-11-18 Brian Paulhacked demo to test multi-texture projective textures
2000-11-18 Jon Taylor* Auto* build fixes
2000-11-17 Brian PaulMinor header file changes to silence warnings.
2000-11-17 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-11-16 Jon TaylorSmall compile fix
2000-11-15 Brian Pauladded includes to silence warnings
2000-11-15 Brian PaulReplaced ctx->Point.Size with ctx->Point._Size
2000-11-15 Brian Paulrewrite of _mesa_win_fog_coords_from_z() so that both...
2000-11-14 Brian Paulmore Driver.Color, Driver.Index updates
2000-11-14 Brian Paulremoved unused set_color() and set_index() functions
2000-11-14 Brian PaulRemoved Driver.Color() and Driver.Index() functions.
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-13 Brian Paulremoved unused var
2000-11-13 Brian Paulbumped version to 3.5
2000-11-13 Brian Paulfixed another texImage mistake in _mesa_GetTexImage()
2000-11-13 Jon Taylor* Updated the autoconf/automake/libtool build system
2000-11-11 Brian Paulinit WrapR to GL_REPEAT mode
2000-11-11 Brian Paulremoved tr_attrib.c
2000-11-11 Brian Paullatest sources from Loki
2000-11-10 Brian Paulreplaced _NEW_IMAGING with _NEW_PIXEL
2000-11-10 Brian Paulreplaced s_imaging.h with s_histogram.h
2000-11-10 Brian Paulrenamed imaging files to histogram since that's what...
2000-11-10 Brian Paulrenamed to histogram
2000-11-10 Brian Paulminor changes to silence compiler warnings
2000-11-10 Brian Paulremoved old TexImage() and TexSubImage() functions
2000-11-10 Brian Paulpatched to silence compiler warnings (Martin Lindhe)
2000-11-10 Brian Paulrestored call to _mesa_select_tex_image() in _mesa_GetT...
2000-11-09 Brian PaulGL_BGR case was misplaced in _mesa_is_legal_format_and_...
2000-11-09 Brian Paulupdated with bug fix from 3.4 branch
2000-11-09 Brian Paulfixed mipmap setup bug
2000-11-07 Keith Whitwellfixed very obvious fog bug
2000-11-07 Brian Pauladjust x/y/zoffset parameters to fill_texture_image...
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions
2000-11-06 Brian Paultest ctx->RenderMode in chooser functions, removed...
2000-11-06 Brian Pauladded a setup function for selection/feedback
2000-11-06 Brian Pauladded buffer test to xmesa_choose_point(), fixes X...
2000-11-06 Jouk Jansen Committing in .
2000-11-05 Brian Paulremoved obsolete VB vars
2000-11-05 Brian Pauladded swrast/s_aaline.c
2000-11-05 Brian Paulhooked in new AA line code, minor clean-up
2000-11-05 Brian PaulNew implementation of antialiased lines. Mesa should...
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-11-05 Keith WhitwellReworked to use the new software rasterizer. Optimized...
2000-11-05 Keith WhitwellUse the new software rasterizer. Reworked optimized...
2000-11-05 Keith WhitwellReorganized software rasterizer as a module which manag...
2000-11-05 Keith WhitwellA new module to provide RasterSetup and advanced triang...
2000-11-05 Keith WhitwellLots of changes:
2000-11-03 Brian Paulupdate to GL_MESA_trace extension enums
2000-11-03 Brian PaulMESA_trace extension (Loki)
2000-11-03 Brian Pauladded GL_MESA_packed_depth_stencil extension
2000-11-03 Brian PaulGL_MESA_packed_depth_stencil extension spec
2000-11-03 Brian Pauladded some missing backslashes
2000-11-03 Gareth HughesChange transformation from ortho to perspective so...
2000-11-01 Brian Paulupdate for separate libOSMesa.so lib
2000-11-01 Brian Paulprint number of texture units
2000-11-01 Jouk Jansen Committing in .
2000-11-01 Gareth HughesAdded trivial CVA test for testing HW driver fastpaths...
2000-10-31 Brian PaulAlways call Driver.SetReadBuffer() in copy pixels funct...
2000-10-31 Brian Pauladded comment explaining why the demo is flawed
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-31 Keith WhitwellMoved software rasterizer functionality to new directory.
2000-10-31 Keith WhitwellRemove dead code in FX driver.
2000-10-31 Brian Paulremoved debug printf
2000-10-30 Brian Paulbig overhaul of the demo, works better now
2000-10-30 Keith WhitwellRearrange VERT_* flags to support 4 texture units.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-30 Keith WhitwellRemoved references to gcc's __FUNCTION__ macro.
2000-10-30 Brian Paulset *t->flag = enabled in gl_extensions_add(), otherwis...
2000-10-30 Keith Whitwelltest cvs commit logging
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-30 Jouk Jansen Committing in .
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-29 Brian Paulmore minor header file re-org (moved CONST, ASSERT...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-10-28 Keith WhitwellDo per-pixel fog when GL_FOG_HINT is GL_NICEST.
2000-10-28 Jon TaylorLots of misc. bugfixes to bring GGIMesa in sync with...
2000-10-27 Brian Paulrestored test for __alpha in _mesa_win_fog_coords_from_z()
2000-10-27 Brian Pauladded info about GL_EXT_secondary_color and GL_EXT_fog_...
2000-10-27 Brian PaulEnabled GL_EXT_secondary_color. Fixed a bunch of typos...
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-27 Gareth HughesChange animated apps to double-buffered visuals by...
2000-10-26 Brian Pauladded GL_BGR case to bytes_per_pixel()
2000-10-26 Brian Paulremoved X86/*.m4 files from tar archive
2000-10-26 Brian Paulclarified meaning of DEFAULT_SOFTWARE_DEPTH_BITS value
2000-10-26 Brian Paulfixed value for GLU_NURBS_MODE
2000-10-26 Brian Pauladded a glFinish() call
next