Removed the GL_SGIX/SGIS_pixel_texture extensions. Same thing can be
[mesa.git] / src / mesa / main / mtypes.h
2005-12-14 Brian PaulRemoved the GL_SGIX/SGIS_pixel_texture extensions....
2005-12-12 Keith WhitwellSplit _MaintainTexEnvProgram into two flags _Maintain...
2005-12-07 Brian PaulUpdates for GL_EXT_timer_query:
2005-11-19 Brian PaulNo longer derive 'ati_fragment_shader' from 'program...
2005-11-19 Brian Paulmove a bunch of gl2/shading language structs from mtype...
2005-11-16 Brian PaulSupport for combined depth/stencil renderbuffers (GL_EX...
2005-11-12 Brian PaulAdded OSMesaColorClamp(), bug 4917
2005-11-12 Brian PaulMove stuff common to vertex/fragment_program into the...
2005-11-10 Brian PaulMove code to enable FP exceptions into debug.c (set...
2005-11-08 Ian RomanickAt keithw's request, remove all traces of the "fragment...
2005-11-08 Brian Paulsome initial work on upcoming GL_EXT_framebuffer_blit...
2005-11-05 Brian PaulUnify vertex/fragment program instuctions.
2005-11-05 Brian PaulReplace parameter_type enum in program.[ch], use regist...
2005-11-02 Brian PaulRename FRAG_OUTPUT_* tokens to FRAG_RESULT_* to match...
2005-11-01 Keith WhitwellSeveral fp and vp tweaks:
2005-11-01 Brian PaulRe-org and clean-up of vertx/fragment program limits...
2005-10-29 Brian Paulclean-up comments
2005-10-05 Brian PaulRemove _IsPowerOfTwo from gl_texture_object, not really...
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-10-01 Brian Paulupdated comment
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-23 Brian PaulReplace gl_framebuffer's _ColorReadBufferMask with...
2005-09-23 Brian PaulAdd Wrapper field to gl_renderbuffer. Used for wrappin...
2005-09-22 Brian PaulReplace gl_renderbuffer.ComponentSizes[] with separate...
2005-09-21 Brian PaulRemove ACCUM_BITS.
2005-09-21 Brian Paulreplace GLdepth with GLuint and remove GLdepth
2005-09-20 Brian Paulremove STENCIL_MAX
2005-09-19 Brian Pauladditional wrapper updates, bug 4468
2005-09-15 Brian PaulReplace GLuint with GLbitfield where appropriate. ...
2005-09-13 Brian PaulOpenGL 2.0's two-sided stencil feature wasn't implement...
2005-09-13 Brian PaulUse GLuint/GLint intead of GLstencil for stencil state.
2005-09-03 Brian PaulRemove last remnants of pre-renderbuffer code.
2005-09-02 Brian PaulPrototype implementation of new GL_EXT_timer_query...
2005-09-02 Roland Scheideggeradd error checking to the GL_ATI_FRAGMENT_SHADER entryp...
2005-08-27 Brian PaulRearrange the code related to GL_ARB_occlusion_object...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-10 Brian Paulthe PIXEL_MAP_I_TO_I table should be GLfloat, not GLint
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-22 Brian PaulMake the vertex program source register Index field...
2005-07-11 Keith WhitwellCache texenv programs to avoid repeated compilation...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-04 Brian Paulset OLD_RENDERBUFFER=0, need to clean up a few more...
2005-05-12 Keith Whitwellnew MESA_DEBUG option: disassem
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-05-04 Keith WhitwellAdd a facility to route all rasterization through a...
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-15 Brian Paulremove carriage returns
2005-04-14 Michal KrolARB_shading_language_100 bit;
2005-03-03 Brian Paulchange gl_buffer_object's Size field to GLsizeiptrARB...
2005-02-24 Brian PaulMore GL_EXT_framebuffer_object: rename some things...
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-05 Brian PaulSome initial work on GL_EXT_framebuffer_object.
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...
next