current raster color index should be GLfloat
[mesa.git] / src / mesa / main / mtypes.h
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-11-25 Brian PaulRemove unnecessary usage of __FUNCTION__.
2003-11-24 Keith WhitwellMerge vtx-0-2-branch
2003-11-21 Daniel Borcamore texture compression
2003-11-19 Karl RascheInitial checking of new ARB_frag/vertex program parser
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-11-10 Brian PaulRedo array element checking for vertex array buffers.
2003-10-22 Brian PaulInitial work for bounds checking of vertex arrays and...
2003-10-09 Keith WhitwellEric's mesa-depth32.diff
2003-09-18 Brian PaulMove context ASSERT/FLUSH macros to context.h
2003-09-18 Brian Paulremove MESA_TRACE stuff
2003-09-18 Brian Paulremoved unused NoRaster and Rendering fields from GLcontext
2003-09-17 Brian Paulremove unused Target field from gl_buffer_object
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian PaulMore work on ARB_vertex_buffer_object.
2003-09-15 Brian PaulSome work on ARB_vertex_buffer_object.
2003-09-09 Ian RomanickAdded most of the infrastructure required to support
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-08-31 Brian PaulMoved some shared vertex/fragment program code into...
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-22 Ian RomanickAdded support for GL_IBM_multimode_draw_arrays.
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-08-05 Keith WhitwellStore material attributes in an Attrib[] style array...
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 PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-03 Brian PaulSimplify extension string handling.
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-02 Ian RomanickRemoved fields from 'struct gl_extensions' for extensio...
2003-05-30 Ian RomanickAdded support for NV_light_max_exponent.
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-17 Brian Paulcheckpoint: more infrastructure for GL_ARB_vertex/fragm...
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-04-09 Brian Paulbasic work on GL_ARB_vertex_buffer_object
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-04-05 Brian Paulfragment program named constants and named program...
2003-03-29 Brian PaulBasic infrastructure for GL_ARB_vertex_buffer_object.
2003-03-19 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-02 Brian Paulremove some MESA_DEBUG stuff
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-23 Brian Pauladded TEXTURE_*_INDEX tokens
2003-02-16 Brian Paulmore work on DEFINE/DECLARATION statements, symbol...
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-22 Brian Paulpush/pop color table state (Eric Plante)
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-10-21 Brian PaulGL_ATI_texture_mirror_once extension (Ian Romanick)
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-09 Brian Paulremoved old TEXTURE0_ defines
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2002-10-02 Brian Paulremoved unused ctx->Polygon.OffsetMRD
2002-10-02 Brian Paulremoved ctx->Polygon._OffsetAny - not really needed
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulmerge gl_texture_image RowStride from DRI 4.0.4
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
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-06-06 Brian Paulreplaced hard-coded 4 with NUM_TEXTURE_TARGETS
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-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-21 Brian PaulVertex program attribute arrays seem to work now. ...
2002-04-21 Brian Paulvertex program attribute array work
2002-04-19 Karl SchultzProvide a reasonable replacement for __FUNCTION__ when...
2002-04-09 Keith Whitwellbring in changes from dri tcl branch
2002-03-29 Brian PaulReplaced ClipEnabled[] array and _AnyClip with ClipPlan...
2002-03-23 Brian PaulTest implementation of proposed GL_EXT_shadow_funcs...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-13 Brian Paulinitial work for NV_vertex_program1_1 extension
2002-02-15 Brian PaulFinished up GL_ARB_depth_texture and GL_ARB_shadow
2002-02-13 Keith WhitwellMore suport for t&l drivers
2002-01-22 Brian PaulClean-up/renaming of the per-vertex attribute bits...
2002-01-12 Brian Pauladded some comments
2002-01-11 Brian PaulMoved _mesa_VertexAttribPointerNV into varray.c.
2002-01-06 Brian Paulimplemented vertex program point size control
2002-01-06 Brian PaulAnother vertex program checkpoint: clean-up of vertex...
2002-01-05 Brian Paulinfrastructure for vertex program attribute evaluators
2002-01-05 Brian PaulVertex program checkpoint commit: converted all vertex...
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-18 Brian Pauladded test implementation of GL_ARB_window_pos
2001-11-06 Brian Pauladded missing GL_MAX_TEXTURE_LOD_BIAS_EXT query
2001-10-17 Brian Pauladded GL_ARB_texture_mirrored_repeat
2001-07-28 Keith WhitwellRemove _BaseAlpha, fix reflect lighting bug.
2001-07-13 Brian Paulassorted changes for supporting GLfloat color channels...
next