summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Collapse)Author
2004-03-30Add #ifdef protection around the file to prevent DRI build breakage.Ian Romanick
2004-03-29fix array indexing for UP4B and UP4UBBrian Paul
2004-03-29Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.Keith Whitwell
2004-03-29Take a stab at updating the VMS files.Brian Paul
2004-03-29fix the buildBrian Paul
2004-03-29new filesKeith Whitwell
2004-03-29Moved from src/mesa/mainMichal Krol
2004-03-29First round of codegen for t_vtx_api.c -- ie the Begin/Vertex/End code.Keith Whitwell
Enable with env var: MESA_CODEGEN=t.
2004-03-29This wont be needed any moreMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogram_syn.hMichal Krol
2004-03-29Moved to src/mesa/shader and renamed to arbprogparse.[ch]Michal Krol
2004-03-29Moved to src/mesa/shaderMichal Krol
2004-03-29code cleanup hehehDaniel Borca
2004-03-27Forgot to set SAVAGE_NEW_CULL in savageDDEnable_s3d.Felix Kuehling
2004-03-26fix some warningsBrian Paul
2004-03-26Enable drawing directly to the (now tiled) front buffer.Felix Kuehling
2004-03-26Don't use pushd/popd.Brian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26increase MAX_TEXTURE_LOD_BIAS to 11.0Brian Paul
2004-03-26added OSMESA_DRIVER_OBJECTS and COMMON_DRIVER_OBJECTSBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-26Make sure drivers don't dereference a NULL pointer ifIan Romanick
__driUtilCreateNewScreen returns NULL.
2004-03-25re-order arguments to mklibBrian Paul
2004-03-25Recalculate the viewport matrix in savageEmitDrawingRectangle.Felix Kuehling
2004-03-25The OpenGL Shading Language Runtime Library for Legacy Target.Michal Krol
Sounds good :)
2004-03-25small changes (version string)Daniel Borca
2004-03-25More state management changes:Felix Kuehling
- 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.
2004-03-24Make sure hardware culling is disabled for unfilled primitives,Felix Kuehling
points and lines.
2004-03-24use Driver.WriteMonoRGBAPixels() when possible (Dan Schikore)Brian Paul
2004-03-24Missing in last commit.Felix Kuehling
2004-03-24Buffer vertices and emit them in batches. Still using conventional drawingFelix Kuehling
commands, no vertex DMA.
2004-03-24Slang internal include file defining constructors and operatorsMichal Krol
for built-in data types.
2004-03-23 Committing in .Jouk Jansen
Adding s_auxbuffer.c for compilation Modified Files: Mesa/src/mesa/swrast/descrip.mms ----------------------------------------------------------------------
2004-03-22added s_auxbuffer.cBrian Paul
2004-03-21more i810 to new interfaceDave Airlie
2004-03-21ctx->Const.MaxTextureLevels is not the highest mipmap level but the numberFelix Kuehling
> of levels, including 0.
2004-03-21Improved MaxTextureLevel computation to take the nr. of tex units and bothFelix Kuehling
texture heaps into account.
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc.
2004-03-21fix array index error in _swsetup_Translate (Felix)Brian Paul
2004-03-21Removed some useless definitions, artifacts from the Utah-GLX i810 driver.Felix Kuehling
2004-03-21Add new interface support don't switch on yet ..Dave Airlie
2004-03-21unsigned int -> uint32_t, unsigned char -> uint8_t where the size matters.Felix Kuehling
A bit more cosmetics. Improved state emit on Savage 3D/IX/MX.
2004-03-20Fixed texture LOD bias.Felix Kuehling
2004-03-20Fixed MAXFIFO_S4. Removed WAIT_IDLE_EMPTY from savage_BCI_swap which resultedFelix Kuehling
in another small speedup. Fixed a problem that was masked by that WAIT_IDLE_EMPTY: - flush command buffer and WAIT_IDLE_EMPTY before uploading textures
2004-03-20Cleaned up and fixed stencil fallback.Felix Kuehling
2004-03-20minor clean-upsBrian Paul
2004-03-20make null-terminated copy of program string so that parse works correctlyBrian Paul
2004-03-19add missing else statementsBrian Paul
2004-03-19Add includes to make mach64 buildDave Airlie
2004-03-18remove redundant call to ctx->Driver.Viewport(), and clean-upsBrian Paul