summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mach64
Commit message (Expand)AuthorAgeFilesLines
* s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian2007-04-241-1/+1
* merge from masterBrian2007-03-211-0/+2
|\
| * enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* | 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-10/+10
|/
* Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell2007-01-169-772/+318
|\
| * Bug 7260: mach64 texture memory mng cleanupGeorge Sapountzis2006-12-128-765/+305
| * Bug 7861: mach64 with render acceleration should restore texture stateGeorge Sapountzis2006-12-121-0/+3
| * Bug 7790: Polygons incorrectly clipped by mach64 driverGeorge Sapountzis2006-12-121-7/+10
| * Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* | merge current trunk into vbo branchAlan Hourihane2006-11-021-3/+2
* | 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-7/+14
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-15/+0
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling2006-10-024-23/+27
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-2/+2
* Bump driver dates for the crasher fixes yesterday.Eric Anholt2005-10-201-1/+1
* Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt2005-10-192-1/+12
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-4/+4
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+2
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-4/+0
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-8/+19
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+4
* SetBuffer, renderbuffer changesBrian Paul2005-09-033-90/+19
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4
* Fix a == vs !- typo for glx_enable_extensionJon Smirl2005-07-291-1/+1
* glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick2005-07-281-10/+8
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+11
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-38/+17
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-011-54/+0
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-21/+4
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-7/+10
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-0/+2
* Move fallback debugging under MACH64_DEBUG=fall (matching other drivers) andEric Anholt2005-05-313-10/+39
* Pull locking out from HW_LOCK/UNLOCK into SpanRenderStart/Finish. Provides aEric Anholt2005-05-301-6/+18
* Fix software fallbacks by being safe with macro arguments in READ/WRITE_DEPTH.Eric Anholt2005-05-301-63/+18
* Add the no_rast debug option to mach64. It shows that software fallbacks areEric Anholt2005-05-304-6/+11
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-048-23/+138
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-319-27/+0
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-2/+2
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-5/+3
* added support for GL_ARB_draw_buffersBrian Paul2004-10-022-2/+2