Disable C++ shading language code yet again. Doesn't compile with older
[mesa.git] / src / mesa / main /
2005-03-22 Keith Whitwelladd FreeTexImageData hook to help single-copy texturing...
2005-03-17 Ian RomanickEnable the generation of server-side __glGetBooleanv_si...
2005-03-03 Brian Paulchange gl_buffer_object's Size field to GLsizeiptrARB...
2005-02-27 Brian Paulsilence warnings
2005-02-26 Brian PaulRename _mesa_update_buffers() to _mesa_update_draw_buff...
2005-02-26 Ian RomanickFairly significant changes to enums.c and the way it...
2005-02-24 Brian PaulMore GL_EXT_framebuffer_object: rename some things...
2005-02-23 Brian PaulSort the enums in the Python code, instead of at runtim...
2005-02-22 Brian Paulnow generated with Python script
2005-02-14 Daniel Borcaadded a bunch of const in the decoder
2005-02-12 Brian Paulunlock mutex upon error return (Jeff Muizelaar)
2005-02-11 Keith Whitwellmesa-main-0-NULL.patch from Jeff Muizelaar
2005-02-10 Brian Paulnew comments, fix zoffset error test
2005-02-09 Brian PaulglGet*(GL_FRAGMENT_PROGRAM_BINDING_NV) was returning...
2005-02-09 Brian Paulinitial support for GL_EXT_framebuffer_object
2005-02-09 Brian Paulimplement the 'completeness' tests
2005-02-08 Brian Paulclamp anisotropy against max value
2005-02-08 Brian Pauljust some comments
2005-02-08 Brian Paula bunch of assorted fixes
2005-02-08 Brian Paulplug in GL_EXT_framebuffer_object functions
2005-02-08 Brian Paulremoved GL_EXT_framebuffer_object tokens
2005-02-08 Brian Paulcheckpoint latest work
2005-02-08 Brian Pauladded missing prototype
2005-02-08 Brian Paulindentation fix
2005-02-07 Keith Whitwellargb8888 optimizations from via branch
2005-02-07 Keith WhitwellMore texture enums (Andreas Stenglein)
2005-02-07 Keith WhitwellGL_ARB_texture_rectangle enums (Andreas Stenglein)
2005-02-07 Brian Pauladditional work on GL_EXT_framebuffer_object
2005-02-05 Brian Pauladded fbobject.c to sources
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-02-05 Brian Pauladd a few comments
2005-02-02 Brian Paulclamp viewport against ctx->Const.MaxViewportWidth...
2005-01-30 Brian Paulfix max viewport query
2005-01-30 Dave Airlieadd number of passes count to ati_fragment_shader
2005-01-26 Brian Paulremove a bunch of temporary #defines, now that glext...
2005-01-26 Brian Pauljust comments/clean-up
2005-01-26 Brian Pauladded mutex to-do comment
2005-01-26 Brian Pauljust fix a comment and update date
2005-01-26 Daniel BorcaRGB/LUMINANCE texelfetchers (float version) returned...
2005-01-24 Brian PaulAdded _mesa_HashNextEntry() function to allow walking...
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-21 Michal Kroladd getstring.c; remove arb*.h nv*.h stuff
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-19 Brian PaulChange behaviour of glDeleteTextures as discussed on...
2005-01-18 Michal Krolfix MAX_VERTEX_ATTRIBS_ARB query
2005-01-17 Michal Kroladd 3dlabs_shhandle interface
2005-01-17 Daniel Borcaallow more internalFormat/format combinations (i hope...
2005-01-17 Brian Paulclean up gl2 structs
2005-01-16 Brian Pauladded getstring.c
2005-01-16 Brian Paul_mesa_GetInteger/Float/Boolean/Doublev() are now genera...
2005-01-13 Michal Kroladd ARB_shader_objects interfaces, shared and context...
2005-01-13 Michal Krolenable ARB_fragment/vertex_shader
2005-01-13 Michal Krolinit ARB_shader_objects subsystem
2005-01-12 Brian PaulSome initial work for OpenGL 2.0: glStencilFunc/Op...
2005-01-11 Daniel Borcaapplied Keith's patch for "safe" type-punning.
2004-12-21 Daniel Borca`t' was not initialized (use `texture' instead?)
2004-12-21 Brian Paulfix bug in _mesa_IsTexture()
2004-12-21 Daniel Borcamissing `or' in preprocessor conditional
2004-12-20 Daniel Borcaallow ARB vp/fp query program errors
2004-12-20 Daniel Borcareally protect against npot compressed textures (logbas...
2004-12-19 Dave AirlieImplement software ATI_fragment_shader
2004-12-18 Brian Pauladded GL_ARB_pixel_buffer_object extension string
2004-12-15 Adam Jacksonfxt1_decode_1() needs to be non-static for the tdfx...
2004-12-15 Adam JacksonFix up glx/x11 to work when built with -fvisibility...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-12-12 Brian PaulAdded driver hooks for GetTexImage() and GetCompressedT...
2004-12-10 Daniel Borcaallow GetTexImage with RGBA format and COLOR_INDEX...
2004-12-08 Alan Hourihanesilence warnings
2004-12-06 Daniel Borcaexplicit cast in a few places
2004-12-06 Daniel Borcadisable junk for mingw
2004-12-05 Brian Pauldirect bug reports to freedesktop.org
2004-12-03 Brian Paulmask color indexes against palette size, per the spec
2004-12-03 Brian PaulUse the GL datatypes. Lots of assorted clean-ups.
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-12-02 Alan HourihaneFix some warnings
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-11-27 Brian Paulremove _glapi_add_entrypoint() calls, they're already...
2004-11-27 Brian Pauladd a few functions in add_newer_entrypoints()
2004-11-27 Brian PaulChange the dispatch offsets for the VertexAttrib*NV...
2004-11-27 Brian Pauluse new PUBLIC macro for symbol export
2004-11-27 Brian Paulclean up code related to dispatch table initialization
2004-11-27 Brian Pauluse _glapi_proc
2004-11-27 Brian Paulfix typo, update version/date
2004-11-27 Brian Paulremove the GLAPI/GLAPIENTRY defines - they're already...
2004-11-27 Brian PaulRemoved GLCALLBACK stuff - apparently never used anywhere.
2004-11-25 Brian PaulSome new comments, clean-up formatting, etc.
2004-11-25 Brian PaulStarted some assorted clean-ups in #defines, typedefs...
2004-11-23 Brian Paulupdate _mesa_store_teximageXd() comments and minor...
2004-11-22 Brian PaulDon't allow queries/etc of buffer object 0 - it's invis...
2004-11-22 Brian Pauladded GL_RED/GREEN/BLUE to is_color_format()
2004-11-22 Daniel Borcahandle ENABLE_BIT for EXT_stencil_two_side
2004-11-15 Daniel Borcause float constants
2004-11-15 Daniel Borcause parentheses to avoid warning
2004-11-12 Daniel Borcaadded DD_TRI_TWOSTENCIL to ease EXT_stencil_two_side...
2004-11-12 Daniel Borcapop(stencil) for EXT_stencil_two_side
2004-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-11-09 Brian Pauladded a comment and assertion in _mesa_clip_drawpixels...
2004-11-09 Brian Pauladded _mesa_clip_drawpixels() and _mesa_clip_readpixels()
next