added program.c plus minor fixes
[mesa.git] / src / mesa / swrast /
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
2002-02-15 Brian Pauluniformly pass texcoords as GLfloat [4]
2002-02-15 Brian Pauladded alternate glBitmap code (disabled)
2002-02-15 Brian Pauladded SPAN_SPEC flag in smooth_multitextured_line()
2002-02-15 Brian Paulfixed float->int conversion. Fix conditional for 16...
2002-02-14 Brian Paulminor clean-up
2002-02-12 Karl Schultzfix compiler warning (windows)
2002-02-06 Brian Pauladded an assertion, fix typo
2002-02-06 Brian Paulfixed typo in depth_test_pixels(), should fix reported...
2002-02-04 Brian PaulClean-up and remove dead code related to depth/stecil...
2002-02-02 Brian PaulConverted line drawing over to new span code, pb no...
2002-02-02 Brian Paulsw_span can now hold x/y arrays of fragment positions...
2002-01-31 Brian PaulClean-up and optimize alpha test code.
2002-01-30 Brian Pauldon't use affine/persp_textured_triangle funcs when...
2002-01-28 Brian PaulStill more texture/span simplification and clean-up.
2002-01-28 Brian PaulMore span improvements. Removed _mesa_write_monocolor_...
2002-01-28 Brian PaulMore span clean-up, mostly texture-related.
2002-01-27 Brian PaulLOTS of changes, building upon Klaus's work.
2002-01-21 Brian PaulKlaus's latest patches and some clean-up
2002-01-16 Brian Paulchanged PB (pixel buffer) to use texcoord[4] array
2002-01-16 Brian Paulset PB->haveSpec in line functions that emit specular...
2002-01-16 Brian Pauladded another test in regions_overlap() (Klaus)
2002-01-16 Brian Paullatest changes from Klaus
2002-01-15 Brian Pauladded some missing error checks
2002-01-12 Brian Pauldon't apply scissor box in read_fast_rgba_pixels()
2002-01-10 Brian PaulKlaus's latest patches: change texcoord[3] to texcoord...
2002-01-09 Brian Paulfixed GL_REPLACE / GL_RGB bug
2002-01-09 Brian Paultexture env color wasn't used correctly in GL_BLEND...
2002-01-08 Brian Paulwork-around for QNX compiler problem
2002-01-06 Brian Paulimplemented vertex program point size control
2001-12-19 Brian Paulfix a comment typo
2001-12-19 Brian Paulhave to clamp color+specular in _swrast_add_spec_terms_...
2001-12-18 Brian PaulReplace old matrix stacks with new code based on struct...
2001-12-17 Brian Pauladded some debug printfs (disabled)
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-12-14 Brian Paulvertex program check-in
2001-12-13 Brian Paulspecial case blend optmizations (Jeremy Fitzhardinge)
2001-12-05 Keith Whitwelladd inf and nan tests to swrast functions
2001-12-04 Brian Paulprototype implementation of GL_ARB_depth_texture, GL_AR...
2001-11-28 Brian Pauluse v2 color, not v0 in flat_ci_triangle()
2001-11-19 Brian PaulMore span rendering optimizations from Klaus Niederkrueger
next