GL_ARB_vertex_buffer_object working now, at least for non-indexed
[mesa.git] / src / mesa / drivers / x11 /
2003-09-17 Brian PaulGL_ARB_vertex_buffer_object working now, at least for...
2003-09-17 Brian Pauladded call to _mesa_enable_1_5_extensions()
2003-07-03 Brian PaulImplemented GL_ARB_texture_non_power_of_two (except...
2003-07-02 Jouk Jansen Committing in .
2003-06-17 Jouk Jansen Committing in .
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-05-27 Brian PaulVersion defines. include "version.h" in a few files.
2003-04-21 Brian Pauluse INDEX8_SPAN_ARGS
2003-04-04 Brian PaulRework gl[Copy]Tex[Sub]Image() error checking so that...
2003-04-02 Brian Paulfix double-memory free in XMesaDestroyContext
2003-04-01 Brian Pauluse structure containment to derive xmesa_context from...
2003-04-01 Brian PaulNew device driver hooks for texture object and texture...
2003-03-27 Brian Paulfixed ColorMask problem for front-buffer rendering
2003-03-25 Brian Paulremove some unfinished code accidently checked in
2003-03-25 Brian Paulhistogram code move, remove s_histogram.[ch] from Makefiles
2003-03-24 Brian Pauldisable prototyped GLX_ARB_render_texture extension
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2003-02-25 Brian Paulfix-up pixel_format enum stuff
2003-02-25 Brian Paulcasts to silence g++ warnings
2003-02-17 Brian PaulReplace some #defines with enums. (Klaus Niederkrueger)
2003-01-24 Brian Paulrenamed dither-related preprocessor symbols (bug 536406)
2003-01-16 Alan Hourihanefix for framebuffer width and height when window hasn...
2003-01-14 Brian Paulinitial code for render-to-texture
2002-11-18 Brian Paulbring in a few AGP-related bits from 4.0.4
2002-11-14 Brian Paulbump version to 5.1
2002-11-14 Brian PaulOverhaul of line drawing template code. Make better...
2002-11-13 Brian Paulmoved function declaration into the template, define...
2002-11-13 Brian Paulcheck for NULL span argument
2002-11-10 Brian Paulchanges to vishandle usage to prevent segfault in some...
2002-11-05 Brian Paulminor multi-sample clean-ups
2002-10-30 Brian Pauluse wrappers from imports.h rather than stdio, stdlib...
2002-10-29 Brian Paulmore version bumps
2002-10-29 Brian Paulupdate versioning/extensions for OpenGL 1.4 / Mesa 5.0
2002-10-25 Brian Paulwrapped a few more C library functions
2002-10-25 Brian Paulinclude GL/glx.h
2002-10-24 Brian PaulHeader file clean-up:
2002-10-14 Brian Paulcontext-related cleanups (ex: _mesa_notifySwapBuffers...
2002-10-11 Brian PaulAnother round of glRead/DrawBuffer() clean-ups and...
2002-10-09 Brian Pauldisable XMesaCreatePBuffer() for XFree86
2002-10-08 Brian Pauladded missing dispatch code for new AGP-related functions
2002-10-05 Brian PaulPbuffers seem to work!
2002-10-05 Brian Paulmore work on fbconfig/pbuffer support
2002-10-04 Brian PaulChanged a number of context fields from GLchan to GLflo...
2002-09-27 Brian Paulnew texture compression infrastructure
2002-09-23 Brian Paulfix bug in index_mask() (bug 609837)
2002-08-22 Brian Paulstub functions for glXAllocate/FreeMemoryNV()
2002-08-21 Brian Paulfix problems in FXgetImage()
2002-08-07 Brian Paulstruct sw_span is again allocated on the stack, but...
2002-07-09 Brian PaulOverhaul of glRead/DrawBuffer() code. Now, swrast...
2002-06-25 Brian Paulremoved extra right-paren
2002-06-25 Keith WhitwellFRONT_AND_BACK culling
2002-06-19 Brian Paulput XSync in get_buffer_size(), plus clean-up
2002-06-17 Brian Paulnew fix for initial window size problem
2002-06-16 Brian PaulFix glXCopyContext bug
2002-06-16 Brian Paulfixed window size initialization bug
2002-06-15 Brian PaulImplemented GL_NV_texture_rectangle extension.
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-06-13 Brian Paulmore removal of fprintf() calls
2002-06-13 Brian PaulNew _mesa_debug() function to replace fprintf() calls.
2002-05-27 Brian Paulsome initial work for fbconfigs/pbuffers
2002-04-19 Brian PaulAllocate a sw_span struct in the swrast context instead...
2002-04-19 Brian PaulC++ fix
2002-04-02 Brian Paulreturn NULL from Fake_glXCreateContext() if dpy or...
2002-03-19 Brian Pauldon't set plane mask for xm_buffer->gc, it causes an...
2002-03-16 Brian PaulLots of changes related to framebuffer/window buffer...
2002-03-15 Brian Paulprotect currentReadable reference with #ifndef GLX_BUIL...
2002-03-15 Brian Paulupdated comments. removed dead code.
2002-03-15 Brian Paulremove a debug printf
2002-03-12 Brian PaulRemoved the xm_context field from XMesaBuffer. It...
2002-03-01 Brian Paulsilence gcc warnings (Marc La France)
2002-02-20 Brian Paulcheck for initialized XMesaBuffer in XMesaGarbageCollect()
2002-02-15 Brian Pauluse separate GC for SwapBuffers to avoid colormask...
2002-02-14 Brian Paulupdated GL_VENDOR string
2001-12-17 Brian Paulfirst checkpoint commit of Klaus's new span code (struc...
2001-11-06 Brian Paulcasts to silence warnings from gcc 2.96
2001-10-22 Brian Paulversion bumps, etc for 4.1
2001-09-23 Brian Paulupdates for Mesa 4.0
2001-09-14 Brian Paulmore GL 1.3 and GLX 1.4 updates
2001-09-12 Brian Paulminor re-org
2001-09-01 Brian Paulminor changes, prototype Pbuffer support
2001-09-01 Brian Paulprototype work for Pbuffer support
2001-08-31 Brian Paulfixed dangling pointer problem (Chris Burghart)
2001-08-28 Brian PaulOpenGL 1.3 support
2001-08-20 Brian Paulbumped version string to 3.5.1
2001-08-07 Brian Paulfixed GLX context sharing bug (reported by Eric Plante)
2001-07-12 Keith WhitwellRename some of the tnl->Driver.* functions to tnl-...
2001-06-15 Brian PaulEnable GL_ARB_texture_compression for XMesa/GLX driver...
2001-06-04 Brian Paulremoved some code in XMesaDestroyContext() which could...
2001-05-30 Brian Paulforgot to check-in yesterday
2001-05-29 Brian Paulmore DRI libGL-related changes
2001-05-29 Brian Paulremoved some old DRI-isms
2001-05-29 Brian Pauladded new functions to GLX_functions[]
2001-05-25 Brian Paulmore work on XMesa / libGL integration
2001-05-24 Brian Pauladded some casts so that older glx.h can be used
2001-05-24 Brian PaulInitial changes to allow Mesa and its fake GLX to be...
2001-05-24 Brian Paulprototyping some new stuff
2001-05-14 Brian PaulNew triangle rasterization code. Store per-span initia...
2001-05-10 Keith WhitwellSet 'prefer_float_colors' true, now that tnl uses them...
2001-05-10 Brian Paulapplied Jeff & Keith's optimization to write_span_mono_...
2001-05-10 Keith WhitwellDriver interface changes
next