Gareth Hughes
7387394e59
Initial demo of GL_EXT_texture_filter_anisotropic extension.
il y a 25 ans
Brian Paul
19bf744556
enable GL_ARB_texture_env_combine and GL_ARB_texture_env_dot3 in _mesa_enable_sw_extensions()
il y a 25 ans
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.
----------------------------------------------------------------------
il y a 25 ans
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.
----------------------------------------------------------------------
il y a 25 ans
Gareth Hughes
ea1bfcc80a
Remove formats that no longer exist.
il y a 25 ans
Gareth Hughes
2f177e2906
Minor updates.
il y a 25 ans
Gareth Hughes
7acad72a1a
Fix texture format enum values (Brian Paul).
il y a 25 ans
Brian Paul
8806915c3a
added GL_ARB_texture_env_dot3 enums
il y a 25 ans
Brian Paul
a13df148df
minor comment update
il y a 25 ans
Brian Paul
1a59875367
added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
il y a 25 ans
Brian Paul
e9313a64c1
clean-up in _swrast_choose_triangle()
il y a 25 ans
Gareth Hughes
d2733fa196
Add PolygonOffset driver callback.
il y a 25 ans
Brian Paul
8ac1f97e9e
added teximage rescaling code. untested at this point
il y a 25 ans
pesco
6f3178a3be
* src/swrast_setup/ss_tritmp.h (quad): Changed name of this function to
quadfunc.
* common_rules.make: Use tabs for command indentation.
il y a 25 ans
Brian Paul
1639518b64
minor updates for 3.5
il y a 25 ans
Brian Paul
935d5e5daa
use new texture conversion code, still have to do image rescaling
il y a 25 ans
Brian Paul
0299ad7532
renamed some vars, added a bunch of comments
il y a 25 ans
Brian Paul
c8cfbf7c19
minor re-org in sample_depth_texture()
il y a 25 ans
Brian Paul
2743def830
sync'd with the latest changes in XFree86 (cygwin stuff)
il y a 25 ans
Gareth Hughes
fa6be6e77a
Fix compilation with GLU 1.1
il y a 25 ans
Gareth Hughes
f5328c534d
Make ESC quit.
il y a 25 ans
Gareth Hughes
16cdc6ab12
Revert back to new tessellator, check version string to be sure we're
running with a valid GLU library.
il y a 25 ans
Brian Paul
56671022f9
depth images were broken by latest teximage changes, this fixes the problem
il y a 25 ans
Gareth Hughes
b5f0de18b9
Make COPY_FLOAT available to a wider audience.
il y a 25 ans
Gareth Hughes
23f48064b8
More updates. Radeon tnl module still disabled by default.
il y a 25 ans
Brian Paul
815ad714b4
fixes to make old GLU code compile with new GLU 1.3 header
il y a 25 ans
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
----------------------------------------------------------------------
il y a 25 ans
pesco
68af9a0773
* common_rules.make: Created to hold the conditional build rule
override. All Makefile.am's updated.
il y a 25 ans
Brian Paul
4e856077b7
fix for gl_ztrick bug (Ove Kaaven)
il y a 25 ans
pesco
6507d9249d
* si-glu/libnurbs/: Undid move of glimports.h, mystdio.h, mystdlib.h.
il y a 25 ans
Alan Hourihane
e18599a6c3
fix glxinfo to query current display.
il y a 25 ans
Alan Hourihane
92eac1c765
fix cast
il y a 25 ans
Keith Whitwell
b048d8e084
New files
il y a 25 ans
Keith Whitwell
7098924599
Split driver struct into swrast/tnl/core components.
il y a 25 ans
pesco
d9bf6ccce9
* gen_srclists.sh: Use getopt to parse the command line. Added command
line option -n (dry run) and -h. Directory list can be specified on the
command line.
Added command line options -p and -l. Some other tweaks.
* si-glu/libnurbs/glimports.h, si-glu/libnurbs/mystdio.h,
si-glu/libnurbs/mystdlib.h: Pulled these out of
si-glu/libnurbs/interface and si-glu/libnurbs/internals. All include
paths updated.
il y a 25 ans
Gareth Hughes
371ef9c058
Add missing header file include.
il y a 25 ans
Gareth Hughes
ad7ce73609
Remove #endif.
il y a 25 ans
Gareth Hughes
264c6fd177
Make assertions take new GLchan formats into account.
il y a 25 ans
Gareth Hughes
3fa4bd008c
Fix error message.
il y a 25 ans
Gareth Hughes
7ea33579e7
Fix header info.
il y a 25 ans
Gareth Hughes
6b406bf09d
Remove old code, fix a few comments.
il y a 25 ans
pesco
2f9757f344
Forgot to add newly created files.
il y a 25 ans
Gareth Hughes
2c3d34c905
- Port 3.4 texture utils, texture format work to 3.5 (including new
FetchTexel routines).
- Initial hooks for GL_EXT_texture_filter_anisotropic.
il y a 25 ans
Keith Whitwell
6e550baa0a
Fix lineloops.
il y a 25 ans
Keith Whitwell
bcc513ebf5
Fix cut&paste bug exposed by clipbug.c demo.
il y a 25 ans
Keith Whitwell
47489c0721
Remove dead #define.
Add case for triangles culled front and back -- not handled by the
culling code inside swrast triangle routines.
il y a 25 ans
Keith Whitwell
c6e2d29cde
Revert earlier changes protecting against null VB->TexCoordPtr[x]. Do
this a better way via check_tex_sizes().
il y a 25 ans
Brian Paul
eb11fa73ec
added SI GLU info
il y a 25 ans
Brian Paul
47cbbcc1b6
updated for SGI SI GLU
il y a 25 ans
Brian Paul
1bb327ebdb
SGI SI GLU 1.3 header
il y a 25 ans