1402 Commits (8aa019d2efcf0295beae51989fe4b419ca50ca17)
 

Author SHA1 Message Date
  Brian Paul baf3e77ee2 added some RENDER_START/RENDER_FINISH macros. Minor GLchan changes 25 years ago
  Jon Taylor 3c2e1022ed More auto* build fixes 25 years ago
  Brian Paul 189476f265 minor multi-tex changes, changed MAX_TEXTURE_UNITS to 4 25 years ago
  Brian Paul ce2733b7cc removed #include <tgmath.h> 25 years ago
  Keith Whitwell 2ac294e67f fix lvalue cast on ctx->swtnl_im 25 years ago
  Jon Taylor 1487b3ea3e * More work on the auto* build system 25 years ago
  Brian Paul a852378a62 Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars. 25 years ago
  Jon Taylor b12d8e3b0d Added GGI-style debugging harness to GGIGLUT. 25 years ago
  Gareth Hughes 54d7a74532 - Fix tnl/t_context.h inclusion. 25 years ago
  Brian Paul a13fab59ae added more programs 25 years ago
  Brian Paul ede37839ae test texture palettes with multitexture 25 years ago
  Brian Paul 9b5bb5939b Mark Kilgard's reflection/shadow dino demo 25 years ago
  Brian Paul 6b2eab1869 hacked demo to test multi-texture projective textures 25 years ago
  Jon Taylor 912d3a04c1 * Auto* build fixes 25 years ago
  Brian Paul 5a9026c65d Minor header file changes to silence warnings. 25 years ago
  Jouk Jansen 9e83e8c790 Committing in . 25 years ago
  Keith Whitwell 23caf20169 Move the transform and lighting code to two new directories 25 years ago
  Jon Taylor 1795166732 Small compile fix 25 years ago
  Brian Paul 0a82c75eab added includes to silence warnings 25 years ago
  Brian Paul 24a32627d9 Replaced ctx->Point.Size with ctx->Point._Size 25 years ago
  Brian Paul 30971cd098 rewrite of _mesa_win_fog_coords_from_z() so that both perspective and orthographic projection are handled correctly 25 years ago
  Brian Paul 4fae0260a6 more Driver.Color, Driver.Index updates 25 years ago
  Brian Paul f930330d5f removed unused set_color() and set_index() functions 25 years ago
  Brian Paul c19d783e07 Removed Driver.Color() and Driver.Index() functions. 25 years ago
  Keith Whitwell 1e1aac034c Cleanup of derived state calculation prior to seperating software T&L 25 years ago
  Brian Paul 6b8ae62d6b removed unused var 25 years ago
  Brian Paul a2c4c98023 bumped version to 3.5 25 years ago
  Brian Paul d45fdeae35 fixed another texImage mistake in _mesa_GetTexImage() 25 years ago
  Jon Taylor dd11e7664d * Updated the autoconf/automake/libtool build system 25 years ago
  Brian Paul 7351049dba init WrapR to GL_REPEAT mode 25 years ago
  Brian Paul e7f55e76db removed tr_attrib.c 25 years ago
  Brian Paul bc58b7b409 latest sources from Loki 25 years ago
  Brian Paul b5012e1ee1 replaced _NEW_IMAGING with _NEW_PIXEL 25 years ago
  Brian Paul df37d5f2db replaced s_imaging.h with s_histogram.h 25 years ago
  Brian Paul 8a9507442a renamed imaging files to histogram since that's what's inside 25 years ago
  Brian Paul 78bb78d1c3 renamed to histogram 25 years ago
  Brian Paul ba41b8afb1 minor changes to silence compiler warnings 25 years ago
  Brian Paul 6c4268204b removed old TexImage() and TexSubImage() functions 25 years ago
  Brian Paul db6aa58267 patched to silence compiler warnings (Martin Lindhe) 25 years ago
  Brian Paul 8e3366fda7 restored call to _mesa_select_tex_image() in _mesa_GetTexImage() 25 years ago
  Brian Paul 3d960a0d84 GL_BGR case was misplaced in _mesa_is_legal_format_and_type() (Jeff Hartmann) 25 years ago
  Brian Paul 71be653edc updated with bug fix from 3.4 branch 25 years ago
  Brian Paul 5605385194 fixed mipmap setup bug 25 years ago
  Keith Whitwell 14425aeca1 fixed very obvious fog bug 25 years ago
  Brian Paul 7298e71360 adjust x/y/zoffset parameters to fill_texture_image() by texture border width 25 years ago
  Brian Paul 2d595d7020 test ctx->RenderMode in chooser functions 25 years ago
  Brian Paul 8d915cb6fb test ctx->RenderMode in chooser functions, removed dead code 25 years ago
  Brian Paul 4f3e7cd3cf added a setup function for selection/feedback 25 years ago
  Brian Paul 8fa6b363db added buffer test to xmesa_choose_point(), fixes X protocol error 25 years ago
  Jouk Jansen 790ea3dc7f Committing in . 25 years ago