Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use a lookup table to compute exponents in tnl fogging code. Slightly | Keith Whitwell | 2001-02-06 | 3 | -13/+12 |
| | | | | clean up the shine table lookup macro. | ||||
* | replaced frustrum with frustum | Brian Paul | 2001-02-05 | 1 | -2/+2 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-02-05 | 1 | -0/+8 |
| | | | | | | | | | Modified Files: Mesa/src/descrip.mms Updated VMS make-files ---------------------------------------------------------------------- | ||||
* | Some more work on interal debugging, timing routines for things that | Gareth Hughes | 2001-02-03 | 1 | -5/+7 |
| | | | | | will have implementations in assembly code. To come: texture image conversions, more of internal T&L pipeline and so on. | ||||
* | Committing in . | Jouk Jansen | 2001-01-31 | 1 | -0/+4 |
| | | | | | | | | Modified Files: Mesa/src/descrip.mms Updates VMS compile-support ---------------------------------------------------------------------- | ||||
* | added packed types to glGetMinMax and glGetHistogram error checks | Brian Paul | 2001-01-30 | 1 | -4/+28 |
| | |||||
* | GL_SHADE_MODEL wasn't popped correctly | Brian Paul | 2001-01-29 | 1 | -2/+2 |
| | |||||
* | removed unused vars | Brian Paul | 2001-01-29 | 1 | -2/+1 |
| | |||||
* | Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixels | Keith Whitwell | 2001-01-29 | 8 | -116/+99 |
| | | | | | | | | | | | | 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. | ||||
* | redo _mesa_PopAttrib() to call Mesa state functions so derived state is updated | Brian Paul | 2001-01-24 | 1 | -185/+210 |
| | |||||
* | removed the unused/broken GL_PGI_misc_hints extension | Brian Paul | 2001-01-24 | 8 | -361/+12 |
| | |||||
* | Lots of GLchan datatype changes. | Brian Paul | 2001-01-24 | 11 | -149/+162 |
| | | | | | | | | | 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 | ||||
* | Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h. | Brian Paul | 2001-01-23 | 15 | -223/+199 |
| | | | | | Replace "RGBAMode" with "rgbMode", etc. Other minor clean-ups. | ||||
* | fixed glTexSubImage error check bug #128775 | Brian Paul | 2001-01-23 | 1 | -2/+3 |
| | |||||
* | Fixes for performance bug on compiled array element paths. | Keith Whitwell | 2001-01-17 | 1 | -18/+4 |
| | |||||
* | Fixed conform feedback and drawelements tests. | Keith Whitwell | 2001-01-14 | 3 | -8/+5 |
| | | | | Use correct pv when rasterizing unfilled polys. | ||||
* | fix conform dlist test | Keith Whitwell | 2001-01-13 | 2 | -12/+15 |
| | |||||
* | Fix crash in book/stencil. | Keith Whitwell | 2001-01-13 | 2 | -13/+13 |
| | | | | | Allow drivers to perform the perspective divide themselves. Assembly to do cliptesting without perspective divide for size-4 vectors. | ||||
* | Added PointSize and PointParametersfv to dd interface, for completeness. | Brian Paul | 2001-01-09 | 2 | -110/+146 |
| | | | | Clean-up and updated comments in dd.h file. | ||||
* | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell | 2001-01-08 | 2 | -5/+6 |
| | | | | | | Fixed fallback path for drawarrays/_tnl_hard_begin. Removed disabled debug code. | ||||
* | Still need 'DD_TRI_CULL_FRONT_BACK' | Keith Whitwell | 2001-01-08 | 1 | -3/+3 |
| | |||||
* | Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out drivers | Keith Whitwell | 2001-01-08 | 9 | -31/+32 |
| | | | | | | | | | | 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. | ||||
* | Implementation of GL_EXT_texture_env_dot3. | Gareth Hughes | 2001-01-06 | 4 | -55/+69 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-01-05 | 1 | -5/+1 |
| | | | | | | | | Modified Files: Mesa/src/descrip.mms VMS makefile update ---------------------------------------------------------------------- | ||||
* | various compilation/warning fixes | Keith Whitwell | 2001-01-05 | 4 | -8/+8 |
| | |||||
* | Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertex | Keith Whitwell | 2001-01-05 | 6 | -26/+30 |
| | | | | | | | | | | | | | | 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. | ||||
* | added underflow check in validate_shine_table() | Brian Paul | 2001-01-04 | 1 | -2/+5 |
| | |||||
* | More color macro clean-ups. | Brian Paul | 2001-01-03 | 3 | -23/+32 |
| | | | | FLOAT_TO_CHAN() macro removed. | ||||
* | minor clean-up | Brian Paul | 2001-01-03 | 1 | -24/+25 |
| | |||||
* | missed a few color macro changes | Brian Paul | 2001-01-02 | 1 | -8/+8 |
| | |||||
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 7 | -166/+109 |
| | | | | | Clean-up of color conversion macros. New mmath.h macros (IROUND, IFLOOR, ICEIL, FRAC) used in various places. | ||||
* | include state.h | Brian Paul | 2001-01-02 | 1 | -2/+3 |
| | |||||
* | Committing in . | Jouk Jansen | 2001-01-02 | 2 | -115/+137 |
| | | | | | | | | | | | | 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. ---------------------------------------------------------------------- | ||||
* | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | 2000-12-28 | 3 | -4/+7 |
| | | | | | | Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally) | ||||
* | try and force a log message | Keith Whitwell | 2000-12-28 | 1 | -1/+0 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-28 | 1 | -0/+1 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-28 | 1 | -1/+0 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-27 | 2 | -1/+3 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-27 | 1 | -2/+1 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-27 | 1 | -1/+2 |
| | |||||
* | try and force a log message | Keith Whitwell | 2000-12-27 | 1 | -2/+1 |
| | |||||
* | fix demos/fire, enable lazy vertex flushing | Keith Whitwell | 2000-12-27 | 3 | -5/+10 |
| | |||||
* | fix xscreensaver cores | Keith Whitwell | 2000-12-26 | 1 | -3/+4 |
| | |||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 47 | -2556/+3896 |
| | | | | | | | 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. | ||||
* | set visual->MRD to 2.0 | Brian Paul | 2000-12-16 | 1 | -2/+2 |
| | |||||
* | Polygon._OffsetAny wasn't being computed | Brian Paul | 2000-12-16 | 1 | -2/+5 |
| | |||||
* | Renamed texture object _P to _MaxLevel and _M to _MaxLambda. | Brian Paul | 2000-12-14 | 4 | -21/+23 |
| | | | | Now add BaseLevel in _MaxLevel computation. | ||||
* | fixed conformance problems in min/max and histogram result packing | Brian Paul | 2000-12-13 | 1 | -139/+331 |
| | |||||
* | improved precision of glReadPixels for colorbuffers < 24bpp | Brian Paul | 2000-12-13 | 2 | -2/+52 |
| | |||||
* | generate GL_INVALID_OPERATION error for bad image format/type combinations | Brian Paul | 2000-12-10 | 3 | -58/+44 |
| |