summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-07-19replace fprintf() calls with _mesa_problem()Brian Paul
2005-07-19remove fprintf()Brian Paul
2005-07-19include driverfuncs.hBrian Paul
2005-07-18s/clippping/clipping/Brian Paul
2005-07-18Fixed warnings by using GLUTProc type instead of anonymous (void *) forPhilippe Houdoin
2005-07-18Fix the FFB driver for the renderbuffer changesAlan Hourihane
2005-07-18pass in the renderbufferAlan Hourihane
2005-07-18Missed this on the previous commit.Ian Romanick
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-16XMesaResizeBuffers needs separate paths for client and server buildsAdam Jackson
2005-07-16strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson
2005-07-15disable call to via_sse_memcpy() until it's fixedBrian Paul
2005-07-15need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP queryBrian Paul
2005-07-15Check for null program->Parameters pointer in validate_vertex_program().Brian Paul
2005-07-15added commentsBrian Paul
2005-07-15remove duplicate "User disable" stringBrian Paul
2005-07-15replace gcc with $(CC) (Egbert Eich)Brian Paul
2005-07-14added a few more fallbackStrings (Andreas Stenglein)Brian Paul
2005-07-13Use the LDEXPF wrapper macro.Keith Whitwell
2005-07-13Add a LDEXPF wrapper macro.Keith Whitwell
2005-07-13Wrap RESTORE_FPU/RND_NEG_FPU declarations with check for USE_SSE_ASM.Keith Whitwell
2005-07-11Cache texenv programs to avoid repeated compilation (Ben Skeggs)Keith Whitwell
2005-07-10Add runtime compiled x87 implementations for most of the remainingKeith Whitwell
2005-07-10Add lots of x87 fpu instructions.Keith Whitwell
2005-07-06Re-enable r200InitSpanFuncs, which was ifdefed out (probably by mistake?),Roland Scheidegger
2005-07-05The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.Brian Paul
2005-07-02Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick
2005-07-02Expose the fact that we do not do either selection of feedback buffers - eith...Vladimir Dergachev
2005-07-01Adding RV350_NJ ID.Jerome Glisse
2005-07-01Adapt extension string to new GL dispatch schema proposedJerome Glisse
2005-07-01Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.Karl Schultz
2005-07-01Set fp->Opcode for OP_TEX_KILL case, fix from Ben Skeggs.Keith Whitwell
2005-07-01Use frexp on Windows; frexpf is not available.Karl Schultz
2005-07-01Fix a prototypeKarl Schultz
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger
2005-07-01comment-out some unused code to silence warningsBrian Paul
2005-07-01replace some free() calls with _mesa_free()Brian Paul
2005-07-01fix dependenciesBrian Paul
2005-07-01fix typo in assertionsBrian Paul
2005-07-01Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, andBrian Paul
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-07-01remove OLD_RENDERBUFFER codeBrian Paul
2005-07-01remove OLD_RENDERBUFFER stuffBrian Paul
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-30remove \n from warning message stringBrian Paul
2005-06-30added newline at end of fileBrian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-06-30Redo all the GL_LINEAR interpolation code in terms of LERP macros/functions.Brian Paul
2005-06-30Fix crashes with pixel readback when using the optimized assembly functions.Roland Scheidegger