mesa.git
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 Brian Pauladded src/glx/x11/depend to DEPEND_FILES
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 Pauluse trackball code for mouse rotation
2006-06-26 Brian Paulvirtual trackball code
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-23 Brian Paulfix glut/freeglut links
2006-06-22 Brian PaulNew 'install' targets in makefile. See bug 2372.
2006-06-22 Keith WhitwellA bunch of tiny tests that I've found helpful bringing...
2006-06-21 Keith Whitwellexercise min/max lod
2006-06-21 Keith Whitwellexercise position invarient vertex program
2006-06-21 Alan HourihaneCheck for a valid context
2006-06-20 Brian Paulrewrite gluErrorString() to be more legible
2006-06-20 Brian Paulreorder a few token definitions
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 Pauldon't create include/GLES yet
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 Paulfix glVertexAttribPointerARB's normalized behaviour
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 Michel DänzerFix command line parsing.
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-13 Brian Paulremoved incorrect const qualifier
2006-06-12 Ian RomanickMake r300 driver build with GL_APPLE_vertex_array_objec...
2006-06-12 Brian PaulGL_APPLE_vertex_array_object is new
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 Paulremove const qualifier from glGenVertexArraysAPPLE...
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 Pauladded info about prerequisites for building DRI drivers
2006-06-08 Brian Paulfix glBegin error test
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 Brian Paullinks to ClosedGL and S3TC library
2006-06-08 Roland ScheideggerImprove slightly wrong CMP_SRCS test to avoid unencessa...
2006-06-07 Brian Paulupdated Pixmap vs. XImage info
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)
2006-06-03 Brian PaulAdded simple lookup_bufferobj() function to wrap the...
2006-06-03 Brian Paulupdates for using libdrm (Hanno Bock)
2006-06-02 Brian Paulminor clean-ups
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...
2006-06-02 Brian PaulThomas Sondergaard's API tracer
2006-06-02 Brian Paulset per-context GL_DRAW_BUFFER state regardless of...
2006-06-02 Brian Paulfix depth-format rectangular textures
2006-06-02 Brian Paulfix depth-component test to allow rectangular textures
next