mesa.git
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 Dave Airlieuse shared-core
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-27 Brian Paulproperly pop the GL_TEXTURE_GEN_ enable state
2005-05-26 Karl SchultzAccount for moved/new/removed files.
2005-05-26 Ian RomanickFix gl_enums.py so that enums that are listed with...
2005-05-26 Ian RomanickMinor correction to EXT_framebuffer_object XML. Fix...
2005-05-26 Ian RomanickMake a couple minor corrections to gl_API.xml. Fixes...
2005-05-26 Keith WhitwellBump driver date.
2005-05-26 Dave Airliemake egl build first so we don't get wierd drivers...
2005-05-26 Dave Airliemake linux-solo and linux-solo-x86 config files hierarc...
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 Ian RomanickFix a couple typeos in enum names.
2005-05-25 Michal Krolchange local var names from "asm" to "assem" - I guess...
2005-05-25 Michal Krola small utility to convert .syn files to its binary...
2005-05-25 Michal Krolsilencium gcc warnings
2005-05-25 Michal Kroladd shader/slang/slang_assemble_assignment.c
2005-05-25 Michal Krolmore slang code
2005-05-25 Michal Krolncrease stack size
2005-05-25 Michal Krolupdate grammar_mesa.c path
2005-05-25 Michal Krolmoved from mesa/shader to mesa/shader/grammar
2005-05-25 Michal Krolremove the GLSL spec wording;
2005-05-25 Michal Kroladd mesa/shader/grammar to include list
2005-05-25 Michal Krolstand-alone vertsions of grammar_mesa - used by utilities;
2005-05-25 Keith WhitwellProvide initial values for some variables.
2005-05-25 Keith Whitwelladd special case for flat shaded + separate specular...
2005-05-25 Michal Krolchange the behaviour of enter and local_addr instructions
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-25 Ian RomanickCommit the changes propagated from Jeremy Kolb's change...
2005-05-24 Ian RomanickOnly use x86 / SSE assembly when USE_X86_ASM / USE_SSE_...
2005-05-24 Karl SchultzCleanup some Windows junk.
2005-05-24 Karl Schultzproject file for glut library
2005-05-24 Karl Schultzfix location of gears project
2005-05-24 Karl Schultzproject file to build gears
2005-05-24 Karl SchultzVisual Studio 6 project file to build GLUT and some...
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-24 Karl Schultzmoved to windows build dir
2005-05-24 Karl SchultzMajor code cleanup and begin using new render buffer...
2005-05-24 Karl SchultzChange prototype for TextureMemCpy to return void*...
2005-05-24 Karl SchultzVisual Studio 6 project file for OSmesa library.
2005-05-24 Karl SchultzVisual Studio 6 project file for core Mesa.
2005-05-24 Karl SchultzNeeded to build .cc files in Visual Studio 6.
2005-05-24 Karl SchultzVisual Studio 6 project file for GLU library.
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...
next