191
I Use This!
Very High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added latest 4.1 bug fixes/updates More... about 22 years ago
added latest 4.1 bug fixes/updates More... about 22 years ago
New mipmap lambda calculation. Previously, trilinear filtering could result in _very_ blurry textures. Still need to do some optimization of the new code in s_span.c More... about 22 years ago
buffer resize changes More... about 22 years ago
added XMesaResizeBuffers() More... about 22 years ago
added XMesaResizeBuffers() More... about 22 years ago
Lots of changes related to framebuffer/window buffer resizing. Basically, instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*. The idea is that a window can be resized without it being bound to a rendering context. This makes for a nice clean-up in the XFree86 server-side GLX code. Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers(). More... about 22 years ago
protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA More... about 22 years ago
updated comments. removed dead code. More... about 22 years ago
remove a debug printf More... about 22 years ago
fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures (Michael Fitzpatrick) More... about 22 years ago
fixed pointer arithmetic error in glCopyPixels More... about 22 years ago
added _mesa_image_image_stride() More... about 22 years ago
added a comment More... about 22 years ago
initial work for NV_vertex_program1_1 extension More... about 22 years ago
Removed the xm_context field from XMesaBuffer. It was preventing N threads from rendering into one window in parallel and wasn't really needed anyway. More... about 22 years ago
tweak file list for tarballs More... over 22 years ago
tweak file list for tarballs More... over 22 years ago
obsolete More... over 22 years ago
fixups for *BSD More... over 22 years ago
fix some minor warnings More... over 22 years ago
fix some minor warnings More... over 22 years ago
DOS driver updates from Daniel Borca More... over 22 years ago
DOS driver updates from Daniel Borca More... over 22 years ago
new DOS driver files from Daniel Borca More... over 22 years ago
Fix backwards compatibility bug, add tests for good numbers of vertices/prim. More... over 22 years ago
missing file More... over 22 years ago
new assertions, use INLINE macro (Klaus Niederkrueger) More... over 22 years ago
minor patches from David Dawes More... over 22 years ago
syntax fixes for Solaris (David Dawes) More... over 22 years ago