summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
AgeCommit message (Expand)Author
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-02-27fixed glitches in error checking of imaging extensionsBrian Paul
2001-02-26Disable most extensions by default. Drivers should enable them as needed.Brian Paul
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-09added queries for convolution enablesBrian Paul
2000-12-09added GL_RESCALE_NORMAL casesBrian Paul
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul
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