mesa.git
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...
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()
next