mesa.git
2001-05-31 Brian Paulreplaced #ifdef 0 with #if 0
2001-05-31 Brian Paulswapped in/out arguments to interp_func. Improved...
2001-05-31 Brian Paulfixed s/w alpha channel bug
2001-05-30 Brian PaulGLubyte -> GLchan fix
2001-05-30 Brian Pauladded current raster fog coord and related code
2001-05-30 Brian Pauladded test for EXT_fog_coord
2001-05-30 Brian Paulforgot to check-in yesterday
2001-05-30 Keith Whitwellrerun vertex stage on _MESA_NEW_NEED_EYE_COORDS
2001-05-29 Brian Paulmore DRI libGL-related changes
2001-05-29 Brian Pauladded math/m_debug_clip.c
2001-05-29 Brian Paulremoved some old DRI-isms
2001-05-29 Brian Pauladded new functions to GLX_functions[]
2001-05-29 Brian Pauls/void */GLvoid */
2001-05-29 Brian Paulinfrastructure for GL_ARB_multisample
2001-05-29 Brian Paulremoved unused var
2001-05-25 Brian Paulmore work on XMesa / libGL integration
2001-05-25 Brian Pauladded void to __GLXextFuncPtr
2001-05-25 Brian Pauladded missing GLX_SGIS_multisample tokens
2001-05-25 Brian Paulchanged #if OLD_VMS to #ifdef OLD_VMS
2001-05-24 Brian Pauladded some casts so that older glx.h can be used
2001-05-24 Brian Paulchange GLXContext and GLXFBConfig typedefs
2001-05-24 Brian PaulInitial changes to allow Mesa and its fake GLX to be...
2001-05-24 Brian Pauladded GL_SGIS_generate_mipmap
2001-05-24 Brian PaulFinished GL_SGIS_generate_mipmap. Should be trivial...
2001-05-24 Brian Paulprototyping some new stuff
2001-05-23 Brian Pauladded color table clamp bugfix
2001-05-23 Brian Paulfix bug 426657: need to clamp RGBA before color table...
2001-05-23 Brian Paulimport from 3.4 branch
2001-05-23 Brian Pauladded 3.4.2 changes, SPARC assembly
2001-05-23 Brian Paulupdated copyright
2001-05-23 Brian PaulSPARC assembly optimizations from David Miller.
2001-05-22 Brian Paula little more work on GL_SGIS_generate_mipmap
2001-05-21 Brian Paulfixed a number of multi-texture line bugs
2001-05-21 Brian Pauladded multitexture support
2001-05-21 Brian Paulinitial support for GL_SGIS_generate_mipmap extension
2001-05-21 Gareth HughesInitial commit of cliptest work. More to come shortly.
2001-05-21 Brian Pauls/Height/height/ (Jeff Potter)
2001-05-18 Brian Pauladded missing #undefs at end of file
2001-05-18 Brian Paulfixed a bad error string in ClientActiveTexture()
2001-05-17 Brian Paulfixed two GL error calls
2001-05-17 Brian Paulfixed Width/Height typo (Jeff Hartmann)
2001-05-17 Brian Paulremoved (void) index; statement
2001-05-17 Keith WhitwellComment out __FUNCTION__ usage.
2001-05-17 Keith WhitwellFix order of decomposition of quad.
2001-05-16 Brian Pauluse DEFARRAY, etc macros to work around 32k data limit...
2001-05-16 Brian Paulgenerate INVALID_OPERATION if active texture != 0 in...
2001-05-16 Keith Whitwellfix for Jouk's glplanet bug
2001-05-15 Brian Pauladded latest 3.5 changes
2001-05-15 Brian PaulApply antialiasing coverage factor to alpha after textu...
2001-05-15 Brian Paul_mesa_pack_index_span() was broken for non-GLubyte...
2001-05-15 Brian Paulincrease FOG_MAX to 10.0 to fix CI conformace failure
2001-05-15 Brian Paulminor clean-ups and more comments
2001-05-15 Brian Paulmoved some misplaced compiler flags from CC assigment...
2001-05-14 Brian PaulNew IFLOOR, ICEIL macros from Josh Vanderhoof. Fixes...
2001-05-14 Keith Whitwelltypo
2001-05-14 Brian Paulchanged MAX_HEIGHT to 2048
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
2001-05-14 Keith WhitwellFix for glean texgen test.
2001-05-14 Keith Whitwellincrease blocksize, remove dead opcodes
2001-05-13 Gareth HughesFix long-standing FP exception bug in _mesa_x86_cliptes...
2001-05-11 Brian Paulfixed scissor clear problem (Michael Saunders)
2001-05-11 Keith WhitwellClean up _tnl_Begin/begin/hard_begin.
2001-05-11 Keith Whitwellfix a couple of small bugs
2001-05-11 Keith Whitwellmade render path selection more flexible
2001-05-11 Keith WhitwellClean up translation of array elements, copying of...
2001-05-10 Brian Paulredo previous change in a more defensive way
2001-05-10 Brian Pauladded check for zero-length spans, avoids potential...
2001-05-10 Brian Paulfixed some divide by zero problems found w/ conform
2001-05-10 Brian PaulRGBA mode GL_NAND was wrong, fixed 16-bit GLchan support
2001-05-10 Keith WhitwellSet 'prefer_float_colors' true, now that tnl uses them...
2001-05-10 Brian Paulapplied Jeff & Keith's optimization to write_span_mono_...
2001-05-10 Brian Paulfixed bad texture border test (sometimes caused a segfault)
2001-05-10 Brian Paulminor clean-up
2001-05-10 Keith WhitwellDriver interface changes
2001-05-10 Keith WhitwellReplace PipelineStart, PipelineFinish with RunPipeline...
2001-05-10 Brian Paulremoved linux-386-opt-V2-glide config since FX_V2 symbo...
2001-05-10 Brian Paulcheck hardware type and use SETUP_SNAP if needed
2001-05-09 Brian Paulfixed loop bug in _mesa_ConvolutionFilter2D()
2001-05-09 Brian Paulminor clean-ups
2001-05-09 Brian Paulfixed FP underflow problem in kfact computation
2001-05-09 Brian Paulfixed font/bitmap x-offset bug (Frank Warmerdam)
2001-05-09 Brian Paulfixed Y flip problem in read_rgba_pixels() (Frank Warme...
2001-05-09 Brian Paulcheck for tiny values in dir[] vector in calcposobjs...
2001-05-09 Brian Paulmissed a GLfixed->GLfloat fog change
2001-05-09 Brian Pauldon't call _mesa_win_fog_coords_from_z() if fog is...
2001-05-09 Brian Paulmake sure rotation plugged into sin/cos lookup tables...
2001-05-09 Brian Paulfixed minor logic error in _mesa_StencilOp()
2001-05-09 Keith Whitwellremove debug code
2001-05-09 Keith Whitwelladd missing translate functions
2001-05-09 Keith Whitwellfix possible segfault on destroy context
2001-05-09 Keith WhitwellAdd FLUSH_CURRENT() calls to fix ordering problems...
2001-05-09 Keith WhitwellUse correct PV when clipping.
2001-05-09 Keith WhitwellDon't scale basealpha by 255 now it's a float.
2001-05-09 Keith Whitwellfix eval/colormaterial interaction
2001-05-07 Brian Paulset MRD to 1.0, fixes new Glean polygon offset failure
2001-05-07 Brian Paulsample plane equations at fragment centers, not lower...
2001-05-07 Gareth HughesAdd new tests.
2001-05-07 Gareth HughesMore cleanups.
2001-05-07 Gareth HughesInitial new Win32 build support. More to come.
2001-05-04 Brian Pauladded info about driver status in 3.5
next