fix for-loop in _mesa_GetDouble to avoid out of bounds memory read
[mesa.git] / src / mesa / main /
2005-06-26 Brian Paulfix for-loop in _mesa_GetDouble to avoid out of bounds...
2005-06-26 Brian Paulcheck for null oldBuffer in _mesa_realloc(), cleaned...
2005-06-21 Ian RomanickMammoth update to the Python code generator scripts...
2005-06-20 Jeremy Kolbran "make" after update to glX_proto_send.py.
2005-06-19 Brian PaulDefine __FUNCTION__ as a preprocessor symbol in glheade...
2005-06-13 Brian Paulmingw changes (Nolan Leake)
2005-06-09 Keith WhitwellStore compiled vertex program representations in a...
2005-06-07 Brian Paulfix GL_ALPHA render-to-texture problem (Jon Smirl)
2005-06-04 Brian Paulset OLD_RENDERBUFFER=0, need to clean up a few more...
2005-06-01 Brian Pauladded code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICAT...
2005-05-31 Brian Pauladd support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE...
2005-05-27 Brian Paulproperly pop the GL_TEXTURE_GEN_ enable state
2005-05-26 Ian RomanickFix gl_enums.py so that enums that are listed with...
2005-05-24 Karl SchultzCleanup some Windows junk.
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-24 Karl SchultzChange prototype for TextureMemCpy to return void*...
2005-05-23 Keith WhitwellImport Thomas Helstrom's SSE memcpy code from the via...
2005-05-23 Keith WhitwellDetect use of disabled textures as tex_env_crossbar...
2005-05-23 Keith WhitwellSupport ARB_texture_env_crossbar. Changes the way...
2005-05-23 Keith WhitwellRestore the negate() function.
2005-05-17 Brian Pauldon't include strings.h
2005-05-16 Felix KuehlingDon't use _mesa_swizzle_ubyte_image if all three textur...
2005-05-16 Keith WhitwellDeal better with indirection and indirection accounting...
2005-05-16 Brian Pauldefine M_E if needed
2005-05-12 Keith Whitwellnew MESA_DEBUG option: disassem
2005-05-12 Keith WhitwellRein in debug slightly
2005-05-11 Keith WhitwellFix glean/conform problems. Don't generate so much...
2005-05-11 Keith WhitwellFix logic for allocating texture temporaries (Ben Skeggs).
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellBetter driver notification on changes.
2005-05-10 Keith WhitwellTemporary fix - delete and recreate texenvprogram so...
2005-05-10 Jouk Jansen Committing in .
2005-05-10 Keith WhitwellFix texenv segfault. Reported by Ben Skeggs.
2005-05-10 Keith WhitwellTry not to use the same temp reg as a TXP destination...
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-05-05 Karl SchultzPort Mesa to build on a P64 platform (e.g., Win64)...
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-30 Brian Paulapply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix...
2005-04-30 Felix KuehlingFixed bogus ENUM_TO_BOOLEAN in
2005-04-29 Keith WhitwellMaintain a fragment program for current texturing state.
2005-04-27 Brian Paulmove set_component_sizes() to fix bug 3135
2005-04-26 Brian Paulcomments and minor clean-up
2005-04-22 Keith WhitwellSimplify the pipeline_stage structure
2005-04-22 Keith WhitwellUp the value of MAX_NV_VERTEX_PROGRAM_PARAMS to a power...
2005-04-21 Keith WhitwellReduce the size of mesa's internal fragment and vertex...
2005-04-18 Brian Pauls/NORMAL/FOG/ (J.P. Delport)
2005-04-15 Brian Pauladded _mesa_share_state()
2005-04-15 Brian Paulremove carriage returns
2005-04-14 Ian RomanickIn GLX_USE_TLS builds, make GET_CURRENT_CONTEXT use...
2005-04-14 Ben CrossmanA few getenv() that werent using the mesa wrapper version
2005-04-14 Michal Krolcosmetic changes
2005-04-14 Michal KrolARB_fragment_shader state
2005-04-14 Michal KrolARB_fragment/vertex_shader state
2005-04-14 Michal KrolARB_shading_language_100 bit;
2005-04-14 Michal Kroladd GL_ARB_shading_language_100;
2005-04-14 Michal Kroladd FEATURE_ARB_shading_language_100;
2005-04-10 Brian Paulset table size to 1023 and use new HASH_FUNC() macro
2005-04-09 Adam JacksonBug #2945: Fix math error that left half the hash bucke...
2005-04-07 Ian RomanickUse the same dispatch.c source file for "normal" Mesa...
2005-04-01 Brian PaulUse FEATURE_shading_language to control whether the...
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
next