implement arb_vertex_program in hw for r200. Code contains still some hacks, generic...
[mesa.git] / src / mesa / drivers / glide /
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Daniel Borcaaccomodate FetchTexel and fix some memory leak bugs
2004-01-23 Daniel Borcaaccomodated new driver_func initialization
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-15 Daniel Borca_mesa_delete_texture_object and some other updates
2004-01-14 Daniel Borcafixed a bug in texture memory manager when in UMA mode
2004-01-13 Daniel Borcaadded support for textures bigger than HW can support...
2004-01-13 Daniel Borcare-enabled trilinearness
2004-01-13 Daniel Borcasmall fixes
2004-01-08 Daniel Borcaenvvars to control run-time
2004-01-07 Daniel Borcabugfix in texture swapping mechanism (multitex)
2004-01-07 Daniel Borcatemporary workaround for bad primitives in fx_render_vb...
2004-01-07 Daniel Borcaprotect against broken apps
2004-01-07 Daniel Borcateensy bit of optimization in interp code
2004-01-07 Daniel Borcawgl interface
2004-01-07 Daniel Borcacleanups
2003-12-23 Daniel Borcareverted TMUs for proper multitexturing
2003-12-19 Daniel BorcaDMesa: removed MGA2064W driver
2003-12-15 Daniel BorcaEXT_secondary_color and EXT_separate_specular via multipass
2003-12-12 Daniel Borcasmall bug wrt culling
2003-12-11 Daniel Borcafixed prototypes for wglGammaRamp3DFX
2003-12-10 Daniel Borcagot rid of __FUNCTION__ :(
2003-11-26 Daniel Borcaaccomodate vtx-0-2-branch
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-11-21 Daniel Borcamore texture compression
2003-11-20 Daniel Borcasmall matters
2003-11-18 Daniel Borcadoc updates; GLUT timer additions; fixed compilation...
2003-11-13 Daniel Borcavanilla extensions disabled
2003-11-12 Daniel Borcadirty hack to advertise vanilla extension names
2003-11-07 Daniel BorcaNCC fixes and some cosmetics
2003-11-03 Daniel Borcasmall fixes wrt texture handling
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
next