summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/glide/fxdd.c
Commit message (Expand)AuthorAgeFilesLines
* added GL_EXT_stencil_two_side (yes, it works)Daniel Borca2004-12-211-0/+1
* comment reorg.Daniel Borca2004-12-201-30/+42
* small fix for debug pathsDaniel Borca2004-12-061-1/+3
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-2/+10
* fix _mesa_image_address2d invocationDaniel Borca2004-11-151-1/+1
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-38/+30
* added support for GL_ARB_draw_buffersBrian Paul2004-10-021-2/+2
* stencil wrap works, either HW or SW (Ian Romanick)Daniel Borca2004-09-271-4/+1
* cleanup and bugfixes for fxDDClear()Daniel Borca2004-09-131-75/+36
* hide GL_ARB_texture_compression from non-VSA cardsDaniel Borca2004-08-201-23/+16
* why is GL_ARB_texture_env_combine different from EXT?Daniel Borca2004-08-191-0/+1
* fixed pixel drawing routines, some cleanupDaniel Borca2004-08-161-8/+142
* Rush is back on ZBUFFERDaniel Borca2004-07-261-49/+354
* fixed pixelpiped DrawBitmap / DrawPixels (clipping was upside-down)Daniel Borca2004-07-231-31/+28
* GL_EXT_texture_env_add shouldn't be conditioned by multitex, or should it?Daniel Borca2004-07-201-1/+1
* trying vertex_program...Daniel Borca2004-07-191-1/+4
* minor correctionsDaniel Borca2004-07-161-16/+35
* added GL_ARB_point_sprite.Daniel Borca2004-07-051-11/+13
* added GL_EXT_fog_coord.Daniel Borca2004-07-021-5/+16
* hack for compressed textures with aspectratio greater than 8:1Daniel Borca2004-06-241-1/+0
* Hack for linear fogging. Added empty routines for WGL_ARB_pixel_format WGL_AR...Daniel Borca2004-06-191-4/+1
* reworked FXT1Daniel Borca2004-05-311-1/+1
* added GL_NV_blend_squareDaniel Borca2004-05-191-0/+1
* added some core-level extensionsDaniel Borca2004-05-181-0/+2
* minor fixesDaniel Borca2004-05-121-7/+1
* fixed bugs in fxddtex.cDaniel Borca2004-05-101-15/+9
* FXT1 preparationsDaniel Borca2004-04-291-1/+0
* code cleanup hehehDaniel Borca2004-03-291-1/+1
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-3/+4
* fxMesa: remove buffer_obj_ext, cos it breaks UT2004Daniel Borca2004-03-091-1/+2
* Voodoo Rush fixesDaniel Borca2004-03-081-2/+12
* _tnl_allow_*_fog(...)Daniel Borca2004-03-031-0/+2
* cleanup and some WGL PIXELFORMAT issuesDaniel Borca2004-02-161-4/+8
* deal with combine_ext refactorDaniel Borca2004-02-091-1/+5
* GL_TEXTURE_1D and other stories...Daniel Borca2004-01-291-9/+26
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-4/+4
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-2/+2
* accomodate FetchTexel and fix some memory leak bugsDaniel Borca2004-01-261-1/+0
* accomodated new driver_func initializationDaniel Borca2004-01-231-22/+5
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-1/+0
* fixed a bug in texture memory manager when in UMA modeDaniel Borca2004-01-141-1/+3
* added support for textures bigger than HW can support (SW rescaling)Daniel Borca2004-01-131-2/+13
* EXT_secondary_color and EXT_separate_specular via multipassDaniel Borca2003-12-151-0/+6
* got rid of __FUNCTION__ :(Daniel Borca2003-12-101-31/+34
* Import vtx-0-2-branchKeith Whitwell2003-11-241-1/+1
* more texture compressionDaniel Borca2003-11-211-1/+1
* doc updates; GLUT timer additions; fixed compilation warningsDaniel Borca2003-11-181-17/+13
* vanilla extensions disabledDaniel Borca2003-11-131-3/+2
* dirty hack to advertise vanilla extension namesDaniel Borca2003-11-121-0/+23
* Voodoo2 happinessDaniel Borca2003-11-031-104/+34