summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/get.c
Commit message (Expand)AuthorAgeFilesLines
* infrastructure for GL_ARB_multisampleBrian Paul2001-05-291-1/+265
* initial support for GL_SGIS_generate_mipmap extensionBrian Paul2001-05-211-1/+45
* do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, per...Brian Paul2001-05-031-1/+21
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-30/+30
* - Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes2001-03-181-1/+45
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-4/+3
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-69/+69
* fixed glitches in error checking of imaging extensionsBrian Paul2001-02-271-17/+17
* Disable most extensions by default. Drivers should enable them as needed.Brian Paul2001-02-261-2/+2
* removed the unused/broken GL_PGI_misc_hints extensionBrian Paul2001-01-241-201/+1
* Lots of GLchan datatype changes.Brian Paul2001-01-241-17/+17
* Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul2001-01-231-62/+62
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-10/+10
* Major rework of tnl moduleKeith Whitwell2000-12-261-52/+44
* added queries for convolution enablesBrian Paul2000-12-091-1/+109
* added GL_RESCALE_NORMAL casesBrian Paul2000-12-091-1/+13
* Initial work on GL_MESA_sprite_point extension.Brian Paul2000-12-081-6/+68
* Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul2000-11-271-9/+9
* Committing in .Jouk Jansen2000-11-221-54/+54
* Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul2000-11-191-13/+13
* Move the transform and lighting code to two new directoriesKeith Whitwell2000-11-161-19/+47
* Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul2000-11-151-5/+5
* Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell2000-10-301-37/+37
* renamed Current.ByteColor Current.ColorBrian Paul2000-10-291-17/+17
* New colormac.h file for color-related macros.Brian Paul2000-10-281-10/+14
* Basic work to support deep color channels:Brian Paul2000-10-281-14/+14
* Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell2000-10-271-1/+155
* First batch of OpenGL SI related changes:Brian Paul2000-09-261-61/+61
* added some missing const keywords in GetStringBrian Paul2000-09-151-3/+3
* added more extensions testing codeBrian Paul2000-08-301-5/+29
* added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul2000-08-081-4/+38
* removed beta from version stringBrian Paul2000-07-211-4/+4
* initial work for GL_ARB_texture_compressionBrian Paul2000-05-231-1/+101
* more texture cube work, misc code clean-upBrian Paul2000-05-231-4/+4
* more work on GL_ARB_texture_cube_mapBrian Paul2000-05-231-14/+14
* initial code for GL_ARB_texture_cube_mapBrian Paul2000-05-221-9/+113
* Added point UserSize, cleaned up point drawing codeBrian Paul2000-05-071-5/+5
* Err, initial code for GL_EXT_convolution, not histogramBrian Paul2000-05-071-1/+1
* initial code for GL_EXT_histogram extensionBrian Paul2000-05-071-33/+161
* implemented GL_EXT_histogram extensionBrian Paul2000-05-041-1/+25
* more GL_SGI_color_table extension workBrian Paul2000-04-121-1/+45
* fixed GL_PGI_misc_hints identifiersBrian Paul2000-04-101-17/+17
* added GL_SGI_color_matrix extensionBrian Paul2000-04-081-1/+149
* added GL_SGIX/SGIS_pixel_texture extensionBrian Paul2000-04-071-1/+75
* more GL_HP_occlusion_test workBrian Paul2000-04-041-9/+29
* separate R/G/B/A accum buffer size fieldsBrian Paul2000-03-311-5/+29
* initial implementation of GL_HP_occlusion_test extensionBrian Paul2000-03-111-5/+77
* bunch of dispatch and extension-related changesBrian Paul2000-02-241-17/+17
* removed driver RendererString() and ExtensionString() funcsBrian Paul2000-02-171-37/+22
* added missing glGet cases for GL_EXT_compiled_vertex_arrayBrian Paul2000-02-061-1/+25