summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2005-08-23simplify, clean-up texel addressing macrosBrian Paul
2005-08-22bump version to 6.5Brian Paul
2005-08-18Replace mult/div operators with bitwise operators in texel fetch routinesBrian Paul
2005-08-16Bump version to 6.3.2Brian Paul
2005-08-15In _mesa_TexEnvfv, do not accept values for GL_OPERAND2_ALPHA and GL_OPERAND2...Roland Scheidegger
2005-08-12added FREXPF() macro (bug 4060)Brian Paul
2005-08-10Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick
2005-08-10the PIXEL_MAP_I_TO_I table should be GLfloat, not GLintBrian Paul
2005-08-06Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...Vladimir Dergachev
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
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-21check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_objectBrian Paul
2005-07-21remove ^M chars, disable shading language extensionsBrian Paul
2005-07-19replace fprintf() calls with _mesa_problem()Brian Paul
2005-07-19remove fprintf()Brian Paul
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-07-16strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson
2005-07-15need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP queryBrian Paul
2005-07-13Add a LDEXPF wrapper macro.Keith Whitwell
2005-07-11Cache texenv programs to avoid repeated compilation (Ben Skeggs)Keith Whitwell
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-01Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.Karl Schultz
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-07-01remove OLD_RENDERBUFFER stuffBrian Paul
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-30remove \n from warning message stringBrian Paul
2005-06-30Add a set of predicate functions for testing matrices instead of directlyBrian Paul
2005-06-27remove unused MEMSET16 macroBrian Paul
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul
2005-06-26fix for-loop in _mesa_GetDouble to avoid out of bounds memory readBrian Paul
2005-06-26check for null oldBuffer in _mesa_realloc(), cleaned up some commentsBrian Paul
2005-06-21Mammoth update to the Python code generator scripts that live inIan Romanick
2005-06-20ran "make" after update to glX_proto_send.py.Jeremy Kolb
2005-06-19Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul
2005-06-13mingw changes (Nolan Leake)Brian Paul
2005-06-09Store compiled vertex program representations in a pointer in theKeith Whitwell
2005-06-07fix GL_ALPHA render-to-texture problem (Jon Smirl)Brian Paul
2005-06-04set OLD_RENDERBUFFER=0, need to clean up a few more things before totally rem...Brian Paul
2005-06-01added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT errorBrian Paul
2005-05-31add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querieBrian Paul
2005-05-27properly pop the GL_TEXTURE_GEN_ enable stateBrian Paul
2005-05-26Fix gl_enums.py so that enums that are listed with the same name inIan Romanick
2005-05-24Cleanup some Windows junk.Karl Schultz
2005-05-24moved to windows build dirKarl Schultz
2005-05-24Change prototype for TextureMemCpy to return void* (was void).Karl Schultz
2005-05-23Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell
2005-05-23Detect use of disabled textures as tex_env_crossbar sources.Keith Whitwell