1486 Commits (4e3e9ac8fb033cad54a02062d40346d6a14c4acc)
 

Author SHA1 Message Date
  Keith Whitwell 23caf20169 Move the transform and lighting code to two new directories 24 years ago
  Jon Taylor 1795166732 Small compile fix 24 years ago
  Brian Paul 0a82c75eab added includes to silence warnings 24 years ago
  Brian Paul 24a32627d9 Replaced ctx->Point.Size with ctx->Point._Size 24 years ago
  Brian Paul 30971cd098 rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthographic projection are handled correctly 24 years ago
  Brian Paul 4fae0260a6 more Driver.Color, Driver.Index updates 24 years ago
  Brian Paul f930330d5f removed unused set_color() and set_index() functions 24 years ago
  Brian Paul c19d783e07 Removed Driver.Color() and Driver.Index() functions. 24 years ago
  Keith Whitwell 1e1aac034c Cleanup of derived state calculation prior to seperating software T&L 24 years ago
  Brian Paul 6b8ae62d6b removed unused var 24 years ago
  Brian Paul a2c4c98023 bumped version to 3.5 24 years ago
  Brian Paul d45fdeae35 fixed another texImage mistake in _mesa_GetTexImage() 24 years ago
  Jon Taylor dd11e7664d * Updated the autoconf/automake/libtool build system 24 years ago
  Brian Paul 7351049dba init WrapR to GL_REPEAT mode 24 years ago
  Brian Paul e7f55e76db removed tr_attrib.c 24 years ago
  Brian Paul bc58b7b409 latest sources from Loki 24 years ago
  Brian Paul b5012e1ee1 replaced _NEW_IMAGING with _NEW_PIXEL 24 years ago
  Brian Paul df37d5f2db replaced s_imaging.h with s_histogram.h 24 years ago
  Brian Paul 8a9507442a renamed imaging files to histogram since that's what's inside 24 years ago
  Brian Paul 78bb78d1c3 renamed to histogram 24 years ago
  Brian Paul ba41b8afb1 minor changes to silence compiler warnings 24 years ago
  Brian Paul 6c4268204b removed old TexImage() and TexSubImage() functions 24 years ago
  Brian Paul db6aa58267 patched to silence compiler warnings (Martin Lindhe) 24 years ago
  Brian Paul 8e3366fda7 restored call to _mesa_select_tex_image() in _mesa_GetTexImage() 24 years ago
  Brian Paul 3d960a0d84 GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann) 24 years ago
  Brian Paul 71be653edc updated with bug fix from 3.4 branch 24 years ago
  Brian Paul 5605385194 fixed mipmap setup bug 24 years ago
  Keith Whitwell 14425aeca1 fixed very obvious fog bug 24 years ago
  Brian Paul 7298e71360 adjust x/y/zoffset parameters to fill_texture_image() by texture border width 24 years ago
  Brian Paul 2d595d7020 test ctx->RenderMode in chooser functions 24 years ago
  Brian Paul 8d915cb6fb test ctx->RenderMode in chooser functions, removed dead code 24 years ago
  Brian Paul 4f3e7cd3cf added a setup function for selection/feedback 24 years ago
  Brian Paul 8fa6b363db added buffer test to xmesa_choose_point(), fixes X protocol error 24 years ago
  Jouk Jansen 790ea3dc7f Committing in . 24 years ago
  Brian Paul 861ca519ab removed obsolete VB vars 24 years ago
  Brian Paul b2ad0754b0 added swrast/s_aaline.c 24 years ago
  Brian Paul 0070d398d1 hooked in new AA line code, minor clean-up 24 years ago
  Brian Paul 7798374e47 New implementation of antialiased lines. Mesa should now pass the remaining 24 years ago
  Keith Whitwell 14940c4ffe - Changes for new software rasterizer modules 24 years ago
  Keith Whitwell 1e885f6e6c Reworked to use the new software rasterizer. Optimized line/tri functions 24 years ago
  Keith Whitwell ec0585883a Use the new software rasterizer. Reworked optimized line,tri,point 24 years ago
  Keith Whitwell cd03ed4f54 Reorganized software rasterizer as a module which manages its own state, 24 years ago
  Keith Whitwell 7c20642b10 A new module to provide RasterSetup and advanced triangle/line/point 24 years ago
  Keith Whitwell c6f348cbc9 Lots of changes: 24 years ago
  Brian Paul a190221f70 update to GL_MESA_trace extension enums 24 years ago
  Brian Paul 8e4fa8c3e6 MESA_trace extension (Loki) 24 years ago
  Brian Paul 44bd53f259 added GL_MESA_packed_depth_stencil extension 24 years ago
  Brian Paul fcb23bbd6e GL_MESA_packed_depth_stencil extension spec 24 years ago
  Brian Paul 75d7425061 added some missing backslashes 24 years ago
  Gareth Hughes 5f5632c424 Change transformation from ortho to perspective so we get the MGA elt 24 years ago