added program.c plus minor fixes
[mesa.git] / src / mesa / swrast /
2003-08-30 Karl SchultzGenerate browse info for Debug version.
2003-08-30 Karl SchultzSilence compiler warnings about implicit casts or conve...
2003-08-29 Brian Pauls/GLuint/GLint/
2003-08-28 Brian PaulMove clamping of texture LOD bias to texture applicatio...
2003-08-28 Brian PaulAdded OpenGL 1.4's per-texture LOD bias.
2003-08-27 Jouk Jansen Committing in .
2003-08-23 Brian Paulindentation fix
2003-08-23 Brian PaulglDrawPixels(GL_DEPTH_COMPONENT) with glPixelZoom didn...
2003-08-23 Ian RomanickTrivial changes to add support for GL_ARB_point_sprite...
2003-08-17 Brian PaulRe-org of register files for vertex/fragment programs...
2003-07-26 Karl SchultzVC 6 Project File
2003-07-24 Brian Paulif texture color table is enabled, use the color table...
2003-07-23 Brian Paulfix GL_SGI_texture_colortable bugs
2003-07-22 Brian PaulImplement debugger callback, etc for vertex programs...
2003-07-21 Brian PaulInitial implementation of GL_MESA_program_debug - a...
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-13 Brian PaulImplemented GL_ARB_occlusion_query (not 100% finalized).
2003-06-10 Brian Paulfixes for x86 builds
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-10 Brian Paulinitialize condition codes before running program
2003-05-01 Brian PaulUse ctx->Const.MaxTextureImageUnits and MaxTextureCoord...
2003-04-21 Brian Paulremove unneeded fragment program test
2003-04-21 Brian Paulfix DDX, DDY instructions (probably not finished though)
2003-04-21 Brian PaulImplemented GL_EXT_depth_bounds_test.
2003-04-14 Brian Paulfix depth texture tex env bug (#719903)
2003-04-11 Brian PaulSome groundwork for GL_ARB_vertex/fragment_program.
2003-04-08 Brian PaulAdded ctx->Texture._EnabledCoordUnits bitfield.
2003-04-05 Brian Paulfragment program named constants and named program...
2003-03-25 Brian Paulreplace _mesa_ prefix with _swrast_, remove s_histogram...
2003-03-19 Jouk Jansen Committing in .
2003-03-19 Brian PaulRewrite of fragment program named parameters, constants...
2003-03-16 Brian PaulStore partial derivative values in sw_span structure.
2003-03-16 Brian Pauluse TEX_UNIT_LOOP macro to coalesce some code
2003-03-16 Brian Paulclean-ups, re-org in preparation for fragment program...
2003-03-15 Brian PaulFix up some fragment program texture enable issues.
2003-03-14 Brian PaulClean-up of parser error handling/reporting.
2003-03-14 Brian Paulinclude macros.h
2003-03-04 Brian Paulfix GLchan=GLfloat problems
2003-03-04 Brian Pauladded _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-28 Brian Paulminor typo
2003-02-28 Brian Paulfix GLchan==GLfloat bug in solve_plane_chan (bug 694546)
2003-02-27 Brian Paulfix a cast (bug 694546)
2003-02-27 Karl Schultzfix compilation warnings on Windows
2003-02-27 Brian Paulfix float color interpolation (bug 694461)
2003-02-25 Brian Paulpass the instruction to store_vector4(). implement...
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-02-23 Brian PaulMove span stuff from swrast.h to s_context.h (it's...
2003-02-21 Brian Pauluse IROUND to convert depth values from float to int...
2003-02-21 Brian Paulfix zoom/clipping bug 689964
2003-02-17 Brian Paulfixed bad zoomed.zStep assignment (bug 687811)
2003-02-17 Brian PaulImplement parsing of texture instructions and prototype...
2003-02-06 Brian Paulreplace | with & (Laurent Desnogues)
2003-01-28 Brian Paulmove ltor computation
2003-01-26 Brian PaulMake GL_SGI_texture_color_table work per-texture unit.
2003-01-25 Brian Pauloptimize compute_coveragef (Evgeny Kotsuba)
2003-01-22 Brian Paulimproved solve_plane_chan() (Evgeny Kotsuba)
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
next