mesa.git
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:
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 Whitwellnew MESA_DEBUG option: disassem
2005-05-12 Keith WhitwellRein in debug slightly
2005-05-12 Keith WhitwellTurn disassem off (oops).
2005-05-12 Keith WhitwellAdd check for mask == NULL to the one routine missing it.
2005-05-12 Keith WhitwellWhen lighting is enabled, but no lights are enabled...
2005-05-12 Ben Skeggsfix warnings in r300_texstate.c (Jeff Smith)
2005-05-11 Karl SchultzThe "P" suffix on APIENTRY and GLAPIENTRY is to be...
2005-05-11 Aapo TahkolaVBOs.
2005-05-11 Keith WhitwellDon't let FragmentProgram._Active influence choice...
2005-05-11 Keith WhitwellPreviously in TXP and TEX instructions, lambda was...
2005-05-11 Keith WhitwellUse _mesa_memset rather than memset
2005-05-11 Keith WhitwellDon't let FragmentProgram._Active influence choice...
2005-05-11 Keith WhitwellTest for texcoord[3] == zero before dividing. Not...
2005-05-11 Keith WhitwellFix glean/conform problems. Don't generate so much...
2005-05-11 Keith WhitwellFix valgrind complaint, conform vertex order test.
2005-05-11 Keith WhitwellRename temp_flag to temp_in_use. Use ctx->Const.MaxVer...
2005-05-11 Keith WhitwellFix logic for allocating texture temporaries (Ben Skeggs).
2005-05-11 Adam Jacksonint -> size_t to fix compile on LP64.
2005-05-10 Keith WhitwellEnsure programs don't overflow allocated instruction...
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith Whitwellfix some valgrind complaints
2005-05-10 Keith WhitwellImproved detection of program changes.
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith WhitwellFix some valgrind complaints
2005-05-10 Keith WhitwellDouble-buffer generated instructions and only notify...
2005-05-10 Keith Whitwellreduce the use of malloc and strdup for parameter lists
2005-05-10 Keith Whitwelldon't be fooled into emitting padding for wpos when...
2005-05-10 Keith WhitwellMissing from previous commit
2005-05-10 Keith WhitwellUpdate for FragmentProgram._Active
2005-05-10 Keith WhitwellBetter driver notification on changes.
2005-05-10 Keith Whitwellget fog working with _TexEnvProgram
2005-05-10 Keith WhitwellTemporary fix - delete and recreate texenvprogram so...
2005-05-10 Jouk Jansen Committing in .
2005-05-10 Keith WhitwellFix texenv segfault. Reported by Ben Skeggs.
2005-05-10 Keith WhitwellTry not to use the same temp reg as a TXP destination...
2005-05-09 Daniel Borcapathetic attempt to accomodate new frambuffer changes...
2005-05-09 Daniel Borcaaccomodate new frambuffer changes
2005-05-09 Daniel Borcafix some typos in FX code
2005-05-09 Keith Whitwelli915 will use _TexEnvProgram (if active)
2005-05-09 Keith WhitwellUse driver functions to create TexEnvProgram, TnlProgram
2005-05-09 Keith Whitwellcheck for null DrawBuffer values
2005-05-09 Keith WhitwellFallback (rather than fail) on unknown program targets.
2005-05-08 Jon Smirldri fb works using renderbuffers now in RGBA mode
2005-05-07 Jon Smirlfbdri can draw double buffered now. Next step is to...
2005-05-07 Brian Paulremove some dead code
2005-05-07 Brian Paulx86_64 stuff
next