GL_SGI_texture_color_table extension (Eric Plante)
[mesa.git] / src / mesa / swrast /
2003-01-21 Brian PaulGL_SGI_texture_color_table extension (Eric Plante)
2003-01-21 Brian PaulGL_ATI_texture_env_combine3 extension
2003-01-20 Brian Paulfix an assertion
2003-01-20 Brian Pauluse COPY_CHAN4 macro
2003-01-20 Brian Pauluse R/G/B/ACOMP indexes (Evgeny Kotsuba)
2003-01-20 Brian Paulfix IBM CPP warning (Evgeny Kotsuba)
2003-01-16 Brian Paulanother fix for glDrawPixels + clipping
2003-01-15 Brian Paulfix glDrawPixels hang when clipping
2003-01-14 Brian Paulfragment program execution
2003-01-14 Brian PaulFirst batch of code for GL_NV_fragment_program.
2002-12-18 Brian Paulcomment changes
2002-12-05 Brian Paulproperly handle very wide images
2002-12-05 Brian Paulclean-ups, comments
2002-11-28 Brian Paulmask is always non-null in write_rgba_pixels and write_...
2002-11-26 Brian Pauladded missing call to _mesa_write_mono_alpha_span()
2002-11-26 Brian Paulfixed bad clear value
2002-11-25 Brian Paulset default texcoords for glBitmap/glDrawPixels
2002-11-15 Brian Paulmore clean-ups
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-13 Brian Paultemplate code for span functions for flat, memory-based...
2002-11-13 Brian Paulmoved function declaration into the template, define...
2002-11-13 Brian Pauladded comments about NULL mask parameter to span-write...
2002-11-13 Brian Pauloptimized color buffer clear fallback (use mono-color...
2002-11-12 Brian Paulapply scale factor before clapping for DOT3
2002-11-09 Brian Paulfix float->int Z calculation in _mesa_span_default_z()
2002-11-09 Brian Paulfix one-bit error in float->int Z calculation
2002-10-30 Brian Paulremove some stray debug/abort code
2002-10-30 Brian Pauldon't call abort()
2002-10-30 Brian Pauls/printf/_mesa_printf/
2002-10-30 Brian Pauls/BZERO/_mesa_bzero/
2002-10-29 Brian Paulupdated email addresses
2002-10-28 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-24 Brian PaulHeader file clean-up:
2002-10-21 Brian PaulGL_ATI_texture_mirror_once extension (Ian Romanick)
2002-10-21 Brian Pauldoxygen comments (Klaus Niederkrueger)
2002-10-18 Karl SchultzAdd casts to quiet compiler warnings.
2002-10-18 Brian Paulfix bug in GL_MIRRORED_REPEAT_ARB (Ian Romanick)
2002-10-17 Brian Paulpatches from Gerk Huisma for float-channel rendering
2002-10-11 Brian Paulinit swrast->CurrentBuffer
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-08 Brian Paulfinally get rid of ctx->Texture._ReallyEnabled field
2002-10-04 Karl Schultzremove const storage class specifier for the decl of...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-10-04 Brian Paulmultiple GL_POINTS can now be rendered together into...
2002-10-02 Brian Paulfinished up GL_EXT_stencil_two_side
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulmerge gl_texture_image RowStride from DRI 4.0.4
2002-09-21 Brian PaulGL_MESA_pack_invert
2002-09-21 Brian Paulupdates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_st...
2002-09-17 Brian Paulpull-in changes from DRI/Mesa-4.0.4
2002-09-16 Brian Paulfixed _mesa_generate_mipmaps() target problem
2002-09-06 Brian PaulGL_EXT_stencil_two_side extension, not 100% complete...
2002-08-07 Brian Paulre-check-in - something didn't work on the previous...
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-30 Brian Paulblending fixes for CHAN_TYPE==GL_FLOAT (Gerk Huisma)
2002-06-26 Brian Paulfix CHAN_TYPE==GL_FLOAT compile problem
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-05-27 Brian Paulreplaced experimental MESA_sprite_point with NV_point_s...
2002-05-02 Brian PaulImplemented GL_ARB_texture_env_crossbar.
2002-04-20 Brian Paulfixed Width/Height cut&paste typo
2002-04-19 Jose FonsecaAdded min and max blend functions.
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Jose FonsecaMMX add blending function added.
2002-04-19 Jose FonsecaMMX modulate belding function added.
2002-04-19 Brian Paulremoved a stray debug printf
2002-04-19 Brian Paulcasts to fix GLint/GLuint mismatches
2002-04-18 Brian Paulrestored writeAll = GL_FALSE test/assignment
2002-04-12 Brian Paulfixes for corrected GL_DOT3_RGB[A]_EXT token values
2002-04-12 Brian Paulupdated a few comments
2002-04-12 Brian PaulKlaus Niederkrueger's latest changes: use INIT_SPAN...
2002-04-10 Brian Paulnew MMX blend code (Jose Fonseca)
2002-04-04 Brian PaulTexture combine alpha subtraction was wrong. Fixed...
2002-04-04 Brian Pauluse NULL lambda array for pixel texture
2002-04-04 Brian Paulfixed 16 bit/channel problem in blend_modulate()
2002-04-04 Brian Paulfixed 16/32-bit channel problems in CopyColor[Sub]Table()
2002-04-04 Brian Paulblend_add() modified for GLfloat channels
2002-04-02 Brian Paulmore blending updates from Jose
2002-04-02 Brian Paulfaster blending (Jose Fonseca)
2002-03-28 Brian Paulreset span.end to zero after rendering the span
2002-03-27 Brian Paulfixed inequality in an assertion
2002-03-25 Brian Paulremoved a bad assertion
2002-03-23 Brian PaulTest implementation of proposed GL_EXT_shadow_funcs...
2002-03-19 Brian PaulUse MESA_PBUFFER_ALLOC/FREE macros to allocate all...
2002-03-19 Brian Paulfix Intel C compiler warnings (Gerk Huisma)
2002-03-16 Brian PaulNew mipmap lambda calculation. Previously, trilinear...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-14 Brian Paulfixed pointer arithmetic error in glCopyPixels
2002-03-08 Brian Paulnew assertions, use INLINE macro (Klaus Niederkrueger)
2002-03-01 Brian Paulsilence gcc warnings (Marc La France)
2002-02-17 Brian PaulUpdated 1D/3D/cube mipmapping code to work like the...
2002-02-17 Brian PaulSimplified fog code.
2002-02-17 Brian Pauldon't include s_fog.h
2002-02-17 Brian PaulLots of improvements in the 2D texture sampling code...
2002-02-17 Brian PaulOptimized the interpolate_texcoords() function:
2002-02-16 Brian Paulremoved dead code
2002-02-15 Brian PaulFinished up GL_ARB_depth_texture and GL_ARB_shadow.
2002-02-15 Brian PaulGL_ARB_window_pos fog fix
next