Import texmem i915 driver to its new location as i915tex.
[mesa.git] / src / mesa / drivers / dri / tdfx /
2006-10-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2006-10-15 Brian PaulRemove a bunch of "ctx->Driver.function = _swrast_Funct...
2006-10-15 Brian PaulRemove Driver.ResizeBuffers = _mesa_resize_framebuffer...
2006-10-14 Brian Paulbuild fix: s/Table/TableUB/
2006-10-13 Brian PaulRevamp color table code.
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-08-25 Brian Paulinclude texobj.h to silence warning
2006-08-23 Brian PaulAdded _mesa_lookup_program() and _mesa_lookup_bufferobj...
2006-08-16 Brian Paulchange tex memory allocation calls (debian bug 383209)
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-05-08 Brian PaulFix a number of texture compression issues.
2006-05-08 Keith Whitwellupdates to dri drivers for recent stencil changes
2006-04-03 Adam JacksonBug #5754: Allocate texture memory correctly. (Richard...
2006-04-02 Adam JacksonCoverity #650: Fix a memory leak when near OOM.
2005-10-05 Brian Pauls/IntFormat/InternalFormat/ and s/Format/_BaseFormat...
2005-10-05 Brian PaulIn gl_texture_image replace IntFormat with InternalForm...
2005-09-14 Brian PaulInstead of calling _mesa_ResizeBuffersMESA() in the...
2005-09-13 Brian PaulReplace ctx->Driver.StencilOp/Func/Mask() functions...
2005-09-09 Roland Scheideggeradd _tnl_arb_vertex_program_stage to all drivers which...
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian PaulUse InitPointers helper
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-08-25 Brian Paulremove stray references to ctx->Depth.OcclusionTest
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-07-28 Ian RomanickMajor rip-up of internal function insertion interface...
2005-07-26 Ian RomanickFixes the glXGetProcAddress portion of the interface...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-01 Roland Scheideggerremove common macros used in the span functions of...
2005-06-30 Ian RomanickReplace add_newer_entrypoints (src/mesa/main/context...
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-06-02 Brian Paulstart removing old (pre-renderbuffer) span code
2005-06-01 Eric AnholtMove fallback and other debugging under TDFX_DEBUG...
2005-06-01 Eric AnholtAdd no_rast option.
2005-06-01 Eric AnholtFix the 3dfx driver by correcting what appears to be...
2005-05-05 Adam JacksonRefactor COMMON_SOURCES up to Makefile.template
2005-05-04 Brian PaulMajor check-in of changes for GL_EXT_framebuffer_object...
2005-02-05 Brian Paulremove unneeded code
2005-02-05 Brian Paulremoved need for Shared->TexObjectList, walk over textu...
2005-01-31 Adam JacksonBug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers...
2005-01-06 Daniel Borcasemantic in parameter names
2005-01-06 Daniel Borcasemantic in parameter names
2005-01-06 Daniel Borcaremoved detritus
2005-01-06 Daniel Borcaadded "default" branch in `convertPalette'
2005-01-06 Daniel Borcafix dstRGB factor
2005-01-05 Alan Hourihanefix build problem
2004-12-27 Adam JacksonUnused variable cleanup.
2004-12-17 Daniel BorcafxRasterPrimitive wasn't always receiving the reduced...
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-11-10 Brian PaulGL_(UN)PACK_SKIP_IMAGES should only be applied to 3D...
2004-10-19 Daniel Borcafix compilation error in `convertPalette' (still have...
2004-10-18 Daniel Borcaprint an error message in convertPalette before dying.
2004-10-18 Daniel Borcasmall fix to match new _mesa_rescale_teximage2d
2004-10-18 Ian RomanickFix compile errors when DEBUG is defined.
2004-10-13 Adam JacksonBug #1588: abort if no palette format matches. (Egbert...
2004-10-06 Ian RomanickConvert tdfxDDInitExtensions to use driInitExtensions.
2004-10-05 Daniel Borcastencil wrap works, either HW or SW (Ian Romanick)
2004-10-02 Brian Pauladded support for GL_ARB_draw_buffers
2004-08-30 Daniel Borcacleaned up extensions a bit
2004-08-30 Daniel Borcaclamp lodbias
2004-08-30 Daniel Borcafixed automatic mipmap generation
2004-08-30 Daniel Borcafog really needs W
2004-07-29 Daniel Borcadisabled automatic mipmaps until we can handle 565...
2004-07-29 Daniel Borcafixed conflict between depth & alpha in 16bpp
2004-07-19 Daniel Borcaseveral new bugs
2004-07-13 Daniel Borcafixed vertex RGBA
2004-07-05 Jon SmirlConvert miniglx to use Ian's fancy new driver config...
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-07-01 Keith WhitwellRename 'emit_func' usages in drivers. Will also rename...
2004-06-22 Brian Paulcheck for NULL pointer to glTexImage (fix verified...
2004-06-15 Daniel Borcafix correct parameters passed to StoreImage
2004-06-14 Adam Jackson_really_ fix parameters to StoreImage calls.
2004-06-10 Adam Jacksonsilence a warning
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 Jon SmirlRemoved need for sarea.h, various touch ups to get...
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-28 Adam Jacksonuse new interface for tdfx (phase 2)
2004-05-27 Ian RomanickMove dri_util.[ch] and glcontextmodes.[ch] from dri_cli...
2004-05-13 Brian Paulfix parameters to StoreImage()
2004-05-12 Brian Paulfix parameters to StoreImage calls
2004-05-12 Brian Paulremove last remnants of NEWTEXSTORE stuff
2004-05-12 Brian Paulobsolete in favor of regular Makefiles
2004-05-02 Brian Paulfix StoreImage calls, remove dead code (Adam Jackson)
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 Roland Scheideggerfix bracket at wrong place
2004-04-22 Brian PaulNew glTexImage code.
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
next