GL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning stride
[mesa.git] / src / mesa / main /
2003-04-01 Brian PaulGL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning...
2003-04-01 Brian PaulGL_FOG_COORDINATE_SOURCE_EXT query was missing
2003-04-01 Brian Paulfix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV...
2003-04-01 Brian Paulfix default compare mode
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-04-01 Brian Paul_mesa_realloc() fix
2003-04-01 Jouk Jansen Committing in .
2003-03-29 Brian Paulremove duplicate line
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.
2003-03-29 Brian Pauladded _mesa_print_nv_vertex_instruction()
2003-03-29 Brian Paulproper dispatch for NV_fragment_program functions
2003-03-29 Brian PaulGL_ARB_vertex_buffer_object, GL_ARB_vertex_program...
2003-03-29 Brian PaulDOS updates from Daniel Borca
2003-03-29 Brian Paulfix EXP instruction and ARL-relative addressing
2003-03-25 Brian Paulhistogram code move, remove s_histogram.[ch] from Makefiles
2003-03-25 Brian Paulstore correct EXP result
2003-03-24 Brian Pauladd 2, not 4, in _mesa_get_compressed_formats()
2003-03-21 Brian Paulfix GL_COLOR_MATERIAL bug
2003-03-19 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-17 Keith WhitwellFix typo
2003-03-17 Brian Paulmove #include glheader.h before extern C namespace
2003-03-15 Brian PaulFix up some fragment program texture enable issues.
2003-03-14 Brian PaulClean-up of parser error handling/reporting.
2003-03-10 Brian Paulfix/improve glAreTextures/ProgramsResident (Jose Fonseca)
2003-03-08 Brian PaulDOS update (Daniel Borca)
2003-03-07 Brian Pauladded OS/2 version of IROUND (Evgeny Kotsuba)
2003-03-05 Jouk Jansen Committing in .
2003-03-04 Brian Paulsilence a GLchan=GLfloat warning with a cast
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-03 Brian Pauldisable using optimized _mesa_sqrtf() for now
2003-03-03 Brian Paulbetter error messages (Leif Delgass)
2003-03-02 Brian Pauladded extern "C" for C++
2003-03-02 Brian Paulremoved extra _mesa_memset16() prototype
2003-03-02 Brian Paulremove some MESA_DEBUG stuff
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-27 Karl SchultzFix function definitions for Windows.
2003-02-26 Brian PaulMore clean-ups. Parse scalar/vector literals and defin...
2003-02-25 Brian Pauls/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/-...
2003-02-25 Brian Paulset MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3
2003-02-25 Brian Paulassorted clean-ups and improvements
2003-02-25 Brian Paulparser clean-ups and simplifications
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-02-23 Brian Pauluse _mesa_find_line_column()
2003-02-23 Brian Paulparser clean-ups (use struct parse_state)
2003-02-23 Brian Pauladded _mesa_find_line_column()
2003-02-23 Brian Paulsilence warning with a cast
2003-02-23 Brian Paultest if active texture is really changed in _mesa_Activ...
2003-02-23 Brian Paulparser clean-ups
2003-02-23 Brian Pauladded TEXTURE_*_INDEX tokens
2003-02-20 Brian Paullatest DOS updates (Daniel Borca)
2003-02-17 Brian PaulImplement parsing of texture instructions and prototype...
2003-02-16 Brian Paulmore work on DEFINE/DECLARATION statements, symbol...
2003-02-10 Alan Hourihanecast GLfloat
2003-02-08 Brian Paulreplace _mesa_strtof() with _mesa_strtod()
2003-02-06 Brian Paulfix assertion in transfer_teximage() (Laurent Desnogues)
2003-02-05 Brian Paulfix bug in popping texture color table state
2003-02-04 Brian PaulDOS updates (Daniel Borca)
2003-01-28 Brian Paulsome casts (Evgeny Kotsuba)
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-26 Brian Paulremove bad assertion, fix minor bug in _mesa_lookup_rgba()
2003-01-25 Brian Paulnew texture enums (Leif Delgass)
2003-01-24 Brian Paulsilence some warnings
2003-01-22 Brian Paulpush/pop color table state (Eric Plante)
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/
next