summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2003-02-27Fix function definitions for Windows.Karl Schultz
2003-02-26More clean-ups. Parse scalar/vector literals and defined identifier sources.Brian Paul
2003-02-25s/Parse_SwizzleSrcReg/Parse_VectorSrc/. Parse +/- and absolute value syntax.Brian Paul
2003-02-25set MAX_NV_FRAGMENT_PROGRAM_OUTPUTS to 3Brian Paul
2003-02-25assorted clean-ups and improvementsBrian Paul
2003-02-25parser clean-ups and simplificationsBrian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2003-02-23use _mesa_find_line_column()Brian Paul
2003-02-23parser clean-ups (use struct parse_state)Brian Paul
2003-02-23added _mesa_find_line_column()Brian Paul
2003-02-23silence warning with a castBrian Paul
2003-02-23test if active texture is really changed in _mesa_ActiveTexture()Brian Paul
2003-02-23parser clean-upsBrian Paul
2003-02-23added TEXTURE_*_INDEX tokensBrian Paul
2003-02-20latest DOS updates (Daniel Borca)Brian Paul
2003-02-17Implement parsing of texture instructions and prototype execution.Brian Paul
2003-02-16more work on DEFINE/DECLARATION statements, symbol tablesBrian Paul
2003-02-10cast GLfloatAlan Hourihane
2003-02-08replace _mesa_strtof() with _mesa_strtod()Brian Paul
2003-02-06fix assertion in transfer_teximage() (Laurent Desnogues)Brian Paul
2003-02-05fix bug in popping texture color table stateBrian Paul
2003-02-04DOS updates (Daniel Borca)Brian Paul
2003-01-28some casts (Evgeny Kotsuba)Brian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
2003-01-26remove bad assertion, fix minor bug in _mesa_lookup_rgba()Brian Paul
2003-01-25new texture enums (Leif Delgass)Brian Paul
2003-01-24silence some warningsBrian Paul
2003-01-22push/pop color table state (Eric Plante)Brian Paul
2003-01-22glGet(GL_CURRENT_SECONDARY_COLOR) should return 4 values, not 3Brian Paul
2003-01-21added missing break (Leif Delgass)Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul
2003-01-21GL_ATI_texture_env_combine3 extensionBrian Paul
2003-01-21check for NV_fragment_program for glGetString(GL_PROGRAM_ERROR_STRING_NV)Brian Paul
2003-01-19add some castsBrian Paul
2003-01-16update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul
2003-01-15 Committing in .Jouk Jansen
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2003-01-14remove const from _mesa_strtof()Brian Paul
2003-01-14added _mesa_strtof()Brian Paul
2003-01-14OSMesa16 updates (Eric Plante), added _mesa_strtof()Brian Paul
2003-01-08move t->Image[i]->Format test (bug 659012)Brian Paul
2003-01-08fix glCopyTexSubImage2D error checking (bug 661907)Brian Paul
2002-12-30Check that ActiveTextureARB doesn't overflow MaxTextureUnitsAlan Hourihane
2002-12-18DOS updates from Daniel Borca.Brian Paul
2002-12-18improved error messageBrian Paul
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell
2002-12-06let _mesa_problem() take variable argumentsBrian Paul
2002-12-05added _mesa_print_texunit_state() for debuggingBrian Paul
2002-12-03added GL_DEPTH_COMPONENT to two assertionsBrian Paul
2002-12-01declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)Brian Paul