summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-07-02added GL_EXT_fog_coord.Daniel Borca
2004-07-02put back the correct dispatcher for non-threaded builds.Daniel Borca
2004-07-02Fix a potential race condition. Fix a couple of places whereIan Romanick
2004-07-01Make sure THREADS is set no matter which threading model is selected.Ian Romanick
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-07-01Remove __driRegisterExtensionsKeith Whitwell
2004-07-01Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell
2004-07-01fix for older gcc's (from freedesktop bug id #419)Alan Hourihane
2004-07-01Add t_context.h include for drivers.Keith Whitwell
2004-06-30Add infrastructure for t_vertex.c codegen. Add an example driverKeith Whitwell
2004-06-29First phase of TLS work. At this point SPARC assembly dispatch isIan Romanick
2004-06-29This should make most linux-solo drivers work again. Mainly a fixJon Smirl
2004-06-29fix another bug in get_register_pointer()Brian Paul
2004-06-29the get_register_pointer() function was pretty well broken in a few waysBrian Paul
2004-06-29disable some debug codeBrian Paul
2004-06-29remove trailing whitespace and misc clean-upsBrian Paul
2004-06-28add missing R200_RB3D_BLENDCOLOR to r200/radeon_sanity.cRoland Scheidegger
2004-06-28glBegin/EndQueryARB didn't work inside display listsBrian Paul
2004-06-26Mesa-solo builds with these changes. There are still more fixups needed toJon Smirl
2004-06-26Re-enable SPARC assembly on sunos5-gcc platform.Ian Romanick
2004-06-25Make sure mklib sees the definition of CC and CXX. Make mklib respectIan Romanick
2004-06-25Corrected a float to ubyte conversion bug with fog enabled.Erdi Chen
2004-06-25remove program from hash table when deleted (bug 979514)Brian Paul
2004-06-24fix HP occlusion testing when using generic span pathBrian Paul
2004-06-24fix capitalization, new comments, etcBrian Paul
2004-06-24hack for compressed textures with aspectratio greater than 8:1Daniel Borca
2004-06-24disabled unnecessary assertions in texture replicatorDaniel Borca
2004-06-24added back x86 entrypointsDaniel Borca
2004-06-23Fixed occlusion_zless_triangle() to work with 16 or 32-bit Z buffers.Brian Paul
2004-06-23revert accidental change from rev. 1.10Roland Scheidegger
2004-06-22Don't include glapi_*.S files in DRI / solo builds.Ian Romanick
2004-06-22check for NULL pointer to glTexImage (fix verified by Adam Jackson)Brian Paul
2004-06-21added support for non-64bit compilersDaniel Borca
2004-06-20call ctx->Driver.NewProgram() instead of CALLOC/etc in _mesa_LoadProgramNV. ...Brian Paul
2004-06-20remove redundant program field initializers in BindProgram(); ctx->Driver.New...Brian Paul
2004-06-20store's to RC/HC didn't work (bug 976287)Brian Paul
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-06-19Remove ADD_POINTERS code from import() function - it broke UT2004.Brian Paul
2004-06-19Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_AR...Daniel Borca
2004-06-18Use correct macros for packing pixel colors -- this bug is probablyKeith Whitwell
2004-06-18add missing license textsKeith Whitwell
2004-06-17use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger
2004-06-17use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger
2004-06-17fix tex env mode GL_BLEND for GL_INTENSITY texture formatsRoland Scheidegger
2004-06-17Fix up texture compression mipmapping .. not sure if it fixes FXT1 butDave Airlie
2004-06-16fix component indexing bug in _mesa_texstore_al88()Brian Paul
2004-06-16don't use // comments (Thomas Hellstrom)Brian Paul
2004-06-16remove unused mode functionDave Airlie
2004-06-16switch to using driFillInModes fix depthbuffer = 0Dave Airlie
2004-06-16Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects.Keith Whitwell