summaryrefslogtreecommitdiff
path: root/src/mesa/swrast
AgeCommit message (Expand)Author
2003-07-26VC 6 Project FileKarl Schultz
2003-07-24if texture color table is enabled, use the color table's format to evaluate t...Brian Paul
2003-07-23fix GL_SGI_texture_colortable bugsBrian Paul
2003-07-22Implement debugger callback, etc for vertex programs. Misc clean-ups.Brian Paul
2003-07-21Initial implementation of GL_MESA_program_debug - a vertex/fragment programBrian Paul
2003-07-03Implemented GL_ARB_texture_non_power_of_two (except for auto mipmap generation).Brian Paul
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-13Implemented GL_ARB_occlusion_query (not 100% finalized).Brian Paul
2003-06-10fixes for x86 buildsBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-05-10initialize condition codes before running programBrian Paul
2003-05-01Use ctx->Const.MaxTextureImageUnits and MaxTextureCoordUnits in more places.Brian Paul
2003-04-21remove unneeded fragment program testBrian Paul
2003-04-21fix DDX, DDY instructions (probably not finished though)Brian Paul
2003-04-21Implemented GL_EXT_depth_bounds_test.Brian Paul
2003-04-14fix depth texture tex env bug (#719903)Brian Paul
2003-04-11Some groundwork for GL_ARB_vertex/fragment_program.Brian Paul
2003-04-08Added ctx->Texture._EnabledCoordUnits bitfield.Brian Paul
2003-04-05fragment program named constants and named program parameters basically work nowBrian Paul
2003-03-25replace _mesa_ prefix with _swrast_, remove s_histogram.[ch]Brian Paul
2003-03-19 Committing in .Jouk Jansen
2003-03-19Rewrite of fragment program named parameters, constants, etc. Not done.Brian Paul
2003-03-16Store partial derivative values in sw_span structure.Brian Paul
2003-03-16use TEX_UNIT_LOOP macro to coalesce some codeBrian Paul
2003-03-16clean-ups, re-org in preparation for fragment program workBrian Paul
2003-03-15Fix up some fragment program texture enable issues.Brian Paul
2003-03-14Clean-up of parser error handling/reporting.Brian Paul
2003-03-14include macros.hBrian Paul
2003-03-04fix GLchan=GLfloat problemsBrian Paul
2003-03-04added _mesa_inv_sqrtf() and INV_SQRTF() (Josh Vanderhoof)Brian Paul
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2003-02-28minor typoBrian Paul
2003-02-28fix GLchan==GLfloat bug in solve_plane_chan (bug 694546)Brian Paul
2003-02-27fix a cast (bug 694546)Brian Paul
2003-02-27fix compilation warnings on WindowsKarl Schultz
2003-02-27fix float color interpolation (bug 694461)Brian Paul
2003-02-25pass the instruction to store_vector4(). implement KIL.Brian Paul
2003-02-25casts to silence g++ warningsBrian Paul
2003-02-23Move span stuff from swrast.h to s_context.h (it's private).Brian Paul
2003-02-21use IROUND to convert depth values from float to int (bug 690728)Brian Paul
2003-02-21fix zoom/clipping bug 689964Brian Paul
2003-02-17fixed bad zoomed.zStep assignment (bug 687811)Brian Paul
2003-02-17Implement parsing of texture instructions and prototype execution.Brian Paul
2003-02-06replace | with & (Laurent Desnogues)Brian Paul
2003-01-28move ltor computationBrian Paul
2003-01-26Make GL_SGI_texture_color_table work per-texture unit.Brian Paul
2003-01-25optimize compute_coveragef (Evgeny Kotsuba)Brian Paul
2003-01-22improved solve_plane_chan() (Evgeny Kotsuba)Brian Paul
2003-01-21GL_SGI_texture_color_table extension (Eric Plante)Brian Paul