summaryrefslogtreecommitdiff
path: root/src/mesa/main/get.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul1-1/+41
2001-06-20removed beta from version stringBrian Paul1-2/+2
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul1-9/+17
2001-06-12removed old, redundant CurrentTransformUnit state varBrian Paul1-56/+45
2001-05-29infrastructure for GL_ARB_multisampleBrian Paul1-1/+265
2001-05-21initial support for GL_SGIS_generate_mipmap extensionBrian Paul1-1/+45
2001-05-03do FLUSH_VERTICES() in glGet*() functions to make occlusion testing work, per...Brian Paul1-1/+21
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell1-30/+30
2001-03-18- Port 3.4 texture utils, texture format work to 3.5 (including newGareth Hughes1-1/+45
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-4/+3
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-69/+69
2001-02-27fixed glitches in error checking of imaging extensionsBrian Paul1-17/+17
2001-02-26Disable most extensions by default. Drivers should enable them as needed.Brian Paul1-2/+2
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul1-201/+1
2001-01-24Lots of GLchan datatype changes.Brian Paul1-17/+17
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul1-62/+62
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul1-10/+10
2000-12-26Major rework of tnl moduleKeith Whitwell1-52/+44
2000-12-09added queries for convolution enablesBrian Paul1-1/+109
2000-12-09added GL_RESCALE_NORMAL casesBrian Paul1-1/+13
2000-12-08Initial work on GL_MESA_sprite_point extension.Brian Paul1-6/+68
2000-11-27Added MaxClipPlanes and MaxLights to gl_constants struct so T&LBrian Paul1-9/+9
2000-11-22 Committing in .Jouk Jansen1-54/+54
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul1-13/+13
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-19/+47
2000-11-15Replaced ctx->Point.Size with ctx->Point._SizeBrian Paul1-5/+5
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell1-37/+37
2000-10-29renamed Current.ByteColor Current.ColorBrian Paul1-17/+17
2000-10-28New colormac.h file for color-related macros.Brian Paul1-10/+14
2000-10-28Basic work to support deep color channels:Brian Paul1-14/+14
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell1-1/+155
2000-09-26First batch of OpenGL SI related changes:Brian Paul1-61/+61
2000-09-15added some missing const keywords in GetStringBrian Paul1-3/+3
2000-08-30added more extensions testing codeBrian Paul1-5/+29
2000-08-08added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul1-4/+38
2000-07-21removed beta from version stringBrian Paul1-4/+4
2000-05-23initial work for GL_ARB_texture_compressionBrian Paul1-1/+101
2000-05-23more texture cube work, misc code clean-upBrian Paul1-4/+4
2000-05-23more work on GL_ARB_texture_cube_mapBrian Paul1-14/+14
2000-05-22initial code for GL_ARB_texture_cube_mapBrian Paul1-9/+113
2000-05-07Added point UserSize, cleaned up point drawing codeBrian Paul1-5/+5
2000-05-07Err, initial code for GL_EXT_convolution, not histogramBrian Paul1-1/+1
2000-05-07initial code for GL_EXT_histogram extensionBrian Paul1-33/+161
2000-05-04implemented GL_EXT_histogram extensionBrian Paul1-1/+25
2000-04-12more GL_SGI_color_table extension workBrian Paul1-1/+45
2000-04-10fixed GL_PGI_misc_hints identifiersBrian Paul1-17/+17
2000-04-08added GL_SGI_color_matrix extensionBrian Paul1-1/+149
2000-04-07added GL_SGIX/SGIS_pixel_texture extensionBrian Paul1-1/+75
2000-04-04more GL_HP_occlusion_test workBrian Paul1-9/+29
2000-03-31separate R/G/B/A accum buffer size fieldsBrian Paul1-5/+29