destroy window upon exit, remove CVS log comment
[mesa.git] / src /
2006-07-11 Brian Paulfree array objects properly (bug 7493)
2006-07-11 Tilman Sauerbeckfree GL2Objects unconditionally
2006-07-11 Tilman Sauerbeckfree the ArrayObjects hash table
2006-07-11 Tilman Sauerbeckonly access ss->BufferObjects if it's declared
2006-07-11 Tilman Sauerbeck_mesa_destroy_context() frees radeon->glCtx so we must...
2006-07-11 Thomas HellströmRevert the SiS and Unichrome DRM version check changes.
2006-07-10 Thomas HellströmThe SiS and Unichrome drivers assume that the handle...
2006-07-09 Aapo TahkolaFix #7195
2006-07-06 Kristian HøgsbergDon't include unused header files.
2006-07-05 Aapo TahkolaR300_RR_ROUTE_1 still needs to be initialized.
2006-07-04 Jerome GlisseAdd R300_VAP_CNTL 0x2140 and cosmetic cleanup.
2006-07-04 Brian Paulenable hw antialiasing (Martijn van Oosterhout)
2006-07-03 Brian Pauladditional clipping/viewport fixes (Martijn van Oosterhout)
2006-07-03 Roland Scheideggersome minor simplifications (same as in r300 driver...
2006-07-03 Roland Scheideggercheck if radeon_drm.h from libdrm is new enough, otherw...
2006-07-03 Jerome GlisseAdd copyright header and minor cleanup.
2006-07-03 Brian Pauldisable a new mem leak check until we're sure it's...
2006-07-03 Brian Paulfix clipping bug on context change (Martijn van Oosterhout)
2006-07-01 Tilman Sauerbeckinitialize offset to avoid bogus warnings from valgrind
2006-06-30 Brian PaulVertex/fragment program patches (Rune Petersen)
2006-06-30 Brian Paulclipping fixes (Martijn van Oosterhout)
2006-06-30 Brian Paulclean-ups
2006-06-30 Brian Pauluse _mesa_HashDeleteAll()
2006-06-30 Brian PaulIn free_shared_state(), use new _mesa_HashDeleteAll...
2006-06-30 Brian PaulAdded _mesa_delete_list() to delete a display list...
2006-06-30 Brian PaulAdded _mesa_HashDeleteAll() to delete all entries in...
2006-06-29 Jerome GlisseFix typo.
2006-06-29 Tilman Sauerbeckdestroy left-over VBOs on shutdown
2006-06-29 Tilman Sauerbeckinstead of messing with _TNL_LAST_GENERIC and _TNL_FIRS...
2006-06-29 Tilman Sauerbeckcleanup, avoid magic values
2006-06-29 Tilman Sauerbeckadded _TNL_NUM_GENERIC
2006-06-29 Brian Paulonly assert front/back pitch if double-buffered (bug...
2006-06-28 Tilman Sauerbeckpropagate errors from parse_generic_attrib_num in parse...
2006-06-27 Brian PaulDon't use nested struct definitions in tnl_clipspace_fa...
2006-06-27 Ian RomanickRemove the extraneous GL_ prefix from the enums for...
2006-06-27 Aapo TahkolaFix stencil clears that have caused problems with redbo...
2006-06-27 Aapo TahkolaFix generic vertex attribs (Rune Petersen)
2006-06-26 Brian Paullocking fixes (Martijn Van Oosterhout)
2006-06-26 Brian PaulUse $(LIB_DIR) instead of $(TOP)/lib since libraries...
2006-06-23 Tilman Sauerbeckmore cleanups
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-06-21 Alan HourihaneCheck for a valid context
2006-06-20 Brian Paulrewrite gluErrorString() to be more legible
2006-06-20 Michel DänzerAdd M32R architecture to test for USE_IEEE and friends...
2006-06-20 Brian Paulfix span code compilation problems, bug 5858
2006-06-19 Ian RomanickPrint the hex value of the errant input when an invalid...
2006-06-19 Alan HourihaneIf DrawBuffer isn't set, return immediately
2006-06-18 Tilman Sauerbeckno need to handle ARL in a special way, it's a generic...
2006-06-18 Aapo Tahkolafix broken negate
2006-06-18 Aapo Tahkolafix broken address register reads
2006-06-16 Brian PaulThread safety for Win32. SourceForge bug #1507315.
2006-06-16 Brian PaulglPush/PopAttrib fix (bug 6891)
2006-06-16 Brian Paulremove obsolete PointSizePtr
2006-06-16 Jouk Jansen OpenVMS compile support update
2006-06-15 Brian Pauladded some comments, braces in _mesa_BindTexture
2006-06-15 Brian Paulminor clean-ups
2006-06-15 Brian Paulcomments for gl_array_object struct
2006-06-15 Keith WhitwellCall _mesa_resize_framebuffer() within intelWindowMoved...
2006-06-14 Keith WhitwellProtect _swrast_read_rgba_span with RENDER_START/FINISH
2006-06-14 Brian Pauls/ATTRIBUTE/GENERIC/
2006-06-14 Brian PaulA number of vertex buffer fields like NormalPtr, FogCoo...
2006-06-14 Brian PaulRename _TNL_ATTRIB_ATTRIBUTE* to _TNL_ATTRIB_GENERIC*
2006-06-14 Brian Paulnew assertion
2006-06-13 Brian PaulDo a cheesy implementation of glXWait/GetVideoSyncSGI...
2006-06-13 Brian PaulGLX_BAD_CONTEXT checks in video-sync functions
2006-06-13 Brian Paulremove debug printf
2006-06-13 Brian Paulclean-ups and new comments
2006-06-13 Brian Paulremove unused index_attr1fv()
2006-06-13 Brian PaulRename some functions/macros to better reflect their...
2006-06-13 Brian PaulIn import_attrib(), use the from->Normalized flag to...
2006-06-13 Brian Pauls/0/NULL/
2006-06-13 Brian PaulWhen using an ARB vertex program, the generic vertex...
2006-06-13 Brian Paulfix size assertions in _mesa_init_teximage_fields()
2006-06-13 Brian Paulminor simplification in texcoord array import
2006-06-13 Brian Paulremove some unneeded #includes
2006-06-13 Brian PaulFix a few conversion bugs. For example, GLshort->GLflo...
2006-06-13 Kristian HøgsbergFix all instances of calling __glXSetupForCommand befor...
2006-06-12 Ian RomanickMake r300 driver build with GL_APPLE_vertex_array_objec...
2006-06-12 Brian Pauls/buffer/arrays/
2006-06-12 Brian Paulmake do_vertex_attrib_enable() static
2006-06-12 Brian Paulinclude glxclient.h to silence missing prototypes warning
2006-06-12 Brian Paulinclude arrayobj.h
2006-06-12 Brian Paulremove unused var
2006-06-12 Ian RomanickAdd support for GL_APPLE_vertex_array_object. Several...
2006-06-12 Alan Hourihanefire vertices before context destruction.
2006-06-11 Tilman Sauerbeckdestroy the memory manager along with the context
2006-06-10 Roland Scheideggerenable arb_vertex_program by default if drm is new...
2006-06-09 Claudio CiccaniAdded some notes about this implementation.
2006-06-09 Claudio CiccaniEnable setting invible cursors.
2006-06-09 Claudio CiccaniSeparated joystick pointer coordinates from mouse point...
2006-06-09 Roland Scheideggershuffle some code to make some assertions in the _savag...
2006-06-08 Brian Paulcheck for invalid mode in glBegin(), bug 7142
2006-06-08 Tilman Sauerbeckinclude tnl/tnl.h for _tnl_program_string()
2006-06-08 Tilman Sauerbeckmark ARL operand as scalar (Roland Scheidegger)
2006-06-08 Tilman Sauerbeckstruct op_names: get rid of the 'output operands' field...
2006-06-08 Roland ScheideggerImprove slightly wrong CMP_SRCS test to avoid unencessa...
2006-06-06 Aapo Tahkolaprevent possible program mix up with sw vps (Roland...
2006-06-06 Aapo Tahkolaprevent run_arb_vertex_program from running tnl program...
2006-06-06 Aapo Tahkolamake sure tex format is supported.
2006-06-06 Aapo Tahkolavarious fixes (Roland Scheidegger)
next