summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide
AgeCommit message (Expand)Author
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-25Use the _mesa_HashNextEntry() function to walk over all textures in theBrian Paul
2005-01-19make sure we avoid assertion failure wrt VB->ColorPtr[1]->strideDaniel Borca
2005-01-17cleaned up warningsDaniel Borca
2005-01-12some "safer" type-punning (gcc optimizes float moves with integer moves, anyw...Daniel Borca
2005-01-06semantic in parameter names. changed emitter function.Daniel Borca
2005-01-06semantic in parameter namesDaniel Borca
2004-12-21added GL_EXT_stencil_two_side (yes, it works)Daniel Borca
2004-12-20put back clipmask code; it proved to be a MinGW/gcc 3.3.x error in t_vb_clipt...Daniel Borca
2004-12-20use float constants.Daniel Borca
2004-12-20removed ifdef'ed out code (to whom it may concern: it can be found in dri/tdf...Daniel Borca
2004-12-20removed detritus (ncc).Daniel Borca
2004-12-20comment reorg.Daniel Borca
2004-12-20made some functions static.Daniel Borca
2004-12-20comment reorg.Daniel Borca
2004-12-20allow greater swappendingcount for older hw (v1/v2)Daniel Borca
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-12-13disabled ClipMask usage in vb emitter (clipping bugs?)Daniel Borca
2004-12-06small fix for debug pathsDaniel Borca
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-15moved windoze specific code outside drivers/glide/Daniel Borca
2004-11-15fix _mesa_image_address2d invocationDaniel Borca
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-20fixed compilation errorsDaniel Borca
2004-10-12avoid the patch if Mesa_DXTn flag is setDaniel Borca
2004-10-05put Rush in the list of supported HWDaniel Borca
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-27stencil wrap works, either HW or SW (Ian Romanick)Daniel Borca
2004-09-24added (back!) option to use non-packedcolorDaniel Borca
2004-09-20clamp size of wide pointsDaniel Borca
2004-09-13cleanup and bugfixes for fxDDClear()Daniel Borca
2004-09-13cleanup and some changes towards GL_ARB_point_sprite (two-zero)Daniel Borca
2004-09-13cleanupDaniel Borca
2004-09-03make sure the HW is clean before shooting the pipelineDaniel Borca
2004-08-31newer Glide3x snaps vertices internally for V1/VR/VBDaniel Borca
2004-08-20hide GL_ARB_texture_compression from non-VSA cardsDaniel Borca
2004-08-19why is GL_ARB_texture_env_combine different from EXT?Daniel Borca
2004-08-19"const int _nc" was really stupid...Daniel Borca
2004-08-19cleanupDaniel Borca
2004-08-19silence compiler warningsDaniel Borca
2004-08-16cleanupDaniel Borca
2004-08-16fixed texture fetchers, fixed automatic mipmap generation, some cleanupDaniel Borca
2004-08-16fixed pixel drawing routines, some cleanupDaniel Borca
2004-08-16disabled stereo checking in wglChoosePixelFormatDaniel Borca
2004-07-26disable W1 when single-texturingDaniel Borca
2004-07-26Rush is back on ZBUFFERDaniel Borca
2004-07-23fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down)Daniel Borca
2004-07-21partial GL_BLEND for Voodoo1Daniel Borca
2004-07-20GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it?Daniel Borca
2004-07-19trying vertex_program...Daniel Borca