Commit Graph

4326 Commits

Author SHA1 Message Date
Brian Paul 33e13e78e9 added: touch widgets-sgi/depend 2000-07-18 14:31:59 +00:00
Brian Paul 936d240718 removed more redundant files from tar archive 2000-07-18 01:30:36 +00:00
Brian Paul 1e8b5f539e removed redundant configure file from tar list 2000-07-18 01:14:38 +00:00
Brian Paul fb0c3fccc0 changed version string to 3.2.1 2000-07-18 01:13:28 +00:00
Keith Whitwell a62875d20e Fix for gloss and sgl eval bugs. 2000-07-17 12:53:33 +00:00
Brian Paul d126c7f8d8 another tweak to optimized GL_RETURN code 2000-07-15 03:14:25 +00:00
Brian Paul 6fae9eb4b4 fixed AA sampling problem, misc clean-up 2000-07-15 03:13:43 +00:00
Brian Paul 3284b5ddba removed references to fx_regoff.h and fx_gen_regoff.c 2000-07-14 14:55:04 +00:00
Brian Paul f19cba049d Fixed pixel color problem in general_flat_rgba_line(). Added debug code 2000-07-14 14:04:07 +00:00
Brian Paul f8246e2fda added extra check to optimized GL_RETURN case 2000-07-14 04:15:37 +00:00
Brian Paul 7eb0603574 test for MESA_DEBUG = silent in gl_error(), misc clean-up 2000-07-14 04:13:40 +00:00
Brian Paul 4bb651306c replaced GL_CLIENT_ALL_ATTRIB_BITS with GL_ALL_CLIENT_ATTRIB_BITS 2000-07-13 17:45:13 +00:00
Brian Paul cc8e37ffb3 first bits of convolution code 2000-07-12 13:00:09 +00:00
Brian Paul 96943544ba allocate 1-larger knot array in explode_knot() (Mesa bug 104881) 2000-07-11 20:39:00 +00:00
Brian Paul fb88eeee9f use indirect context, added error checking 2000-07-11 16:05:29 +00:00
Brian Paul c4266ac71e reverted to old tessellator 2000-07-11 14:11:58 +00:00
Brian Paul f88602394d reverted to old tessellator (GLU 1.1) 2000-07-11 14:11:04 +00:00
Keith Whitwell f545e2aedd Fix for miscolored rects in display lists.
Forward-port stipple bugfix.
2000-07-10 13:22:01 +00:00
Keith Whitwell bdce2d3a19 test 2000-07-07 15:10:35 +00:00
Keith Whitwell a6ec029247 test 2000-07-07 15:02:18 +00:00
Keith Whitwell ad2ef3347f test 2000-07-07 14:59:32 +00:00
Keith Whitwell 56c760668a test 2000-07-07 14:57:47 +00:00
Keith Whitwell baf8bbe918 test 2000-07-07 14:56:22 +00:00
Keith Whitwell 9fbedc8773 test 2000-07-07 14:54:17 +00:00
Keith Whitwell 1de8f11705 test 2000-07-07 14:50:20 +00:00
Keith Whitwell a9c909df5b test 2000-07-07 14:46:31 +00:00
Keith Whitwell dd0b2b7f71 test 2000-07-07 14:44:38 +00:00
Keith Whitwell 7c7de76f82 test 2000-07-07 14:43:01 +00:00
Brian Paul a38e117fe6 changed MAX_WIDTH to 2048 to handle 2K textures 2000-07-05 22:40:30 +00:00
Brian Paul 6479a175e4 added texture cube map state save/restore 2000-07-05 22:26:43 +00:00
Brian Paul 08b082ae1a Holger's fixes for GL_EXT_texture_env_combine 2000-07-05 16:14:24 +00:00
Brian Paul ae01d0837d added GL_ARB_texture_cube_mapping and GL_EXT_texture_env_combine 2000-07-05 16:05:44 +00:00
Brian Paul 595fce04f6 added histogram sink test 2000-06-30 22:19:41 +00:00
Brian Paul 6c50e16b3d initialize some color table scale/bias factors 2000-06-30 22:11:04 +00:00
Brian Paul c29714dccb enabled GL_POST_CONVOLUTION_COLOR_TABLE 2000-06-30 22:09:47 +00:00
Brian Paul 20df8f5f92 NeedEyeCoords if non-uniform scale transform 2000-06-30 14:14:37 +00:00
Brian Paul fd9f740045 fixed GL_ONE_MINUS_CONSTANT_ALPHA bug (geza) 2000-06-29 22:06:22 +00:00
Brian Paul 86586aa6f9 added GL_TABLE_TOO_LARGE to gl_error() 2000-06-29 18:55:52 +00:00
Brian Paul 0dc5edf3ae several colortable fixes 2000-06-29 18:54:29 +00:00
Brian Paul f174cda80c minor update 2000-06-29 14:31:31 +00:00
Brian Paul c535ba5a10 don't add light's ambient color to BaseColor in gl_update_lighting() 2000-06-29 04:56:30 +00:00
Brian Paul ae41a955fb add separate specular color support in multitextured_rgba_points() 2000-06-28 23:11:10 +00:00
Brian Paul 36b303f15d added flat_multitextured_line() 2000-06-28 23:09:36 +00:00
Brian Paul 73b5e3766f fixed two proxy texture typos 2000-06-28 15:48:32 +00:00
Brian Paul c079d690da added GL_EXT_texture_env_combine 2000-06-28 14:34:30 +00:00
Brian Paul 3c6ffb53f7 minor updates 2000-06-28 04:43:50 +00:00
Brian Paul 77d61af876 added code to initialize shininess tables 2000-06-28 04:20:21 +00:00
Brian Paul 904ecb2355 initialize TextureStack matrices 2000-06-27 23:38:45 +00:00
Brian Paul 2d8db39301 added aligned memory allocations (Gareth Hughes) 2000-06-27 22:10:00 +00:00
Brian Paul 24507ff6ab added GL_EXT_texture_env_combine (Holger Waechtler) 2000-06-27 21:42:13 +00:00