Use ALIGN_MALLOC for parameter lists.
[mesa.git] / src / mesa / drivers /
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
2005-05-20 Ian RomanickAdd support for modes with a depth-buffer but no stenci...
2005-05-20 Keith WhitwellRemove debug printfs
2005-05-20 Keith WhitwellRe-enable X11 optimized triangle funcs.
2005-05-20 Jon SmirlRemove some debug output
2005-05-19 Jon SmirlFix EGL fbdev palette problem. demo3 can save ppm of...
2005-05-19 Brian Paulremove the XFree86 ID line
2005-05-19 Aapo TahkolaDitch unused code and features that arent in subject...
2005-05-18 Ian RomanickIn addition to dead-code removal and other clean-up...
2005-05-18 Jon SmirlFix inverted y for egl fbdev, add egl demo3
2005-05-18 Aapo TahkolaStick texture LOD back on.
2005-05-18 Aapo TahkolaPolygon mode fixes.
2005-05-18 Jon SmirlFix for writing the wrong sysfs variable when blanking
2005-05-18 Jon SmirlImplement fbdev swapbuffers()
2005-05-18 Ian RomanickMore comments. More dead-code removed. More clean-up.
2005-05-17 Keith WhitwellDisable leftover debug statements
2005-05-17 Brian Paulfix some BCOMP/ACOMP typos (fixes Brad King's vtk failures)
2005-05-17 Jon SmirlCheck error return from _eglInitPbufferSurface() correctly
2005-05-17 Jon SmirlCompute stride in the right order
2005-05-17 Brian PaulAdded software-based pbuffer support (untested).
2005-05-17 Jon SmirlMake EGL_NO_MODE_MESA work.
2005-05-17 Jon SmirlFix several internal problems with generating the list...
2005-05-16 Ian RomanickRearranged some code and added some comments to mgaAllo...
2005-05-16 Jon SmirlAdd error about write permission to fbdev attribs
2005-05-16 Keith WhitwellApply r200 tcl fix to radeon - compiles but untested.
2005-05-16 Brian Paulremove MESA suffix from _eglInitScreenSurface, use...
2005-05-15 Jon SmirlA few egl patches needed for glitz, mainly config BITS
2005-05-14 Aapo TahkolaMake gleans polyoffset test happy.
2005-05-14 Aapo TahkolaDont assume GLbooleans are ones when true.
2005-05-14 Nicolai HaehnleCleanup blend state generation.
2005-05-14 Nicolai HaehnleThe kernel doesn't like command buffers over 64KB,...
2005-05-14 Nicolai HaehnleRemove dead span functions code.
2005-05-14 Nicolai HaehnleFix span functions for stencil buffer access.
2005-05-14 Nicolai HaehnleDon't print debug messages unless the user explicitly...
2005-05-14 Jon SmirlForgot to add fb_egl.c
2005-05-13 Nicolai HaehnleMake software fallbacks work again:
2005-05-13 Nicolai HaehnleRemove quiescence sequence from r300ClearBuffer.
2005-05-13 Jon SmirlFirst attempt at getting egl support up on dumb framebu...
2005-05-13 Nicolai HaehnlePatch from Jeff Smith:
2005-05-13 Nicolai HaehnlePatch from Jeff Smith:
2005-05-13 Alan HourihaneRemove MAX_VISUAL limitations of 100. If running dual...
2005-05-13 Keith WhitwellCalculate render inputs for tcl stage correctly (hint...
2005-05-12 Ian RomanickRemove some unused structure fields, add some comments...
2005-05-12 Keith WhitwellAdd check for mask == NULL to the one routine missing it.
2005-05-12 Ben Skeggsfix warnings in r300_texstate.c (Jeff Smith)
2005-05-11 Aapo TahkolaVBOs.
2005-05-10 Keith Whitwellfix some valgrind complaints
next