merge from master
[mesa.git] / src / mesa / main / get.c
2007-03-21 Brianmerge from master
2007-03-16 BrianColortable re-org.
2007-03-14 BrianRe-org of gl_pixel_attrib struct.
2007-03-10 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-09 Brianadded GL_CURRENT_PROGRAM
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-12-15 BrianLots of assorted changes for new GLSL compiler backend.
2006-11-02 Brian PaulAdded GL_STENCIL_BACK_WRITEMASK
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulAdded a few new ctx->Const. fields for shader-related...
2006-10-30 Keith Whitwelloops, get.c is autogenerated
2006-10-30 Keith WhitwellMove edgeflag into the VERT_ATTRIB_SEVEN slot. This...
2006-10-24 Brian Paulwhitespace clean-up
2006-09-13 Brian Pauladded GL_CURRENT_RASTER_SECONDARY_COLOR query (OpenGL...
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-05-09 Brian PaulAdd a new 'all' parameter to _mesa_get_compressed_forma...
2006-04-25 Brian PaulPut color index attribute into the 6th attribute slot.
2006-04-13 Brian PaulFix comment about MaxTextureUnits, needs to be min...
2006-03-19 Brian PaulQueries of GL_READ_BUFFER and GL_DRAW_BUFFER were still...
2006-03-03 Roland ScheideggerUse standard ARB names instead of vendor-specific NV...
2006-03-02 Roland ScheideggerFix more enums defined not only by one extension when...
2006-03-01 Roland ScheideggerFix glGet with enums which are used not only in NV_vert...
2006-02-28 Brian PaulAllow error checking to look for presence of either...
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-08 Brian PaulFix some issues with state updates and renderbuffers...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
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
next