make render_quads_verts call EMIT_PRIM with the arguments in the right order,
[mesa.git] / src / mesa / drivers / glide /
2003-11-03 Daniel Borcasmall fixes wrt texture handling
2003-11-03 Daniel BorcaVoodoo2 happiness
2003-10-31 Daniel Borcaremoved detritus
2003-10-30 Daniel Borcabugfixes wrt texture compression
2003-10-29 Daniel Borcachanges to accomodate texture compression
2003-10-22 Daniel Borcacosmetics and memos
2003-10-21 Brian Paulwrap in #ifdef FX / #endif
2003-10-21 Daniel BorcaNapalm total immersion
2003-10-15 Brian Paulprotect whole file with #ifdef FX
2003-10-14 Daniel Borcaminor fixes + doc update
2003-10-13 Daniel Borcaglide driver (wip)
2003-10-09 Daniel BorcaReorganized combiners. Added optimized span functions.
2003-10-02 Brian Paulupdates from Daniel Borca
2003-09-23 Brian Paulremove a _TriangleCaps reference
2003-09-18 Brian Paula few less occurances of _TriangleCaps
2003-08-19 Brian PaulDOS and glide driver updates from Daniel Borca
2003-07-17 Brian Paulmore DOS updates from Daniel Borca
2003-06-16 Brian Paulfix include paths (Daniel Borca)
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-01-08 Brian Paulfix some float/ubyte mistakes (Daniel Borca)
2002-11-04 Brian Paulmisc driver updates (Daniel Borca)
2002-10-29 Brian Paulupdated email addresses
2002-10-29 Brian Pauladded some casts for mallocs (bug 630379)
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-04 Brian Paulupdated wglGetProcAddress
2002-08-21 Brian Pauls/DrawDestMask/_DrawDestMask/
2002-08-21 Brian Pauls/ProjectedClipPtr/NdcPtr/
2002-08-21 Brian Paulfixed array index typo in VERT_SAVE_RGBA() macro
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-06-06 Brian Paulreplaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANY
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-09-23 Brian Paulfixed some configure;make build problems. cleaned...
2001-09-19 Brian Paulset GR_STWHINT_ST_DIFF_TMU1 flag in the init() function...
2001-09-19 Brian Paulfix fallback for stippled polygons, removed a debug...
2001-09-19 Brian Paulcompute dst->ooz, not dst->z in clip interpolation...
2001-09-18 Keith Whitwellremove some debug
2001-09-18 Keith WhitwellFix FX driver to the point where gears & morph3d work.
2001-08-29 Brian Paulchanges to allow the driver to compile - still doesn...
2001-07-17 Keith WhitwellFix Alan Barnett's 'try10' display list bug.
2001-07-13 Jouk Jansen Committing in .
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-13 Brian PaulAllow different max texture sizes for 1/2D, 3D and...
2001-05-10 Brian Paulfixed bad texture border test (sometimes caused a segfault)
2001-05-10 Brian Paulminor clean-up
2001-05-10 Keith WhitwellDriver interface changes
2001-05-10 Brian Paulcheck hardware type and use SETUP_SNAP if needed
2001-05-09 Brian Paulminor clean-ups
2001-05-03 Brian Paulminor clean-ups and warning fixes
2001-05-03 Keith Whitwelladd disabled test to turn on vertex snapping.
2001-05-02 Brian Paulfixed vertex color problems
2001-05-02 Brian Paulteximage updates. seems to work fine.
2001-05-01 Keith Whitwellfloat color changes
2001-04-24 Brian Paultexture image code updates (not finished)
2001-04-20 Brian Paulcompilation fixes - texturing isn't working at this...
2001-04-20 Brian PaulFixed a texture conversion problem: sometimes need...
2001-04-03 Brian Paulinclude fxdrv.h before other headers (Ivan Kalvatchev)
2001-03-30 Brian Paulfixed compilation problems related to ctx->_Enabled...
2001-03-29 Brian PaulRemoved DD_Z_NEVER.
2001-03-28 Brian Paulcompilation updates
2001-03-28 Gareth Hughes- Restore texImage->IntFormat.
2001-03-27 Brian Paulsilence compiler warnings
2001-03-21 Brian Pauladded teximage rescaling code. untested at this point
2001-03-21 Brian Paulminor updates for 3.5
2001-03-21 Brian Pauluse new texture conversion code, still have to do image...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-07 Brian Paulfixed a bunch of g++ warnings/errors. Compiling with...
2001-03-03 Brian Paulused indent to clean-up the code
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-02-27 Brian Paulminor extension tweaks
2001-02-26 Brian PaulDisable most extensions by default. Drivers should...
2001-02-19 Brian Paulplug in fallback teximage DD functions
2001-02-17 Brian PaulChanged FetchTexel() function pointer arguments.
2001-02-16 Keith WhitwellAllow swrast to cope (fairly) cleanly with GL_SEPERATE_...
2001-02-07 Brian Paulnew texture image routines work now
2001-02-06 Brian Paulupdated texture image handling - STILL UNTESTED
2001-02-06 Brian PaulOverhaul of texture image handling.
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2001-01-24 Brian Paulremoved the unused/broken GL_PGI_misc_hints extension
2001-01-24 Brian PaulLots of GLchan datatype changes.
2001-01-23 Brian PaulReplaced struct gl_visual with struct __GLcontextModesR...
2001-01-16 Keith WhitwellFix several conformance problems. Hack solution to...
2001-01-08 Keith WhitwellFixed 'IRound' to 'IROUND' in mmath.h
2001-01-08 Keith WhitwellBring the FX driver into line with core mesa changes.
2001-01-05 Keith WhitwellRemove 'pv' parameter from Line/Tri/Point funcs. The...
2001-01-03 Brian PaulMore color macro clean-ups.
2001-01-02 Brian PaulRemoved fixed.h (GLfixed now in mtypes.h, fixed-pt...
2000-12-28 Keith WhitwellAdd render stage for unclipped vb's to fx driver.
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-27 Brian Paulminor changes to fix compiler warnings
2000-11-24 Keith WhitwellSupport for swappable t&l modules, including an example...
2000-11-22 Jouk Jansen Modified Files:
2000-11-19 Brian PaulReplaced Texture.CurrentD[] with separate Texture.Curre...
next