Brian Paul
8afa9e593b
set initial window pos
pirms 25 gadiem
Brian Paul
0a355dc010
clean-up of tunnel demos
pirms 25 gadiem
Brian Paul
25a5dc2ea7
moved shadow code into teapot.c
pirms 25 gadiem
Brian Paul
06ed3f0a0a
silence compiler warnings
pirms 25 gadiem
Brian Paul
6dbb39025c
removed DO_GEOMETRY
pirms 25 gadiem
Brian Paul
5535aca5df
change glTexImage3D() internalFormat to GLenum to match other OpenGLs
pirms 25 gadiem
Brian Paul
0bc933a460
test texture wrap modes
pirms 25 gadiem
Brian Paul
2bb04cad14
added GL_ARB_texture_border_clamp
pirms 25 gadiem
Gareth Hughes
425fea1c34
- Minor cleanups of ctx->Driver.Current*Primitive usage.
- Remove unused gl_reduce_prim array.
pirms 25 gadiem
Gareth Hughes
577f318e0e
Fix ASSERT_OUTSIDE_SAVE_BEGIN_END() macro as well.
pirms 25 gadiem
Brian Paul
63fae71713
added glxgears
pirms 25 gadiem
Brian Paul
355da23785
gears using GLX instead of GLUT
pirms 25 gadiem
Brian Paul
39557c3921
added silly mesa_hack() function and -b option
pirms 25 gadiem
Brian Paul
6d62d7f321
minor tweak to visual setup for accum buffers
pirms 25 gadiem
Brian Paul
4672b2d88c
fixed Min/Max lod clamp bug
pirms 25 gadiem
Gareth Hughes
b3678f1080
Some more minor cleanups of macros.
pirms 25 gadiem
Gareth Hughes
8b7dfa8526
Remove compiler warnings about ASSERT_OUTSIDE_BEGIN_END() macro.
pirms 25 gadiem
Gareth Hughes
7387394e59
Initial demo of GL_EXT_texture_filter_anisotropic extension.
pirms 25 gadiem
Brian Paul
19bf744556
enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable_sw_extensions()
pirms 25 gadiem
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.
----------------------------------------------------------------------
pirms 25 gadiem
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.
----------------------------------------------------------------------
pirms 25 gadiem
Gareth Hughes
ea1bfcc80a
Remove formats that no longer exist.
pirms 25 gadiem
Gareth Hughes
2f177e2906
Minor updates.
pirms 25 gadiem
Gareth Hughes
7acad72a1a
Fix texture format enum values (Brian Paul).
pirms 25 gadiem
Brian Paul
8806915c3a
added GL_ARB_texture_env_dot3 enums
pirms 25 gadiem
Brian Paul
a13df148df
minor comment update
pirms 25 gadiem
Brian Paul
1a59875367
added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
pirms 25 gadiem
Brian Paul
e9313a64c1
clean-up in _swrast_choose_triangle()
pirms 25 gadiem
Gareth Hughes
d2733fa196
Add PolygonOffset driver callback.
pirms 25 gadiem
Brian Paul
8ac1f97e9e
added teximage rescaling code. untested at this point
pirms 25 gadiem
pesco
6f3178a3be
* src/swrast_setup/ss_tritmp.h (quad): Changed name of this function to
quadfunc.
* common_rules.make: Use tabs for command indentation.
pirms 25 gadiem
Brian Paul
1639518b64
minor updates for 3.5
pirms 25 gadiem
Brian Paul
935d5e5daa
use new texture conversion code, still have to do image rescaling
pirms 25 gadiem
Brian Paul
0299ad7532
renamed some vars, added a bunch of comments
pirms 25 gadiem
Brian Paul
c8cfbf7c19
minor re-org in sample_depth_texture()
pirms 25 gadiem
Brian Paul
2743def830
sync'd with the latest changes in XFree86 (cygwin stuff)
pirms 25 gadiem
Gareth Hughes
fa6be6e77a
Fix compilation with GLU 1.1
pirms 25 gadiem
Gareth Hughes
f5328c534d
Make ESC quit.
pirms 25 gadiem
Gareth Hughes
16cdc6ab12
Revert back to new tessellator, check version string to be sure we're
running with a valid GLU library.
pirms 25 gadiem
Brian Paul
56671022f9
depth images were broken by latest teximage changes, this fixes the problem
pirms 25 gadiem
Gareth Hughes
b5f0de18b9
Make COPY_FLOAT available to a wider audience.
pirms 25 gadiem
Gareth Hughes
23f48064b8
More updates. Radeon tnl module still disabled by default.
pirms 25 gadiem
Brian Paul
815ad714b4
fixes to make old GLU code compile with new GLU 1.3 header
pirms 25 gadiem
Jouk Jansen
f3e3178751
Committing in .
Modified Files:
Mesa/src/descrip.mms Mesa/src/texutil_tmp.h
-Updated VMS makefile
-__FUNCTION__ is not a defined on VMS (and maybe other systems) For VMS
__FUNCTION__ is defined to in texutil_tmp.h
----------------------------------------------------------------------
pirms 25 gadiem
pesco
68af9a0773
* common_rules.make: Created to hold the conditional build rule
override. All Makefile.am's updated.
pirms 25 gadiem
Brian Paul
4e856077b7
fix for gl_ztrick bug (Ove Kaaven)
pirms 25 gadiem
pesco
6507d9249d
* si-glu/libnurbs/: Undid move of glimports.h, mystdio.h, mystdlib.h.
pirms 25 gadiem
Alan Hourihane
e18599a6c3
fix glxinfo to query current display.
pirms 25 gadiem
Alan Hourihane
92eac1c765
fix cast
pirms 25 gadiem
Keith Whitwell
b048d8e084
New files
pirms 25 gadiem