Add padding to match the current xf86-video-intel DDX->DRI interface.
[mesa.git] / src / mesa / drivers /
2006-08-10 Eric AnholtAdd padding to match the current xf86-video-intel DDX...
2006-08-10 Sean D'EpagnierAdded initial multisampling support to glfbdev driver.
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.
2006-08-04 Karl Schultzexport new _mesa_* functions
2006-08-01 Brian Paulrenderbuffer fixes (Sean D'Epagnier)
2006-08-01 Claudio CiccaniFixed warnings.
2006-07-31 Aapo Tahkolafix #6991
2006-07-30 Michal KrolAdd support for GL_MESA_shader_debug.
2006-07-27 Jerome Glisser300_emit.h cleanup.
2006-07-21 Brian Paulcheck for non-nill pwc in WMesaMakeCurrent(), bug 7585
2006-07-20 Brian PaulSome structure renaming. Prefix vertex/fragment-relate...
2006-07-15 Rune PetersenA small logic error.
2006-07-13 Brian PaulLIB_DIR is now just 'lib' or 'lib64'
2006-07-12 Tilman Sauerbeckfix another memleak
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 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-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 Brian Paulonly assert front/back pitch if double-buffered (bug...
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-20 Brian Paulfix span code compilation problems, bug 5858
2006-06-18 Tilman Sauerbeckno need to handle ARL in a special way, it's a generic...
2006-06-18 Aapo Tahkolafix broken address register reads
2006-06-16 Brian PaulThread safety for Win32. SourceForge bug #1507315.
2006-06-15 Keith WhitwellCall _mesa_resize_framebuffer() within intelWindowMoved...
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-12 Ian RomanickMake r300 driver build with GL_APPLE_vertex_array_objec...
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 Roland Scheideggershuffle some code to make some assertions in the _savag...
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)
2006-06-02 Roland Scheideggerimplement arb_vertex_program in hw for r200. Code conta...
2006-06-02 Roland Scheideggerremove code dealing with drmMinor version < 6 since...
2006-06-01 Roland Scheideggerretry on EBUSY instead of EAGAIN in radeonWaitIrq ...
2006-05-31 Tilman SauerbeckSWZ is nearly identical to MOV. the difference is that...
2006-05-31 Tilman Sauerbeckpass src->NegateBase as-is in t_src() now, as the flags...
2006-05-31 Claudio CiccaniFixed bug with multiple contexts.
2006-05-30 Tilman Sauerbeckminor code cleanup, no actual changes
2006-05-27 Roland Scheideggerfix some whitespace in previous commit
2006-05-27 Roland Scheideggerpreparation for r200 hw vertex programs. Increase R200_...
2006-05-23 Brian PaulAdd const qualifiers in a number of places.
2006-05-23 Brian Paulinit mask=0 to silence warning
2006-05-23 Brian Paulmake mgaSetFence() and mgaWaitFence() static
2006-05-23 Brian Paulprototype i915_udpate_fog() to silence warning
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-20 Brian Pauluse new _mesa_remove_renderbuffer()
2006-05-19 Brian Pauladded some CHAN_BITS tests
2006-05-19 Brian PaulAllow rendering 8, 16 and 32-bit/channel images without...
2006-05-18 Aapo TahkolaDont allow 16 tex units to be used at all.
2006-05-17 Dave Airlieadd texture rectangle support for i815, I wrote the...
2006-05-14 Brian Paulremove some unused macros
2006-05-14 Brian Paulfix typo, remove dead code
2006-05-12 Dave Airliethe r300 should only use 8 until Mesa can deal with...
2006-05-12 Dave Airliethis should use the configured number not the MAX,...
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-05-08 Brian Paulfix warning
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-05-07 Brian Pauladded CHAN_BITS != 8 test
2006-05-05 Dave Airlieremove temporary code from keithw, this in theory isn...
2006-05-05 Dave AirlieFix i915 driver after stencil changes in Mesa 6.5
2006-05-02 Dave Airlieremove some unneeded includes
2006-05-02 Dave Airliemove the pkg config flags for libdrm to the bottom
2006-04-27 Brian Paulassorted clean-ups, fixes
2006-04-27 Brian Paulreplace a bunch of casts with GET_XRB macro
2006-04-26 Aapo Tahkolafix warnings.
2006-04-26 Aapo TahkolaR300_SPAN_DISABLE_LOCKING env var
2006-04-26 Brian Paulminor clean-up
2006-04-26 Brian Paulremove old XFree86 tag
2006-04-25 Brian Pauluse _TNL_FIRST/LAST_MAT indexes
next