Call UpdateMaterial() unconditionally on GL_COLOR_MATERIAL state change
[mesa.git] / src / mesa / swrast /
2004-01-23 Brian PaulInitial support for floating point and signed texture...
2004-01-14 Brian Pauladded blurb about NVIDIA extensions
2004-01-13 Karl Schultzadd cast to quiet compiler warning
2003-12-15 Brian Paulfix GL_MIN/MAX w/ glBlendFuncSeparate bug (Ian Romanick)
2003-12-13 Karl RascheProblem computing specular value in OPCODE_LIT - pulled...
2003-12-13 Brian Paulinit vars to silence warnings
2003-12-09 Brian PaulUpdate NEED_SECONDARY_COLOR macro to test if either...
2003-12-05 Brian PaulFix a front/back CopyPixels glitch.
2003-12-04 Brian PaulPort over changes from XFree86/Mesa 5.0.2, mostly to...
2003-11-25 Brian Paulcurrent raster color index should be GLfloat
2003-11-22 Brian Paulpass ctx to fetch_vector4_deriv()
2003-11-21 Brian Paulfix some bugs in computation of DDX, DDY commands
2003-11-19 Karl RascheInitial checkin of new ARB_frag/vertex program parser
2003-11-18 Brian Pauladded missing <type> error checking in read_index_pixels()
2003-11-12 Brian PaulVille Syrjala's logic op patch
2003-10-22 Kendall BennettMore SciTech SNAP updates. Some of these files didn...
2003-10-21 Kendall BennettUpdates to SSE assembler support for Open Watcom
2003-10-11 Brian Pauldon't use color table's format to determine texture...
2003-10-10 Brian Paulremove bogus _swrast_texture_table_lookup() call (Eric...
2003-10-09 Kendall BennettAdded missing #undef SPAN_VARS to swrast/s_spantemp.h
2003-10-08 Kendall BennettMore SciTech SNAP specific changes to glheader.h. Also...
2003-10-02 Kendall BennettFixed bugs in Mesa software span rendering for color...
2003-09-19 Brian PaulAssorted casts to silence g++ warnings.
2003-09-19 Karl SchultzAdd include for context.h to define NEED_SECONDARY_COLOR.
2003-09-19 Karl SchultzMake binary - even though this is a text file, common...
2003-09-18 Brian PaulMove away from using the ctx->_TriangleCaps bitfield.
2003-09-18 Brian Pauls/_backface_sign/_BackfaceSign/
2003-09-18 Karl SchultzAdd casts to prevent double->float conversion compiler...
2003-09-17 Brian Paulchanged a comment
2003-09-17 Brian Paulmove a comment
2003-09-04 Brian Paulimplement SWZ and TXB. some code clean-up
2003-09-04 Brian PaulAdded new opcodes for ARB_fragment_program, like ABS...
2003-09-02 Ian RomanickAdded support for EXT_texture_mirror_clamp and the...
2003-08-31 Brian Paulalways assign texcoord[i][3] to silence valgrind
2003-08-31 Brian Paulupdate parameter indexing
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)
next