Keith Whitwell
ab8b047ae5
fix conform dlist test
2001-01-13 18:28:19 +00:00
Keith Whitwell
8415686ea2
Use correct pv in swrast lines routines
2001-01-13 07:13:28 +00:00
Keith Whitwell
321f67c472
Fix crash in book/stencil.
...
Allow drivers to perform the perspective divide themselves. Assembly
to do cliptesting without perspective divide for size-4 vectors.
2001-01-13 05:48:25 +00:00
Keith Whitwell
a087c7421b
Resync with new XFree version of this file
2001-01-13 05:47:06 +00:00
Brian Paul
3f9ee180a8
initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoop
2001-01-12 22:34:27 +00:00
Brian Paul
e448d6cf0c
Added PointSize and PointParametersfv to dd interface, for completeness.
...
Clean-up and updated comments in dd.h file.
2001-01-09 00:02:55 +00:00
Keith Whitwell
ce656b6a0a
Fixed 'IRound' to 'IROUND' in mmath.h
...
Fixed fallback path for drawarrays/_tnl_hard_begin.
Removed disabled debug code.
2001-01-08 21:55:59 +00:00
Keith Whitwell
bfa023921c
Still need 'DD_TRI_CULL_FRONT_BACK'
2001-01-08 17:42:13 +00:00
Keith Whitwell
d7fc376de8
Add call to Driver.RenderPrimitive()
2001-01-08 17:41:15 +00:00
Keith Whitwell
7a1f3a37a1
revert XMesaCreateContext changes
2001-01-08 04:55:22 +00:00
Keith Whitwell
b980b2eeb6
Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers
...
that used to require a 'ReducedPrimitiveChange' callback.
Various compilation fixes for XFree86.
Reverted to the older version of glcore.h used internally in XFree86, and
moved it to 'Mesa/include/GL/internal/glcore.h', for compatibility with
XFree86.
2001-01-08 04:09:41 +00:00
Keith Whitwell
44d8de433e
Bring the FX driver into line with core mesa changes.
2001-01-08 04:06:56 +00:00
Keith Whitwell
e9bf776711
Modify X11 driver and fake glx to store a GLcontext
...
(ie a 'struct __GLcontextRec *') instead of an 'XMesaContext'.
This is to fix conflicts in XFree86 where both the indirect XMesaContext
and the GLcontext were calling themselves __GLcontextRec's.
2001-01-08 04:06:20 +00:00
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