profile/ivi/mesa.git
2001-11-28 Brian Pauluse v2 color, not v0 in flat_ci_triangle()
2001-11-27 Brian Pauluse glXGetProcAddressARB to avoid extension linkage...
2001-11-27 Brian Pauldon't directly call glSecondaryColor*EXT() or glFogCoor...
2001-11-26 Brian Pauldon't use near and far for parameter names
2001-11-26 Karl Schultzavoid using near and far as variable names since they...
2001-11-26 Brian Paulfix some warnings
2001-11-26 Keith WhitwellPossible fix for vtk tristrip bug
2001-11-23 Brian Paulfix for bug 474479, remove Trace/* stuff
2001-11-23 Brian Paulfixed bug 484142, missing backslash
2001-11-22 Keith WhitwellAnother locked drawarrys fix
2001-11-21 Brian Paulminor update
2001-11-19 Keith Whitwell3dnow normalize_normals broken, disable
2001-11-19 Keith Whitwellpossible fix for cva ignore start index bug
2001-11-19 Brian PaulMore span rendering optimizations from Klaus Niederkrueger
2001-11-19 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-19 Brian Paulfixed a glitch
2001-11-19 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-18 Brian Paultest for glXGetProcAddress()
2001-11-18 Brian Paulremove -DMESA_TRACE from linux-debug config
2001-11-18 Brian Paulremove Glide and SVGA support from mesa-debug config
2001-11-18 Brian Paulincluded by glapi.c
2001-11-18 Brian PaulAPI dispath updates
2001-11-18 Brian Paulnew, simpler API specification file
2001-11-18 Brian Paulnew Python API generator scripts
2001-11-18 Brian Pauladded missing const to glXGetContextIDEXT() prototype
2001-11-13 Brian Paulimproved AA subpixel sample positions (Ray Tice)
2001-11-12 Brian PaulBeOS thread support (Philippe Houdoin)
2001-11-09 Brian Paulfix typedef problem found with MSDev 6.0
2001-11-09 Brian Pauladded GLX 1.4 function manglers
2001-11-09 Brian Pauladded 1.3 function manglers
2001-11-09 Brian Pauldefine GL_VERSION_1_3 (doh!)
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-11-03 Brian Paulfix error in error checking conditional (bug 476846)
2001-11-02 Brian Paulinit the hash table mutex in _mesa_NewHashTable (Won...
2001-11-01 Karl SchultzUpdates for improved DirectDraw support (Daniel Slater)
2001-11-01 Brian Pauladded some (void *) casts to silence gcc 2.96 warnings
2001-10-26 Karl SchultzChange name of glut lib from glut32 to MesaGlut.
2001-10-26 Karl SchultzCopy the readtex.[ch] files from ../util
2001-10-25 Brian Pauladded a bunch of missing breaks for multisample gets
2001-10-22 Brian Paultemplate for 4.1 release notes
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-10-22 Brian Pauladded latest bug fixes
2001-10-22 Brian Paulapplied Andrew Lewycky's patches
2001-10-20 Keith Whitwellforgotten diffuse alpha fix
2001-10-18 Jouk Jansen Committing in .
2001-10-17 Brian Pauladded a few comments
2001-10-17 Brian Paulwarning fixes (Karl Schultz)
2001-10-17 Brian Pauladded some missing Win32 files to tar file list
2001-10-17 Brian Paulminor updates
2001-10-17 Brian Paulremoved src/mms_depend from tar file list
2001-10-17 Brian Pauladded new entrypoints for 1.3
2001-10-17 Brian Paulupdated for new glext.h
2001-10-17 Brian Pauladded GL_ARB_texture_mirrored_repeat
2001-10-17 Brian Paulminor updates for new glext.h
2001-10-17 Brian Paulupdated extensions
2001-10-15 Karl SchultzUpdated for Mesa 4.0
2001-10-15 Karl SchultzFix comments.
2001-10-05 Karl SchultzFix the clear() function
2001-10-04 Karl SchultzAllow to compile in Windows.
2001-10-04 Karl SchultzBuild a few demos that now work with Windows.
2001-10-04 Karl SchultzNeed to define MESA_DEBUG in debug builds. Otherwise...
2001-10-04 Karl SchultzUpdated Windows driver for Mesa 4.0.
2001-10-04 Karl Schultzremove extra CR chars
2001-09-25 Keith Whitwelluse correct vertex for flatshading
2001-09-25 Karl SchultzFix up Windows makefiles so that the debug build leaves...
2001-09-25 Karl Schultzdisable some more code so that it compiles quietly...
2001-09-24 Brian Paulreplaced x86_xform_raw4.S with x86_xform4.S
2001-09-24 Karl Schultzuse OSMESA_* enums for OSMesaCreateContext instead...
2001-09-24 Brian Paulremoved duplicate GLX_AUX_BUFFERS_BIT definition
2001-09-24 Jouk Jansen Committing in .
2001-09-23 Brian Paul[rgba]shift values weren't always correct, only effecte...
2001-09-23 Brian Pauladded missing tnl_dd files
2001-09-23 Brian Paul4.0 updates
2001-09-23 Brian Paulupdated version info
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-23 Brian Paulbump versions to 4.0
2001-09-23 Keith WhitwellMore of the same
2001-09-21 Karl SchultzMake osmesa a DLL instead of a static lib (Windows...
2001-09-21 Karl SchultzAdd GLAPIENTRY to typedef for callback functions (used...
2001-09-21 Brian Pauladded __glCoreCreateContext and __glCoreNopDispatch
2001-09-20 Karl Schultzadd the same conditional mangling stuff that gl.h has.
2001-09-20 Karl Schultzadd mangling for new entry points
2001-09-20 Karl SchultzDon't use "errno" as a parameter name - it is also...
2001-09-20 Karl Schultzcompiler warnings
2001-09-20 Karl SchultzChange UnProject4 prototype to use nearVal and farVal...
2001-09-20 Keith Whitwellvery brief overview of swrast
2001-09-20 Keith Whitwell(very) Brief overview of tnl module
2001-09-19 Brian PaulGL_ADD texture mode was incorrect, renamed some vars
2001-09-19 Karl Schultzsilence compiler warnings (last batch for src)
2001-09-19 Brian Paulset GR_STWHINT_ST_DIFF_TMU1 flag in the init() function...
2001-09-19 Brian Paulfix fallback for stippled polygons, removed a debug...
2001-09-19 Brian Paulcompute dst->ooz, not dst->z in clip interpolation...
2001-09-18 Karl Schultzmore compiler warning fixes
2001-09-18 Keith Whitwellremove some debug
2001-09-18 Keith WhitwellFix FX driver to the point where gears & morph3d work.
2001-09-18 Karl Schultzclean up makefiles some more for Windows
2001-09-18 Karl Schultzcompiler warnings
next