Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-07-17 | Fix Alan Barnett's 'try10' display list bug. | Keith Whitwell | |
2001-06-28 | restore normal length optimization in dlists | Keith Whitwell | |
2001-06-13 | disabled an assertion that doesn't seem to be needed | Brian Paul | |
2001-06-04 | Adaptor code that lets tnl convert compiled (display list) cassettes back | Keith Whitwell | |
to glVertex() type calls. Allows driver-supplied tnl modules to avoid fallback on glCallList inside begin/end pairs. Still a little buggy... | |||
2001-05-16 | fix for Jouk's glplanet bug | Keith Whitwell | |
2001-05-14 | typo | Keith Whitwell | |
2001-05-14 | Fix for glean texgen test. | Keith Whitwell | |
2001-05-11 | Clean up _tnl_Begin/begin/hard_begin. | Keith Whitwell | |
Fix some problems with draw_arrays, draw_elements. | |||
2001-05-11 | Clean up translation of array elements, copying of elts in pure-elt | Keith Whitwell | |
cassettes. Fixes problem with isosurf/compiled-array-elt/strips. | |||
2001-05-03 | added assertion to catch infinite loop in _tnl_fixup_compiled_cassette() - ↵ | Brian Paul | |
might help Keith | |||
2001-04-30 | Lots more eval fixes | Keith Whitwell | |
2001-04-28 | Support for floating point color representation in tnl module. | Keith Whitwell | |
2001-04-26 | first pass at eval fixes | Keith Whitwell | |
2001-04-09 | Perform fixup on material values | Keith Whitwell | |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes | |
2001-03-03 | lots of gl_*() to _mesa_*() namespace clean-up | Brian Paul | |
2001-02-15 | Fix propogation of material values in VB's that don't reach the lighting | Keith Whitwell | |
stage. (Materials now treated more like colors, etc.). Continue whipping the dd templates into shape. Remove old NormalLength code; may come back as a driver helper, but not useful for, eg. hardware t&l drivers. | |||
2001-02-13 | gl_error clean-ups | Brian Paul | |
2001-02-06 | Overhaul of texture image handling. | Brian Paul | |
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. | |||
2001-01-24 | Lots of GLchan datatype changes. | Brian Paul | |
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 | |||
2001-01-08 | Fixed 'IRound' to 'IROUND' in mmath.h | Keith Whitwell | |
Fixed fallback path for drawarrays/_tnl_hard_begin. Removed disabled debug code. | |||
2000-12-28 | Add render stage for unclipped vb's to fx driver. | Keith Whitwell | |
Bump MAX_TEXTURE_UNITS to 8 Fix mem. leak in destroy_lists Fix crash in q3 (cva generally) | |||
2000-12-26 | Major rework of tnl module | Keith Whitwell | |
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. |