summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2003-01-25optimize compute_coveragef (Evgeny Kotsuba)Brian Paul
2003-01-25new texture enums (Leif Delgass)Brian Paul
2003-01-24remove unused varsBrian Paul
2003-01-24silence some warningsBrian Paul
2003-01-24renamed dither-related preprocessor symbols (bug 536406)Brian Paul
2003-01-22push/pop color table state (Eric Plante)Brian Paul
2003-01-22improved solve_plane_chan() (Evgeny Kotsuba)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-21new X86 CPU detection code (Petr Sebor)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-20fix an assertionBrian Paul
2003-01-20use COPY_CHAN4 macroBrian Paul
2003-01-20use R/G/B/ACOMP indexes (Evgeny Kotsuba)Brian Paul
2003-01-20fix IBM CPP warning (Evgeny Kotsuba)Brian Paul
2003-01-19add some castsBrian Paul
2003-01-16fix for framebuffer width and height when window hasn't been realized.Alan Hourihane
2003-01-16another fix for glDrawPixels + clippingBrian Paul
2003-01-16update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul
2003-01-15fix glDrawPixels hang when clippingBrian Paul
2003-01-15 Committing in .Jouk Jansen
2003-01-15Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz
2003-01-14fragment program executionBrian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2003-01-14initial code for render-to-textureBrian 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