Brian Paul
54f3aab0c7
_glapi_get_proc_address() now always returns a valid dispatch stub function
...
(provided we're on x86 or SPARC). Later, _glapi_add_entrypoint() will fix-up
the dispatch offset (which was -1). This will allow DRI libGL to avoid
probing for drivers.
2002-10-02 01:51:44 +00:00
Jouk Jansen
a329d68903
Committing in .
...
texcompress.c added to OpenVMS makefile.
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
2002-09-27 14:47:24 +00:00
Brian Paul
89fb06fcc1
new texture compression infrastructure
2002-09-27 02:45:37 +00:00
Brian Paul
1a0bfdc8c1
fix bug in index_mask() (bug 609837)
2002-09-23 17:21:53 +00:00
Brian Paul
681b8c9d1b
merge gl_texture_image RowStride from DRI 4.0.4
2002-09-23 16:37:13 +00:00
Brian Paul
551b65f137
GL_MESA_pack_invert
2002-09-21 17:34:56 +00:00
Brian Paul
c5b9950660
updates from 4.0.4 (MESA_ycbcr_texture, APPLE_client_storage, etc)
2002-09-21 16:51:25 +00:00
Brian Paul
473e51f2fb
Updated BeOS support (Philippe Houdoin)
2002-09-19 16:19:43 +00:00
Brian Paul
cbc1fb0a9a
push and pop ESI (Daniel Borca)
2002-09-19 16:07:32 +00:00
Brian Paul
b6e04ee7c8
obsolete
2002-09-19 16:05:01 +00:00
Brian Paul
a9be374f82
pull-in changes from DRI/Mesa-4.0.4
2002-09-17 15:46:34 +00:00
Brian Paul
e1cb2fb571
remove GLint t, pass target to _mesa_init_teximage_fields()
2002-09-17 14:14:18 +00:00
Brian Paul
d5bbbd41c4
fixed _mesa_generate_mipmaps() target problem
2002-09-16 17:57:14 +00:00
Brian Paul
8cd2d0e782
more detailed _mesa_error() messages
2002-09-16 17:56:02 +00:00
Brian Paul
c84e84a734
doxygen comments
2002-09-16 17:55:36 +00:00
Brian Paul
57aca2bf6e
fixed pixel pack bug in glGetTexImage()
2002-09-14 16:51:34 +00:00
Karl Schultz
99683bd830
Mark destroyed context as not current. (Frank Warmerdam)
2002-09-12 17:05:55 +00:00
Brian Paul
4991d0f9f3
optimizations to _math_matrix_rotate() (Rudolf Opalla)
2002-09-12 16:26:04 +00:00
Brian Paul
3ce6dc7f1d
more detailed _mesa_error() strings
2002-09-08 17:29:16 +00:00
Brian Paul
6c25e3a111
incorrect dimenstion passed to texture_error_check() in compressed teximage functions
2002-09-06 14:42:04 +00:00
Brian Paul
3f25b1a358
removed GL_MAX_CONVOLUTION_WIDTH/HEIGHT
2002-09-06 13:00:50 +00:00
Brian Paul
e41c57758d
fixed glSampleCoverage typo
2002-09-06 03:30:20 +00:00
Brian Paul
7d7ec0ea91
implemented glProgramParameters4[df]vNV()
2002-09-06 03:25:03 +00:00
Brian Paul
6a1e1623fd
hook-up dispatch for glActiveStencilFaceEXT()
2002-09-06 03:20:21 +00:00
Brian Paul
fdaa72bc43
added GL_EXT_stencil_two_side and GL_NV_fence
2002-09-06 03:19:32 +00:00
Brian Paul
5f60a0b50a
GL_EXT_stencil_two_side extension, not 100% complete yet.
2002-09-06 02:56:08 +00:00
Brian Paul
530d4611eb
added OpenGL 1.4 entrypoints
2002-09-06 02:46:08 +00:00
Brian Paul
3a03211aee
added GL_IBM_texture_mirrored_repeat (Ian Romanick)
2002-09-05 21:16:30 +00:00
Brian Paul
e7abc078ab
test for ARB_texture_cube_map when getting GL version(Ian Romanick)
2002-09-05 21:14:36 +00:00
Jouk Jansen
0a7fc572a7
Committing in .
...
Adding vsnprintf support for OpenVMS (needed in src/imports.c)
Modified Files:
Mesa/src/Makefile.am Mesa/src/descrip.mms
Added Files:
Mesa/src/vsnprintf.c
----------------------------------------------------------------------
2002-09-05 08:38:01 +00:00
Brian Paul
7e35cc53ce
updated wglGetProcAddress
2002-09-04 14:14:36 +00:00
Brian Paul
05ed911aca
updates from Daniel Borca
2002-09-03 18:11:32 +00:00
Brian Paul
b9f75444e6
improved error string
2002-09-03 18:05:17 +00:00
Brian Paul
ba88dd0d92
s/5/NUM_TEXTURE_TARGETS/
2002-09-03 18:03:45 +00:00
Brian Paul
ed00b2ef33
fixed compilation problem for swdd->SetBuffer
2002-09-03 17:10:54 +00:00
Karl Schultz
53880a85b6
Don't call _mesa_initialize_context because we are using
...
_mesa_create_context. This avoids calling initialize twice and fixes
memory leaks. Add call to free the GL context because we are creating it
with _mesa_create_context, fixing another leak.
2002-08-28 18:26:38 +00:00
Brian Paul
8fefafa220
stub functions for glXAllocate/FreeMemoryNV()
2002-08-22 21:10:01 +00:00
Brian Paul
2188d002df
minor error message changes
2002-08-21 16:39:39 +00:00
Brian Paul
62166908a9
re-enable ASSIGN_NORM_GROUP( 3dnow )
2002-08-21 13:07:17 +00:00
Brian Paul
1e0241d3c6
replace Current.Color with Current.Attrib[VERT_ATTRIB_COLOR0]
2002-08-21 13:05:37 +00:00
Keith Whitwell
713800a495
update colormaterial state on swtcl wakeup
2002-08-21 10:39:59 +00:00
Brian Paul
2b930072b3
s/DrawDestMask/_DrawDestMask/
2002-08-21 02:59:31 +00:00
Brian Paul
b79e99ad60
s/ProjectedClipPtr/NdcPtr/
2002-08-21 02:59:00 +00:00
Brian Paul
3ac01f5e47
fix problems in FXgetImage()
2002-08-21 02:57:58 +00:00
Brian Paul
34713c1a3c
fixed array index typo in VERT_SAVE_RGBA() macro
2002-08-21 02:56:58 +00:00
Brian Paul
9f7011b88b
added error checking for glCallLists() type parameter
2002-08-17 00:26:29 +00:00
Brian Paul
6bf6cd3418
bump lib version to 3.7.1, more make clean commands
2002-08-17 00:20:48 +00:00
Brian Paul
46a035f76d
added glutGetProcAddress() and GLUT_FPS env var option
2002-08-17 00:12:12 +00:00
Brian Paul
3efe5beefc
fix up resulting FOGC and PSIZ when needed
2002-08-08 16:55:56 +00:00
Brian Paul
352c13f783
init tmp->Normal.size = 3
2002-08-08 16:55:17 +00:00