mesa.git
2001-03-11 Gareth HughesClean up install, restore for exec vtxfmts.
2001-03-11 Gareth HughesSupport for swappable tnl modules.
2001-03-10 Gareth HughesAdd a couple of missing functions.
2001-03-09 Gareth HughesMore generic vtxfmt template, useful for creating neutr...
2001-03-08 Brian Paulfixed RBGA ifdef typo
2001-03-08 Brian Pauldo fog interpolation if INTERP_FOG is defined, not...
2001-03-08 Brian Paulprocessed by indent to improve readability
2001-03-08 Brian Paulchanged bincoeff var to GLfloat, fixes bug introduced...
2001-03-08 Brian Paultest 16-bit/channel rendering
2001-03-08 Brian PaulMore g++ warning fixes. Fixes for CHAN_BITS==16, it...
2001-03-07 Brian Pauladded an assertion in the init code, just to be safe
2001-03-07 Jon TaylorMisc build fixes
2001-03-07 Gareth HughesAdd missing copy in _mesa_noop_Color4fv().
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-07 Brian Paul_MinMagThresh[] should be GLfloat
2001-03-07 Brian Pauladded some casts in the 16-bit GLchan macros, just...
2001-03-07 Brian Pauladded Driver.BlendColor() function, for completeness
2001-03-05 Brian Paulfixed segfaults when tex unit 1 enabled, but not unit...
2001-03-05 Brian Pauladded missing ASSERT_OUTSIDE_BEGIN_END_AND_FLUSH()...
2001-03-05 Keith WhitwellDO_POINT renamed DO_POINTS
2001-03-05 Keith WhitwellChanges for ffb
2001-03-05 Keith WhitwellFix typo
2001-03-05 Brian PaulGL_EXT_secondary_color test
2001-03-05 Brian PaulGL_EXT_fog_coord test
2001-03-05 Keith WhitwellAdd missing cases for viewport transform. Remove INVAL...
2001-03-05 Brian Paulreplaced gl_test_os_katmai*() with _mesa_test_os_katmai*()
2001-03-03 Brian Paulmore clean-ups
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paulmore namespace clean-ups
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-03-03 Brian Pauloptimized lambda calculation (Klaus Niederkrueger)
2001-03-03 Brian Paulchanged AlphaFunc() ref from GLclampf to GLchan
2001-03-02 Brian Paulfixed _mesa_getenv() weirdness
2001-03-01 Brian Paulfixed mistake in alpha buffer clear test
2001-03-01 Keith WhitwellUncomment some defaults.
2001-03-01 Keith WhitwellBugfixes for vertex format, templates
2001-03-01 Brian Pauladded s/w alpha buffer clearing
2001-02-28 Brian Paulremoved some bogus error checks
2001-02-28 Brian PaulNow there's four possible display modes:
2001-02-28 Keith WhitwellTemplates are in working order.
2001-02-28 Brian PaulGLvisual inside GLframebuffer is no longer a pointer...
2001-02-27 Brian Paulfixed glitches in error checking of imaging extensions
2001-02-27 Brian Paulsignal _NEW_TEXTURE in all teximage functions
2001-02-27 Brian Pauladded fog coord clamping
2001-02-27 Brian Paulcolortable w/ size=0 wasn't handled correctly
2001-02-27 Keith WhitwellInitialize Line._Width
2001-02-27 Brian Paulmore tweaks
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-26 Brian Paulfixed extension checking in _mesa_BlendEquation()
2001-02-26 Brian Pauladded filtering option, compute shadow tex size from...
2001-02-26 Brian Paultiny change to a gl_problem() call
2001-02-26 Brian Pauladded a cube map error check
2001-02-26 Brian Paulbilinear sampling of depth textures
2001-02-24 Keith WhitwellTemplate work
2001-02-23 Brian Paulanother fix in _mesa_stencil_and_ztest_pixels() for...
2001-02-23 Brian Paulfixed bug in _mesa_stencil_and_ztest_pixels() found...
2001-02-22 Brian Paulimprovements to regions_overlap() function
2001-02-22 Brian Paulremoved some bogus code
2001-02-22 Jouk Jansen Committing in .
2001-02-21 Brian Paulfixed GL_LUMINANCE_ALPHA bug in fetch_2d_texel()
2001-02-20 Keith WhitwellAdded GLvector4chan type, removed lots of CHAN_TYPE...
2001-02-20 Brian Paulmore 3.5 updates
2001-02-20 Brian Pauladded extension #ifdef/#endifs
2001-02-20 Brian Pauladded shadow extensions
2001-02-20 Brian Pauladded shadowtex
2001-02-20 Brian Pauldemo of GL_SGIX_shadow
2001-02-20 Brian PaulImplemented GL_SGIX_shadow and GL_SGIX_shadow_texture.
2001-02-19 Brian Paulplug in fallback teximage DD functions
2001-02-19 Brian PaulUpdated Driver.CopyTexImage[12]D and Driver.CopyTexSubI...
2001-02-19 Brian Pauladded a bunch of extensions (Ray Tice)
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-17 Brian Pauladded MESA_GLX_FORCE_CI env var (useful for conformance...
2001-02-17 Brian PaulWork in glGetTexImage() to return GL_COLOR_INDEX images.
2001-02-16 Brian Paulmoved depth/index/stencil span packing into image.c
2001-02-16 Brian Pauladded n-key to toggle nice fog, other minor clean-ups
2001-02-16 Keith WhitwellFix state bitmasks for invalidating line,tri,point...
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-16 Keith WhitwellFixed conform problems with recent material tracking...
2001-02-15 Brian Paulminor scissor optimizations (Klaus Niederkrueger)
2001-02-15 Keith WhitwellFix propogation of material values in VB's that don...
2001-02-14 Brian Paulfixed a CI-mode spot light conformance failure, but...
2001-02-14 Brian Paulupdated with 3.4 and 3.4.1 entries
2001-02-14 Brian Paulremoved a misplaced _mesa_logicop_ci_span() call
2001-02-13 Brian Paulfixed a CI mode segfault, minor clean-ups
2001-02-13 Brian Paulfixed an assertion
2001-02-13 Brian Paulfixed a few CI mode span bugs and a dither bug
2001-02-13 Brian Paulfixed bug in gl_validate_all_lighting_tables() found...
2001-02-13 Brian Paulremoved bogus assertions
2001-02-13 Brian Paulgl_error clean-ups
2001-02-13 Brian Paulfixed GL_SET bug
2001-02-12 Brian Pauladded debug assertions to be sure drivers initialize...
2001-02-12 Brian Pauladded ctx->Driver.ResetLineStipple, misc clean-up
2001-02-12 Brian Paulfixed RGB over/underflow bug for tiny triangles (bug...
2001-02-09 Brian Paulminor updates to sync w/ XFree86 changes
2001-02-09 Brian Paulminor changes from XFree86 (dawes)
2001-02-09 Jouk Jansen Committing in .
2001-02-08 Brian Paulfixed bytesPerValue bug in OSMesaGetDepthBuffer()
2001-02-08 Brian Paulfixed bugs in _mesa_clear_depth_buffer(), bug #131366
2001-02-07 Brian PaulGLchan fixes
next