summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/ffb
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Merge branch 'texformat-rework'Brian Paul1-4/+4
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul1-4/+4
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul1-1/+0
2009-09-16ffb: remove disabled codeBrian Paul1-18/+0
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul1-1/+1
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul1-2/+2
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer1-0/+2
2009-02-09re-add MSAA supportBrian Paul1-2/+4
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick1-0/+2
2008-09-21Remove CVS keywords.Keith Whitwell38-38/+16
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 Paul19-56/+55
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul4-8/+4
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg1-49/+36
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
2007-10-29Refactor and fix core vblank supportJesse Barnes1-0/+1
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg1-35/+13
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg1-11/+11
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-4/+4
2007-03-06Fix/improve framebuffer object reference counting.Brian1-1/+1
2006-11-02merge current trunk into vbo branchAlan Hourihane3-9/+4
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-30/+15
2006-04-20Make most of the _mesa_noop_*() functions static.Brian Paul1-11/+2
2005-09-21replace GLdepth with GLuintBrian Paul1-2/+2
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2-4/+5
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul1-9/+15
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul1-4/+8
2005-09-04Use InitPointers helperBrian Paul1-8/+2
2005-09-03SetBuffer, renderbuffer changesBrian Paul3-18/+11
2005-08-19Commit missing piece from Egbert's 32/64 bit patchesAlan Hourihane1-25/+26
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane2-6/+7
2005-08-11Make ffb driver build on x86-64. The fix is two fold. First, use theIan Romanick1-3/+7
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-1/+1
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-9/+6
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2-23/+1
2005-07-18Fix the FFB driver for the renderbuffer changesAlan Hourihane8-94/+316
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-12/+13
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson1-11/+0
2005-05-04Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson1-0/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul3-14/+14
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2-9/+0
2004-12-16Also PUBLICize the config option tableAdam Jackson1-1/+1
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2-6/+3
2004-09-15replace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas StengleinBrian Paul1-6/+6
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl1-1/+1
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2-7/+7
2004-07-01Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell1-2/+2
2004-06-06Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined.Ian Romanick1-1/+1