summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810
AgeCommit message (Expand)AuthorFilesLines
2009-12-15Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-1/+2
2009-12-13i810: Silence uninitialized variable warnings in i180tris.cVinson Lee1-1/+2
2009-10-28Merge branch 'texformat-rework'Brian Paul4-44/+44
2009-10-23mesa: Enable remap table in core.Chia-I Wu2-5/+1
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul1-3/+3
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul1-1/+0
2009-10-05drivers: don't include texformat.hBrian Paul3-3/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul3-11/+11
2009-09-27mesa/drivers: use _mesa_get_format_bytes()Brian Paul1-28/+31
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul1-3/+3
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul1-1/+1
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer1-0/+2
2009-02-09re-add MSAA supportBrian Paul1-1/+3
2009-01-28Make GL_ARB_vertex_buffer_object mandatoryIan Romanick1-4/+0
2009-01-28Make GL_ARB_multisample mandatoryIan Romanick1-2/+0
2009-01-28Make GL_ARB_texture_compression mandatoryIan Romanick1-2/+0
2008-09-21Remove CVS keywords.Keith Whitwell15-15/+0
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 Paul15-91/+88
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 Paul4-7/+7
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-129/+38
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg1-3/+4
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg1-1/+0
2008-01-06Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2-13/+15
2007-12-22fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger1-1/+1
2007-10-29Refactor and fix core vblank supportJesse Barnes1-0/+1
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg1-36/+14
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-12/+11
2007-10-05Remove XIDs from DRI interface (see #5714).Kristian Høgsberg1-1/+1
2007-08-07move free() after dereference (bug 11878)Brian1-1/+1
2007-07-21Remove ctx->Point._Size and ctx->Line._Width.Brian2-3/+11
2007-04-05include points.h to fix warningsBrian1-0/+1
2007-04-04i810/i915/i915tex: reinitialize the context point stateXiang, Haihao1-0/+5
2007-03-13enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger1-0/+2
2007-03-06Fix/improve framebuffer object reference counting.Brian1-2/+1
2007-03-06fix for bug#10182Xiang, Haihao1-1/+2
2006-11-02merge current trunk into vbo branchAlan Hourihane1-3/+2
2006-10-30switch several dri drivers overKeith Whitwell2-5/+5
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul1-4/+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-05-17add texture rectangle support for i815, I wrote the original patch aboutDave Airlie3-56/+112
2006-03-23fix coverity 1107: use after freeDave Airlie1-1/+1
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger1-1/+2
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul1-2/+2
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2-4/+1
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-18/+16
2005-09-04Use InitPointers helperBrian Paul1-10/+3
2005-09-03SetBuffer, renderbuffer changesBrian Paul5-82/+15