Merge branch 'master' into i915-unification
[mesa.git] / src / mesa / drivers / dri / gamma /
2007-03-09 Michel DänzerMerge branch 'i915tex-pageflip'
2007-03-09 BrianMerge branch 'origin' into glsl-compiler-1
2007-03-07 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-06 Ian RomanickMerge branch 'master' of ssh+git://idr@git.freedesktop...
2007-03-06 BrianFix/improve framebuffer object reference counting.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-02 Alan Hourihanemerge current trunk into vbo branch
2006-11-01 Brian PaulRemove x/y/width/height parameters from Clear functions.
2006-10-31 Keith Whitwellswitch remaining drivers over to vbo
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2005-11-28 Keith WhitwellRemove the many aliases for 'struct mem_block' in mm.h
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-04 Brian Paulreplace GET_SRC_PTR, GET_DST_PTR with GET_PTR
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-07-26 Brian PaulFix bug 1858 - array subscript out of range in gamma...
2005-07-01 Roland Scheideggerremove common macros used in the span functions of...
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...
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-20 Alan HourihaneEnclose passed macro values in brackets to ensure corre...
2004-12-14 Alan Hourihaneuint*t -> u_int*t changes
2004-11-27 Brian PaulRemove _mesa_ResizeBuffersMESA() call from _mesa_set_vi...
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-03 Jon SmirlOpen/Close FullScreen die. unichrome and savage impleme...
2004-06-02 Ian RomanickReplace drmHandle, drmContext, drmDrawable, drmMagic...
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
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-18 Ian RomanickConvert int(8|32)_t to uint(8|32)_t, like should have...
2004-03-17 Ian RomanickConvert all uses of CARD32 and CARD8 to int32_t and...
2004-03-12 Jon SmirlAdjust includes to help DRI build
2004-03-11 Jon SmirlAdjustments to make everything use IOCTL/sarea defines...
2004-02-26 Brian Pauladded _tnl_allow_vertex/pixel_fog() calls
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-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-18 Brian Paulinclude texobj.h to silence warnings
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 typo.
2003-12-09 Keith WhitwellFix VERT_SET_RGBA, VERT_SET_SPEC macros to account...
2003-12-04 Alan Hourihanebuild fixes
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 Hourihanechar -> GLubyte
2003-09-30 Alan Hourihaneadd gamma driver - no kernel driver yet