mesa.git
2005-05-24 Karl SchultzVisual Studio 6 project file for Windows GDI driver.
2005-05-24 Karl SchultzVisual Studio 6 workspace for Mesa libraries.
2005-05-24 Karl SchultzRemoving in favor of new Windows build directory.
2005-05-23 Daniel Borcaremove stupid flags
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-23 Keith Whitwellsilence gcc warnings
2005-05-23 Keith WhitwellDetect use of disabled textures as tex_env_crossbar...
2005-05-23 Keith WhitwellSupport ARB_texture_env_crossbar. Changes the way...
2005-05-23 Keith WhitwellRestore the negate() function.
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 Brian Pauluse MAX_SCREENS instead of hard-coded number
2005-05-20 Brian Paulfix reversed strstr() args, print mode string
2005-05-20 Brian Paulreplace // with /* */
2005-05-20 Jouk Jansen Committing in .
2005-05-20 Jon SmirlRemove some debug output
2005-05-20 Adam JacksonUse the 1.3 names for FogCoord*
2005-05-19 Keith WhitwellInvalidate current fastpath on changes to attribute...
2005-05-19 Keith WhitwellCope with the common 3ub and 1ub cases.
2005-05-19 Keith WhitwellRe-initialize viewport shadows each time.
2005-05-19 Keith Whitwellmove osmesa demos to their own directory
2005-05-19 Jon SmirlFix EGL fbdev palette problem. demo3 can save ppm of...
2005-05-19 Keith WhitwellRename emit functions to reflect instruction set in...
2005-05-19 Brian Paulremove the XFree86 ID line
2005-05-19 Michal Krolintermediate code generator (not finished);
2005-05-19 Michal Kroladd static_assert macro
2005-05-19 Michal Krolfix info log grabbing
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 Brian PaulTo better exercise pixel packing, replace regular glRea...
2005-05-18 Keith WhitwellRemove old t_vertex.c codegen infrastructure, tie in...
2005-05-18 Keith WhitwellFix a few typos, initialize p->identity.
2005-05-18 Keith WhitwellEliminate a couple of swizzles.
2005-05-18 Keith WhitwellGenerates working SSE code for gears under the swrast...
2005-05-18 Keith WhitwellCheckpoint commit: Preliminary version of a facility...
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 Brian Pauldon't include strings.h
2005-05-17 Brian Paulremove eglQueryDisplayMESA()
2005-05-17 Brian Paulfix pbuffer sample code
2005-05-17 Brian Paulremove glmode stuff
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 Brian Paulupdated demoCreatePbufferSurface()
2005-05-17 Brian Paulupdate comments
2005-05-17 Brian Paulmore work on _eglConfigToContextModesRec()
2005-05-17 Jon SmirlMake EGL_NO_MODE_MESA work.
2005-05-17 Brian Pauladded _eglInitPbufferSurface()
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 Felix KuehlingDon't use _mesa_swizzle_ubyte_image if all three textur...
2005-05-16 Brian Paulremove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from...
2005-05-16 Jon SmirlImplement query of surface type.
2005-05-16 Jon SmirlAdd error about write permission to fbdev attribs
2005-05-16 Brian Paulanother GLX / XCB patch (Jeremy Kolb)
2005-05-16 Keith WhitwellDeal better with indirection and indirection accounting...
2005-05-16 Keith WhitwellApply r200 tcl fix to radeon - compiles but untested.
2005-05-16 Brian PaulEGL_MESA_copy_context stuff
2005-05-16 Brian Pauluse EGLint instead of unsigned long for eglCopyContextM...
2005-05-16 Brian Paulseparate ext strings with a space
2005-05-16 Brian Pauls/Atrib/Attrib/, set extension enable flags
2005-05-16 Brian Pauladded boolean extension flags to _EGLDriver
2005-05-16 Brian Paulrestore _eglSetConfigAttrib (for now), added prototype...
2005-05-16 Brian Pauldefine M_E if needed
2005-05-16 Brian Paulmake _eglSetConfigAtrib() a static function, and rename it
2005-05-16 Brian Paulremove MESA suffix from _eglInitScreenSurface, use...
2005-05-16 Brian Paulminor tweaks
2005-05-15 Brian Paulfix GetRow parameters (Nicolai Haehnle)
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 Jon SmirlAdd empty placeholder for eglCopyContextMESA
2005-05-14 Nicolai HaehnleThe kernel doesn't like command buffers over 64KB,...
2005-05-14 Jon SmirlFix compiler warning about missing parameter list
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 SmirlAdd forgotten demo2.c
2005-05-14 Jon SmirlFix compile error in demo egl driver
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:
next