summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/ffb
AgeCommit message (Expand)Author
2010-02-10ffb: Fix build.Vinson Lee
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-20ffb: Remove unnecessary headers.Vinson Lee
2010-01-04Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-27Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul
2009-12-22ffb: Silence compiler warnings.Vinson Lee
2009-11-19tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-22dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-09-16ffb: remove disabled codeBrian Paul
2009-03-07mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul
2009-03-02mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul
2009-02-10gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer
2009-02-09re-add MSAA supportBrian Paul
2009-01-28Make GL_ARB_draw_buffers mandatoryIan Romanick
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-21mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2008-02-29Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg
2008-02-25Remove GetMSC DriverAPI function.Kristian Høgsberg
2007-10-29Refactor and fix core vblank supportJesse Barnes
2007-10-10Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg
2007-10-10Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-03-06Fix/improve framebuffer object reference counting.Brian
2006-11-02merge current trunk into vbo branchAlan Hourihane
2006-10-31switch remaining drivers over to vboKeith Whitwell
2006-10-18Want to stop passing x/y/width/height to Clear() function.Brian Paul
2006-04-20Make most of the _mesa_noop_*() functions static.Brian Paul
2005-09-21replace GLdepth with GLuintBrian Paul
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-13Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul
2005-09-04Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul
2005-09-04Use InitPointers helperBrian Paul
2005-09-03SetBuffer, renderbuffer changesBrian Paul
2005-08-19Commit missing piece from Egbert's 32/64 bit patchesAlan Hourihane
2005-08-15Add Egberts fixes for 64bit architecturesAlan Hourihane
2005-08-11Make ffb driver build on x86-64. The fix is two fold. First, use theIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-18Fix the FFB driver for the renderbuffer changesAlan Hourihane
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson