simplify, clean-up texel addressing macros
[mesa.git] / src / mesa / main / get.c
2005-07-15 Brian Paulneed to flush vertices for GL_OCCLUSION_TEST_RESULT_HP...
2005-06-26 Brian Paulfix for-loop in _mesa_GetDouble to avoid out of bounds...
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-30 Brian Paulapply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix...
2005-04-30 Felix KuehlingFixed bogus ENUM_TO_BOOLEAN in
2005-04-15 Brian Paulremove carriage returns
2005-04-14 Michal KrolARB_fragment/vertex_shader state
2005-02-09 Brian PaulglGet*(GL_FRAGMENT_PROGRAM_BINDING_NV) was returning...
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-01-30 Brian Paulfix max viewport query
2005-01-18 Michal Krolfix MAX_VERTEX_ATTRIBS_ARB query
2005-01-16 Brian Paul_mesa_GetInteger/Float/Boolean/Doublev() are now genera...
2004-12-21 Daniel Borcamissing `or' in preprocessor conditional
2004-12-20 Daniel Borcaallow ARB vp/fp query program errors
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-13 Brian PaulHandle GL_MAX_VERTEX_ATTRIBS_ARB in glGet*().
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-19 Brian Pauldon't check for ARB_texture_non_power_of_two for OpenGL...
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2003-12-21 Brian PaulVersion bumps, etc for Mesa 6.0
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-22 Brian PaulGL_ARB_point_sprite is not part of 1.5
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-09-18 Brian Paulversion tweaks
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-15 Brian Paulminor simplification
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-06 Brian Paulprep for OpenGL 1.5
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-07-03 Brian PaulSimplify extension string handling.
2003-06-02 Ian RomanickRemoved fields from 'struct gl_extensions' for extensio...
2003-05-30 Brian Paulminor error check tweaks for NV_light_max_exponent
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
2003-05-27 Brian PaulVersion defines. include "version.h" in a few files.
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-18 Brian Paulminor re-org of program matrix, program local parameter...
2003-04-18 Brian Paulmore GL_ARB_vertex/fragment_program bits
2003-04-09 Brian Paulbasic work on GL_ARB_vertex_buffer_object
2003-04-01 Brian Pauladded GL_FRAGMENT_PROGRAM_NV (Alan Matsuoka)
2003-04-01 Brian PaulGL_SECONDARY_COLOR_ARRAY_SIZE_EXT query was returning...
2003-04-01 Brian PaulGL_FOG_COORDINATE_SOURCE_EXT query was missing
2003-04-01 Brian Paulfix GL_LIST_MODE, GL_CURRENT_MATRIX_STACK_DEPTH_NV...
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-22 Brian PaulglGet(GL_CURRENT_SECONDARY_COLOR) should return 4 value...
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 Brian Paulcheck for NV_fragment_program for glGetString(GL_PROGRA...
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-11-14 Brian Paulbump version to 5.1
2002-11-08 Brian Paulfixed active stencil face query bug
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-24 Brian PaulHeader file clean-up:
2002-10-16 Brian Paulsurround vertex program code with #if FEATURE_NV_vertex...
2002-10-15 Brian Paulremove 'beta' from GL_VERSION string
2002-10-10 Keith Whitwelladd GL_UNPACK_CLIENT_STORAGE_APPLE gets
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-06 Brian Paulremoved GL_MAX_CONVOLUTION_WIDTH/HEIGHT
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-09-05 Brian Paultest for ARB_texture_cube_map when getting GL version...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-29 Brian Paulindentation fix
2002-06-29 Brian Paulprep for OpenGL 1.4 feature set
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-09 Brian PaulMinor change to current raster position and texcoords.
2002-04-24 Brian Pauladded GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv...
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-14 Brian Paulvertex program check-in
2001-12-04 Brian Paulprototype implementation of GL_ARB_depth_texture, GL_AR...
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-10-25 Brian Pauladded a bunch of missing breaks for multisample gets
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-18 Karl Schultzcompiler warnings
2001-08-28 Brian PaulOpenGL 1.3 support
2001-08-20 Brian Paulbetter error reporting
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-20 Brian Paulremoved beta from version string
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-06-12 Brian Paulremoved old, redundant CurrentTransformUnit state var
next