summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx
AgeCommit message (Expand)Author
2008-05-26Remove CVS keywords.José Fonseca
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-04-16remove _tnl_arb_vertex_program_stageBrian
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2007-02-23Update DRI drivers for new glsl compiler.Brian
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell
2006-11-14Enable GLX_SGI_make_current_read for tdfx.Ian Romanick
2006-11-13Clean-up compiler warnings.Ian Romanick
2006-11-13Implement GL_ARB_occlusion_query.Ian Romanick
2006-11-13tdfxDDWriteDepthPixels can be called with mask == NULL.Ian Romanick
2006-11-13Major clean-up of tdfxDDGetString.Ian Romanick
2006-11-13Eliminate use of deprecated GetBufferSize interface.Ian Romanick
2006-11-13Fix "3D driver claims to not support visual ..." warnings.Ian Romanick
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-11-01fix _mesa_select_tex_image() callsBrian Paul
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul
2006-10-14build fix: s/Table/TableUB/Brian Paul
2006-10-13Revamp color table code.Brian Paul
2006-09-29Move mipmap generation functions, texture scaling functions into newBrian Paul
2006-08-25include texobj.h to silence warningBrian Paul
2006-08-23Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul
2006-08-16change tex memory allocation calls (debian bug 383209)Brian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-05-08Fix a number of texture compression issues.Brian Paul
2006-05-08updates to dri drivers for recent stencil changesKeith Whitwell
2006-04-03Bug #5754: Allocate texture memory correctly. (Richard Drummond)Adam Jackson
2006-04-02Coverity #650: Fix a memory leak when near OOM.Adam Jackson
2005-10-05s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-09add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-04Use InitPointers helperBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-25remove stray references to ctx->Depth.OcclusionTestBrian Paul
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul