summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
2005-07-24Gut a few more dead bits. Replace uses of the CreateNewScreenFunc typedefIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-23Add two aliases for some PointParameters entrypoints for libglx compatibility.Adam Jackson
2005-07-22 ----------------------------------------------------------------------Jouk Jansen
2005-07-22some GLuint idx -> GLint idx changesBrian Paul
2005-07-22Make the vertex program source register Index field a signed int sinceBrian Paul
2005-07-21bump version to 6.3.1Brian Paul
2005-07-21make i810PrintSetupFlags() static, first param constBrian Paul
2005-07-21check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_objectBrian Paul
2005-07-21remove ^M chars, disable shading language extensionsBrian Paul
2005-07-20Clean up warnings in r300 code by making some symbols static, adding prototypesEric Anholt
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