summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2006-08-01Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492.Michal Krol
2006-07-30Add support for GL_MESA_shader_debug.Michal Krol
2006-07-20Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul
2006-07-20move/update commentsBrian Paul
2006-07-20remove unused NEED_TWO_SIDED_LIGHTING() macroBrian Paul
2006-07-19For glGetTexImage(), move the _mesa_validate_pbo_access() error check intoBrian Paul
2006-07-18indentation fixBrian Paul
2006-07-18add missing 'return' after a few _mesa_error() calls in _mesa_GetTexImage()Brian Paul
2006-07-18Compute ctx->Color._LogicOpEnabled in one place instead of four places!Brian Paul
2006-07-13define FLT_MAX_EXP to 128 if undefinedBrian Paul
2006-07-11free array objects properly (bug 7493)Brian Paul
2006-07-11free GL2Objects unconditionallyTilman Sauerbeck
2006-07-11free the ArrayObjects hash tableTilman Sauerbeck
2006-07-11only access ss->BufferObjects if it's declaredTilman Sauerbeck
2006-07-03disable a new mem leak check until we're sure it's validBrian Paul
2006-06-30clean-upsBrian Paul
2006-06-30use _mesa_HashDeleteAll()Brian Paul
2006-06-30In free_shared_state(), use new _mesa_HashDeleteAll() function to deleteBrian Paul
2006-06-30Added _mesa_delete_list() to delete a display list, but don't remove fromBrian Paul
2006-06-30Added _mesa_HashDeleteAll() to delete all entries in a hash table with aBrian Paul
2006-06-29destroy left-over VBOs on shutdownTilman Sauerbeck
2006-06-27Remove the extraneous GL_ prefix from the enums for GL_EXT_timer_query andIan Romanick
2006-06-21Check for a valid contextAlan Hourihane
2006-06-20Add M32R architecture to test for USE_IEEE and friends (Kazuhiro Inaoka,Michel Dänzer
2006-06-19Print the hex value of the errant input when an invalid stencil function isIan Romanick
2006-06-19If DrawBuffer isn't set, return immediatelyAlan Hourihane
2006-06-16 OpenVMS compile support updateJouk Jansen
2006-06-15added some comments, braces in _mesa_BindTextureBrian Paul
2006-06-15minor clean-upsBrian Paul
2006-06-15comments for gl_array_object structBrian Paul
2006-06-13clean-ups and new commentsBrian Paul
2006-06-13fix size assertions in _mesa_init_teximage_fields()Brian Paul
2006-06-12s/buffer/arrays/Brian Paul
2006-06-12include arrayobj.hBrian Paul
2006-06-12remove unused varBrian Paul
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-06-03Added simple lookup_bufferobj() function to wrap the _mesa_HashLookup() callBrian Paul
2006-06-02minor clean-upsBrian Paul
2006-06-02set per-context GL_DRAW_BUFFER state regardless of currently bound FBOBrian Paul
2006-06-02fix depth-component test to allow rectangular texturesBrian Paul
2006-05-30remove redundant 'const'Brian Paul
2006-05-24The ctx->_TexEnvProgram that's allocated in update_state() doesn't seem toBrian Paul
2006-05-24added _mesa_align_realloc()Brian Paul
2006-05-23Add const qualifiers in a number of places.Brian Paul
2006-05-23In cache_item(), there was sizeof(void) expression.Brian Paul
2006-05-22memory usage fixes for glean/conform, use a better hash functionKeith Whitwell
2006-05-22Fix typoKeith Whitwell
2006-05-22Better caching for texenv programs.Keith Whitwell
2006-05-22Speedup the venerable mm.[ch] allocator with doubly linked lists and aKeith Whitwell
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul