fix GL_DOT3_RGBA texture combiner mode in generated fragment programs (bug #11030)
[mesa.git] / src / mesa / drivers / dri / unichrome /
2007-03-21 Brianmerge from master
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Miguel Martescreen offset changes, bug 9965
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Roland Scheideggerenable ARB_vertex_buffer_object for more dri drivers
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-05 Jakob BornecrantzAdd support for CN700 chipset in miniglx
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-10 Ian RomanickImplement GLX_SGI_make_current_read
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-18 Brian PaulWant to stop passing x/y/width/height to Clear() function.
2006-10-15 Brian Paulallow >10 mipmap levels (patch by Benno Schulenberg...
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-15 Brian Paulincreate MaxTextureLevels to 11 (bug 3130)
2006-10-13 Brian PaulRevamp color table code.
2006-09-29 Brian PaulMove mipmap generation functions, texture scaling funct...
2006-09-28 Michel DänzerMake driDrawableInitVBlank() initialize the sequence...
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-06-29 Brian Paulonly assert front/back pitch if double-buffered (bug...
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-11 Michal KrolMore GLSL code:
2006-03-23 Dave Airliemake solo build complete
2006-01-30 Roland Scheideggerfix broken assertions so dri drivers compile with ...
2005-11-16 Thomas HellströmFixes for x86_64 Unichrome.
2005-11-16 Thomas HellströmBring in last minute 6_4 branch changes to the unichrom...
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-07 Brian Paultry to fix renderbuffer breakage, primarily in calculat...
2005-09-06 Brian Pauladded viaRenderbufferStorage() function
2005-09-04 Brian PaulAdd new void *addr and __DRIdrawablePrivate parameters to
2005-09-04 Brian Paulreplace GET_SRC_PTR, GET_DST_PTR with GET_PTR
2005-09-03 Brian PaulSetBuffer, renderbuffer changes
2005-08-31 Alan Hourihanereverse a bogus patch
2005-08-30 Alan HourihanedrmUnmap correct size
2005-08-30 Alan Hourihanemove via_dri.h to server
2005-08-30 Alan Hourihanedefine Bool for solo builds
2005-08-30 Alan HourihaneFixes from https://bugs.freedesktop.org/attachment...
2005-08-29 Alan Hourihaneremove drmAddress
2005-08-15 Alan HourihaneAdd Egberts fixes for 64bit architectures
2005-07-29 Jon SmirlFix a == vs !- typo for glx_enable_extension
2005-07-28 Ian RomanickglxEnableExtension is a platform-specific function...
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-15 Brian Pauldisable call to via_sse_memcpy() until it's fixed
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-05-26 Keith WhitwellBump driver date.
2005-05-25 Keith Whitwelladd special case for flat shaded + separate specular...
2005-05-25 Keith WhitwellDisable polygon stipple - it seems to break if certain...
2005-05-25 Keith WhitwellFix various issues with cliprects and MakeCurrent
2005-05-24 Ian RomanickOnly use x86 / SSE assembly when USE_X86_ASM / USE_SSE_...
2005-05-23 Keith WhitwellInitialize hw stencil renderbuffer.
2005-05-23 Keith WhitwellDisable recent sse change pending more testing.
2005-05-23 Keith WhitwellUse SSE for vertex emit -- another good speedup.
2005-05-23 Keith WhitwellImport Thomas Helstrom's SSE memcpy code from the via...
2005-05-06 Brian Paulfix cpp / bytesPerPixel problem (bug 1196554)
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-04-14 Keith WhitwellDisable CLOD (Lod constant) state emit. The values...
2005-04-05 Keith WhitwellDon't call PrimitiveNotify with an invalid primitive...
2005-03-23 Keith Whitwellremove file after merge
2005-03-22 Keith Whitwellrename mesaVis to try and improve clarity
2005-03-22 Keith Whitwellmerge unichrome changes from branch
2005-02-11 Keith WhitwellTurn _via_fastrender_stage back on.
2005-01-21 Alan Hourihanesilence the 'using AGP/PCI' string unless VIA_DEBUG...
2005-01-20 Alan HourihaneEnclose passed macro values in brackets to ensure corre...
2005-01-19 Keith WhitwellBring the texcombine fixes to the trunk.
2005-01-19 Keith WhitwellAlways use ARGB8888 hardware texture format when mesa...
2005-01-18 Alan Hourihaneremove some debug
2005-01-18 Alan HourihaneFix tristrips (which fixes coloredTexPerf2 & coloredLit...
2005-01-14 Alan HourihaneEnable line stippling.
2005-01-14 Keith WhitwellFix previously un-noticed issue with flat-shaded points.
2005-01-14 Alan Hourihanesilence a warning
2005-01-14 Alan HourihaneGet PolygonStipple working.. (or seemingly too). It...
2005-01-14 Alan Hourihane16bpp doesn't support masked clears, so fallback when...
2005-01-14 Keith WhitwellPopulate WriteMonoDepthSpan in 24/8 modes.
2005-01-13 Alan Hourihaneremove some dead texture code
2005-01-13 Keith WhitwellRename via_fastrender_* to avoid confusion with similar...
2005-01-13 Keith WhitwellSimplify viaChooseVertexState slightly.
2005-01-13 Keith WhitwellRemove misleading comment.
next