summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2005-01-23silence makedepend warnings about non-portable whitespaceAdam Jackson
2005-01-23Fixed initialization of draw destination to front buffer on singleFelix Kuehling
2005-01-23My last attempt to fix polygon offsets with the reversed viewport depthFelix Kuehling
2005-01-22Determine ahead of time whether a display list will include verticesKeith Whitwell
2005-01-22Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev
2005-01-22Fixed polygon offset with reversed viewport depth range.Felix Kuehling
2005-01-21Properly input stencil info contributed by Wladimir.Vladimir Dergachev
2005-01-21add getstring.c; remove arb*.h nv*.h stuffMichal Krol
2005-01-21add slang/traverse_wrap.hMichal Krol
2005-01-21Handy TIntermTraverser class wrapperMichal Krol
2005-01-21silence the 'using AGP/PCI' string unless VIA_DEBUG is used.Alan Hourihane
2005-01-21Small cleanup:Felix Kuehling
2005-01-20* Added options for disabling the fast path (render stage) and vertex DMAFelix Kuehling
2005-01-20Added support for ELTS to the _savage_render_stage. Requires at leastFelix Kuehling
2005-01-20Enclose passed macro values in brackets to ensure correct read/write spanAlan Hourihane
2005-01-20Update glDeletePrograms/Buffers() so that the ID is freed immediately, likeBrian Paul
2005-01-19Removed gl_texture_object's DeletePending. Changed a comment.Brian Paul
2005-01-19Change behaviour of glDeleteTextures as discussed on ARB list.Brian Paul
2005-01-19make sure the new instruction Data pointer is set to NULLBrian Paul
2005-01-19fix a typoBrian Paul
2005-01-19minor formatting fixBrian Paul
2005-01-19Bring the texcombine fixes to the trunk.Keith Whitwell
2005-01-19Always use ARGB8888 hardware texture format when mesa specifiesKeith Whitwell
2005-01-19make sure we avoid assertion failure wrt VB->ColorPtr[1]->strideDaniel Borca
2005-01-19There is no point trying to detect SSE at all, when MESA_NO_SSE is defined. ...Daniel Borca
2005-01-18minor reorg of shader files, disable building for nowBrian Paul
2005-01-18remove some debugAlan Hourihane
2005-01-18Fix tristrips (which fixes coloredTexPerf2 & coloredLitPerf2 glean tests)Alan Hourihane
2005-01-18remove #ifndef linux, it isnt defined on Linux, where should I define it?Michal Krol
2005-01-18comment out _THROW calls, dont want to compile under LinuxMichal Krol
2005-01-18add shader/slang/slang_mesa.cppMichal Krol
2005-01-18change .cc suffix to .cppMichal Krol
2005-01-18add slang preprocessor C sources; add slang include directoriesMichal Krol
2005-01-18fix // commentsMichal Krol
2005-01-18fix MAX_VERTEX_ATTRIBS_ARB queryMichal Krol
2005-01-18Fix calculation of last_count in _tnl_wrap_buffers()Keith Whitwell
2005-01-17added rule for compiling C++ sourcesBrian Paul
2005-01-17add slang/ directory treeMichal Krol
2005-01-17use FABSF(fogCoord) to fix fog calculation problem (Soju Matsumoto)Brian Paul
2005-01-172005-oct-19 3dlabs slang compiler, tweaked a little bitMichal Krol
2005-01-17slang to mesa compatibility, tested only under WindowsMichal Krol
2005-01-17add 3dlabs_shhandle interfaceMichal Krol
2005-01-17add [.slang] to INCDIR, fix comma in OBJECTSMichal Krol
2005-01-17add src/mesa/shader/slang to INCLUDE_DIRSMichal Krol
2005-01-17cleaned up warningsDaniel Borca
2005-01-17allow more internalFormat/format combinations (i hope i got it right)Daniel Borca
2005-01-17fix compilation error for fx/MesaDaniel Borca
2005-01-17silence warningBrian Paul
2005-01-17clean up gl2 structsBrian Paul
2005-01-17silence a bunch of warningsBrian Paul