Jouk Jansen
5e54ddc3a6
Committing in .
Added <stdarg.h>
Modified Files:
Mesa/src/imports.c
----------------------------------------------------------------------
23 years ago
Jouk Jansen
f8035450bb
Committing in .
Removed config.c
Modified Files:
Mesa/src/descrip.mms
----------------------------------------------------------------------
23 years ago
Brian Paul
4c4663747c
added Porting Information section
23 years ago
Brian Paul
d09a1d8b29
more removal of fprintf() calls
23 years ago
Brian Paul
2f35d5e9d5
fixed a couple dumb mistakes
23 years ago
Brian Paul
9a33a11d71
New _mesa_debug() function to replace fprintf() calls.
Some source files updated to call _mesa_debug(), but not finished.
Added __GLimports as a parameter to _mesa_create/init_context() and
updated drivers accordingly.
Fleshed-out more of the __GLimports and __GLexports functionality.
Removed run-time config file support (config.c)
23 years ago
Brian Paul
1013e46504
Moved big/little endian code to glheader.h.
Define either MESA_BIG_ENDIAN or MESA_LITTLE_ENDIAN.
23 years ago
Brian Paul
35883ceb93
Fix NASM problems, remove static var in SSE detection code. (Josh Vanderhoof)
23 years ago
Brian Paul
4fe2f3f1a0
Added CPLUSPLUS for sunos5 entries
23 years ago
Brian Paul
b58c5ad7b0
GGI driver updates (Filip Spacek)
23 years ago
Brian Paul
dd41748f63
added missing texture cube map targets
23 years ago
Brian Paul
3f058cd2c5
version 15 of glext.h
23 years ago
Brian Paul
9800adaed2
s/GL_MAX_TEXTURE_RECTANGLE_SIZE_NV/GL_MAX_RECTANGLE_TEXTURE_SIZE_NV/
23 years ago
Brian Paul
112f7cdeab
fixed point sprite bug
23 years ago
Brian Paul
f21a4872e8
replaced hard-coded 4 with NUM_TEXTURE_TARGETS
23 years ago
Brian Paul
e0107e87a7
replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
23 years ago
Brian Paul
241afd837c
NASM fix for *_CONTENT() macros (Josh Vanderhoof)
23 years ago
Brian Paul
af2a1c1d67
more big-endian tweaks
23 years ago
Brian Paul
28b03c6acb
use CONTENT() macro on line 205 (Josh Vanderhoof)
23 years ago
Brian Paul
f5a0781975
bring over Michel Daenzer's DRI changes
23 years ago
Brian Paul
91d6f12b4a
added another spot-check to verify dispatch table correctness
23 years ago
Brian Paul
60f1a3c288
Added GL_NV_point_sprite functions: glPointParameteri[v]NV().
Removed dead ARB_window_pos functions (we alias the MESA_window_pos funcs).
23 years ago
Brian Paul
1d155c1dd8
added GL_NV_point_sprite entrypoints
23 years ago
Brian Paul
4290dbac4d
added -axK to linux-icc CFLAGS
23 years ago
Brian Paul
a078d75a27
some initial work for fbconfigs/pbuffers
23 years ago
Brian Paul
1c40d50014
added GL_NV_point_sprite
23 years ago
Brian Paul
f105bc4095
removed experiemental GL_MESA_sprite_point extension
23 years ago
Brian Paul
6c408b4667
replaced experimental MESA_sprite_point with NV_point_sprite
23 years ago
Brian Paul
23d8ef3937
dispatch offsets for ARB_window_pos
23 years ago
Brian Paul
22538b23b4
updated vertex program dispatch
23 years ago
Brian Paul
ee29d3b42a
updated vertex program dispatch offsets to official values
23 years ago
Keith Whitwell
02e0de263e
another checkpoint of struct immediate replacement code
23 years ago
Brian Paul
002483e009
Minor change to current raster position and texcoords.
23 years ago
Keith Whitwell
9228a9362c
Fix FETCH(argb1555) mask values
23 years ago
Brian Paul
79cfdebbe0
remove -xK flag from linux-icc
23 years ago
Brian Paul
30ec9dbaed
added linux-icc config (Marc.Dietrich)
23 years ago
Alan Hourihane
a5cdf99951
remove test code
23 years ago
Alan Hourihane
056b35874b
glutSwapBuffers implicitly does a glFinish when swapping back to the front
buffer. We now issue a glFinish when not issuing SwapBuffers to ensure
the pipeline is complete.
(Problem found with Chromium).
23 years ago
Brian Paul
f595212336
Implemented GL_ARB_texture_env_crossbar.
Simplification of some of the texture application code.
23 years ago
Brian Paul
c450d57991
replaced GLshort with GLushort in _mesa_sizeof_packed_type()
23 years ago
Brian Paul
18385b0f4e
added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameteriv()
23 years ago
Brian Paul
57c35b162e
added GL_TEXTURE_MAX_ANISOTROPY_EXT to glGetTexParameter (bug 548812)
23 years ago
Brian Paul
df7bd4bf11
test mapsize against 1, not 0 in glPixelMap()
23 years ago
Brian Paul
fb68919362
added GL_EDGE_FLAG_ARRAY_COUNT_EXT to glGetBooleanv() (Bug 548277)
23 years ago
Karl Schultz
dc2270b461
Apply alpha buffer control fix to accum buffer too.
23 years ago
Karl Schultz
e694a8765a
Fix up alpha buffer handling for Windows.
- add two new Pixel Format Descriptors that do not have alpha bits to
mirror the two that do.
- add logic to wglChoosePixelFormat to match PFD's with respect to alpha.
- Create/clear software alpha buffer as required.
Now a wgl or GLUT program can control the creation of a software alpha
buffer via the PFD or GLUT parms, respectively.
23 years ago
Brian Paul
62c36a2ff3
call _mesa_sizeof_packed_type() in _mesa_GetTexImage() (bug 547203)
23 years ago
Alan Hourihane
dec0131a29
Test for NULL pointer for LoadMatrix(), MultMatrix() and
Load/MultTransposeMatrix() and return without recording any errors or
doing any multiplication.
23 years ago
Brian Paul
fdd631a941
removed CVS $Log comments
23 years ago
Brian Paul
62954c8c30
test program for NV_vertex_program + vertex arrays
23 years ago