| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Fix copy-and-paste brain damage in previous commit | Ian Romanick | 2010-02-10 | 1 | -1/+1 |
* | dri: Allow selective generation of accum. buffer configs | Ian Romanick | 2010-02-10 | 1 | -1/+1 |
* | r128: Remove unnecessary headers. | Vinson Lee | 2010-01-30 | 1 | -1/+0 |
* | Push __driDriverExtensions out of dri_util.c and into the drivers | Kristian Høgsberg | 2010-01-04 | 1 | -0/+7 |
* | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -9/+9 |
* | Merge branch 'texformat-rework' | Brian Paul | 2009-10-28 | 1 | -5/+5 |
|\ |
|
| * | dri/drivers: update driNewRenderbuffer() to take a gl_format | Brian Paul | 2009-10-22 | 1 | -5/+5 |
* | | mesa: Enable remap table in core. | Chia-I Wu | 2009-10-23 | 1 | -14/+0 |
|/ |
|
* | mesa: remove last of _mesa_unreference_framebuffer() calls | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | gallium: Fixups for driCreateConfigs MSAA support. | Michel Dänzer | 2009-02-10 | 1 | -0/+2 |
* | re-add MSAA support | Brian Paul | 2009-02-09 | 1 | -19/+20 |
* | Remove CVS keywords. | Keith Whitwell | 2008-09-21 | 1 | -1/+0 |
* | mesa: standardize on C99's uint*_t instead of u_int*_t | Keith Whitwell | 2008-09-21 | 1 | -2/+2 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | DRI interface changes and DRI2 direct rendering support. | Kristian Høgsberg | 2008-03-31 | 1 | -53/+40 |
* | Use __DRIextension mechanism providing loader functionality to the driver. | Kristian Høgsberg | 2008-02-29 | 1 | -3/+5 |
* | Remove GetMSC DriverAPI function. | Kristian Høgsberg | 2008-02-25 | 1 | -1/+0 |
* | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 1 | -0/+1 |
* | Move media stream counter entry points to new extension. | Kristian Høgsberg | 2007-10-11 | 1 | -7/+3 |
* | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -2/+1 |
* | Move swap_interval to new extension mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -2/+5 |
* | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg | 2007-10-10 | 1 | -51/+29 |
* | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg | 2007-10-10 | 1 | -1/+1 |
* | Remove screenConfigs from __DRIscreen. | Kristian Høgsberg | 2007-10-10 | 1 | -5/+4 |
* | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg | 2007-10-10 | 1 | -11/+11 |
* | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 1 | -1/+1 |
* | If the DDX driver didn't reserve any video RAM for textures, fall back to | Michel Dänzer | 2005-11-29 | 1 | -4/+12 |
* | Bug #1028: Add hardware-accelerated stencil support to r128. Testing with | Eric Anholt | 2005-10-27 | 1 | -4/+20 |
* | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | 2005-09-04 | 1 | -8/+20 |
* | SetBuffer, renderbuffer changes | Brian Paul | 2005-09-03 | 1 | -9/+1 |
* | Add Egberts fixes for 64bit architectures | Alan Hourihane | 2005-08-15 | 1 | -0/+4 |
* | Fix a == vs !- typo for glx_enable_extension | Jon Smirl | 2005-07-29 | 1 | -1/+1 |
* | glxEnableExtension is a platform-specific function exported by the loader. | Ian Romanick | 2005-07-28 | 1 | -10/+8 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 1 | -1/+13 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 1 | -13/+11 |
* | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick | 2005-07-24 | 1 | -35/+16 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -0/+49 |
* | Also PUBLICize the config option table | Adam Jackson | 2004-12-16 | 1 | -1/+1 |
* | Mark __driCreateNewScreen PUBLIC | Adam Jackson | 2004-12-15 | 1 | -0/+1 |
* | uint*t -> u_int*t changes | Alan Hourihane | 2004-12-14 | 1 | -2/+2 |
* | Add fallback debugging (R128_DEBUG=fall) output, and set DO_DEBUG=1 by default | Eric Anholt | 2004-10-08 | 1 | -4/+5 |
* | Convert Rage 128 over to t_vertex.c. While it's slightly slower (10% in ipers) | Eric Anholt | 2004-10-02 | 1 | -1/+0 |
* | Patch removes _SOLO definition needed for mesa-solo. mesa-solo | Jon Smirl | 2004-07-04 | 1 | -14/+0 |
* | Redo of removing __driRegisterExtensions(). I accidentally undid the previous... | Jon Smirl | 2004-06-03 | 1 | -30/+0 |
* | Enable use of new DRI interface in Rage128 driver. | Ian Romanick | 2004-06-03 | 1 | -2/+142 |
* | Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd out | Jon Smirl | 2004-06-03 | 1 | -11/+30 |
* | kill __driRegisterExtensions(), none of the functions did anything | Jon Smirl | 2004-06-03 | 1 | -30/+0 |
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 1 | -2/+8 |
* | Make R128 driver use sarea/defines from DRM. removed r128_common.h | Jon Smirl | 2004-03-12 | 1 | -10/+10 |
* | applied Felix's patch for configuration system | Brian Paul | 2003-12-12 | 1 | -1/+26 |