Brian Paul
1a59875367
added GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3
2001-03-22 04:54:58 +00:00
Brian Paul
e9313a64c1
clean-up in _swrast_choose_triangle()
2001-03-22 04:54:08 +00:00
Gareth Hughes
d2733fa196
Add PolygonOffset driver callback.
2001-03-22 00:36:27 +00:00
Brian Paul
8ac1f97e9e
added teximage rescaling code. untested at this point
2001-03-21 18:23:39 +00:00
pesco
6f3178a3be
* src/swrast_setup/ss_tritmp.h (quad): Changed name of this function to
...
quadfunc.
* common_rules.make: Use tabs for command indentation.
2001-03-21 17:11:32 +00:00
Brian Paul
1639518b64
minor updates for 3.5
2001-03-21 16:47:33 +00:00
Brian Paul
935d5e5daa
use new texture conversion code, still have to do image rescaling
2001-03-21 16:47:19 +00:00
Brian Paul
0299ad7532
renamed some vars, added a bunch of comments
2001-03-21 16:44:08 +00:00
Brian Paul
c8cfbf7c19
minor re-org in sample_depth_texture()
2001-03-21 16:04:49 +00:00
Brian Paul
2743def830
sync'd with the latest changes in XFree86 (cygwin stuff)
2001-03-21 16:00:17 +00:00
Gareth Hughes
fa6be6e77a
Fix compilation with GLU 1.1
2001-03-21 02:47:32 +00:00
Gareth Hughes
f5328c534d
Make ESC quit.
2001-03-21 02:44:36 +00:00
Gareth Hughes
16cdc6ab12
Revert back to new tessellator, check version string to be sure we're
...
running with a valid GLU library.
2001-03-21 02:43:14 +00:00
Brian Paul
56671022f9
depth images were broken by latest teximage changes, this fixes the problem
2001-03-21 01:08:37 +00:00
Gareth Hughes
b5f0de18b9
Make COPY_FLOAT available to a wider audience.
2001-03-20 18:35:23 +00:00
Gareth Hughes
23f48064b8
More updates. Radeon tnl module still disabled by default.
2001-03-20 18:33:41 +00:00
Brian Paul
815ad714b4
fixes to make old GLU code compile with new GLU 1.3 header
2001-03-20 17:56:10 +00:00
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
----------------------------------------------------------------------
2001-03-20 10:18:13 +00:00
pesco
68af9a0773
* common_rules.make: Created to hold the conditional build rule
...
override. All Makefile.am's updated.
2001-03-20 00:33:18 +00:00
Brian Paul
4e856077b7
fix for gl_ztrick bug (Ove Kaaven)
2001-03-19 22:45:52 +00:00
pesco
6507d9249d
* si-glu/libnurbs/: Undid move of glimports.h, mystdio.h, mystdlib.h.
2001-03-19 17:52:02 +00:00
Alan Hourihane
e18599a6c3
fix glxinfo to query current display.
2001-03-19 13:58:45 +00:00
Alan Hourihane
92eac1c765
fix cast
2001-03-19 13:27:15 +00:00
Keith Whitwell
b048d8e084
New files
2001-03-19 02:28:59 +00:00
Keith Whitwell
7098924599
Split driver struct into swrast/tnl/core components.
2001-03-19 02:25:35 +00:00
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.
2001-03-18 15:40:45 +00:00
Gareth Hughes
371ef9c058
Add missing header file include.
2001-03-18 14:06:25 +00:00
Gareth Hughes
ad7ce73609
Remove #endif.
2001-03-18 14:05:32 +00:00
Gareth Hughes
264c6fd177
Make assertions take new GLchan formats into account.
2001-03-18 13:40:58 +00:00
Gareth Hughes
3fa4bd008c
Fix error message.
2001-03-18 13:37:18 +00:00
Gareth Hughes
7ea33579e7
Fix header info.
2001-03-18 13:34:24 +00:00
Gareth Hughes
6b406bf09d
Remove old code, fix a few comments.
2001-03-18 13:31:52 +00:00
pesco
2f9757f344
Forgot to add newly created files.
2001-03-18 13:06:19 +00:00
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.
2001-03-18 08:53:49 +00:00
Keith Whitwell
6e550baa0a
Fix lineloops.
2001-03-18 00:46:04 +00:00
Keith Whitwell
bcc513ebf5
Fix cut&paste bug exposed by clipbug.c demo.
2001-03-17 18:04:54 +00:00
Keith Whitwell
47489c0721
Remove dead #define.
...
Add case for triangles culled front and back -- not handled by the
culling code inside swrast triangle routines.
2001-03-17 17:43:04 +00:00
Keith Whitwell
c6e2d29cde
Revert earlier changes protecting against null VB->TexCoordPtr[x]. Do
...
this a better way via check_tex_sizes().
2001-03-17 17:31:42 +00:00
Brian Paul
eb11fa73ec
added SI GLU info
2001-03-17 00:47:19 +00:00
Brian Paul
47cbbcc1b6
updated for SGI SI GLU
2001-03-17 00:45:01 +00:00
Brian Paul
1bb327ebdb
SGI SI GLU 1.3 header
2001-03-17 00:29:47 +00:00
Brian Paul
84c8964116
added CCFLAGS and CPLUSPLUS definitions
2001-03-17 00:27:04 +00:00
Brian Paul
77cc447b96
SGI SI GLU library
2001-03-17 00:25:40 +00:00
Brian Paul
24fab8e250
removed ARB_texture_env_add bool flag, use EXT_texture_env_add flag
2001-03-15 18:21:01 +00:00
Brian Paul
b082abc28f
use IROUND() instead of (int) cast (Klaus Niederkrueger)
2001-03-15 16:45:30 +00:00
Gareth Hughes
c6742cedee
Fix typo.
2001-03-14 08:51:09 +00:00
Gareth Hughes
3709db0e17
Initial templates for immediate mode fastpaths, or custom tnl modules.
...
Completely untested and incomplete. More to follow.
2001-03-13 17:39:56 +00:00
Gareth Hughes
3df1e04b10
Nope, -ansi spoils that...
2001-03-12 02:24:53 +00:00
Gareth Hughes
2a938d3ab7
Undo -D_POSIX_SOURCE change, fix the way the katmai support test is
...
done.
2001-03-12 02:13:39 +00:00
Gareth Hughes
79b2d13ae2
- Add -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L to linux builds, we've
...
been using it with the DRI for long enough without any issues and we
need it to include the katmai functions.
- Make katmai assembly work with the debug tests.
- A few general cleanups.
2001-03-12 02:02:36 +00:00