aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
Commit message (Expand)AuthorAgeFilesLines
* i915: Add some sanity checks to blit command debugging code.Michel Dänzer2007-10-181-16/+21
* i915: Don't emit 'empty' blit rectangles.Michel Dänzer2007-10-171-0/+3
* i915: Make sure extensions that require TTM actually work.Michel Dänzer2007-10-161-0/+2
* i915: fixup TTM interfaces to follow drm changesDave Airlie2007-10-161-29/+9
* i915: Re-enable __DRItexOffsetExtension.Michel Dänzer2007-10-161-0/+6
* Merge branch 'dri2'Kristian Høgsberg2007-10-123-69/+46
|\
| * Drop no longer implemented MESA allocate extension from i915.Kristian Høgsberg2007-10-111-8/+0
| * Add a version field to __DRIextension.Kristian Høgsberg2007-10-111-1/+1
| * Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-111-8/+1
| * Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-111-1/+1
| * Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-111-1/+1
| * Move GLX_MESA_allocate_memory related functions to new extension mechanism.Kristian Høgsberg2007-10-111-0/+8
| * Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-102-3/+2
| * Move the copySubBuffer extension over to the new mechanism.Kristian Høgsberg2007-10-101-2/+8
| * Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-46/+27
| * Replace open-coded major, minor, and patch version fields with __DRIversionRec.Kristian Høgsberg2007-10-102-6/+6
| * Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
| * Key drm_i915_flip_t typedef off of the ioctl #define instead.Kristian Høgsberg2007-10-101-1/+1
| * Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-17/+16
* | Merge branch 'master' into i915-superioctlDave Airlie2007-10-126-110/+32
|\|
| * [965] Replace various alignment code with a shared ALIGN() macro.Eric Anholt2007-10-041-0/+2
| * Replace duplicated intel_reg.h with a shared header.Eric Anholt2007-10-045-105/+8
| * i915: Only align texture pitch to 64 bytes when textures can be render targets.Michel Dänzer2007-10-031-8/+16
| * i915: Work around texture pitch related performance drops on i915 at least.Michel Dänzer2007-10-031-1/+10
* | i915: only enable TTM path if drm minor is > 11 for superioctlDave Airlie2007-10-121-0/+1
* | i915: fixup reloc header definesDave Airlie2007-10-121-4/+4
* | i915: workout max relocs from batch buffer sizeDave Airlie2007-10-093-19/+22
* | i915: fixup up bufmgr to pass num buffers to kernelDave Airlie2007-10-094-56/+12
* | i915: drop complex list handling for nowDave Airlie2007-10-051-66/+3
* | i915: clean up lists on teardownDave Airlie2007-10-051-3/+4
* | i915: add copyrights to new filesDave Airlie2007-10-051-0/+2
* | i915: increase batchbuffer back to 16kDave Airlie2007-10-051-2/+1
* | i915: add superioctl support to the ttm codepaths.Dave Airlie2007-10-048-91/+130
* | i915: add superioctl initial support inside bufmgr ttmDave Airlie2007-10-037-13/+1011
* | i915/drmbuf: attempt to push relocations into buffer managerDave Airlie2007-10-033-116/+16
|/
* Go back to using old drm_i915_flip_t field nameJesse Barnes2007-09-281-4/+4
* [965] Add batchbuffer dumping under INTEL_DEBUG=bat, like 915.Eric Anholt2007-09-274-862/+4
* Revert "WIP 965 conversion to dri_bufmgr."Eric Anholt2007-09-273-1/+453
* WIP 965 conversion to dri_bufmgr.Eric Anholt2007-09-273-453/+1
* i915/i965 merge serer directories along lines for radeon/r200Dave Airlie2007-09-271-0/+20
* Remove leftover code for i915_texprog.c noticed in crossbar review.Eric Anholt2007-09-243-25/+0
* Move i915tex driver into place as just i915.Eric Anholt2007-09-2477-0/+27961
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-2448-21708/+0
* i915: Quiet valgrind by initializing the seq value the kernel writes into.Eric Anholt2007-09-191-0/+9
* Remove unused plane->pipe mapping fields from SAREA private.Jesse Barnes2007-09-121-3/+0
* Fix-up #includes to remove some -I options.Brian2007-09-111-5/+6
* intel: disentangle planes & pipesJesse Barnes2007-09-112-18/+21
* i915: satisfy certain alignment restrictions for smallXiang, Haihao2007-08-132-6/+57
* fix cos/sin range reduction for i915 driver tooRoland Scheidegger2007-07-291-4/+4
* fix fallback crashes when driver can't handle frag prog for i915 driver too (...Roland Scheidegger2007-07-294-1/+16