| Commit message (Expand) | Author | Age | Files | Lines |
* | [intel] Move over files that will be shared with 965-fbo work. | Eric Anholt | 2007-11-09 | 1 | -945/+1 |
* | Refactor and fix core vblank support | Jesse Barnes | 2007-10-29 | 1 | -0/+1 |
* | i915: Make sure extensions that require TTM actually work. | Michel Dänzer | 2007-10-16 | 1 | -0/+2 |
* | i915: Re-enable __DRItexOffsetExtension. | Michel Dänzer | 2007-10-16 | 1 | -0/+6 |
* | Merge branch 'dri2' | Kristian Høgsberg | 2007-10-12 | 1 | -66/+43 |
|\ |
|
| * | Drop no longer implemented MESA allocate extension from i915. | Kristian Høgsberg | 2007-10-11 | 1 | -8/+0 |
| * | Add a version field to __DRIextension. | Kristian Høgsberg | 2007-10-11 | 1 | -1/+1 |
| * | Add a DRI_ReadDrawable marker extension to signal read drawable capability. | Kristian Høgsberg | 2007-10-11 | 1 | -8/+1 |
| * | Move media stream counter entry points to new extension. | Kristian Høgsberg | 2007-10-11 | 1 | -1/+1 |
| * | Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -1/+1 |
| * | Move GLX_MESA_allocate_memory related functions to new extension mechanism. | Kristian Høgsberg | 2007-10-11 | 1 | -0/+8 |
| * | Move swap_interval to new extension mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -2/+1 |
| * | Move the copySubBuffer extension over to the new mechanism. | Kristian Høgsberg | 2007-10-10 | 1 | -2/+8 |
| * | Pull createNewScreen entry point into dri_util.c. | Kristian Høgsberg | 2007-10-10 | 1 | -46/+27 |
| * | Replace open-coded major, minor, and patch version fields with __DRIversionRec. | Kristian Høgsberg | 2007-10-10 | 1 | -5/+5 |
| * | Remove screenConfigs from __DRIscreen. | Kristian Høgsberg | 2007-10-10 | 1 | -6/+5 |
| * | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg | 2007-10-10 | 1 | -17/+16 |
* | | i915: only enable TTM path if drm minor is > 11 for superioctl | Dave Airlie | 2007-10-12 | 1 | -0/+1 |
* | | i915: workout max relocs from batch buffer size | Dave Airlie | 2007-10-09 | 1 | -3/+4 |
* | | i915: add superioctl support to the ttm codepaths. | Dave Airlie | 2007-10-04 | 1 | -0/+2 |
* | | i915: add superioctl initial support inside bufmgr ttm | Dave Airlie | 2007-10-03 | 1 | -1/+1 |
|/ |
|
* | Move i915tex driver into place as just i915. | Eric Anholt | 2007-09-24 | 1 | -0/+955 |
* | Remove the old i915 driver now that i915tex works without TTM. | Eric Anholt | 2007-09-24 | 1 | -690/+0 |
* | Add PCI IDs for the G33, Q33, and Q35 chipsets. | Wang Zhenyu | 2007-06-05 | 1 | -0/+3 |
* | i915: Add support for 945GME chip | Wang Zhenyu | 2007-05-31 | 1 | -0/+1 |
* | Fix/improve framebuffer object reference counting. | Brian | 2007-03-06 | 1 | -2/+1 |
* | fix for bug#10182 | Xiang, Haihao | 2007-03-06 | 1 | -1/+2 |
* | Fix a leak of the screen's option cache on cleanup (copied from radeon). | Eric Anholt | 2006-09-07 | 1 | -0/+3 |
* | We always have a back buffer. Fixes visual problems. | Alan Hourihane | 2006-04-04 | 1 | -1/+1 |
* | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul | 2006-03-31 | 1 | -1/+3 |
* | Check DDX for 1.5.0 | Alan Hourihane | 2006-02-08 | 1 | -1/+1 |
* | add vblank support to i915 driver | Dave Airlie | 2006-02-06 | 1 | -8/+44 |
* | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger | 2006-02-03 | 1 | -1/+2 |
* | use front.size instead of sPriv->fbSize | Alan Hourihane | 2006-01-24 | 1 | -1/+1 |
* | use screen->front.map instead of pFB from libdri | Alan Hourihane | 2006-01-24 | 1 | -1/+1 |
* | Add Intel 945GM support | Alan Hourihane | 2006-01-23 | 1 | -79/+204 |
* | Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch, | Brian Paul | 2005-09-10 | 1 | -18/+20 |
* | remove the redundant textureSize field, use tex.size instead, it's always the... | Brian Paul | 2005-09-09 | 1 | -2/+1 |
* | Add new void *addr and __DRIdrawablePrivate parameters to | Brian Paul | 2005-09-04 | 1 | -15/+25 |
* | SetBuffer, renderbuffer changes | Brian Paul | 2005-09-03 | 1 | -9/+6 |
* | Add Egberts fixes for 64bit architectures | Alan Hourihane | 2005-08-15 | 1 | -1/+1 |
* | Add a check which compares the passed in size of the DDX driver private DRI | Alan Hourihane | 2005-08-14 | 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 | -7/+4 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 1 | -1/+12 |
* | typo | Alan Hourihane | 2005-07-26 | 1 | -1/+1 |
* | support GLX_DIRECT_COLOR in 1.4.0 | Alan Hourihane | 2005-07-26 | 1 | -3/+1 |
* | Bump the required ddx to 1.4.0 as drmAddress has been removed so that 32/64bit | Alan Hourihane | 2005-07-26 | 1 | -4/+12 |
* | Fixes the glXGetProcAddress portion of the interface. Most of the functions | Ian Romanick | 2005-07-26 | 1 | -14/+11 |
* | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick | 2005-07-24 | 1 | -43/+14 |