Commit Graph

737 Commits

Author SHA1 Message Date
Brian Paul d283df605e restore driver depth test enable/disable state in PopAttrib() 2000-07-19 18:34:00 +00:00
Brian Paul 912ed380fe removed two bugs 2000-07-19 15:08:55 +00:00
Brian Paul a0faa7f0ec Fixed off-by-one error in compute_shine_table(). Minor code clean-up 2000-07-18 16:55:56 +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 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 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 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 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 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
Brian Paul 2a1f50aee4 fixed GL_INTENSITY error checking bug 2000-06-27 15:47:59 +00:00
Brian Paul 37283bb248 another patch for win32 joysticks 2000-06-27 13:39:55 +00:00
Brian Paul 86a2de4f1f removed bad DrawDestMask assignments 2000-06-27 04:33:59 +00:00
Brian Paul 308a7152b2 fixed type checking error 2000-06-27 04:32:16 +00:00
Brian Paul 5f1eb35ee2 fixed an assertion and minor bug 2000-06-27 04:31:29 +00:00
Brian Paul a25f7e1d90 init Point.UserSize 2000-06-27 04:29:22 +00:00
Brian Paul fd3df4b0f7 disabled some ctx->NeedEyeCoords shortcuts 2000-06-26 23:38:18 +00:00