Brian Paul
d082417dae
check for startX off the right edge of the window
vor 24 Jahren
Brian Paul
5bfaa2f12e
use Image[i]->TexFormat to check for mipmap consistency
vor 24 Jahren
Brian Paul
38e3675d7d
simplify test for specific texture formats
vor 24 Jahren
Gareth Hughes
0a59ca6cae
New type system for assembly code. Asm files should now include
matypes.h, which includes assyntax.h and is generated from the core Mesa
header files.
vor 24 Jahren
Gareth Hughes
38f28665bf
More texture format updates. Drivers now need only plug an appropriate
format into texImage->TexFormat, the rest is handled by core Mesa.
vor 24 Jahren
Gareth Hughes
53933fe9db
More informative display of texture parameters.
vor 24 Jahren
Gareth Hughes
29cded2654
Delete libGLU.so* from ../lib before installing it.
vor 24 Jahren
Brian Paul
c7aeb8bf1f
removed a debug message
vor 24 Jahren
Brian Paul
46560b94ae
remove TEST_L and JZ instructions; always jump through the _glapi_Dispatch pointer
vor 24 Jahren
Brian Paul
3c257e187b
New mechanism for thread-safe GL API dispatch. C-based dispatch is faster.
Folded glapinoop.c code into glapi.c.
Added code to glapitemp.h to fill in dispatch tables.
Updated Makefiles.
vor 24 Jahren
Brian Paul
fb8af6fc97
pass dst and src to CONVERT_TEXEL() macros to fix non-ANSI problems
vor 24 Jahren
Brian Paul
81e3955acf
fixed RGBA/RGB typo
vor 24 Jahren
Brian Paul
197c526d63
texFormat was a random value in _mesa_store_teximage3d(), fix by undoing last changes
vor 24 Jahren
Gareth Hughes
19d1e43261
Updates required for DRI drivers on mesa-3-5-branch.
vor 24 Jahren
Brian Paul
a767bff929
added rules for readtex.c and readtex.h
vor 24 Jahren
Brian Paul
5479e93031
double buffer by default. if drawSmooth, use 50% alpha at top of polygon
vor 24 Jahren
Brian Paul
8afa9e593b
set initial window pos
vor 24 Jahren
Brian Paul
0a355dc010
clean-up of tunnel demos
vor 24 Jahren
Brian Paul
25a5dc2ea7
moved shadow code into teapot.c
vor 24 Jahren
Brian Paul
06ed3f0a0a
silence compiler warnings
vor 24 Jahren
Brian Paul
6dbb39025c
removed DO_GEOMETRY
vor 24 Jahren
Brian Paul
5535aca5df
change glTexImage3D() internalFormat to GLenum to match other OpenGLs
vor 24 Jahren
Brian Paul
0bc933a460
test texture wrap modes
vor 24 Jahren
Brian Paul
2bb04cad14
added GL_ARB_texture_border_clamp
vor 24 Jahren
Gareth Hughes
425fea1c34
- Minor cleanups of ctx->Driver.Current*Primitive usage.
- Remove unused gl_reduce_prim array.
vor 24 Jahren
Gareth Hughes
577f318e0e
Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well.
vor 24 Jahren
Brian Paul
63fae71713
added glxgears
vor 24 Jahren
Brian Paul
355da23785
gears using GLX instead of GLUT
vor 24 Jahren
Brian Paul
39557c3921
added silly mesa_hack() function and -b option
vor 24 Jahren
Brian Paul
6d62d7f321
minor tweak to visual setup for accum buffers
vor 24 Jahren
Brian Paul
4672b2d88c
fixed Min/Max lod clamp bug
vor 24 Jahren
Gareth Hughes
b3678f1080
Some more minor cleanups of macros.
vor 24 Jahren
Gareth Hughes
8b7dfa8526
Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro.
vor 24 Jahren
Gareth Hughes
7387394e59
Initial demo of GL_EXT_texture_filter_anisotropic extension.
vor 24 Jahren
Brian Paul
19bf744556
enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable_sw_extensions()
vor 24 Jahren
Jouk Jansen
3427e3547e
Modified Files:
Mesa/si-glu/libnurbs/nurbtess/monoTriangulation.cc
Mesa/si-glu/libnurbs/nurbtess/sampleCompRight.cc
gluos.h included in order to bypass compiler warnings on unreachable code on
VMS systems.
----------------------------------------------------------------------
vor 24 Jahren
Jouk Jansen
df1e73af7a
Modified Files:
Mesa/descrip.mms Mesa/mms-config Mesa/demos/descrip.mms
Mesa/si-glu/include/gluos.h
Mesa/si-glu/libnurbs/internals/bufpool.h
Mesa/si-glu/libnurbs/internals/mysetjmp.h
Mesa/src-glut/descrip.mms
Added Files:
Mesa/si-glu/descrip.mms Mesa/si-glu/mesaglu.opt
changes needed to compile SI-GLU on VMS.
----------------------------------------------------------------------
vor 24 Jahren
Gareth Hughes
ea1bfcc80a
Remove formats that no longer exist.
vor 24 Jahren
Gareth Hughes
2f177e2906
Minor updates.
vor 24 Jahren
Gareth Hughes
7acad72a1a
Fix texture format enum values (Brian Paul).
vor 24 Jahren
Brian Paul
8806915c3a
added GL_ARB_texture_env_dot3 enums
vor 24 Jahren
Brian Paul
a13df148df
minor comment update
vor 24 Jahren
Brian Paul
1a59875367
added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
vor 24 Jahren
Brian Paul
e9313a64c1
clean-up in _swrast_choose_triangle()
vor 24 Jahren
Gareth Hughes
d2733fa196
Add PolygonOffset driver callback.
vor 24 Jahren
Brian Paul
8ac1f97e9e
added teximage rescaling code. untested at this point
vor 24 Jahren
pesco
6f3178a3be
* src/swrast_setup/ss_tritmp.h (quad): Changed name of this function to
quadfunc.
* common_rules.make: Use tabs for command indentation.
vor 24 Jahren
Brian Paul
1639518b64
minor updates for 3.5
vor 24 Jahren
Brian Paul
935d5e5daa
use new texture conversion code, still have to do image rescaling
vor 24 Jahren
Brian Paul
0299ad7532
renamed some vars, added a bunch of comments
vor 24 Jahren