recover from offset=? condition
[mesa.git] / src /
2000-05-11 Brian Paulrecover from offset=? condition
2000-05-10 Brian Paulfixed PB bugs, removed MutablePixels, MonoPixels from...
2000-05-10 Brian Paulmore GL_EXT_convolution work
2000-05-09 Brian Paulremoved printf
2000-05-07 Brian PaulAdded point UserSize, cleaned up point drawing code
2000-05-07 Brian PaulErr, initial code for GL_EXT_convolution, not histogram
2000-05-07 Brian Paulinitial code for GL_EXT_histogram extension
2000-05-05 Brian Paulfixed glDrawBuffer(GL_NONE) bug
2000-05-05 Brian Paulreplaced buggy fxDDReadRGBAPixels() with read_R5G6B5_pi...
2000-05-05 Brian Paultoggle DD_LINE_SMOOTH in GL_LINE_SMOOTH case
2000-05-05 Brian Pauladded check for tmuRam==4 for Voodoo2 (Bernd)
2000-05-05 Brian Paulfixed the nested extern warning
2000-05-04 Brian PaulEnvMode GL_BLEND and tex invalidate changes from Daryll
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-05-04 Brian Paulconditionally include some fields in the context struct...
2000-05-04 Brian Paulmade fxMesaCurrentCtx static
2000-05-04 Brian Paulremoved software alpha flag from GLvisual struct
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-22 Brian Paulcall _mesa_initialize_context()
2000-04-22 Brian Pauladded _mesa_initialize_buffer/visual()
2000-04-22 Brian Paulremoved old profiling code
2000-04-20 Brian Paulupdated RENDERER version
2000-04-20 Brian Paulminor clean-up
2000-04-19 Keith WhitwellUse smooth shaded triangles always. Fix SoF bug.
2000-04-19 Brian Paulminor clean-up
2000-04-18 Brian Paulmore color table and imaging work
2000-04-17 Keith WhitwellNew clipping to avoid division by zero bug.
2000-04-17 Brian Pauldynamically allocate color table data, uses less memory
2000-04-17 Brian Paulwork on GL_SGI_color_table
2000-04-15 Brian Pauladded a comment about FP overflows
2000-04-15 Brian Paulcleaned up whitespace
2000-04-15 Brian Paulminor updates
2000-04-15 Brian Paulwrapper for grTexLodBiasValue()
2000-04-14 Brian Paulapplied Bernd's changes to useBGR code
2000-04-14 Jouk Jansen Committing in .
2000-04-13 Brian Paulapplied Keith's fix for the Loki ice bug
2000-04-12 Brian Paulmore work on GL_SGI_color_table, pixel transfer code...
2000-04-12 Brian Paulmore GL_SGI_color_table extension work
2000-04-11 Brian Paulrenamed alpha buffer functions
2000-04-11 Brian Paulrenamed stencil functions
2000-04-11 Brian Paulfixed duplicate variable problem
2000-04-11 Brian Paulsilenced warnings in FX_grSstPerfStats()
2000-04-11 Brian Paulfixed bug in XF86 writeRegionClipped()
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
2000-04-11 Brian Paulinitial work on GL_SGI_color_table extension
2000-04-11 Brian Paulfixed stride problem in read_R5G6B5_span
2000-04-10 Brian Pauladded some more functions
2000-04-10 Brian Pauladded glXGetFBConfigs(), fixed glXChooseFBConfig()
2000-04-10 Brian Paulfixed GL_PGI_misc_hints identifiers
2000-04-09 Brian Paulremoved a printf
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture
2000-04-07 Brian Pauladded pixeltex.c
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-07 Brian Paulsilenced a warning
2000-04-07 Brian Paulnew read_R5G5B5_span() function
2000-04-07 Brian Paulinitial histogram and min/max work
2000-04-06 Holger Waechtleradded CONCAT(x,y) macro in NASM/MASM section
2000-04-05 Brian Paulnew arguments to XMesaCreateVisual()
2000-04-05 Brian Pauladded extern for gl_fog_coord_stage
2000-04-05 Brian Paulminor clean-ups, renaming
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-04-01 Brian Paulchanges for GL_HP_occlusion_test
2000-03-31 Brian Paulfixed mistake in glXGetConfig(GLX_VISUAL_CAVEAT_EXT)
2000-03-31 Brian Paulmask/disable stencil/accum clears in fxDDClear()
2000-03-31 Brian Paulclean-up of info messages
2000-03-31 Brian Paulfixed Voodoo1/2/ stride problem in fxDDReadPixels()
2000-03-31 Brian Paulmisc clean-up
2000-03-31 Brian Pauladded more debugging code
2000-03-31 Brian Pauladded rest of GLX_EXT_visual_rating extension
2000-03-31 Brian Paulminor tweak to GLX_VISUAL_CAVEAT_EXT query
2000-03-31 Brian Paulupdates for separate R/G/B/A accum buffer sizes
2000-03-31 Brian Pauladded _mesa_create/destroy_visual()
2000-03-31 Brian Paulseparate R/G/B/A accum buffer size fields
2000-03-30 Brian Pauloptimized glReadPixels()
2000-03-30 Brian Paulimproved PrintTexture debug function
2000-03-30 Brian Paulfixed typos in generate_lookup_tables()
2000-03-30 Brian Paulfixed subtexture address calculation bug
2000-03-29 Brian Paulrenamed mesaStrDup() to str_dup()
2000-03-29 Brian Paulnew texture image download code
2000-03-29 Brian Paullots of new work
2000-03-29 Brian Paulchanges for single-copy textures
2000-03-29 Brian Pauladded missing GL_INTENSITY case in _mesa_components_in_...
2000-03-29 Brian Paulfixed some buffer clear bugs
2000-03-28 Randy FrankImplemented support for the HP occlusion test extension...
2000-03-27 Randy FrankUpdated to compile under Irix 6.5
2000-03-27 Brian Paulremoved tfxMipMapLevel's used and translate fields...
2000-03-27 Brian Pauladded _mesa_unconvert_teximage()
2000-03-27 Brian Paulput _mesa prefix on some functions
2000-03-27 Jon TaylorMinor fixups
2000-03-24 Brian Paulfixed a Driver.TexImage call typo, misc clean-up
2000-03-24 Brian Pauladded texutil.c source
2000-03-24 Brian Paulinitial check-in
2000-03-23 Brian Pauladded new texture image functions, minor clean-up
2000-03-23 Brian Pauladded some comments and new texture image functions
2000-03-23 Brian Paulreplaced decode_internal_format() with _mesa_base_tex_f...
2000-03-23 Brian Paulmore clean-up and rearranging
2000-03-22 Brian Paulminor tweaks
2000-03-22 Brian Pauladded Daryll's patches for texture alignment
next