summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Follow suggestion by Aapo Tahkola to fix giant memory leak from forgetting to...Vladimir Dergachev2005-08-061-0/+1
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-053-2/+33
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-282-5/+7
* Make the vertex program source register Index field a signed int sinceBrian Paul2005-07-221-1/+2
* bump version to 6.3.1Brian Paul2005-07-211-4/+4
* check for FEATURE_EXT_framebuffer_object to enable EXT_framebuffer_objectBrian Paul2005-07-211-1/+3
* remove ^M chars, disable shading language extensionsBrian Paul2005-07-211-26/+26
* replace fprintf() calls with _mesa_problem()Brian Paul2005-07-191-4/+5
* remove fprintf()Brian Paul2005-07-191-2/+0
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-189-2249/+2018
* strip out vestigial #ifdef HAVE_CONFIG_H stanzas, they're confusing theAdam Jackson2005-07-162-10/+0
* need to flush vertices for GL_OCCLUSION_TEST_RESULT_HP queryBrian Paul2005-07-152-1/+5
* Add a LDEXPF wrapper macro.Keith Whitwell2005-07-131-0/+3
* Cache texenv programs to avoid repeated compilation (Ben Skeggs)Keith Whitwell2005-07-114-224/+448
* The old MESA_PBUFFER_ALLOC() function allocated memory on 512-byte boundaries.Brian Paul2005-07-053-12/+44
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-021-1/+1
* Don't #define __FUNCTION__ on a Microsoft C compiler new enough to have it.Karl Schultz2005-07-011-1/+2
* Remove NEW_RENDERBUFFER stuff.Brian Paul2005-07-013-9/+4
* remove OLD_RENDERBUFFER stuffBrian Paul2005-07-011-6/+2
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-221/+0
* remove \n from warning message stringBrian Paul2005-06-301-2/+2
* Add a set of predicate functions for testing matrices instead of directlyBrian Paul2005-06-306-55/+39
* remove unused MEMSET16 macroBrian Paul2005-06-271-2/+0
* Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul2005-06-273-61/+20
* fix for-loop in _mesa_GetDouble to avoid out of bounds memory readBrian Paul2005-06-262-2/+2
* check for null oldBuffer in _mesa_realloc(), cleaned up some commentsBrian Paul2005-06-261-11/+12
* Mammoth update to the Python code generator scripts that live inIan Romanick2005-06-211-1571/+1571
* ran "make" after update to glX_proto_send.py.Jeremy Kolb2005-06-201-1568/+1568
* Define __FUNCTION__ as a preprocessor symbol in glheader.h if we're notBrian Paul2005-06-191-0/+11
* mingw changes (Nolan Leake)Brian Paul2005-06-131-0/+3
* Store compiled vertex program representations in a pointer in theKeith Whitwell2005-06-092-1/+2
* fix GL_ALPHA render-to-texture problem (Jon Smirl)Brian Paul2005-06-072-0/+7
* set OLD_RENDERBUFFER=0, need to clean up a few more things before totally rem...Brian Paul2005-06-042-2/+2
* added code to detect GL_FRAMEBUFFER_INCOMPLETE_DUPLICATE_ATTACHMENT_EXT errorBrian Paul2005-06-011-3/+18
* add support for GL_RENDERBUFFER_RED/GREEN/BLUE/etc_SIZE_EXT querieBrian Paul2005-05-311-0/+57
* properly pop the GL_TEXTURE_GEN_ enable stateBrian Paul2005-05-271-0/+8
* Fix gl_enums.py so that enums that are listed with the same name inIan Romanick2005-05-261-2501/+2475
* Cleanup some Windows junk.Karl Schultz2005-05-241-12/+16
* moved to windows build dirKarl Schultz2005-05-241-540/+0
* Change prototype for TextureMemCpy to return void* (was void).Karl Schultz2005-05-241-1/+1
* Import Thomas Helstrom's SSE memcpy code from the via X.org driver.Keith Whitwell2005-05-232-21/+35
* Detect use of disabled textures as tex_env_crossbar sources.Keith Whitwell2005-05-231-8/+18
* Support ARB_texture_env_crossbar. Changes the way programs areKeith Whitwell2005-05-231-41/+119
* Restore the negate() function.Keith Whitwell2005-05-231-5/+33
* don't include strings.hBrian Paul2005-05-171-2/+0
* Don't use _mesa_swizzle_ubyte_image if all three texture formatsFelix Kuehling2005-05-161-0/+12
* Deal better with indirection and indirection accounting, developedKeith Whitwell2005-05-161-33/+53
* define M_E if neededBrian Paul2005-05-161-0/+5
* new MESA_DEBUG option: disassemKeith Whitwell2005-05-123-2/+6
* Rein in debug slightlyKeith Whitwell2005-05-121-1/+1