summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2003-02-28minor typoBrian Paul
2003-02-28fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)Brian Paul
2003-02-27fix a cast (bug 694546)Brian Paul
2003-02-27fix compilation warnings on WindowsKarl Schultz
2003-02-27Fix function definitions for Windows.Karl Schultz
2003-02-27fix float color interpolation (bug 694461)Brian Paul
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-25pass the instruction to store_vector4(). implement KIL.Brian Paul
2003-02-25parser clean-ups and simplificationsBrian Paul
2003-02-25move matrix type enum out of GLmatrix structBrian Paul
2003-02-25fix-up pixel_format enum stuffBrian 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-23Move span stuff from swrast.h to s_context.h (it's private).Brian Paul
2003-02-23parser clean-upsBrian Paul
2003-02-23added TEXTURE_*_INDEX tokensBrian Paul
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul
2003-02-21fix zoom/clipping bug 689964Brian Paul
2003-02-20latest DOS updates (Daniel Borca)Brian Paul
2003-02-17Replace some #defines with enums. (Klaus Niederkrueger)Brian Paul
2003-02-17fixed bad zoomed.zStep assignment (bug 687811)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-12replace APIENTRY with GLUTAPIENTRY to be consistant with glut.hBrian Paul
2003-02-12added OS/2 includesBrian Paul
2003-02-10cast GLfloatAlan Hourihane
2003-02-08replace _mesa_strtof() with _mesa_strtod()Brian Paul
2003-02-08disable normal xform code - see bug 673938Brian Paul
2003-02-06fix assertion in transfer_teximage() (Laurent Desnogues)Brian Paul
2003-02-06replace | with & (Laurent Desnogues)Brian Paul
2003-02-05fix bug in popping texture color table stateBrian Paul
2003-02-04added a comment for _tnl_need_projected_coords()Brian Paul
2003-02-04Use 'ndc' instead of 'proj' terminology.Brian Paul
2003-02-04DOS updates (Daniel Borca)Brian Paul
2003-02-04unneeded (Daniel Borca)Brian Paul
2003-02-04print debug message when SSE is disabled by user (Klaus Neiderkrueger)Brian Paul
2003-01-30Check only LEFT bits for clearing alpha buffer. (Evgeny Kotsuba)Karl Schultz
2003-01-30fix reported 3Dnow bug in _mesa_normal_tab (Felix Kuhling)Brian Paul
2003-01-28fix prefetch bug (Felix Kuhling)Brian Paul
2003-01-28move ltor computationBrian 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