summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
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
2005-05-23Support ARB_texture_env_crossbar. Changes the way programs areKeith Whitwell
2005-05-23Restore the negate() function.Keith Whitwell
2005-05-17don't include strings.hBrian Paul
2005-05-16Don't use _mesa_swizzle_ubyte_image if all three texture formatsFelix Kuehling
2005-05-16Deal better with indirection and indirection accounting, developedKeith Whitwell
2005-05-16define M_E if neededBrian Paul
2005-05-12new MESA_DEBUG option: disassemKeith Whitwell
2005-05-12Rein in debug slightlyKeith Whitwell
2005-05-11Fix glean/conform problems. Don't generate so much output whenKeith Whitwell
2005-05-11Fix logic for allocating texture temporaries (Ben Skeggs).Keith Whitwell
2005-05-10Double-buffer generated instructions and only notify driver when theKeith Whitwell
2005-05-10Double-buffer generated instructions and only notify driver when theKeith Whitwell
2005-05-10Better driver notification on changes.Keith Whitwell
2005-05-10Temporary fix - delete and recreate texenvprogram so that driversKeith Whitwell
2005-05-10 Committing in .Jouk Jansen
2005-05-10Fix texenv segfault. Reported by Ben Skeggs.Keith Whitwell
2005-05-10Try not to use the same temp reg as a TXP destination more than once,Keith Whitwell
2005-05-09Use driver functions to create TexEnvProgram, TnlProgramKeith Whitwell
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-05-05Port Mesa to build on a P64 platform (e.g., Win64). P64 platformsKarl Schultz
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-05-04Add a facility to route all rasterization through a fragment programKeith Whitwell
2005-04-30apply previous GL_COMPRESSED_TEXTURE_FORMATS_ARB fix to generator file, and r...Brian Paul
2005-04-30Fixed bogus ENUM_TO_BOOLEAN inFelix Kuehling