mesa.git
2002-08-03 Karl SchultzCoerce vsnprintf to _vsnprintf for windows
2002-08-01 Brian Paulmisc updates
2002-08-01 Brian Pauldefine MAXSTRING and use vsnprintf to preven overflows
2002-07-29 Karl SchultzCatch up windows driver with recent context mods
2002-07-28 Karl Schultzexport new symbols for osmesa lib
2002-07-22 Brian Paulfix warnings (bug 580528)
2002-07-12 Brian Paulfix patching offsets (Sven Panne) (patch 544637)
2002-07-12 Brian Paulsilence warnings
2002-07-12 Brian PaulPedantic compiler fixes (Sven Panne)
2002-07-11 Brian Paulapplied Eric Anholt's patch for Athlon SSE
2002-07-10 Brian Paulre-enable X86 code
2002-07-09 Brian Pauladded Read/DrawBuffer porting info
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-07-01 Jouk Jansen Committing in .
2002-06-30 Brian PaulAdded divide by zero check (Jon Perry). Remove dead...
2002-06-30 Brian Pauladded Gerk Huisma's GLchan=GLfloat fixes
2002-06-30 Brian PaulCHAN_TYPE==GL_FLOAT clamping. call _tnl_MakeCurrent...
2002-06-30 Brian Paulblending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)
2002-06-30 Brian Pauladded GL_EXT_multi_draw_arrays
2002-06-30 Brian Pauladded unofficial dispatch offsets for GL_EXT_multi_draw...
2002-06-30 Brian PaulImplemented GL_EXT_multi_draw_arrays: glMultiDrawArrays...
2002-06-29 Brian Paulindentation fix
2002-06-29 Brian Paulprep for OpenGL 1.4 feature set
2002-06-29 Brian PaulApplied Matt Sealey's patch to remove/isolate all stdio...
2002-06-26 Brian Paulfix CHAN_TYPE==GL_FLOAT compile problem
2002-06-26 Brian Paulpull in 4.0.3 docs to trunk
2002-06-25 Brian Paulremoved extra right-paren
2002-06-25 Keith WhitwellFRONT_AND_BACK culling
2002-06-25 Brian Paulfinish-up vertex program evaluators
2002-06-25 Brian Paulremove an unneeded statement in update_polygon(), added...
2002-06-23 Brian Paultest program for NV_vertex_program and evaluators
2002-06-23 Brian Paulfix problems in _mesa_debug/printf()
2002-06-23 Brian Pauladded some _mesa_debug() calls
2002-06-23 Brian Paulcheckpoint: updates for NV_vertex_program evaluators...
2002-06-23 Brian Paulset stage->inputs properly (I think), plus debug/commen...
2002-06-23 Brian Pauladded support for NV_vertex_program evaluators
2002-06-23 Brian PaulAdded new bitfields to tnl_eval_store for NV_vertex_pro...
2002-06-19 Brian Paulput XSync in get_buffer_size(), plus clean-up
2002-06-18 Brian PaulMoved GL_PROGRAM_ERROR_POSITION_NV state (it's not...
2002-06-18 Jouk Jansen Committing in .
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-17 Brian PaulPort glXCopyContext bug from 4.0 branch.
2002-06-16 Brian PaulJoe Krahn's context sharing test program
2002-06-16 Brian PaulFix glXCopyContext bug
2002-06-16 Brian Paulfix a comment
2002-06-16 Brian Paulfixed window size initialization bug
2002-06-16 Brian Pauladded a comment
2002-06-16 Brian Pauladded some braces
2002-06-15 Brian Paulthe GGI driver is up to date
2002-06-15 Brian Paultest for GL_NV_texture_rectangle
2002-06-15 Brian Pauladded GL_ARB_texture_env_crossbar
2002-06-15 Brian Paulupdates to 4.1 features
2002-06-15 Brian Paulupdated with 4.0.x -> 4.1 porting info
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian Paul#ifdef-out unused big-endian texel fetch functions
2002-06-15 Brian Pauladded missing ctx parameter to _mesa_debug() calls
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Jouk Jansen Committing in .
2002-06-13 Brian Pauladded Porting Information section
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian Paulfixed a couple dumb mistakes
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-12 Brian PaulMoved big/little endian code to glheader.h.
2002-06-11 Brian PaulFix NASM problems, remove static var in SSE detection...
2002-06-10 Brian PaulAdded CPLUSPLUS for sunos5 entries
2002-06-10 Brian PaulGGI driver updates (Filip Spacek)
2002-06-08 Brian Pauladded missing texture cube map targets
2002-06-07 Brian Paulversion 15 of glext.h
2002-06-07 Brian Pauls/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEX...
2002-06-07 Brian Paulfixed point sprite bug
2002-06-06 Brian Paulreplaced hard-coded 4 with NUM_TEXTURE_TARGETS
2002-06-06 Brian Paulreplaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
2002-06-06 Brian PaulNASM fix for *_CONTENT() macros (Josh Vanderhoof)
2002-06-05 Brian Paulmore big-endian tweaks
2002-06-04 Brian Pauluse CONTENT() macro on line 205 (Josh Vanderhoof)
2002-06-03 Brian Paulbring over Michel Daenzer's DRI changes
2002-05-29 Brian Pauladded another spot-check to verify dispatch table corre...
2002-05-29 Brian PaulAdded GL_NV_point_sprite functions: glPointParameteri...
2002-05-29 Brian Pauladded GL_NV_point_sprite entrypoints
2002-05-27 Brian Pauladded -axK to linux-icc CFLAGS
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
2002-05-27 Brian Pauladded GL_NV_point_sprite
2002-05-27 Brian Paulremoved experiemental GL_MESA_sprite_point extension
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-27 Brian Pauldispatch offsets for ARB_window_pos
2002-05-27 Brian Paulupdated vertex program dispatch
2002-05-27 Brian Paulupdated vertex program dispatch offsets to official...
2002-05-11 Keith Whitwellanother checkpoint of struct immediate replacement...
2002-05-09 Brian PaulMinor change to current raster position and texcoords.
2002-05-09 Keith WhitwellFix FETCH(argb1555) mask values
2002-05-06 Brian Paulremove -xK flag from linux-icc
2002-05-05 Brian Pauladded linux-icc config (Marc.Dietrich)
2002-05-02 Alan Hourihaneremove test code
2002-05-02 Alan HourihaneglutSwapBuffers implicitly does a glFinish when swappin...
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-26 Brian Paulreplaced GLshort with GLushort in _mesa_sizeof_packed_t...
2002-04-26 Brian Pauladded GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParamete...
2002-04-25 Brian Pauladded GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParamete...
2002-04-24 Brian Paultest mapsize against 1, not 0 in glPixelMap()
next