summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved to src/mesa/shader and renamed to arbprogram_syn.hMichal Krol2004-03-291-1267/+0
|
* Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol2004-03-292-6140/+0
|
* Moved to src/mesa/shaderMichal Krol2004-03-296-1380/+0
|
* code cleanup hehehDaniel Borca2004-03-299-115/+119
|
* Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling2004-03-271-0/+1
|
* minor fixesBrian Paul2004-03-265-14/+9
|
* added GLW_SOURCES for IRIXBrian Paul2004-03-266-1/+12
|
* fix some warningsBrian Paul2004-03-263-7/+9
|
* tweaks to APP_LIB_DEPS (Dan Schikore)Brian Paul2004-03-261-79/+29
|
* Enable drawing directly to the (now tiled) front buffer.Felix Kuehling2004-03-262-21/+8
|
* added .SUFFIXES : .cc lineBrian Paul2004-03-261-0/+2
|
* don't try to make GLwMDrawA.c by default since it needs MotifBrian Paul2004-03-261-2/+2
|
* Don't use pushd/popd.Brian Paul2004-03-266-36/+12
|
* new MakefileBrian Paul2004-03-261-0/+113
|
* Tweaks for make clean / realclean.Brian Paul2004-03-267-15/+9
|
* increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul2004-03-261-2/+2
|
* clamp BiasMin, BiasMax to reasonable valuesBrian Paul2004-03-261-0/+8
|
* obsoleteBrian Paul2004-03-262-191/+0
|
* added glw to SRC_DIRSBrian Paul2004-03-261-1/+1
|
* added _DEPS lines to specify -L/usr/X11R6/libBrian Paul2004-03-261-0/+7
|
* added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTSBrian Paul2004-03-261-0/+4
|
* omit CVS from configs listBrian Paul2004-03-261-1/+1
|
* updated Makefile infoBrian Paul2004-03-261-29/+38
|
* Mesa installation scriptBrian Paul2004-03-261-0/+57
|
* New Makefile systemBrian Paul2004-03-2631-1/+2991
|
* new system configurationsBrian Paul2004-03-2651-0/+1147
|
* tweaks for 64-bit linux configs (Dan Schikore)Brian Paul2004-03-261-6/+6
|
* check for GLX 1.3 during initBrian Paul2004-03-261-2/+10
|
* Make sure drivers don't dereference a NULL pointer ifIan Romanick2004-03-265-48/+48
| | | | __driUtilCreateNewScreen returns NULL.
* merge changes from 6.0.1 branchBrian Paul2004-03-251-16/+53
|
* more Darwin tweaksBrian Paul2004-03-251-1/+6
|
* re-order arguments to mklibBrian Paul2004-03-254-10/+9
|
* Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling2004-03-251-0/+1
|
* silence warningsBrian Paul2004-03-251-3/+3
|
* The OpenGL Shading Language Runtime Library for Legacy Target.Michal Krol2004-03-253-0/+1916
| | | | Sounds good :)
* small changes (version string)Daniel Borca2004-03-252-8/+9
|
* added linux-x86-opteron (bug 922735)Brian Paul2004-03-252-2/+21
|
* update my email addressBrian Paul2004-03-2511-15/+15
|
* More state management changes:Felix Kuehling2004-03-254-27/+21
| | | | | | | - Don't lock in savageDDUpdateStatte, don't call savageEmitHwStateLocked - Need to grab the lock for texture uploads now - New SAVAGE_NEW_CULL bit in new_state to make sure that culling state and raster_primitive are not examined at the wrong times.
* Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling2004-03-243-15/+29
| | | | points and lines.
* use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore)Brian Paul2004-03-241-11/+29
|
* Missing in last commit.Felix Kuehling2004-03-241-0/+4
|
* Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling2004-03-247-148/+233
| | | | commands, no vertex DMA.
* rename class to c_class if using C++ (bug 922294)Brian Paul2004-03-242-7/+23
|
* Slang internal include file defining constructors and operatorsMichal Krol2004-03-241-0/+1654
| | | | for built-in data types.
* tweaks to Darwin codeBrian Paul2004-03-231-8/+2
|
* additional updates from Dan SchikoreBrian Paul2004-03-231-28/+32
|
* Committing in .Jouk Jansen2004-03-231-3/+5
| | | | | | | | Adding s_auxbuffer.c for compilation Modified Files: Mesa/src/mesa/swrast/descrip.mms ----------------------------------------------------------------------
* new DRI interface headerBrian Paul2004-03-221-0/+499
|
* added some code to test buffer deletionBrian Paul2004-03-221-0/+27
|