fix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)
[mesa.git] / src / mesa / main /
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...
2002-09-06 Brian Paulremoved GL_MAX_CONVOLUTION_WIDTH/HEIGHT
2002-09-06 Brian Paulfixed glSampleCoverage typo
2002-09-06 Brian Paulimplemented glProgramParameters4[df]vNV()
2002-09-06 Brian Paulhook-up dispatch for glActiveStencilFaceEXT()
2002-09-06 Brian Pauladded GL_EXT_stencil_two_side and GL_NV_fence
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-06 Brian Pauladded OpenGL 1.4 entrypoints
2002-09-05 Brian Pauladded GL_IBM_texture_mirrored_repeat (Ian Romanick)
2002-09-05 Brian Paultest for ARB_texture_cube_map when getting GL version...
2002-09-05 Jouk Jansen Committing in .
2002-09-03 Brian Paulupdates from Daniel Borca
2002-09-03 Brian Paulimproved error string
2002-09-03 Brian Pauls/5/NUM_TEXTURE_TARGETS/
2002-08-21 Brian Paulminor error message changes
2002-08-17 Brian Pauladded error checking for glCallLists() type parameter
2002-08-03 Karl SchultzCoerce vsnprintf to _vsnprintf for windows
2002-08-01 Brian Pauldefine MAXSTRING and use vsnprintf to preven overflows
2002-07-28 Karl Schultzexport new symbols for osmesa lib
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-07-01 Jouk Jansen Committing in .
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-29 Brian Paulindentation fix
2002-06-29 Brian Paulprep for OpenGL 1.4 feature set
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-25 Brian Paulremove an unneeded statement in update_polygon(), added...
2002-06-23 Brian Paulfix problems in _mesa_debug/printf()
2002-06-23 Brian Pauladded some _mesa_debug() calls
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-18 Jouk Jansen Committing in .
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-16 Brian Paulfix a comment
2002-06-16 Brian Pauladded a comment
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian Paul#ifdef-out unused big-endian texel fetch functions
2002-06-15 Brian Pauladded missing ctx parameter to _mesa_debug() calls
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian Paulfixed a couple dumb mistakes
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-12 Brian PaulMoved big/little endian code to glheader.h.
2002-06-08 Brian Pauladded missing texture cube map targets
2002-06-07 Brian Paulfixed point sprite bug
2002-06-06 Brian Paulreplaced hard-coded 4 with NUM_TEXTURE_TARGETS
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-27 Brian Pauldispatch offsets for ARB_window_pos
2002-05-27 Brian Paulupdated vertex program dispatch
2002-05-09 Brian PaulMinor change to current raster position and texcoords.
2002-05-09 Keith WhitwellFix FETCH(argb1555) mask values
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-26 Brian Paulreplaced GLshort with GLushort in _mesa_sizeof_packed_t...
2002-04-26 Brian Pauladded GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParamete...
next