Commit Graph

186467 Commits

Author SHA1 Message Date
Brian Paul 9b61162d43 use ImageTransferState 2000-08-21 14:26:01 +00:00
Brian Paul 3f8a70e5dd added convolve.c to file list 2000-08-21 14:25:25 +00:00
Brian Paul a6d46f6b99 increased max convolution filter size 2000-08-21 14:24:53 +00:00
Brian Paul d4b799b60c more convolution work, not done 2000-08-21 14:24:30 +00:00
Brian Paul 46e8a51383 basic glDrawPixels convolution implemented 2000-08-21 14:24:10 +00:00
Brian Paul 6339e621f5 fixed image transfer errors 2000-08-21 14:23:09 +00:00
Brian Paul fa4525e289 implemented new ImageTransferState bitmask 2000-08-21 14:22:24 +00:00
Brian Paul b1097f24a8 optimized glDrawPixels for glPixelZoom(1,-1) (Andrew Gee) 2000-08-16 20:51:53 +00:00
Brian Paul 6f0294ca47 fixed typo which disabled simple_DrawPixels 2000-08-16 17:32:42 +00:00
Brian Paul e98276c859 fixed some warnings (Alan H.) 2000-08-16 17:26:06 +00:00
Brian Paul dff7924e25 removed all dependencies on XMesa 2000-08-13 03:57:21 +00:00
Brian Paul 094e2f1a67 fixed segfault problem when using MESA_GLX_FX 2000-08-13 03:44:08 +00:00
Brian Paul 7aac6d6b8e fixed depth mask bug in fxddClear(DD_DEPTH_BIT) 2000-08-09 17:56:27 +00:00
Jouk Jansen 8deec7bf5f Committing in .
Modified Files:
 	Mesa/src-glu/descrip.mms

 Update VMS-makefile for "old" GLU
----------------------------------------------------------------------
2000-08-09 06:24:55 +00:00
Brian Paul 963946d3d7 updated version to 3.5 2000-08-08 16:20:32 +00:00
Brian Paul 042066887b added GetInteger/Float/Double/Boolean/Pointer device driver functions 2000-08-08 16:15:14 +00:00
Brian Paul 507d83e4cc added NULL parameter checking to API functions 2000-08-03 14:03:17 +00:00
Brian Paul ddf69f247f updated Phil's email address 2000-08-02 20:35:09 +00:00
Brian Paul 585d191ae7 updates from mesa3d@billbaxter.com 2000-08-02 20:29:03 +00:00
Brian Paul bd0f7f42d6 fixed return val bug in glAreTexturesResident() 2000-08-02 20:16:03 +00:00
Brian Paul b8d907a9bb updated by Alessandro Pisani 2000-08-02 20:09:09 +00:00
Brian Paul 769439a23d removed GLU 1.2 symbols 2000-08-02 14:08:48 +00:00
Brian Paul 00277e836d define GL_GLEXT_PROTOTYPES before including mesa_wgl.h 2000-08-02 00:41:21 +00:00
Brian Paul 6d04725282 initialize texture priorities to 1.0, clean-up of _mesa_PrioritizeTextures() 2000-08-02 00:38:25 +00:00
Brian Paul 390488d12e glGetTexParameter(GL_TEXTURE_RESIDENT) didn't query device driver 2000-08-01 17:33:53 +00:00
Brian Paul 85dc4e7a77 test against an epsilon magnitude in gl_rotation_matrix() 2000-07-31 15:31:29 +00:00
Brian Paul f7d503376f removed beta from version string 2000-07-21 15:41:08 +00:00
Keith Whitwell cc70e78d65 fix for eval regression 2000-07-20 15:53:17 +00:00
Brian Paul 206bd46e2b a bunch of thread-safety changes 2000-07-19 23:26:35 +00:00
Brian Paul 26f3b05fe5 initialize GenBit[STRQ] in init_texture_unit() 2000-07-19 20:58:59 +00:00
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