- ee170f2 disable depthBits test in check_compatible(), see bug 11161 by Brian · 17 years ago
- bb372f1 Initial implementation of MESA_texture_array by Ian Romanick · 17 years ago
- 74afcab Rename occlude.[ch] to queryobj.[ch] by Brian · 18 years ago
- f3e8c32 s/GL_SHADER_PROGRAM/GL_SHADER_PROGRAM_MESA/ (a Mesa-specific token) by Brian · 18 years ago
- 64e8088 Use generic program limits instead of NV-specific ones to init program constants. by Brian · 18 years ago
- 4fc46a6 more _mesa_unreference_framebuffer() calls, remove dead code by Brian · 18 years ago
- 33c3739 Remove the never-used SI-style imports/exports code. by Brian · 18 years ago
- 3e45db6 Restore the UseTexEnvProgram logic. by Brian · 18 years ago
- 935f93f Free shader-related context state: _mesa_free_shader_state() by Brian · 18 years ago
- 2cf5fd4 Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
- a510bc3 Fix/improve framebuffer object reference counting. by Brian · 18 years ago
- e6a9381 Do proper framebuffer refcounting in _mesa_make_current(). by Brian · 18 years ago
- 29c471a Merge branch 'origin' into glsl-compiler-1 by Brian · 18 years ago
- b59657a Merge branch 'vbo-0.2' by Keith Whitwell · 18 years ago
- 507167d Override Const.CheckArrayBounds for Xserver in XMesaCreateContext(). by George Sapountzis · 18 years ago
- c9b33ec Drop old (pre-AIGLX) GLcore interface. by George Sapountzis · 18 years ago
- 6a3fdc3 Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa into vbo-0.2 by Keith Whitwell · 18 years ago
- 6ff9b48 Don't special-case FOG attribute initialization. by Keith Whitwell · 18 years ago
- d881a9c Minor clean-ups, reformatting, comment changes. by Brian · 18 years ago
- 9e4bae9 Fix shader object reference counting and hash table deallocation. by Brian · 18 years ago
- 65a1844 Clean-up and re-org of the main GLSL object types. by Brian · 18 years ago
- 0bf5dbe Overhaul of GLSL API functions, dispatching, etc. by Brian · 18 years ago
- a90046f Lots of assorted changes for new GLSL compiler backend. by Brian · 18 years ago
- 3e6ef12 replace check for XFree86LOADER and IN_MODULE with XFree86Server (bug 9144) by Brian Paul · 18 years ago
- 4d4373b delete shader objects when destroying shared context state by Brian Paul · 18 years ago
- 6d104cb merge current trunk into vbo branch by Alan Hourihane · 18 years ago
- 5ac93f8 Merge texmem-0-3-branch. by Keith Whitwell · 18 years ago
- 90fcf6c Added a few new ctx->Const. fields for shader-related limits. by Brian Paul · 18 years ago
- fd27560 Move edgeflag into the VERT_ATTRIB_SEVEN slot. This means that our by Keith Whitwell · 18 years ago
- 55e42e5 check if ctx->Driver.GetBufferSize==NULL and no-op by Brian Paul · 18 years ago
- 4d4add0 Added #if / #else / #endif around code related to framebuffer initialization by Brian Paul · 18 years ago
- f9bfdb1 resize buffers in MakeCurrent by Keith Whitwell · 18 years ago
- 365582d Clean-up FEATURE_ARB_shader_objects #ifdefs. Bug 7492. by Michal Krol · 18 years ago
- 122629f Some structure renaming. Prefix vertex/fragment-related structs with by Brian Paul · 18 years ago
- c04bb51 free array objects properly (bug 7493) by Brian Paul · 18 years ago
- c60bcc8 free GL2Objects unconditionally by Tilman Sauerbeck · 18 years ago
- c0eb777 free the ArrayObjects hash table by Tilman Sauerbeck · 18 years ago
- 17b5063 only access ss->BufferObjects if it's declared by Tilman Sauerbeck · 18 years ago
- c7e164f In free_shared_state(), use new _mesa_HashDeleteAll() function to delete by Brian Paul · 18 years ago
- f7f5b2c destroy left-over VBOs on shutdown by Tilman Sauerbeck · 18 years ago
- ee34e6e Add support for GL_APPLE_vertex_array_object. Several test programs by Ian Romanick · 18 years ago
- 5e2e96b Added a check_context_limits() function that checks that the ctx->Const.* by Brian Paul · 18 years ago
- 94b30dc Put color index attribute into the 6th attribute slot. by Brian Paul · 19 years ago
- da238ee Fix comment about MaxTextureUnits, needs to be min of coord and image units. by Brian Paul · 19 years ago
- db79d2a minor clean-up by Brian Paul · 19 years ago
- f1038f8 fix some buffer binding tests in _mesa_make_current() by Brian Paul · 19 years ago
- c6c0f94 Moved _glapi_check_multithread() call into drivers, instead of in by Brian Paul · 19 years ago
- ca007cb just a comment for check_compatible() by Brian Paul · 19 years ago
- d75963d disable double-buffer test in check_compatible(), fixes pbuffer/visual problem by Brian Paul · 19 years ago
- a764b7e display list clean-ups by Brian Paul · 19 years ago
- 2aabdc7 fix broken _mesa_copy_context() for GL_LIGHTING_BIT by Brian Paul · 19 years ago
- 1096eae properly free ATI fragment shaders (Tilman Sauerbeck) by Brian Paul · 19 years ago
- 1d43e72 properly notify driver on scissor change in MakeCurrent by Keith Whitwell · 19 years ago
- 4033205 Split _MaintainTexEnvProgram into two flags _Maintain and _Use. This by Keith Whitwell · 19 years ago
- 63d6830 No longer derive 'ati_fragment_shader' from 'program' class. Only the by Brian Paul · 19 years ago
- ba3da61 Added OSMesaColorClamp(), bug 4917 by Brian Paul · 19 years ago
- 0505103 Re-org and clean-up of vertx/fragment program limits (instructions, by Brian Paul · 19 years ago
- 978ef2b Remove ACCUM_BITS. by Brian Paul · 19 years ago
- b43671c Remove _tnl_MakeCurrent() and the unused ctx->Driver.MakeCurrent() callback. by Brian Paul · 19 years ago
- a702bbf clean-up some _mesa_make_current() code by Brian Paul · 19 years ago
- 363344f print version with debug info by Brian Paul · 19 years ago
- a96f889 Move the ctx->FirstTimeCurrent initialization by Brian Paul · 19 years ago
- 4fb9950 Prototype implementation of new GL_EXT_timer_query extension (not finalized yet). by Brian Paul · 19 years ago
- 967b006 Remove _glapi_check_multithread from the interface exported by the loader to by Ian Romanick · 19 years ago
- bb5c84f Remove NEW_RENDERBUFFER stuff. by Brian Paul · 19 years ago
- c212abf Replace add_newer_entrypoints (src/mesa/main/context.c) with by Ian Romanick · 19 years ago
- 5c72837 Rein in debug slightly by Keith Whitwell · 20 years ago
- e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 20 years ago
- 47b29f5 Add a facility to route all rasterization through a fragment program by Keith Whitwell · 20 years ago
- 635ee2d added _mesa_share_state() by Brian Paul · 20 years ago
- 3e62d3a add FreeTexImageData hook to help single-copy texturing in drivers by Keith Whitwell · 20 years ago
- 6774238 Rename _mesa_update_buffers() to _mesa_update_draw_buffer_bounds() and do by Brian Paul · 20 years ago
- 3deaa01 additional work on GL_EXT_framebuffer_object by Brian Paul · 20 years ago
- ddc82ee Some initial work on GL_EXT_framebuffer_object. by Brian Paul · 20 years ago
- 9b3752c init ARB_shader_objects subsystem by Michal Krol · 20 years ago
- 7f752fe Implement software ATI_fragment_shader by Dave Airlie · 20 years ago
- a760ccf silence a variety of warnings found with g++ 3.4.2 by Brian Paul · 20 years ago
- 65a66f5 Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). by Brian Paul · 20 years ago
- de43484 add a few functions in add_newer_entrypoints() by Brian Paul · 20 years ago
- 21f6978 clean up code related to dispatch table initialization by Brian Paul · 20 years ago
- 33899b7 Add support for OES_read_format. As soon as glext.h is updated with the by Ian Romanick · 20 years ago
- 53f82c5 added support for GL_ARB_draw_buffers by Brian Paul · 20 years ago
- 253204f More updates for Doxygen. by Brian Paul · 20 years ago
- 375457b Update the doxygen configuration file. by Jose Fonseca · 20 years ago
- a6c423d Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 1015696) by Brian Paul · 20 years ago
- 21841f0 fix some memory leaks (bug #1002030) by Brian Paul · 20 years ago
- e16f6e3 Re-enable SPARC assembly on sunos5-gcc platform. by Ian Romanick · 20 years ago
- 8b33258 remove the 3dfx CatchSignals stuff (the var was alwasy set) by Brian Paul · 20 years ago
- 8f04c12 Removed the old teximage code. by Brian Paul · 21 years ago
- 894844a Implemented support for software-based AUX color buffers. by Brian Paul · 21 years ago
- 4923e19 Remove clamp parameter from _mesa_unpack_color_span_float(). Pass the by Brian Paul · 21 years ago
- 88bf038 init secondary color to (0,0,0,1). remove some redundant initializations. by Brian Paul · 21 years ago
- 4d859f7 added device driver hooks for BindProgram, NewProgram, DeleteProgram by Brian Paul · 21 years ago
- d3fd7ba Before calling _mesa_create_context(), initialize a dd_function_table struct by Brian Paul · 21 years ago
- ae0eaf9 Merge vtx-0-2-branch by Keith Whitwell · 21 years ago
- a2b9bad Redo array element checking for vertex array buffers. by Brian Paul · 21 years ago
- c40d1dd Added GLAPIENTRY decorations for all first level OpenGL API function entry by Kendall Bennett · 21 years ago
- 3173277 remove MESA_TRACE stuff by Brian Paul · 21 years ago
- 1a5709d Change the hyperlinks names in the main page to match the Doxygen generated ones. by Jose Fonseca · 21 years ago
- 148a284 More work on ARB_vertex_buffer_object. by Brian Paul · 21 years ago