summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx
Commit message (Expand)AuthorAgeFilesLines
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-9/+11
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-5/+5
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-53/+33
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-2/+1
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Replace Proxy1D/2D/etc with ProxyTex[] indexed by TEXTURE_x_INDEX.Brian2007-08-161-1/+1
* Remove ctx->Point._Size and ctx->Line._Width.Brian2007-07-211-1/+1
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-8/+8
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-6/+0
* Merge branch 'origin' into glsl-compiler-1Brian2007-03-091-1/+1
|\
| * Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* | Update DRI drivers for new glsl compiler.Brian2007-02-231-8/+8
|/
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-169-109/+150
|\
| * Enable GLX_SGI_make_current_read for tdfx.Ian Romanick2006-11-146-30/+64
| * Clean-up compiler warnings.Ian Romanick2006-11-132-2/+5
| * Implement GL_ARB_occlusion_query.Ian Romanick2006-11-132-1/+55
| * tdfxDDWriteDepthPixels can be called with mask == NULL.Ian Romanick2006-11-131-2/+2
| * Major clean-up of tdfxDDGetString.Ian Romanick2006-11-131-43/+16
| * Eliminate use of deprecated GetBufferSize interface.Ian Romanick2006-11-132-38/+15
| * Fix "3D driver claims to not support visual ..." warnings.Ian Romanick2006-11-131-1/+1
| * Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-4/+2
| * fix _mesa_select_tex_image() callsBrian Paul2006-11-011-4/+2
* | merge current trunk into vbo branchAlan Hourihane2006-11-022-8/+4
* | switch remaining drivers over to vboKeith Whitwell2006-10-312-5/+5
|/
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-5/+4
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-12/+1
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* build fix: s/Table/TableUB/Brian Paul2006-10-141-1/+1
* Revamp color table code.Brian Paul2006-10-131-3/+1
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1
* include texobj.h to silence warningBrian Paul2006-08-251-0/+1
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-232-7/+8
* change tex memory allocation calls (debian bug 383209)Brian Paul2006-08-161-2/+1
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-18/+20
* Fix a number of texture compression issues.Brian Paul2006-05-081-17/+21
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-082-17/+17
* Bug #5754: Allocate texture memory correctly. (Richard Drummond)Adam Jackson2006-04-031-3/+4
* Coverity #650: Fix a memory leak when near OOM.Adam Jackson2006-04-021-0/+1
* s/IntFormat/InternalFormat/ and s/Format/_BaseFormat/ for gl_color_table.Brian Paul2005-10-051-2/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-052-28/+28
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+3
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-19/+15
* Use InitPointers helperBrian Paul2005-09-041-21/+3
* SetBuffer, renderbuffer changesBrian Paul2005-09-032-28/+4
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-251-1/+0
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-252-96/+0
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-152-2/+6