updates from Erdi Chen
[mesa.git] / src / mesa / main /
2004-02-17 Brian Paulsome debug code
2004-02-17 Brian Pauladded FogOption to fragment_program struct
2004-02-17 Brian Pauladded FixedToDouble() macro
2004-02-17 Brian PaulAdded TRIANGLE_WALK_DOUBLE to optionally walk triangle...
2004-02-14 Keith WhitwellRemove debug
2004-02-14 Keith WhitwellMake it easier for drivers to create "subclasses" of...
2004-02-13 Brian Paulinit secondary color to (0,0,0,1). remove some redunda...
2004-02-13 Brian Paulset buffer object default Usage and Access
2004-02-12 Brian PaulMinor re-org of state for fog and precision options.
2004-02-11 Brian PaulFix the problem found with UT after I had added support...
2004-02-11 Brian PaulDo more bookkeeping of vertex buffer object reference...
2004-02-11 Roland Scheideggerrevert to version 1.18 for now to fix segfaults in...
2004-02-09 Brian PaulRestore some of the previous code for handling conventi...
2004-02-08 Brian PaulUpdated to handle generic vertex attributes accessed...
2004-02-08 Brian Paulfully parameterize the macros for fixed-point arithmetic
2004-02-08 Brian Pauladded an additional comment about mipmap generation
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-06 Roland Scheideggerinform driver of changed wrap/filter parameters due...
2004-02-06 Brian PaulAdded flags for _all_ extensions to the gl_extensions...
2004-02-04 Brian Paulfix stores to vertex state program registers
2004-01-30 Brian PaulglBindProgramARB wasn't getting compiled into display...
2004-01-30 Brian Paulmore descriptive error strings
2004-01-28 Karl SchultzAdd GLAPIENTRY function decorations for correct operati...
2004-01-28 Brian Paultweak the #if test for defining _ASMAPI (fixes IRIX...
2004-01-28 Brian Paulpatch from bug 885992
2004-01-28 Keith WhitwellMove FRAG_BIT_ definitions to mtypes.h so that NEED_SEC...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Daniel Borcaminimize the number of DIVs
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-23 Brian Pauladded device driver hooks for BindProgram, NewProgram...
2004-01-23 Brian PaulChange software alpha plane pointers from void* to...
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2004-01-23 Ian RomanickModified error messages in _mesa_BlendFuncSeparateEXT...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-22 Keith WhitwellMinor tweaks to help out at a driver level.
2004-01-21 Ian RomanickSilence a compiler warning DRI builds using gcc3.
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
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 PaulBefore calling _mesa_create_context(), initialize a...
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-17 Brian Pauladded some missing FLUSH_VERTICES calls
2004-01-16 Brian Paulbump version to 6.1 (new development)
2004-01-15 Brian PaulCosmetic changes.
2004-01-15 Brian Paulchange MALLOC to CALLOC to silence valgrind error in...
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2004-01-14 Brian Paulbump MAX_WIDTH/HEIGHT to 4K pixels
2004-01-13 Brian PaulglDeleteProgramsARB() failed for fragment programs...
2004-01-13 Karl Schultzinit an uninitialized variable. This doesn't fix a...
2004-01-13 Karl Schultzadd casts to silence compiler warnings
2004-01-11 Brian Paulfix vertex program debugger issues (Bug 874382)
2004-01-11 Brian Pauladd GL_TEXTURE_CUBE_MAP_ARB to _mesa_max_texture_levels...
2004-01-08 Brian Paulset StringPos field in parse_vp_instruction (Mesa bug...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2004-01-01 Brian Paulwhitespace changes and new comments
2003-12-27 Keith WhitwellCorrect sense of ctx->_ForceEyeCoords (Felix Kuhling)
2003-12-23 Brian Paulthe optimized UNCLAMPED_FLOAT_TO_UBYTE macro was broken
2003-12-21 Brian PaulVersion bumps, etc for Mesa 6.0
2003-12-12 Brian Paulremove TexCoordInterleaveFactor. Clean up _mesa_Interl...
2003-12-12 Karl Rasche- Test instruction count
2003-12-11 Brian Paulreplace gl/mesa_wgl.h with GL/mesa_wgl.h (Simon Goodall)
2003-12-09 Eric AnholtFix definitions for Intel compiler.
2003-12-09 Karl RascheArg. I can't code.. Test that we don't recongnize ...
2003-12-09 Karl Rasche - New grammar (0.5) from Michal Krol, merges many...
2003-12-09 Karl Rasche- handle IsPositionInvariant
2003-12-09 Jouk Jansen Committing in .
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-12-08 Alan Hourihanekill a warning
2003-12-08 Jouk Jansen Committing in .
2003-12-06 Brian Paulconditionally define GLAPIENTRYP to prevent some warnin...
2003-12-05 Alan Hourihanefix compiler warning
2003-12-05 Alan Hourihaneremove duplicate declarations
2003-12-04 Karl SchultzChange
2003-12-04 Karl Schultzupdate files
2003-12-04 Karl SchultzAdd missing GLAPIENTRY
2003-12-04 Alan Hourihaneremove duplicate declaration
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-12-04 Brian PaulFix some problems with glDrawElements and vertex buffer...
2003-12-02 Karl RascheRemove things having to do with ARB_matrix_palette...
2003-11-30 Brian Pauls/texUnit->Enabled/enableBits/ (Karl Rasche)
2003-11-30 Karl RascheFixed compiler warnings
2003-11-29 Brian PaulFix generic/conventional vertex array glitches.
2003-11-28 Brian Paulmore tweaks to error checking and reporting
2003-11-28 Brian Paulif id==0 in glGetQueryObject, raise GL_INVALID_OPERATION
2003-11-28 Brian Paulfix an error test
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-11-25 Brian Paulfix assorted g++ warnings
2003-11-25 Brian Paulcasts for g++
2003-11-25 Brian Paulfix a lot of warnings found with g++
2003-11-25 Brian Paulremove __FUNCTION__ hack
2003-11-25 Brian Pauladded a cast
2003-11-25 Brian PaulRemove unnecessary usage of __FUNCTION__.
2003-11-25 Karl Rasche - New version of the syntax rules from Michal Krol
2003-11-25 Karl Rascheadded support for generic vertex attributes (ARB_vp...
2003-11-24 Brian Paulfix YCBCR assertion and disable assertion in auto-mipma...
2003-11-24 Brian Paulwhitespace and comment changes
2003-11-24 Brian Paulminor error string improvement
next