summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/ffb
Commit message (Expand)AuthorAgeFilesLines
* 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 oldIan 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
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-12/+13
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-11/+0
* Add drirenderbuffer.c to COMMON_SOURCESAdam Jackson2005-05-041-0/+1
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-043-14/+14
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-312-9/+0
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-6/+3
* replace glNormal3f(v) with GL_CALL(Normal3f)(v), etc (Andreas StengleinBrian Paul2004-09-151-6/+6
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-1/+1
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-012-7/+7
* Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell2004-07-011-2/+2
* Bool may not be available when DRI_NEW_INTERFACE_ONLY is defined.Ian Romanick2004-06-061-1/+1