mesa.git
2001-06-13 Brian Paulmoved glTexEnvi calls to better logical locations
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
2001-06-12 Brian Paulalways feedback unit 0 texcoords
2001-06-12 Brian Pauldon't compile glClientActiveTextureARB() into display...
2001-06-12 Brian Pauldisable pixel transfer ops for glGetTexImage(), per...
2001-06-12 Brian Pauladded latest line and triangle bug fixes
2001-06-12 Brian PaulSnap triangle x,y vertices to 1/16 subpixel positions.
2001-06-11 Brian Paulcheck for PB overflow in general_flat_rgba_line()
2001-06-11 Brian Paulfixed minor display list bugs (#431517)
2001-06-11 Jouk Jansen Committing in .
2001-06-08 Brian Pauladd check for NULL malloc (from Stanford metacompilatio...
2001-06-08 Brian Pauladded COPY_4UBV bug fix
2001-06-08 Brian Paulonly copy GLubyte[4] as a GLuint on x86
2001-06-08 Brian Pauluse unoptimized COPY_4UBV code on SPARC to avoid memory...
2001-06-06 davem69Remove dependency on MESA sources from gl* files
2001-06-06 Brian Paultest for X86_FXSR_MAGIC to be sure we have the _fpstate...
2001-06-06 davem69SPARC normal tnl optimizations.
2001-06-05 davem69Sparc optimized GLAPI dispatch table.
2001-06-05 davem69Generate this now that I know which
2001-06-05 Brian Paulminor clean-ups
2001-06-05 Brian Paulfilled in a bunch of the function template strings
2001-06-05 davem69Python script for making glapi_sparc.S
2001-06-05 davem69Add USE_SPARC_ASM diagnostics to print_info.
2001-06-04 Brian Paulremoved some code in XMesaDestroyContext() which could...
2001-06-04 Keith WhitwellAdaptor code that lets tnl convert compiled (display...
2001-06-04 Keith Whitwellfixed some GL_POINTS probs
2001-06-04 Keith WhitwellNew files to provide glEvalPoint, glEvalCoord implement...
2001-06-01 Keith WhitwellAdd api_arrayelt.c
2001-06-01 Keith WhitwellWorking implementation of glArrayElt that decomposes...
2001-06-01 Brian Pauladded minor comments
2001-06-01 Brian Paulapplied Klaus Niederkrueger's CHAN_BITS==32 patch
2001-06-01 Keith Whitwellapply David Miller's quad/backcolor patch
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
next