fbSwapBuffers needs to return a status
[mesa.git] / src / mesa / drivers / dri / i830 /
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-04 Adam JacksonAdd drirenderbuffer.c to COMMON_SOURCES
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-04-22 Keith WhitwellFirst pass at updating these drivers with pipeline_stag...
2004-12-16 Adam JacksonAlso PUBLICize the config option table
2004-12-15 Adam JacksonMark __driCreateNewScreen PUBLIC
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-07-04 Jon SmirlPatch removes _SOLO definition needed for mesa-solo...
2004-07-01 Keith WhitwellRename the various function types in t_context.h to...
2004-06-17 Dave AirlieFix up texture compression mipmapping .. not sure if...
2004-06-16 Dave Airlieremove unused mode function
2004-06-16 Dave Airlieswitch to using driFillInModes fix depthbuffer = 0
2004-06-10 Dave AirlieAdd FXT1 compression support to i830 driver
2004-06-09 Dave Airliefix bug with emitting spec/fog report by Eric Anholt...
2004-06-08 Dave AirlieFix rectangular textures on i830 - well texrect at...
2004-06-07 Ian RomanickThe required DDX and DRI version numbers were switched...
2004-06-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Ian RomanickdriCheckDriDdxDrmVersion uses a function that is not...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-06-01 Ian RomanickFix dumb mistake from a previous commit. __driCreateSc...
2004-06-01 Ian RomanickConvert 'Display *' to '__DRInativeDisplay *'. Only...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-24 Dave Airliestop crash when debugging
2004-05-13 Brian Paulcast driHwLock assignment
2004-05-12 Ian RomanickAdded support for GL_EXT_blend_equation_separate and
2004-05-12 Ian RomanickFixed a bug that showed up in several multitexturing...
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-05-11 Ian RomanickFix a possible segfault caused by the SGI_make_current_...
2004-05-09 Jon SmirlFix solo build, add missing #ifdef NEW_INTERFACE
2004-05-07 Ian RomanickAdd support for GLX_SGI_make_current_read.
2004-05-07 Ian RomanickWarning clean-ups.
2004-05-07 Ian RomanickEnable use of new DRI interface in i830 driver.
2004-05-07 Ian RomanickAdd support for the 3rd and 4th texture units. The...
2004-05-07 Ian RomanickRefactor "classic" texture environments to be implement...
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-27 Ian RomanickRemove include of texutil.h to get build working.
2004-04-26 Alan Hourihanebring over build fixes from stable branch
2004-04-22 Keith WhitwellFix order of EMIT_4UB_4F declarations
2004-04-14 Keith WhitwellHack to get things compiling - include "drm.h" instead...
2004-04-14 Keith WhitwellFirst attempt at building a dri module in this tree
2004-04-13 Jon SmirlAdd DRM_SOURCE_PATH to make system.
2004-04-08 Brian Paullots of Makefile updates for new build system
2004-04-08 Alan Hourihanebuild fixes
2004-03-26 Brian PaulNew Makefile system
2004-03-21 Brian PaulImplemented support for software-based AUX color buffers.
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
2004-02-06 Ian RomanickRefactor "class" texture environments to be implemented...
2004-02-05 Dave Airliefix ugly bug triggered by macro expansion
2004-01-28 Keith WhitwellUse NEED_SECONDARY_COLOR() for checking specular state...
2004-01-27 Ian RomanickAdded support for EXT_blend_equation_separate / ATI_ble...
2004-01-27 Keith WhitwellConsolidate texObj->Pos/Neg/X/Y/Z and texObj->Image...
2004-01-26 Brian Paulremove bogus assertion in DeleteTexture() function
2004-01-26 Felix KuehlingMake the drivers using the common texmem code work...
2004-01-21 Keith WhitwellUse new EMIT_PAD functionality for spec and/or fog...
2004-01-21 Ian RomanickRemove dd_function_table::BlendFunc. All drivers now use
2004-01-20 Brian PaulUndo some bits from last check-in related to the ctx...
2004-01-20 Brian PaulBefore calling _mesa_create_context(), initialize a...
2004-01-19 Keith WhitwellMigrate i830 driver to t_vertex.[ch] for building hw...
2004-01-19 Brian Paulfix glitch from previous check-in (pointer vs int)
2004-01-18 Brian Paulminor changes to silence warnings
2004-01-18 Brian Paulinclude texobj.h to silence warnings
2004-01-12 Ian RomanickRemoved redundant extension strings. The Mesa extensio...
2004-01-11 Brian Paulcall _mesa_delete_texture_object() from in the driver...
2004-01-05 Keith WhitwellRe-commit t_vertex.[ch] changes to fd.o server.
2003-12-12 Brian Paulnew Makefiles
2003-12-12 Keith Whitwellset MaxTextureImageUnits, MaxTextureCoordUnits
2003-12-11 Keith WhitwellUpdates to tnl_dd_dmatmp.h
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-08 Alan Hourihanefix bogus assertion that checked for an empty texture...
2003-12-08 Keith WhitwellProvide dummy definitions of __driConfig externs
2003-12-07 Alan Hourihanemerge i830 DRI driver from DRI trunk
2003-11-24 Keith WhitwellImport vtx-0-2-branch
2003-10-20 Jon SmirlFix Makefiles to copy lib to $(TOP)/lib if missing
2003-10-16 Jon SmirlMinor changes to make linux-solo build again
2003-09-30 Alan Hourihaneadd gamma driver - no kernel driver yet
2003-09-30 Alan Hourihanefix cut & paste errors
2003-09-30 Alan Hourihaneadd the i830 driver - no kernel driver yet