minimize the number of DIVs
[mesa.git] / src / mesa / main /
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
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-23 Karl Rasche- parse_alias() Was totally borked
2003-11-23 Karl Rasche - Create a dummy program to keep from segfaulting...
2003-11-22 Brian PaulGL_ARB_point_sprite is not part of 1.5
2003-11-21 Brian Pauls/byte/GLubyte/ and other minor clean-ups
2003-11-21 Brian Paulreformat comments for 80-column viewing
2003-11-21 Brian Paulfix a bunch of warnings
2003-11-21 Daniel Borcamore texture compression
2003-11-21 Jouk Jansen Committing in .
2003-11-21 Karl RascheCaught missing parse_color_type() [Jacob Jansen]
2003-11-19 Karl RascheInitial checkin of new ARB_frag/vertex program parser
2003-11-19 Karl RascheInitial checking of new ARB_frag/vertex program parser
2003-11-18 Brian Pauladded reference to original half/float conversion code
2003-11-18 Brian PaulSome groundwork for supporting GLhalf datatype.
2003-11-18 Brian Paulfix comments about Cr==V, Cb==U
2003-11-13 Brian Paulno-op glAccum in selection/feedback mode (per Mark...
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-11-10 Brian PaulRedo array element checking for vertex array buffers.
2003-11-07 Brian Pauls/xoffset/zoffset/ (Cedric Gautier)
2003-11-03 Daniel Borcasmall fixes wrt texture handling
2003-10-29 Daniel Borcatexture compression
2003-10-23 Daniel Borcaadded a few missing GLAPIENTRYs to make MinGW compile...
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-22 Daniel Borcafixed a typo (array size)
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-10-21 Brian Paulfix an error message
2003-10-21 Jouk Jansen Committing in .
2003-10-19 Brian PaulMove initialization of default ctx->Driver.buffer-objec...
next