summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/mach64
AgeCommit message (Expand)AuthorFilesLines
2009-01-11build fix on big endian OpenBSD architectures.Matthieu Herrb1-0/+6
2008-09-21Remove CVS keywords.Keith Whitwell27-27/+27
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell1-2/+2
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul13-48/+49
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao1-0/+2
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul3-9/+9
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-114/+51
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-4/+5
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg1-1/+0
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2-8/+10
2007-10-30More vblank cleanups.Michel Dänzer2-7/+9
2007-10-29Refactor and fix core vblank supportJesse Barnes5-8/+7
2007-10-11Move media stream counter entry points to new extension.Kristian Høgsberg2-9/+4
2007-10-11Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2-3/+2
2007-10-10Move swap_interval to new extension mechanism.Kristian Høgsberg2-2/+8
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg1-49/+26
2007-10-10Remove screenConfigs from __DRIscreen.Kristian Høgsberg1-5/+4
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-11/+11
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian2-6/+9
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-9/+9
2007-04-24s/fog/attrib[FRAG_ATTRIB_FOGC][0]/Brian1-1/+1
2007-03-21merge from masterBrian1-0/+2
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger1-0/+2
2007-03-09Merge branch 'origin' into glsl-compiler-1Brian1-1/+1
2007-03-06Fix/improve framebuffer object reference counting.Brian1-1/+1
2007-02-23Update DRI drivers for new glsl compiler.Brian1-10/+10
2007-01-16Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...Keith Whitwell9-772/+318
2006-12-12Bug 7260: mach64 texture memory mng cleanupGeorge Sapountzis8-765/+305
2006-12-12Bug 7861: mach64 with render acceleration should restore texture stateGeorge Sapountzis1-0/+3
2006-12-12Bug 7790: Polygons incorrectly clipped by mach64 driverGeorge Sapountzis1-7/+10
2006-11-02merge current trunk into vbo branchAlan Hourihane1-3/+2
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-3/+2
2006-10-31switch remaining drivers over to vboKeith Whitwell2-5/+5
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul1-7/+14
2006-10-15Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul1-15/+0
2006-10-15Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul1-1/+0
2006-10-02Bugzilla 6242: [mach64] Use private DMA buffers (only)Felix Kuehling4-23/+27
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer1-1/+2
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell1-2/+2
2005-10-20Bump driver dates for the crasher fixes yesterday.Eric Anholt1-1/+1
2005-10-19Fix a missed merge for idr's dispatch changes: failure to do driInitExtensionsEric Anholt2-1/+12
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-4/+4
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2-3/+2
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul1-4/+0
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-8/+19
2005-09-04replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul1-7/+4
2005-09-03SetBuffer, renderbuffer changesBrian Paul3-90/+19
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane1-0/+4
2005-07-29Fix a == vs !- typo for glx_enable_extensionJon Smirl1-1/+1
2005-07-28glxEnableExtension is a platform-specific function exported by the loader.Ian Romanick1-10/+8