mesa.git
2000-05-07 Brian Paulmore error reporting
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 GL_HAS_GLEXT
2000-05-04 Brian Pauladded a bunch of missing token values
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 Pauladded GL_EXT_histogram
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-05-03 Brian Paulfixed backslash typo in sunos configs
2000-05-03 Brian Paulfixed tar file list of widget files
2000-05-03 Brian Paulremoved glxdpyinfo
2000-05-03 Brian PaulRemoved. Use glxinfo instead.
2000-05-02 Brian Paulremoved all DRI-isms
2000-04-24 Brian Paulremoved extra /
2000-04-22 Brian Paulmore error checking. Query GLX client vendor string
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-19 Brian Pauladded GLX_EXT_import_context, 1.3 misc 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 PaulGL_SGI_color_table info
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-15 Brian Pauladded GL_NV_texgen_emboss
2000-04-15 Brian Pauladded some missing NV token values
2000-04-15 Brian Paulmore clean-up
2000-04-15 Brian Paulversion 8, added GL_EXT_texture_cube_map
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 Paullots of clean-up, added d/s keys
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 Paulremoved bogus GL_ALLOW_DRAW_SPN_HINT_PGI token
2000-04-10 Brian Pauladded missing 1.3 token values, added glXGetFBConfigs...
2000-04-10 Brian Paulfixed visual selection and reporting results
2000-04-10 Brian Paulfixed GL_PGI_misc_hints identifiers
2000-04-09 Brian Paulremoved a printf
2000-04-08 Brian Pauladded GL_EXT_color_matrix extension
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Paulinitial check-in
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture
2000-04-07 Brian Pauladded pixel texture extension info
2000-04-07 Brian Pauladded pixeltex demo
2000-04-07 Brian Paulinitial check-in
2000-04-07 Brian Pauladded pixeltex.c
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-07 Brian Paulfixed a typo
2000-04-07 Brian Paulversion 7 check-in
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-06 Brian Paulsilenced warnings
2000-04-06 Brian Paulsilenced a bunch of warnings
2000-04-05 Brian Paulnew arguments to XMesaCreateVisual()
2000-04-05 Brian Pauladded some casts
2000-04-05 Brian Pauladded extern for gl_fog_coord_stage
2000-04-05 Brian Paulremoved unused vars
2000-04-05 Brian Paulfixed compiler warnigns
2000-04-05 Brian Pauladded missing braces in initializers
2000-04-05 Brian Paulupdated to version 6
2000-04-05 Brian Paulminor clean-ups, renaming
2000-04-04 Brian Pauladded version number
2000-04-04 Brian Paulchanged a comment
2000-04-04 Brian Pauladded copyright info
2000-04-04 Brian Paulupdated for Mesa 3.3
2000-04-04 Brian Paulmore GL_HP_occlusion_test work
2000-04-04 Brian Pauluse BCOPY macro on FreeBSD
2000-04-03 Brian Paulminor clean-ups
2000-04-01 Brian Pauladded GL_HP_occlusion_test items
2000-04-01 Brian Pauladded occlude demo
2000-04-01 Brian Paulinitial check-in
2000-04-01 Brian Paulchanges for GL_HP_occlusion_test
next