summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
AgeCommit message (Expand)Author
2000-11-27Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul
2000-11-22 Committing in .Jouk Jansen
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-15Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29renamed Current.ByteColor Current.ColorBrian Paul
2000-10-28New colormac.h file for color-related macros.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-15added some missing const keywords in GetStringBrian Paul
2000-08-30added more extensions testing codeBrian Paul
2000-08-08added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul
2000-07-21removed beta from version stringBrian Paul
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul
2000-05-23more texture cube work, misc code clean-upBrian Paul
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul
2000-05-22initial code for GL_ARB_texture_cube_mapBrian 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-04implemented GL_EXT_histogram extensionBrian Paul
2000-04-12more GL_SGI_color_table extension workBrian Paul
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul
2000-04-08added GL_SGI_color_matrix extensionBrian Paul
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul
2000-04-04more GL_HP_occlusion_test workBrian Paul
2000-03-31separate R/G/B/A accum buffer size fieldsBrian Paul
2000-03-11initial implementation of GL_HP_occlusion_test extensionBrian Paul
2000-02-24bunch of dispatch and extension-related changesBrian Paul
2000-02-17removed driver RendererString() and ExtensionString() funcsBrian Paul
2000-02-06added missing glGet cases for GL_EXT_compiled_vertex_arrayBrian Paul
2000-02-05GL_ARRAY_ELEMENT_LOCK_FIRST/COUNT_SGI changed to _EXT suffixBrian Paul
2000-02-03added point/line size limits to gl_constants structBrian Paul
2000-02-03added Const.SubPixelBitsBrian Paul
2000-01-17added missing POINT/LINE RANGE/GRANULARITY tokensBrian Paul
1999-12-10implemented GL_ARB_tranpose_matrixBrian Paul
1999-11-11first big check-in of new Mesa 3.3 codeBrian Paul
1999-10-17added glGet cases for vertex array enable stateBrian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith Whitwell
1999-09-16changed version string to return 1.2Brian Paul
1999-09-09moved gl_GetString() into get.cBrian Paul
1999-08-19Initial revisionjtg