profile/ivi/mesa.git
2005-01-24 Ian RomanickMake sure that functions added to gl_API.xml that do...
2005-01-24 Aapo Tahkolaborder_color causes lockups with vertex buffers. Disabl...
2005-01-24 Vladimir DergachevRemove lots of old code that dealed with "magic" textur...
2005-01-24 Brian Paulreenable some assertions
2005-01-24 Felix KuehlingConverted the Savage texture management to use Ian...
2005-01-24 Brian PaulAdded _mesa_HashNextEntry() function to allow walking...
2005-01-23 Dave Airliereapply Keiths workaround for zbs emit that got dropped...
2005-01-23 Nicolai HaehnleRemove unused variables from r300_context
2005-01-23 Nicolai HaehnleFix more warnings and compilation issues.
2005-01-23 Nicolai HaehnleSynchronize r300_reg.h.
2005-01-23 Dave Airlieadd sync debugging to the radeon driver
2005-01-23 Adam JacksonHAVE_ALIAS was never defined anywhere, add some logic...
2005-01-23 Adam Jacksonsilence makedepend warnings about non-portable whitespace
2005-01-23 Felix KuehlingFixed initialization of draw destination to front buffe...
2005-01-23 Felix KuehlingMy last attempt to fix polygon offsets with the reverse...
2005-01-22 Keith WhitwellDetermine ahead of time whether a display list will...
2005-01-22 Vladimir DergachevProperly configure routing - based on advice by Keith...
2005-01-22 Felix KuehlingFixed polygon offset with reversed viewport depth range.
2005-01-21 Vladimir DergachevProperly input stencil info contributed by Wladimir.
2005-01-21 Brian Paulfix glGetString funniness
2005-01-21 Michal Kroladd getstring.c; remove arb*.h nv*.h stuff
2005-01-21 Michal Kroladd slang/traverse_wrap.h
2005-01-21 Michal KrolHandy TIntermTraverser class wrapper
2005-01-21 Alan Hourihanesilence the 'using AGP/PCI' string unless VIA_DEBUG...
2005-01-21 Felix KuehlingSmall cleanup:
2005-01-20 Felix Kuehling* Added options for disabling the fast path (render...
2005-01-20 Brian Paulglext.h version 26
2005-01-20 Felix KuehlingAdded support for ELTS to the _savage_render_stage...
2005-01-20 Alan HourihaneEnclose passed macro values in brackets to ensure corre...
2005-01-20 Brian Pauldocument new glDeleteTextures/Buffers/Programs behaviour
2005-01-20 Brian PaulUpdate glDeletePrograms/Buffers() so that the ID is...
2005-01-20 Brian PaulUse a simple CSS style sheet.
2005-01-19 Brian PaulRemoved gl_texture_object's DeletePending. Changed...
2005-01-19 Brian Pauladded texobjshare.c
2005-01-19 Brian Paultest program for texture sharing, deleting, etc
2005-01-19 Brian PaulChange behaviour of glDeleteTextures as discussed on...
2005-01-19 Brian Paulmake sure the new instruction Data pointer is set to...
2005-01-19 Brian Paulfix a typo
2005-01-19 Brian Paulminor formatting fix
2005-01-19 Keith WhitwellBring the texcombine fixes to the trunk.
2005-01-19 Keith WhitwellAlways use ARGB8888 hardware texture format when mesa...
2005-01-19 Keith WhitwellRemove depend on make clean
2005-01-19 Keith WhitwellDepend tweaks
2005-01-19 Daniel Borcamake sure we avoid assertion failure wrt VB->ColorPtr...
2005-01-19 Daniel BorcaglVertex* is the provoking "cmd" (that is, by the time...
2005-01-19 Daniel BorcaThere is no point trying to detect SSE at all, when...
2005-01-18 Brian Paulminor reorg of shader files, disable building for now
2005-01-18 Alan Hourihaneremove some debug
2005-01-18 Alan HourihaneFix tristrips (which fixes coloredTexPerf2 & coloredLit...
2005-01-18 Michal Krolremove #ifndef linux, it isnt defined on Linux, where...
2005-01-18 Michal Krolcomment out _THROW calls, dont want to compile under...
2005-01-18 Michal Kroladd shader/slang/slang_mesa.cpp
2005-01-18 Michal Krolchange .cc suffix to .cpp
2005-01-18 Michal Kroladd slang preprocessor C sources; add slang include...
2005-01-18 Michal Krolfix // comments
2005-01-18 Michal Krolfix MAX_VERTEX_ATTRIBS_ARB query
2005-01-18 Keith WhitwellFix calculation of last_count in _tnl_wrap_buffers()
2005-01-17 Brian Pauladded rule for compiling C++ sources
2005-01-17 Michal Kroladd slang/ directory tree
2005-01-17 Brian Pauluse FABSF(fogCoord) to fix fog calculation problem...
2005-01-17 Brian Paulfix some weirdness accidentally checked in in the past
2005-01-17 Michal Krol2005-oct-19 3dlabs slang compiler, tweaked a little bit
2005-01-17 Michal Krolslang to mesa compatibility, tested only under Windows
2005-01-17 Michal Kroladd 3dlabs_shhandle interface
2005-01-17 Michal Kroladd [.slang] to INCDIR, fix comma in OBJECTS
2005-01-17 Michal Kroladd src/mesa/shader/slang to INCLUDE_DIRS
2005-01-17 Daniel Borcacleaned up warnings
2005-01-17 Daniel Borcaallow more internalFormat/format combinations (i hope...
2005-01-17 Daniel Borcafix compilation error for fx/Mesa
2005-01-17 Daniel Borcasince we've already messed up this one, let we do it...
2005-01-17 Daniel Borcaremove trailing slash from TOP definition
2005-01-17 Brian Paulsilence warning
2005-01-17 Brian Paulclean up gl2 structs
2005-01-17 Brian Paulsilence a bunch of warnings
2005-01-17 Brian Paulfix a few warnings
2005-01-16 Brian Pauladded getstring.c
2005-01-16 Brian Pauladded a few OpenGL 2.0 tokens (temporary)
2005-01-16 Brian Paul_mesa_GetInteger/Float/Boolean/Doublev() are now genera...
2005-01-16 Brian Paulmake tnl_clipspace_attr->insert field const, to silence...
2005-01-16 Aapo TahkolaThis fixes it but why mipmaps still work?
2005-01-16 Aapo TahkolaI was wrong...
2005-01-16 Aapo TahkolaLooks like masking masking t->filter isnt needed anymore.
2005-01-16 Felix KuehlingAdded a fast path for emitting unclipped primitives...
2005-01-15 Vladimir DergachevOn the way to getting stencil working.
2005-01-15 Vladimir DergachevOn the way to getting stencil and texture formats working.
2005-01-15 Felix KuehlingConverted to use spantmp2.h.
2005-01-15 Felix KuehlingUse HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimi...
2005-01-15 Vladimir DergachevUse symbolic constants to describe pixel shader ALU...
2005-01-14 Aapo TahkolaAdded fixes for filter modes and support for anisotropy...
2005-01-14 Alan HourihaneEnable line stippling.
2005-01-14 Keith WhitwellFix previously un-noticed issue with flat-shaded points.
2005-01-14 Alan Hourihanesilence a warning
2005-01-14 Alan HourihaneGet PolygonStipple working.. (or seemingly too). It...
2005-01-14 Alan Hourihane16bpp doesn't support masked clears, so fallback when...
2005-01-14 Keith WhitwellPopulate WriteMonoDepthSpan in 24/8 modes.
2005-01-14 Daniel Borcachanged coding style. made `glutTimerFunc' less accura...
2005-01-14 Daniel Borcachanged coding style. added possibility to use default...
2005-01-14 Daniel Borcachanged coding style. added a NULL pointer check.
2005-01-14 Daniel Borcachanged coding style
2005-01-14 Daniel Borcadoc update
next