Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077
[mesa.git] / src / mesa / drivers / dri / unichrome /
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.
2005-01-13 Keith WhitwellTypo
2005-01-13 Keith WhitwellEmit constant colors for texunit 1 blending.
2005-01-13 Keith Whitwellcut out dead texture state code
2005-01-13 Alan Hourihanerevert some makecurrent code
2005-01-13 Alan HourihaneFix glean scissor test
2005-01-13 Alan HourihaneAs we fallback for polygon stipple on the CLE266 for...
2005-01-12 Alan HourihaneUse the faster span read/write template for 16bpp
2005-01-12 Keith WhitwellDon't special-case 16bpp for colormask register - not...
2005-01-12 Keith WhitwellRemove bogus write to freed memory (valgrind).
2005-01-12 Alan HourihaneCheck for deletion of currently bound context
2005-01-12 Alan HourihaneFixes lockups initializing AGP DMA.
2005-01-12 Alan Hourihanebuild fixes and enable agp dma
2005-01-12 Keith WhitwellAdd flag to clear texture caches after texture upload.
2005-01-12 Keith WhitwellDon't emit HC_SubA_HSPXYOS on CLE266.
2005-01-12 Keith WhitwellAllow two GL primitives to be combined to one HW primitive
2005-01-12 Alan HourihaneFix multitexturing.
2005-01-11 Alan Hourihanefix a typo
2005-01-11 Keith WhitwellDisable bogus pbuffer code (though this could be revive...
2005-01-11 Alan HourihaneFix the calculation of the alpha reference value which...
2005-01-11 Keith WhitwellTemporarily disable pageflipping assert.
2005-01-11 Alan Hourihaneuncomment
2005-01-11 Alan HourihaneFix ColorMask
2005-01-11 Keith WhitwellAdd a big nasty fallback for AlphaTest -- seems to...
2005-01-11 Alan Hourihanefallback on polygon.stippleflag (thanks Keith)
2005-01-11 Alan HourihaneFix usage of texture units, when TEX1 is enabled, but...
2005-01-10 Alan HourihaneFallback on PolygonStipple for CLE266 hardware.
2005-01-06 Thomas HellströmSmall Unichrome fixes:
2005-01-05 Alan HourihaneOnly try to free the front buffer when it's a pbuffer.
2005-01-05 Keith Whitwellmake alloc-dma functions inline, rearrange some debug
2005-01-05 Keith WhitwellAvoid a segfault in multiarb.c
2005-01-05 Alan HourihaneBring VIA driver up-to-date with regard to drm_*_t...
2005-01-04 Keith WhitwellAdd GL_EXT_fog_coord
2005-01-04 Keith WhitwellAdd GL_EXT_secondary_color
2005-01-04 Keith WhitwellTurn specular lighting state on/off appropriately.
2005-01-04 Keith WhitwellChange to use the t_vertex.c mechanisms for building...
2004-12-30 Keith WhitwellGet scissor test working again. Passes glean scissor...
2004-12-30 Keith WhitwellCalculate DEPTH_SCALE correctly for polygon offset.
2004-12-30 Keith WhitwellSimplify viaBlit a bit more.
2004-12-30 Keith WhitwellInitialize depth pointer correctly.
2004-12-30 Keith WhitwellDon't need to adjust for drawXoff in fallback clipping.
2004-12-30 Keith Whitwellfix regression with fallbacks from recent commits
2004-12-30 Keith WhitwellFix MagFilter state for texunit 0
2004-12-29 Keith WhitwellFix some wrapping bugs in the last commit. Probably...
2004-12-29 Keith WhitwellSimplfy clear() and swapbuffers() code.
2004-12-29 Keith WhitwellDon't advertise wide lines or points.
2004-12-29 Keith WhitwellMake line stipple a fallback.
2004-12-29 Keith WhitwellDon't pingpong cliprects through sarea on CopyBuffer().
2004-12-29 Keith WhitwellFallback on 3d textures correctly.
2004-12-29 Keith WhitwellGet twoside-lit triangles working again
2004-12-29 Keith WhitwellLarge update
2004-12-23 Keith WhitwellRemove the VIA_PERFORMANCE code. A step towards moving...
2004-12-23 Keith WhitwellChop out more dead code.
next