s/Disaptch/Dispatch/ (bug 3918)
[mesa.git] / src / mesa / main /
2005-08-06 Vladimir DergachevFollow suggestion by Aapo Tahkola to fix giant memory...
2005-08-05 Ian RomanickFix recent problems with display lists and other parts...
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-21 Brian Paulbump version to 6.3.1
2005-07-21 Brian Paulcheck for FEATURE_EXT_framebuffer_object to enable...
2005-07-21 Brian Paulremove ^M chars, disable shading language extensions
2005-07-19 Brian Paulreplace fprintf() calls with _mesa_problem()
2005-07-19 Brian Paulremove fprintf()
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-15 Brian Paulneed to flush vertices for GL_OCCLUSION_TEST_RESULT_HP...
2005-07-13 Keith WhitwellAdd a LDEXPF wrapper macro.
2005-07-11 Keith WhitwellCache texenv programs to avoid repeated compilation...
2005-07-05 Brian PaulThe old MESA_PBUFFER_ALLOC() function allocated memory...
2005-07-02 Ian RomanickAdd support for assembly (static) dispatch functions...
2005-07-01 Karl SchultzDon't #define __FUNCTION__ on a Microsoft C compiler...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
2005-07-01 Brian Paulremove OLD_RENDERBUFFER stuff
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-30 Brian Paulremove \n from warning message string
2005-06-30 Brian PaulAdd a set of predicate functions for testing matrices...
2005-06-27 Brian Paulremove unused MEMSET16 macro
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
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
next