Keith Whitwell
78477947de
Moved glcore.h to a location prefixed by 'GL/internal', for compatibility
...
with XFree86 and the SI code there.
2001-01-08 03:56:53 +00:00
Gareth Hughes
ba8f6172bd
Implementation of GL_EXT_texture_env_dot3.
2001-01-06 22:46:13 +00:00
Gareth Hughes
c851646050
Add GL_POINTS as a primitive, including with CVA DrawElements. Useful
...
for testing non-triangle primitives on hardware driver fastpaths.
2001-01-06 20:38:03 +00:00
Brian Paul
8cbc573eae
Fixed bug in MinMagThresh computation.
...
Renamed gl_texture_pixels() to _swrast_texture_fragments()
2001-01-05 21:28:31 +00:00
Jouk Jansen
2d7e25c9ff
Committing in .
...
Modified Files:
Mesa/src/descrip.mms
VMS makefile update
----------------------------------------------------------------------
2001-01-05 08:09:46 +00:00
Keith Whitwell
f4b02d1a26
various compilation/warning fixes
2001-01-05 05:31:42 +00:00
Keith Whitwell
58e9917053
Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex
...
is always the last vertex parameter.
Modify clipping to preserve pv colors.
Modify swrast and X11 driver to expect the pv in the last vertex
(was looking in the first vertex previously).
Remove all handling of flatshading from swrast_setup.
Allow drivers to override the unclipped render tabs in tnl_render_stage
directly. (Like in 3.4). Removed fxsimplerender stage.
Modified t_vb_rendertmp.h to remove the need for 'parity' arguments
in RENDER_TRI macros.
2001-01-05 02:26:48 +00:00
Brian Paul
f22c04cdae
added underflow check in validate_shine_table()
2001-01-04 16:22:18 +00:00
Brian Paul
6517211e12
added divide by zero check
2001-01-04 15:32:32 +00:00
Brian Paul
2fd9c8690f
changed some point functions, new picking code
2001-01-04 15:32:10 +00:00
Brian Paul
63cca75e63
minor bug fixes
2001-01-04 15:31:38 +00:00
Brian Paul
1c768645c5
added divide by zero check
2001-01-03 22:56:23 +00:00
Brian Paul
d14fce03f0
added divide by zero checks
2001-01-03 22:55:26 +00:00
Brian Paul
08dfacd425
New point rasterization functions based on template code that
...
handles CI/RGB, texture, antialiasing, attenuation, etc.
2001-01-03 22:17:16 +00:00
Brian Paul
6532db9868
More color macro clean-ups.
...
FLOAT_TO_CHAN() macro removed.
2001-01-03 15:59:30 +00:00
Brian Paul
3b399df638
minor clean-up
2001-01-03 15:56:41 +00:00
Jon Taylor
c1d89d4391
Added missing #include "mmath.h"
2001-01-03 02:43:46 +00:00
Brian Paul
a580e1adb7
missed a few color macro changes
2001-01-02 22:05:55 +00:00
Brian Paul
3041d05bbc
Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)
...
Clean-up of color conversion macros.
New mmath.h macros (IROUND, IFLOOR, ICEIL, FRAC) used in various places.
2001-01-02 22:02:51 +00:00
Brian Paul
8446d1bab1
include state.h
2001-01-02 21:40:57 +00:00
Brian Paul
6f89984fed
minor GLchan-related changes
2001-01-02 21:09:50 +00:00
Jouk Jansen
ef68e7bf71
Committing in .
...
Modified Files:
Mesa/demos/descrip.mms Mesa/src/descrip.mms
Mesa/src/dispatch.c
-Updated VMS compile suppport
-Included glthread.h in dispatch.c to make sure that THREADS is defined if
i.e. PTHREADS is defined in the makefile.
----------------------------------------------------------------------
2001-01-02 10:07:33 +00:00
Keith Whitwell
88f3b89a2c
Add render stage for unclipped vb's to fx driver.
...
Bump MAX_TEXTURE_UNITS to 8
Fix mem. leak in destroy_lists
Fix crash in q3 (cva generally)
2000-12-28 22:11:04 +00:00
Keith Whitwell
e5d6fb20a5
try and force a log message
2000-12-28 16:42:37 +00:00
Keith Whitwell
123ff6549b
try and force a log message
2000-12-28 16:35:42 +00:00
Keith Whitwell
bc28306f4a
try and force a log message
2000-12-28 16:32:22 +00:00
Jon Taylor
4e96ac080a
Fixed GGIMesa build problems.
...
Swrast triangle drawing fixes.
2000-12-28 02:00:27 +00:00
Keith Whitwell
a884b4b811
try and force a log message
2000-12-27 23:01:25 +00:00
Keith Whitwell
4292e9c06b
try and force a log message
2000-12-27 22:59:46 +00:00
Keith Whitwell
20911cb17c
try and force a log message
2000-12-27 22:57:13 +00:00
Keith Whitwell
1b686cedf4
try and force a log message
2000-12-27 22:55:09 +00:00
Keith Whitwell
376d022e4a
fix demos/fire, enable lazy vertex flushing
2000-12-27 22:52:45 +00:00
Keith Whitwell
ae8ec0b30d
Fix evalpoints bug (samples/nurb)
2000-12-27 22:30:29 +00:00
Keith Whitwell
93259cdfa1
fix sproingies bug
2000-12-27 21:49:40 +00:00
Keith Whitwell
719344b23e
Fixes for compiling assembly (disable unused 'masked' versions)
...
Fixes for compiling without debug.
Fix line clipping
Fix unfilled polygon clipping (should be correct now).
2000-12-27 19:57:37 +00:00
Keith Whitwell
770169f230
The array cache.
2000-12-26 15:14:04 +00:00
Keith Whitwell
9ef50d5826
fix xscreensaver cores
2000-12-26 07:41:32 +00:00
Keith Whitwell
cab974cf6c
Major rework of tnl module
...
New array_cache module
Support 8 texture units in core mesa (now support 8 everywhere)
Rework core mesa statechange operations to avoid flushing on many
noop statechanges.
2000-12-26 05:09:27 +00:00
pesco
d1ff1f6798
* demos/Makefile.am (INCLUDES): Added -I$(top_srcdir)/util.
...
* demos/Makefile.X11, demos/Makefile.BeOS-R4, demos/Makefile.cygnus:
Essentially the same.
Program files updated to include "readtex.c", not "../util/readtex.c".
* demos/reflect.c: Likewise for "showbuffer.c".
* Makefile.am (EXTRA_DIST): Added top-level regular files.
* include/GL/Makefile.am (INC_X11): Added glxext.h.
* src/GGI/include/ggi/mesa/Makefile.am (EXTRA_HEADERS): Include
Mesa GGI headers in dist even if HAVE_GGI is not given.
* configure.in: Look for GLUT and demo source dirs in $srcdir.
* src/swrast/Makefile.am (libMesaSwrast_la_SOURCES): Set to *.[ch].
More source list updates in various Makefile.am's.
* Makefile.am (dist-hook): Remove CVS directory from distribution.
(DIST_SUBDIRS): List all possible subdirs here.
(SUBDIRS): Only list subdirs selected for build again.
The above two applied to all subdir Makefile.am's also.
2000-12-24 22:53:54 +00:00
pesco
05ecec6f49
* include/GL/Makefile.am: ENABLE_GLUT_BUILD -> NEED_GLUT
...
* bootstrap: Fixed stupid mistakes.
* configure.in (LIBGL_VERSION): Include Mesa version as tiny number.
(LIBGLU_VERSION): Likewise.
2000-12-21 20:04:14 +00:00
Brian Paul
9da422c639
set visual->MRD to 2.0
2000-12-16 00:21:28 +00:00
Brian Paul
f1d6b38441
Polygon._OffsetAny wasn't being computed
2000-12-16 00:19:12 +00:00
Brian Paul
74e2dd38ed
minor fog clean-ups (Klaus Niederkrueger)
2000-12-15 16:42:30 +00:00
Brian Paul
783d7dfcbf
added more GLX extension function stubs
2000-12-15 04:02:50 +00:00
Brian Paul
083e466f88
Renamed texture object _P to _MaxLevel and _M to _MaxLambda.
...
Now add BaseLevel in _MaxLevel computation.
2000-12-14 20:25:56 +00:00
Brian Paul
daabce72db
updated glXSet3DfxModeMESA() prototype types
2000-12-14 17:44:42 +00:00
Brian Paul
4536021a62
added some more GLX extension entrypoints (fix GLUT link problems when using glxext.h)
2000-12-14 17:44:08 +00:00
Brian Paul
a2003c2895
fixed conformance problems in min/max and histogram result packing
2000-12-13 23:13:45 +00:00
Brian Paul
b0dbd3ed13
replaced GLfixed with GLfloat in _mesa_fog_ci_pixels() (Klaus Niederkrueger)
2000-12-13 17:35:43 +00:00
Brian Paul
ac522d4756
use inverted Y coordinate for choosing dither value (conformance fixes)
2000-12-13 16:24:39 +00:00