improved solve_plane_chan() (Evgeny Kotsuba)
[mesa.git] / src / mesa / main /
2003-01-22 Brian PaulglGet(GL_CURRENT_SECONDARY_COLOR) should return 4 value...
2003-01-21 Brian Pauladded missing break (Leif Delgass)
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2003-01-21 Brian Paulcheck for NV_fragment_program for glGetString(GL_PROGRA...
2003-01-19 Brian Pauladd some casts
2003-01-16 Brian Paulupdate CurrentStack in glActiveTexture if needed (bug...
2003-01-15 Jouk Jansen Committing in .
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2003-01-14 Brian Paulremove const from _mesa_strtof()
2003-01-14 Brian Pauladded _mesa_strtof()
2003-01-14 Brian PaulOSMesa16 updates (Eric Plante), added _mesa_strtof()
2003-01-08 Brian Paulmove t->Image[i]->Format test (bug 659012)
2003-01-08 Brian Paulfix glCopyTexSubImage2D error checking (bug 661907)
2002-12-30 Alan HourihaneCheck that ActiveTextureARB doesn't overflow MaxTexture...
2002-12-18 Brian PaulDOS updates from Daniel Borca.
2002-12-18 Brian Paulimproved error message
2002-12-12 Keith WhitwellAdd mechanism to destroy mutexes. Important on OS...
2002-12-06 Brian Paullet _mesa_problem() take variable arguments
2002-12-05 Brian Pauladded _mesa_print_texunit_state() for debugging
2002-12-03 Brian Pauladded GL_DEPTH_COMPONENT to two assertions
2002-12-01 Brian Pauldeclar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)
2002-11-20 Brian Paulfixed cube texture auto-mipmap generation bug (641363)
2002-11-19 Brian Paulput FEATURE_NV_vertex_program around vpstate.h include
2002-11-14 Brian Paulbump version to 5.1
2002-11-13 Karl SchultzAdd _mesa_enable_1_4_extensions and _mesa_problem
2002-11-08 Brian Paulfixed active stencil face query bug
2002-11-07 Brian Pauladded glBlendFuncSeparate, glMultiDrawArrays, glMultiDr...
2002-11-07 Brian Pauladded missing 1.4 glFogCoord functions
2002-11-06 Brian Paula few dispatch pointers weren't set (glGenTexturesEXT...
2002-11-05 Brian Paulfixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) error
2002-11-05 Brian PaulUpdates for DOS driver from Daniel Borca.
2002-11-01 Brian Paulfix a typo
2002-10-30 Brian Pauladded a comment about future work
2002-10-30 Brian Pauls/sprintf/_mesa_sprintf/
2002-10-30 Brian Paulremove debug printf
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-30 Brian Paultest both XFree86LOADER and IN_MODULE to see if we...
2002-10-30 Brian Paulfix potential bug in _mesa_align_calloc/malloc (Frank...
2002-10-29 Brian Paulbump OpenGL version to 1.4, Mesa version to 5.0
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-29 Brian Paulupdated email addresses
2002-10-29 Brian Paulinit a few more fields in _mesa_initialize_visual()
2002-10-28 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-28 Karl Schultzexport new functions.
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-25 Brian Paulremove all.h, mem.h, mem.c
2002-10-25 Jouk Jansen Committing in .
2002-10-24 Brian PaulHeader file clean-up:
2002-10-23 Brian Pauladded missing code to copy texrect state
2002-10-22 Brian Paulremove debug printfs
2002-10-22 Brian Paulfix refcount error in _mesa_DeleteTextures (Randy Fayan)
2002-10-22 Brian Pauladd missing texture rectangle code in _mesa_DeleteTextu...
2002-10-21 Brian PaulGL_ATI_texture_mirror_once extension (Ian Romanick)
2002-10-18 Brian Paulnew _mesa_max_texture_levels() helper function - not...
2002-10-18 Brian Paulimplement auto mipmap generation for compressed textures
2002-10-18 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-18 Brian Paulonly allow intformat==GL_COLOR_INDEX if EXT_paletted_te...
2002-10-17 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-16 Brian Paulremove some crud
2002-10-15 Brian Paulremove lowpc.c and highpc.c
2002-10-15 Brian Paulremoved highpc.c and lowpc.c
2002-10-15 Brian Paulmake a few static function non-static for highpc.c
2002-10-15 Brian Paulremove 'beta' from GL_VERSION string
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian Paulcheck EXT_point_parameters before calling PointParamete...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-11 Brian Paulundo previous check-in (check if ctx->Color.DrawBuffer...
2002-10-11 Brian Paulcheck mode for no change in _mesa_Read/DrawBuffer()
2002-10-10 Keith Whitwelladd GL_UNPACK_CLIENT_STORAGE_APPLE gets
2002-10-10 Brian Paulcheck texImage->IsClientData before freeing memory
2002-10-10 Brian Pauldisable _glapi_set_warning_func() call as it's not...
2002-10-09 Brian Paulremoved old TEXTURE0_ defines
2002-10-09 Brian PaulXFree86 fixes (clib macro wrappers)
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-10-08 Brian Paulfix a typo
2002-10-08 Brian Pauls/glVertexAttrib4fNV/_glapi->Dispatch->VertexAttrib4fNV/
2002-10-07 Brian Paulremoved old comment
2002-10-05 Brian Paulrestore ACCUM_BITS to 16
2002-10-04 Karl Schultzinclude procs for compressed textures
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2002-10-02 Brian Paulremoved unused ctx->Polygon.OffsetMRD
2002-10-02 Brian Paulremoved ctx->Polygon._OffsetAny - not really needed
2002-10-02 Brian Paulbetter error checking related to YCbCr images
2002-09-27 Jouk Jansen Committing in .
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulmerge gl_texture_image RowStride from DRI 4.0.4
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-09-19 Brian PaulUpdated BeOS support (Philippe Houdoin)
2002-09-17 Brian Paulremove GLint t, pass target to _mesa_init_teximage_fields()
2002-09-16 Brian Paulfixed _mesa_generate_mipmaps() target problem
2002-09-16 Brian Paulmore detailed _mesa_error() messages
2002-09-16 Brian Pauldoxygen comments
2002-09-14 Brian Paulfixed pixel pack bug in glGetTexImage()
2002-09-08 Brian Paulmore detailed _mesa_error() strings
2002-09-06 Brian Paulincorrect dimenstion passed to texture_error_check...
next