Implementation of GL_EXT_pixel_buffer_object extension.
[mesa.git] / src / mesa / main / mtypes.h
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-03-04 Brian Paulyet another take on VBO deleting and reference counting
2004-03-03 Brian Paulcomments, capitalization, misc-clean-ups
2004-02-28 Brian PaulRemove clamp parameter from _mesa_unpack_color_span_flo...
2004-02-28 Brian Paulconsolidate image transfer operations in new _mesa_appl...
2004-02-28 Brian Paulreplace color table FloatTable boolean with Type enum
2004-02-24 Brian Pauladded some const keywords
2004-02-17 Brian Pauladded FogOption to fragment_program struct
2004-02-17 Brian Pauladded FixedToDouble() macro
2004-02-08 Brian Paulfully parameterize the macros for fixed-point arithmetic
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-06 Brian PaulAdded flags for _all_ extensions to the gl_extensions...
2004-01-28 Keith WhitwellMove FRAG_BIT_ definitions to mtypes.h so that NEED_SEC...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-23 Brian PaulChange software alpha plane pointers from void* to...
2004-01-23 Keith WhitwellDon't set extra bits in FLUSH_VERTICES, fix several...
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-12 Brian Paulremove TexCoordInterleaveFactor. Clean up _mesa_Interl...
2003-11-29 Brian PaulFix generic/conventional vertex array glitches.
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
next