summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/ffb
Commit message (Expand)AuthorAgeFilesLines
* Drop fb, ffb and gamma dri driversKristian Høgsberg2010-02-2541-7766/+0
* Drop macro wrappers for the aligned memory functionsKristian Høgsberg2010-02-191-2/+2
* ffb: Fix build.Vinson Lee2010-02-101-1/+1
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-2211-28/+0
|\
| * ffb: Remove unnecessary headers.Vinson Lee2010-01-2011-28/+0
* | Push __driDriverExtensions out of dri_util.c and into the driversKristian Høgsberg2010-01-041-0/+7
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-0410-35/+35
* | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-311-1/+1
|\|
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-1/+1
| |\
| | * ffb: Silence compiler warnings.Vinson Lee2009-12-221-1/+1
* | | tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.Eric Anholt2009-11-191-4/+4
|/ /
* | Merge branch 'texformat-rework'Brian Paul2009-10-281-4/+4
|\ \
| * | dri/drivers: update driNewRenderbuffer() to take a gl_formatBrian Paul2009-10-221-4/+4
* | | mesa: lift default symlinks target into Makefile.templateBrian Paul2009-10-161-1/+0
|/ /
* / ffb: remove disabled codeBrian Paul2009-09-161-18/+0
|/
* mesa: remove last of _mesa_unreference_framebuffer() callsBrian Paul2009-03-071-1/+1
* mesa: use Stencil._Enabled field instead of Stencil.EnabledBrian Paul2009-03-021-2/+2
* gallium: Fixups for driCreateConfigs MSAA support.Michel Dänzer2009-02-101-0/+2
* re-add MSAA supportBrian Paul2009-02-091-2/+4
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Remove CVS keywords.Keith Whitwell2008-09-2138-38/+16
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-2/+2
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1819-56/+55
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-214-8/+4
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-49/+36
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-4/+5
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Refactor and fix core vblank supportJesse Barnes2007-10-291-0/+1
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-35/+13
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-11/+11
* Overhaul/simplify SWvertex and SWspan attribute handling.Brian2007-05-201-4/+4
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* merge current trunk into vbo branchAlan Hourihane2006-11-023-9/+4
* 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-30/+15
* Make most of the _mesa_noop_*() functions static.Brian Paul2006-04-201-11/+2
* replace GLdepth with GLuintBrian Paul2005-09-211-2/+2
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-4/+5
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-9/+15
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-4/+8
* Use InitPointers helperBrian Paul2005-09-041-8/+2
* SetBuffer, renderbuffer changesBrian Paul2005-09-033-18/+11
* Commit missing piece from Egbert's 32/64 bit patchesAlan Hourihane2005-08-191-25/+26
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-152-6/+7
* Make ffb driver build on x86-64. The fix is two fold. First, use theIan Romanick2005-08-111-3/+7
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-9/+6
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-242-23/+1
* Fix the FFB driver for the renderbuffer changesAlan Hourihane2005-07-188-94/+316