remove ^M chars, disable shading language extensions
[mesa.git] / src / mesa / drivers /
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-07-19 Brian Paulinclude driverfuncs.h
2005-07-18 Alan HourihaneFix the FFB driver for the renderbuffer changes
2005-07-18 Ian RomanickWrap every place that accesses a dispatch table with...
2005-07-16 Adam JacksonXMesaResizeBuffers needs separate paths for client...
2005-07-16 Adam Jacksonstrip out vestigial #ifdef HAVE_CONFIG_H stanzas, they...
2005-07-15 Brian Pauldisable call to via_sse_memcpy() until it's fixed
2005-07-15 Brian Paulremove duplicate "User disable" string
2005-07-15 Brian Paulreplace gcc with $(CC) (Egbert Eich)
2005-07-14 Brian Pauladded a few more fallbackStrings (Andreas Stenglein)
2005-07-06 Roland ScheideggerRe-enable r200InitSpanFuncs, which was ifdefed out...
2005-07-02 Vladimir DergachevExpose the fact that we do not do either selection...
2005-07-01 Jerome GlisseAdding RV350_NJ ID.
2005-07-01 Jerome GlisseAdapt extension string to new GL dispatch schema proposed
2005-07-01 Karl SchultzFix a prototype
2005-07-01 Roland Scheideggerconvert sis and radeon driver to use spantmp2 instead...
2005-07-01 Brian PaulRemove NEW_RENDERBUFFER stuff.
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-30 Aapo Tahkola-"fix" page flipping
2005-06-27 Vladimir DergachevUncomment a couple of helper functions.
2005-06-27 Vladimir DergachevRename unchecked state to match DRM driver.
2005-06-27 Brian PaulGet rid of the MESA_PBUFFER_ALLOC/FREE() macros.
2005-06-26 Eric AnholtFix crashes during rasterization fallback by avoiding...
2005-06-26 Eric AnholtRemove the #if 0-ed out old span code.
2005-06-26 Eric AnholtExplain the reason for TCL fallback when GL_SPHERE_MAP...
2005-06-26 Eric AnholtZero out the ENGPACKET allocated on the stack, to avoid...
2005-06-26 Brian Paulneed parenthesis in realloc call
2005-06-23 Brian PaulRemove the xmesa_set_buffer() function. No longer...
2005-06-21 Nicolai HaehnleBack out the actual enabling of depth tiling.
2005-06-21 Nicolai HaehnleAdd PCI ID for R420 JI.
2005-06-21 Aapo Tahkolar300 driver side of color tiling support.
2005-06-21 Nicolai HaehnleMake sure texture base addresses are used correctly.
2005-06-20 Brian PaulDirectFB updates (Claudio Ciccani)
2005-06-16 Aapo TahkolaFix gloss breakage when using hw tnl.
2005-06-16 Aapo TahkolaUse depth tiling.
2005-06-16 Aapo TahkolaSupport 16-bit modes.
2005-06-16 Aapo TahkolaFix problems with elts when immediate mode is on.
2005-06-16 Aapo TahkolaTurn off VBO's.
2005-06-16 Aapo Tahkolalost_context never gets reset.
2005-06-16 Jon SmirlFix linux-solo build for mga check-in
2005-06-14 Ian RomanickAdds support for MGA DRM version 3.2.
2005-06-13 Jon SmirlfbSwapBuffers needs to return a status
2005-06-13 Brian Paulmingw changes (Nolan Leake)
2005-06-12 Vladimir DergachevFixed typos.
2005-06-10 Vladimir DergachevAdd definition for memory controller latency registers..
2005-06-08 Ben Skeggs- Secondary colour
2005-06-08 Brian Paulfix some renderbuffer problems for Xserver build (Dave...
2005-06-08 Brian Paulcheck for double-buffered buffer in XMesaDestroyBuffer...
2005-06-07 Jon SmirlAdd SetBuffer to egl driver too
2005-06-06 Jon SmirlAdd a NULL SetBuffer function to the fbdev driver
2005-06-06 Ben SkeggsTEX to output
2005-06-05 Ben SkeggsFix xyz/w interaction (needs a cleanup still..)
2005-06-04 Brian Pauladded comment
2005-06-02 Brian Pauloops, undo previous change
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-31 Eric AnholtBugzilla #2708: Disable the fallback on GL_SPHERE_MAP...
2005-05-31 Alan HourihaneAdd Intel(R) 945G support (Keith Whitwell, Tungsten...
2005-05-31 Aapo TahkolaCauses lockups on some rare cases.
2005-05-31 Eric AnholtPull locking out of HW_LOCK/UNLOCK and into SpanRenderS...
2005-05-31 Eric AnholtCorrect the descriptions of the glBlend{Equation,Func...
2005-05-31 Eric AnholtRemove unused CTX_ARG2 define.
2005-05-31 Eric AnholtBugzilla #2195: Convert the radeon driver to the t_vert...
2005-05-31 Eric AnholtMove fallback debugging under MACH64_DEBUG=fall (matchi...
2005-05-30 Eric AnholtPull locking out from HW_LOCK/UNLOCK into SpanRenderSta...
2005-05-30 Eric AnholtFix software fallbacks by being safe with macro argumen...
2005-05-30 Eric AnholtAdd the no_rast debug option to mach64. It shows that...
2005-05-30 Eric AnholtPull hardware locking out into SpanRenderStart/Finish...
2005-05-30 Eric AnholtAdd the description of the no_rast option fallback...
2005-05-30 Eric AnholtAdd the no_rast debug option, which I used in some...
2005-05-30 Eric AnholtRemove unused CTX_ARG2.
2005-05-28 Eric AnholtPut some fallback debugging output under DEBUG_FALLBACKS.
2005-05-28 Eric AnholtAdd a missing EnsureCmdBufSpace, matching r200.
2005-05-28 Eric AnholtAdd a freebsd-dri-amd64 config, and quiet makedepend...
2005-05-28 Jerome GlisseSome fixes
2005-05-28 Ben SkeggsUp MAX_AOS_ARRAYS to 16. Do we need more?
2005-05-28 Ben SkeggsPlay with swizzling a bit.
2005-05-28 Aapo TahkolaProgrammable per-vertex point sizes and proper result...
2005-05-27 Aapo TahkolaMore optimal r300Clear.
2005-05-26 Keith WhitwellBump driver date.
2005-05-26 Ben Skeggsconstant tracking
2005-05-26 Dave Airlieuse shared-core rather than shared
2005-05-26 Dave Airlieuse shared-core instead of shared
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-25 Ben Skeggs- Remove one of the loops in emit_arith
2005-05-24 Ian RomanickOnly use x86 / SSE assembly when USE_X86_ASM / USE_SSE_...
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-24 Karl SchultzMajor code cleanup and begin using new render buffer...
2005-05-23 Keith WhitwellInitialize hw stencil renderbuffer.
2005-05-23 Keith WhitwellDisable recent sse change pending more testing.
2005-05-23 Ben SkeggsImplement enough of ARB_fragment_program for Keith...
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-22 Jerome GlisseSmall change to handle native case (7 natives case)
2005-05-22 Jerome GlisseAdding r300 fragment program swizzle tab. Please some
next