Brian Paul [Tue, 13 Feb 2001 23:55:30 +0000 (23:55 +0000)]
fixed bug in gl_validate_all_lighting_tables() found with CI mode conformance tests
Brian Paul [Tue, 13 Feb 2001 23:54:12 +0000 (23:54 +0000)]
removed bogus assertions
Brian Paul [Tue, 13 Feb 2001 23:51:34 +0000 (23:51 +0000)]
gl_error clean-ups
Brian Paul [Tue, 13 Feb 2001 23:50:25 +0000 (23:50 +0000)]
fixed GL_SET bug
Brian Paul [Mon, 12 Feb 2001 19:04:30 +0000 (19:04 +0000)]
added debug assertions to be sure drivers initialize all required function pointers
Brian Paul [Mon, 12 Feb 2001 18:32:26 +0000 (18:32 +0000)]
added ctx->Driver.ResetLineStipple, misc clean-up
Brian Paul [Mon, 12 Feb 2001 17:02:00 +0000 (17:02 +0000)]
fixed RGB over/underflow bug for tiny triangles (bug 128969)
Brian Paul [Fri, 9 Feb 2001 23:39:02 +0000 (23:39 +0000)]
minor updates to sync w/ XFree86 changes
Brian Paul [Fri, 9 Feb 2001 23:23:43 +0000 (23:23 +0000)]
minor changes from XFree86 (dawes)
Jouk Jansen [Fri, 9 Feb 2001 12:19:17 +0000 (12:19 +0000)]
Committing in .
Modified Files:
Mesa/src-glut/glut_event.c Mesa/src-glut/glut_get.c
Mesa/src-glut/glut_init.c Mesa/src-glut/glutint.h
Patch for compilation on very old VMS (version 6.2 and earlier)
----------------------------------------------------------------------
Brian Paul [Thu, 8 Feb 2001 23:52:29 +0000 (23:52 +0000)]
fixed bytesPerValue bug in OSMesaGetDepthBuffer()
Brian Paul [Thu, 8 Feb 2001 15:57:01 +0000 (15:57 +0000)]
fixed bugs in _mesa_clear_depth_buffer(), bug #131366
Brian Paul [Wed, 7 Feb 2001 19:02:23 +0000 (19:02 +0000)]
GLchan fixes
Brian Paul [Wed, 7 Feb 2001 18:59:45 +0000 (18:59 +0000)]
fixed texel indexing bug in _mesa_GetTexImage()
Brian Paul [Wed, 7 Feb 2001 18:44:55 +0000 (18:44 +0000)]
added divide by zero checks
Brian Paul [Wed, 7 Feb 2001 18:36:52 +0000 (18:36 +0000)]
fixed divide by zero problem
Brian Paul [Wed, 7 Feb 2001 16:27:41 +0000 (16:27 +0000)]
added some code for proxy texture tests
Keith Whitwell [Wed, 7 Feb 2001 16:00:58 +0000 (16:00 +0000)]
Correctly calculate size for disabled texcoord arrays.
Jouk Jansen [Wed, 7 Feb 2001 09:15:41 +0000 (09:15 +0000)]
VMS compile update
Brian Paul [Wed, 7 Feb 2001 03:55:31 +0000 (03:55 +0000)]
check texture texel type before using optimized sampling functions
Brian Paul [Wed, 7 Feb 2001 03:53:07 +0000 (03:53 +0000)]
remove unused functions
Brian Paul [Wed, 7 Feb 2001 03:30:07 +0000 (03:30 +0000)]
new texture image routines work now
Brian Paul [Wed, 7 Feb 2001 03:27:41 +0000 (03:27 +0000)]
made some changes to the initialization of gl_texture_image fields
Gareth Hughes [Wed, 7 Feb 2001 03:04:58 +0000 (03:04 +0000)]
Force texture download every time to handle lazy texture downloads.
Brian Paul [Tue, 6 Feb 2001 23:35:49 +0000 (23:35 +0000)]
updated texture image handling - STILL UNTESTED
Brian Paul [Tue, 6 Feb 2001 23:35:26 +0000 (23:35 +0000)]
added a number of debugging tests to be sure drivers handle texture images correctly
Brian Paul [Tue, 6 Feb 2001 21:42:48 +0000 (21:42 +0000)]
Overhaul of texture image handling.
1. gl_texture_image struct's Data pointer points to images in driver's format.
2. Added FetchTexel() function pointer to struct gl_texture_image.
3. Changed Driver Tex[Sub]Image functions, return void now.
4. Texture storage/fetch code in new texstore.c file.
5. Removed texture.[ch] - functions moved to state.c
Note: FX driver updates not finished yet.
Brian Paul [Tue, 6 Feb 2001 17:22:16 +0000 (17:22 +0000)]
added _mesa_adjust_image_for_convolution()
Keith Whitwell [Tue, 6 Feb 2001 04:06:34 +0000 (04:06 +0000)]
Use a lookup table to compute exponents in tnl fogging code. Slightly
clean up the shine table lookup macro.
Brian Paul [Tue, 6 Feb 2001 00:03:47 +0000 (00:03 +0000)]
misc updates to match latest device driver changes
Brian Paul [Mon, 5 Feb 2001 19:17:31 +0000 (19:17 +0000)]
added mesa_profile extern decl
Brian Paul [Mon, 5 Feb 2001 18:48:52 +0000 (18:48 +0000)]
replaced frustrum with frustum
Jouk Jansen [Mon, 5 Feb 2001 08:56:12 +0000 (08:56 +0000)]
Committing in .
Modified Files:
Mesa/src/descrip.mms
Updated VMS make-files
----------------------------------------------------------------------
Keith Whitwell [Sun, 4 Feb 2001 00:47:28 +0000 (00:47 +0000)]
rework to correctly respect _ac_import_range()
Keith Whitwell [Sun, 4 Feb 2001 00:44:36 +0000 (00:44 +0000)]
Fast no-copy drawarrays for large tristrips
Gareth Hughes [Sat, 3 Feb 2001 08:41:03 +0000 (08:41 +0000)]
Some more work on interal debugging, timing routines for things that
will have implementations in assembly code. To come: texture image
conversions, more of internal T&L pipeline and so on.
Jouk Jansen [Wed, 31 Jan 2001 14:10:16 +0000 (14:10 +0000)]
Committing in .
Modified Files:
Mesa/src/descrip.mms
Updates VMS compile-support
----------------------------------------------------------------------
Brian Paul [Tue, 30 Jan 2001 18:08:51 +0000 (18:08 +0000)]
make gluPerspective() call glMultMatrix() instead of glFrustum() to get correct error semantics
Brian Paul [Tue, 30 Jan 2001 17:46:34 +0000 (17:46 +0000)]
added packed types to glGetMinMax and glGetHistogram error checks
Brian Paul [Tue, 30 Jan 2001 16:38:20 +0000 (16:38 +0000)]
fixed half pixel offset bug in aa point code
Gareth Hughes [Tue, 30 Jan 2001 15:02:34 +0000 (15:02 +0000)]
Upgrade to (patched) version 7 of glext.h
Brian Paul [Mon, 29 Jan 2001 23:38:41 +0000 (23:38 +0000)]
last segment of AA stippled lines wasn't drawn
Brian Paul [Mon, 29 Jan 2001 22:40:23 +0000 (22:40 +0000)]
fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()
Brian Paul [Mon, 29 Jan 2001 22:15:44 +0000 (22:15 +0000)]
GL_SHADE_MODEL wasn't popped correctly
Brian Paul [Mon, 29 Jan 2001 22:10:37 +0000 (22:10 +0000)]
removed unused vars
Brian Paul [Mon, 29 Jan 2001 22:10:24 +0000 (22:10 +0000)]
only compute separate specular if texturing really enabled
Brian Paul [Mon, 29 Jan 2001 21:47:13 +0000 (21:47 +0000)]
fixed computation of _MultiTextureEnabled (again)
Keith Whitwell [Mon, 29 Jan 2001 20:56:32 +0000 (20:56 +0000)]
Update implementations of Driver.Clear().
Keith Whitwell [Mon, 29 Jan 2001 20:47:39 +0000 (20:47 +0000)]
Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels
functions from core mesa -- if drivers need these fallbacks they
must now call them themselves.
Introduced hooks for clip-vertex-interpolation and the rendering
of clipped lines and polygons. Allows drivers to interpolate
their hardware-format vertices directly. Used in dri drivers to
replace fastpath code.
Slight optimizations to pipeline build/run routines.
Brian Paul [Mon, 29 Jan 2001 18:51:25 +0000 (18:51 +0000)]
optimized lambda computation (Klaus Niederkrueger)
Brian Paul [Mon, 29 Jan 2001 16:18:37 +0000 (16:18 +0000)]
updates to the trace extension
Brian Paul [Mon, 29 Jan 2001 16:10:18 +0000 (16:10 +0000)]
updated spec
Brian Paul [Wed, 24 Jan 2001 15:27:10 +0000 (15:27 +0000)]
redo _mesa_PopAttrib() to call Mesa state functions so derived state is updated
Brian Paul [Wed, 24 Jan 2001 04:56:19 +0000 (04:56 +0000)]
removed the unused/broken GL_PGI_misc_hints extension
Brian Paul [Wed, 24 Jan 2001 00:07:01 +0000 (00:07 +0000)]
minor tweaks
Brian Paul [Wed, 24 Jan 2001 00:04:58 +0000 (00:04 +0000)]
Lots of GLchan datatype changes.
Added GLvector4us datatype in math/m_vector.[ch]
Added _math_trans_4us() in math/m_translate.[ch]
Choose GLvector4ub, GLvector4us, GLvector4f at compile time based on CHAN_BITS.
Made Driver.ClearColor() and Driver.ClearIndex() optional driver functions.
Changed args to Driver.ClearColor(), updated drivers.
Reordered files in Makefile.X11
Brian Paul [Tue, 23 Jan 2001 23:45:05 +0000 (23:45 +0000)]
added DestroyHeads() to test clean-up code
Brian Paul [Tue, 23 Jan 2001 23:44:39 +0000 (23:44 +0000)]
minor tweaks
Brian Paul [Tue, 23 Jan 2001 23:44:15 +0000 (23:44 +0000)]
added support for 4 texture units
Brian Paul [Tue, 23 Jan 2001 23:43:53 +0000 (23:43 +0000)]
space-bar = pause animation
Brian Paul [Tue, 23 Jan 2001 23:39:36 +0000 (23:39 +0000)]
Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.
Replace "RGBAMode" with "rgbMode", etc.
Other minor clean-ups.
Brian Paul [Tue, 23 Jan 2001 23:35:47 +0000 (23:35 +0000)]
added dispatch override mechanism, used by trace extension
Brian Paul [Tue, 23 Jan 2001 23:35:23 +0000 (23:35 +0000)]
fixed glTexSubImage error check bug #128775
Brian Paul [Tue, 23 Jan 2001 23:29:15 +0000 (23:29 +0000)]
test check-in
Keith Whitwell [Wed, 17 Jan 2001 02:49:38 +0000 (02:49 +0000)]
Fixes for performance bug on compiled array element paths.
Brian Paul [Tue, 16 Jan 2001 21:16:56 +0000 (21:16 +0000)]
updated ctx->Driver functions for s/w setup
Brian Paul [Tue, 16 Jan 2001 15:25:11 +0000 (15:25 +0000)]
fixed a small error in import_color(), include m_translate.h
Keith Whitwell [Tue, 16 Jan 2001 05:29:42 +0000 (05:29 +0000)]
Fix several conformance problems. Hack solution to line stipple problem.
Brian Paul [Mon, 15 Jan 2001 20:04:28 +0000 (20:04 +0000)]
removed unneeded TXTR_COORD macros (Stephen Tse)
Keith Whitwell [Sun, 14 Jan 2001 06:14:21 +0000 (06:14 +0000)]
Fixed conform feedback and drawelements tests.
Use correct pv when rasterizing unfilled polys.
Keith Whitwell [Sat, 13 Jan 2001 18:28:19 +0000 (18:28 +0000)]
fix conform dlist test
Keith Whitwell [Sat, 13 Jan 2001 07:13:28 +0000 (07:13 +0000)]
Use correct pv in swrast lines routines
Keith Whitwell [Sat, 13 Jan 2001 05:48:25 +0000 (05:48 +0000)]
Fix crash in book/stencil.
Allow drivers to perform the perspective divide themselves. Assembly
to do cliptesting without perspective divide for size-4 vectors.
Keith Whitwell [Sat, 13 Jan 2001 05:47:06 +0000 (05:47 +0000)]
Resync with new XFree version of this file
Brian Paul [Fri, 12 Jan 2001 22:34:27 +0000 (22:34 +0000)]
initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoop
Brian Paul [Tue, 9 Jan 2001 00:02:55 +0000 (00:02 +0000)]
Added PointSize and PointParametersfv to dd interface, for completeness.
Clean-up and updated comments in dd.h file.
Keith Whitwell [Mon, 8 Jan 2001 21:55:59 +0000 (21:55 +0000)]
Fixed 'IRound' to 'IROUND' in mmath.h
Fixed fallback path for drawarrays/_tnl_hard_begin.
Removed disabled debug code.
Keith Whitwell [Mon, 8 Jan 2001 17:42:13 +0000 (17:42 +0000)]
Still need 'DD_TRI_CULL_FRONT_BACK'
Keith Whitwell [Mon, 8 Jan 2001 17:41:15 +0000 (17:41 +0000)]
Add call to Driver.RenderPrimitive()
Keith Whitwell [Mon, 8 Jan 2001 04:55:22 +0000 (04:55 +0000)]
revert XMesaCreateContext changes
Keith Whitwell [Mon, 8 Jan 2001 04:09:41 +0000 (04:09 +0000)]
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.
Keith Whitwell [Mon, 8 Jan 2001 04:06:56 +0000 (04:06 +0000)]
Bring the FX driver into line with core mesa changes.
Keith Whitwell [Mon, 8 Jan 2001 04:06:20 +0000 (04:06 +0000)]
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.
Keith Whitwell [Mon, 8 Jan 2001 03:56:53 +0000 (03:56 +0000)]
Moved glcore.h to a location prefixed by 'GL/internal', for compatibility
with XFree86 and the SI code there.
Gareth Hughes [Sat, 6 Jan 2001 22:46:13 +0000 (22:46 +0000)]
Implementation of GL_EXT_texture_env_dot3.
Gareth Hughes [Sat, 6 Jan 2001 20:38:03 +0000 (20:38 +0000)]
Add GL_POINTS as a primitive, including with CVA DrawElements. Useful
for testing non-triangle primitives on hardware driver fastpaths.
Brian Paul [Fri, 5 Jan 2001 21:28:31 +0000 (21:28 +0000)]
Fixed bug in MinMagThresh computation.
Renamed gl_texture_pixels() to _swrast_texture_fragments()
Jouk Jansen [Fri, 5 Jan 2001 08:09:46 +0000 (08:09 +0000)]
Committing in .
Modified Files:
Mesa/src/descrip.mms
VMS makefile update
----------------------------------------------------------------------
Keith Whitwell [Fri, 5 Jan 2001 05:31:42 +0000 (05:31 +0000)]
various compilation/warning fixes
Keith Whitwell [Fri, 5 Jan 2001 02:26:48 +0000 (02:26 +0000)]
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.
Brian Paul [Thu, 4 Jan 2001 16:22:18 +0000 (16:22 +0000)]
added underflow check in validate_shine_table()
Brian Paul [Thu, 4 Jan 2001 15:32:32 +0000 (15:32 +0000)]
added divide by zero check
Brian Paul [Thu, 4 Jan 2001 15:32:10 +0000 (15:32 +0000)]
changed some point functions, new picking code
Brian Paul [Thu, 4 Jan 2001 15:31:38 +0000 (15:31 +0000)]
minor bug fixes
Brian Paul [Wed, 3 Jan 2001 22:56:23 +0000 (22:56 +0000)]
added divide by zero check
Brian Paul [Wed, 3 Jan 2001 22:55:26 +0000 (22:55 +0000)]
added divide by zero checks
Brian Paul [Wed, 3 Jan 2001 22:17:16 +0000 (22:17 +0000)]
New point rasterization functions based on template code that
handles CI/RGB, texture, antialiasing, attenuation, etc.
Brian Paul [Wed, 3 Jan 2001 15:59:30 +0000 (15:59 +0000)]
More color macro clean-ups.
FLOAT_TO_CHAN() macro removed.
Brian Paul [Wed, 3 Jan 2001 15:56:41 +0000 (15:56 +0000)]
minor clean-up
Jon Taylor [Wed, 3 Jan 2001 02:43:46 +0000 (02:43 +0000)]
Added missing #include "mmath.h"