mesa.git
2004-01-28 Keith WhitwellAdd glutInitWindowPosition call
2004-01-28 Keith WhitwellMove FRAG_BIT_ definitions to mtypes.h so that NEED_SEC...
2004-01-28 Keith WhitwellUse NEED_SECONDARY_COLOR() for checking specular state...
2004-01-28 Dave Airliefix breakage associated with pointers not being initial...
2004-01-27 Brian Paulchange PFNGLXGETUSTPROC's argument from uint64_t to...
2004-01-27 Ian RomanickMissed this commit as part of the addition of
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellCatch and shortcircuit no-primitive and no-vertex cases...
2004-01-27 Karl SchultzAdd new driverfuncs.
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-27 Keith WhitwellTweak: set z scale to one, else tnl thinks we have...
2004-01-26 Brian Paulremove bogus assertion in DeleteTexture() function
2004-01-26 Felix KuehlingMake the drivers using the common texmem code work...
2004-01-26 Keith WhitwellFix for recursion in generic_copy_pv_extras.
2004-01-26 Brian Paulreplace MALLOC w/ CALLOC to silence valgrind warnings
2004-01-26 Keith WhitwellAdd tests for ARB_fp trig instructions and also for...
2004-01-26 Daniel Borcaminimize the number of DIVs
2004-01-26 Daniel BorcaglutTimerFunc cleanup
2004-01-26 Daniel Borcaaccomodate FetchTexel and fix some memory leak bugs
2004-01-26 Brian Paulupdated GLUT link
2004-01-24 Brian PaulNew error checking in _mesa_GetTexImage().
2004-01-24 Brian PaulSome initial RGB and RGBA floating point texture formats.
2004-01-24 Brian Paulinitial info for version 6.1
2004-01-24 Brian PaulNew glXUseRotatedXFontMESA() function. Like glXUseXFon...
2004-01-24 Brian Pauladded link to ORSA (per request)
2004-01-24 Felix KuehlingParse radeon, not r200 configuration in radeonCreateCon...
2004-01-24 Michel DänzerFix hardware ROP state handling (Roland Scheidegger)
2004-01-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-23 Brian PaulChange software alpha plane pointers from void* to...
2004-01-23 Brian Paulmore fixing for tdfxUpdateTexturePalette
2004-01-23 Brian Paula few more tweaks
2004-01-23 Brian Paulfix assorted compilation issues
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2004-01-23 Jouk Jansen Committing in .
2004-01-23 Ian RomanickModified error messages in _mesa_BlendFuncSeparateEXT...
2004-01-23 Michel DänzerCall UpdateMaterial() unconditionally on GL_COLOR_MATER...
2004-01-23 Michel DänzerFix attenuation hardware state handling, inspired by...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-23 Brian Paulmisc updates
2004-01-22 Keith WhitwellMinor tweaks to help out at a driver level.
2004-01-22 Ian RomanickCorrected a comment about how the DOT3 hardware works...
2004-01-22 Jouk Jansen Committing in .
2004-01-21 Ian RomanickSilence some compiler warnings.
2004-01-21 Ian RomanickMake the R200 driver work with the NewTextureObject...
2004-01-21 Ian RomanickSilence a compiler warning DRI builds using gcc3.
2004-01-21 Keith WhitwellUse new EMIT_PAD functionality for spec and/or fog...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-21 Keith WhitwellAnother mechanism to create vertices with holes - a...
2004-01-21 Brian Pauldon't call glVertex functions directly, call _glapi_Dis...
2004-01-20 Brian Paulremove _mesa_check_driver_hooks() - it's really not...
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Daniel Borcafixed a bug in VGA initialization routine
2004-01-20 Keith Whitwellremove duplicate t_dd_* files
2004-01-20 Brian Paulinitial 6.1 release notes with info about recent _mesa_...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-20 Brian Paul_mesa_init_driver_functions() to initialize dd_function...
2004-01-19 Keith Whitwellsome more count vs. end confusion
2004-01-19 Brian Paulreplace -lm with $(GL_LIB_DEPS) to get -lexpat
2004-01-19 Brian Paulreplace CALLOC with MALLOC in _mesa_new_texture_object()
2004-01-19 Brian Paulremove incorrect comments, added _mesa_bzero() call...
2004-01-19 Brian Paulomit CVS directories from tarballs, bump version to 6.1
2004-01-19 Keith WhitwellMigrate i830 driver to t_vertex.[ch] for building hw...
2004-01-19 Brian Paulfix glitch from previous check-in (pointer vs int)
2004-01-18 Brian Paulminor changes to silence warnings
2004-01-18 Brian PaulChange get_ust_nop()'s parameter from int64_t to uint64...
2004-01-18 Brian Paulchange Data ptr from GLbyte to GLubyte to silence warnings
2004-01-18 Brian Paulinclude texobj.h to silence warnings
2004-01-18 Brian Pauls/char/GLubyte/ to silence warnings
2004-01-18 Brian Paulinclude sched.h to get sched_yield() prototype
2004-01-18 Brian Paulmake second param of driParseConfigFiles() const
2004-01-17 Brian Paultweak OpenBSD and SunOS commands
2004-01-17 Brian Paultweak openbsd config
2004-01-17 Brian Pauladded some missing FLUSH_VERTICES calls
2004-01-17 Michel DänzerFix cosmetic GL_RENDERER string problem (Andreas Stenglein)
2004-01-16 Brian Paulbump version to 6.1 (new development)
2004-01-16 Keith WhitwellRespect the 'in_use' field in the global LRU as a marke...
2004-01-16 Daniel Borcafixed refresh rate control in Glide wrapper
2004-01-15 Brian Paultweaks for 6.0 release
2004-01-15 Karl Schultzadd casts to quiet compiler warnings
2004-01-15 Brian Paulfix -fomit-frame_pointer typo
2004-01-15 Daniel Borcaimplemented glutTimerFunc
2004-01-15 Daniel Borcadocumentation update
2004-01-15 Daniel Borca_mesa_delete_texture_object and some other updates
2004-01-15 Brian PaulCosmetic changes.
2004-01-15 Brian Paulchange MALLOC to CALLOC to silence valgrind error in...
2004-01-14 Brian Pauluse -G not -shared for gcc on SunOS
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2004-01-14 Brian Paullatest changes, bug fixes
2004-01-14 Brian Paulbump MAX_WIDTH/HEIGHT to 4K pixels
2004-01-14 Karl SchultzGenerate mesa.def file for Windows.
2004-01-14 Karl SchultzReplace with version generated from new python script.
2004-01-14 Keith WhitwellFix up more confusions with count vs end in array functions
2004-01-14 Daniel Borcafixed a bug in texture memory manager when in UMA mode
2004-01-14 Michel DänzerFix initialisation of cubic tecture offsets (Andreas...
2004-01-13 Karl Schultzadd new entrypoints
2004-01-13 Brian Paultweak aix-gcc config
2004-01-13 Ian RomanickAdded support for EXT_texture_mirror_clamp.
2004-01-13 Brian Paulupdated glext.h, fixed bug 876160
2004-01-13 Brian Paulexercise glDeleteProgramsARB
next