Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.
[profile/ivi/mesa.git] / src / mesa / main / mtypes.h
2005-02-05 Brian PaulRemove the Shared->TexObjectList pointer and Next field...
2005-01-30 Dave Airlieadd number of passes count to ati_fragment_shader
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2005-01-19 Brian PaulRemoved gl_texture_object's DeletePending. Changed...
2005-01-17 Michal Kroladd 3dlabs_shhandle interface
2005-01-17 Brian Paulclean up gl2 structs
2005-01-13 Michal Kroladd ARB_shader_objects interfaces, shared and context...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-25 Brian PaulSome new comments, clean-up formatting, etc.
2004-11-22 Daniel Borcahandle ENABLE_BIT for EXT_stencil_two_side
2004-11-12 Daniel Borcaadded DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side...
2004-10-27 Michal Kroladd entries for extensions ARB_shader_objects, ARB_frag...
2004-10-16 Ian RomanickAdd support for OES_read_format. As soon as glext...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-09-14 Brian Paulalso fix possible delete bugs with buffer objects and...
2004-09-14 Brian PaulRepeatedly deleting a texture ID with glDeleteTextures...
2004-09-13 Daniel Borcachanges towards GL_ARB_point_sprite (two-zero)
2004-07-02 Brian Paula few comments
2004-06-11 Brian Paulremove the 3dfx CatchSignals stuff (the var was alwasy...
2004-05-12 Brian PaulAdded big-endian texture formats.
2004-05-10 Keith WhitwellAdd EXT_vertex_cull support to mesa
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-04-22 Brian PaulNew glTexImage code.
2004-04-21 Brian PaulFix up some assorted issues with initialization of...
2004-04-14 Keith WhitwellUse tcc and the emitted C code from s_fragprog_to_c...
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-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)
next