summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2000-05-22added GL_EXT_blend_func_separateBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul
2000-05-22added Window-isms previously in gl.hBrian Paul
2000-05-19fixed alignment bug in _mesa_image_row_stride()Brian Paul
2000-05-19added a bunch of imaging functionsBrian Paul
2000-05-18added Kevin's 32bpp Z buffer fixBrian Paul
2000-05-18replaced components with internalFormatBrian Paul
2000-05-10fixed PB bugs, removed MutablePixels, MonoPixels from GLcontextBrian Paul
2000-05-10more GL_EXT_convolution workBrian Paul
2000-05-09removed printfBrian Paul
2000-05-07Added point UserSize, cleaned up point drawing codeBrian Paul
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul
2000-05-05toggle DD_LINE_SMOOTH in GL_LINE_SMOOTH caseBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-05-04removed software alpha flag from GLvisual structBrian Paul
2000-05-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-22added _mesa_initialize_buffer/visual()Brian Paul
2000-04-22removed old profiling codeBrian Paul
2000-04-18more color table and imaging workBrian Paul
2000-04-17New clipping to avoid division by zero bug.Keith Whitwell
2000-04-17dynamically allocate color table data, uses less memoryBrian Paul
2000-04-17work on GL_SGI_color_tableBrian Paul
2000-04-15cleaned up whitespaceBrian Paul
2000-04-14 Committing in .Jouk Jansen
2000-04-13applied Keith's fix for the Loki ice bugBrian Paul
2000-04-12more work on GL_SGI_color_table, pixel transfer code clean-upBrian Paul
2000-04-12more GL_SGI_color_table extension workBrian Paul
2000-04-11renamed alpha buffer functionsBrian Paul
2000-04-11renamed stencil functionsBrian Paul
2000-04-11fixed duplicate variable problemBrian Paul
2000-04-11clip depth/stencil spans to window boundsBrian Paul
2000-04-11initial work on GL_SGI_color_table extensionBrian Paul
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul
2000-04-09removed a printfBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_textureBrian Paul
2000-04-07added pixeltex.cBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-04-07initial histogram and min/max workBrian Paul
2000-04-05added extern for gl_fog_coord_stageBrian Paul
2000-04-05minor clean-ups, renamingBrian Paul
2000-04-04more GL_HP_occlusion_test workBrian Paul
2000-04-04use BCOPY macro on FreeBSDBrian Paul
2000-04-01changes for GL_HP_occlusion_testBrian Paul
2000-03-31added _mesa_create/destroy_visual()Brian Paul
2000-03-31separate R/G/B/A accum buffer size fieldsBrian Paul
2000-03-30improved PrintTexture debug functionBrian Paul
2000-03-30fixed typos in generate_lookup_tables()Brian Paul
2000-03-30fixed subtexture address calculation bugBrian Paul