Karl Schultz
931ef21c42
Update Visual Studio Project file for src tree updates.
2004-08-14 20:07:01 +00:00
Karl Schultz
7a7e04039e
New Visual Studio project file for this directory.
2004-08-14 20:02:59 +00:00
Karl Schultz
cec756ae3a
Minor tweaks to deal with vsnprintf and __FUNCTION__ on WIN32
2004-08-14 19:28:48 +00:00
Brian Paul
21841f0ae5
fix some memory leaks (bug #1002030 )
2004-08-14 14:28:11 +00:00
Philippe Houdoin
f226191d52
Remove obsoleted BeOS-specific makefiles.
...
Add a makefile to build old Mesa GLU, whatever it worth.
Add a guard to stop building libGLU.so on BeOS, as it's build into libGL.so.
2004-08-14 14:27:32 +00:00
Philippe Houdoin
92cb914321
Add a guard to stop building libGLU.so under BeOS, as it's build into libGL.so.
2004-08-14 14:24:48 +00:00
Philippe Houdoin
8c6f59ce54
Forgot to commit this valuable file! :-)
2004-08-14 14:22:35 +00:00
Philippe Houdoin
18985fb231
Remove obsoleted BeOS-specific makefile as the main Makefile system now
...
support BeOS platform too.
2004-08-14 10:49:31 +00:00
Philippe Houdoin
b8b12a9933
Replaced the .cpp-ized (for build issue) common GLUT source files by their
...
standard .c version.
Remove unused libglut.def.
2004-08-14 10:42:57 +00:00
Philippe Houdoin
bba512b75b
Replaced the .cpp-ized (for build issue) common GLUT source files by their
...
standard .c version.
Remove outdated Makefile.orig.
2004-08-14 10:37:03 +00:00
Philippe Houdoin
a041e62418
Update to Jake Hamby's BeOS GLUT 3.7 port.
2004-08-14 10:27:08 +00:00
Philippe Houdoin
fad0e5d448
Move to $(TOP)/configs/default-based makefile.
2004-08-14 10:21:08 +00:00
Philippe Houdoin
41ea155878
Obsoleted. Now, the BeOS targets build by main Makefiles chain.
2004-08-14 09:52:18 +00:00
Philippe Houdoin
428be67663
Silent compiler "variable may be used uninitialized" warnings.
2004-08-14 09:51:30 +00:00
Philippe Houdoin
b4907820c2
BeOS's _glthread_DECLARE_STATIC_MUTEX() couldn't be used outside a function
...
because she called create_sem(). Now the semaphore creation is made at first
_glthread_LOCK_MUTEX() call.
2004-08-14 09:48:57 +00:00
Philippe Houdoin
4b3be4d8be
Fix a bug that set RGBA bits length always to 0 (reported by Marcin Konicki).
...
PPC byte order now supported (thanks Nathan Whitehorn).
Double buffering is now always forced.
Unlock the BGLView looper only if needed. Should fix the GLUT-based apps crash
at window closing.
SwapBuffers() now can wait for next vertical retrace.
And several other minor changes...
2004-08-14 09:43:07 +00:00
Dave Airlie
7b0c30574c
build fix from XFree86 tree
2004-08-14 09:29:24 +00:00
Philippe Houdoin
3184830487
Move BeOS build into main Makefiles chain.
2004-08-14 09:23:09 +00:00
Dave Airlie
1cdfb69116
bring over change from xorg trunk - let build on non-i386
2004-08-14 09:09:56 +00:00
Dave Airlie
56999adb21
bring over build fix from xorg tree
2004-08-14 09:08:27 +00:00
Eric Anholt
b292642de0
Fix dri_util.c build with new headers.
...
Submitted by: John Lightsey <john@nixnuts.net>
2004-08-12 21:50:03 +00:00
Brian Paul
dfbb84ea2c
added some handy debug code (disabled)
2004-08-10 15:30:41 +00:00
Brian Paul
cec85c778f
added a few more debug printfs (disabled)
2004-08-10 15:30:16 +00:00
Jon Smirl
521ebf670a
Fix from Rogelio Serrano for miniglx double buffering
2004-08-09 22:14:57 +00:00
Roland Scheidegger
8bd0a627fd
fix incorrect overflow detection when emitting R200_SS_MAT_1_SHININESS
2004-08-03 13:03:33 +00:00
Dave Airlie
a032297b32
xorg-r200-uninitialized-variable-used.patch from Redhat xorg
2004-07-31 08:14:50 +00:00
Daniel Borca
d9166e132e
disabled automatic mipmaps until we can handle 565 textures.
2004-07-29 08:31:26 +00:00
Daniel Borca
10e768c11b
fixed conflict between depth & alpha in 16bpp
2004-07-29 08:25:03 +00:00
Daniel Borca
27df1ec1cd
disable W1 when single-texturing
2004-07-26 15:10:34 +00:00
Brian Paul
146852881f
consistantly use unpack parameter, instead of ctx->Unpack (Daniel Borca)
2004-07-26 15:09:22 +00:00
Felix Kuehling
fff87eecbe
Fixed hash table allocation to avoid an assertion failure due to a
...
bad config file. Fixed two more typos.
2004-07-26 12:42:36 +00:00
Daniel Borca
dec1191d45
Rush is back on ZBUFFER
...
added DrawPixels555 and DrawPixels565
2004-07-26 08:04:22 +00:00
Brian Paul
6b41bf3afc
use GL_CALL() macro (Andreas Stenglein)
2004-07-24 15:18:36 +00:00
Brian Paul
dfa5c2bfbb
new MESA_GLX_DEPTH_BITS env var
2004-07-23 23:32:15 +00:00
Brian Paul
eae26ca4ba
minor comments
2004-07-23 22:56:29 +00:00
Brian Paul
a13331d59b
added support for MESA_GLX_FORCE_ALPHA env var
2004-07-23 15:47:04 +00:00
Brian Paul
b8f29f29eb
ALIGN16 macro repairs
2004-07-23 15:45:56 +00:00
Daniel Borca
a48edcf69c
fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down)
2004-07-23 08:59:09 +00:00
Daniel Borca
1635040a9e
partial GL_BLEND for Voodoo1
2004-07-21 08:46:55 +00:00
Daniel Borca
1b868b1e54
fixed a bug in clear routine
2004-07-21 08:44:26 +00:00
Brian Paul
782a32b847
fix compare w/ zero warnings (bug 988766)
2004-07-20 21:16:07 +00:00
Brian Paul
5fe90292f8
error message fixups and some debug code
2004-07-20 21:15:13 +00:00
Brian Paul
bd997cd11f
fix compare w/ zero warnings (bug #988766 )
2004-07-20 21:12:56 +00:00
Daniel Borca
6beec97521
GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it?
2004-07-20 10:33:21 +00:00
Daniel Borca
e7e86eaf3e
trying vertex_program...
2004-07-19 14:08:46 +00:00
Daniel Borca
1c2a498119
several new bugs
2004-07-19 08:06:00 +00:00
Daniel Borca
25f0e8227f
minor corrections
2004-07-16 07:54:46 +00:00
Daniel Borca
1ff6188c09
GL_MODULATE/GL_REPLACE multitex (wasteful, but apparently needed by some apps)
2004-07-16 07:53:53 +00:00
Daniel Borca
0f7eb92249
SGIS_generate_mipmap
2004-07-16 07:53:02 +00:00
Jon Smirl
dc8a7603a3
Miniglx clients now authorize with server DRM
2004-07-16 04:27:00 +00:00