index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
i915
/
intel_ioctl.c
Age
Commit message (
Expand
)
Author
2008-02-13
[intel] Fix 965 rendering with non-TTM by merging intel_ioctl between 915/965.
Eric Anholt
2008-01-09
[intel] Rename lost_hardware vtbl entry to new_batch.
Eric Anholt
2007-12-21
intel: cast a pointer to unsigned long, avoid potential error.
Xiang, Haihao
2007-12-12
[intel] Move bufmgr back to context instead of screen, fixing glthreads.
Eric Anholt
2007-10-09
i915: fixup up bufmgr to pass num buffers to kernel
Dave Airlie
2007-10-04
i915: add superioctl support to the ttm codepaths.
Dave Airlie
2007-10-03
i915: add superioctl initial support inside bufmgr ttm
Dave Airlie
2007-09-24
Move i915tex driver into place as just i915.
Eric Anholt
2007-09-24
Remove the old i915 driver now that i915tex works without TTM.
Eric Anholt
2007-09-19
i915: Quiet valgrind by initializing the seq value the kernel writes into.
Eric Anholt
2006-11-01
Remove x/y/width/height parameters from Clear functions.
Brian Paul
2006-11-01
Don't use the x/y/width/height params passed to Clear(). Get them
Brian Paul
2006-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-05-05
Fix i915 driver after stencil changes in Mesa 6.5
Dave Airlie
2006-04-07
Fix some warnings on x86_64
Alan Hourihane
2006-02-06
add vblank support to i915 driver
Dave Airlie
2006-01-23
Add Intel 945GM support
Alan Hourihane
2005-09-10
Add offset and pitch fields to intelRegion. Remove frontOffset, frontPitch,
Brian Paul
2005-08-30
silence fprintf and casting warnings
Brian Paul
2005-05-10
fix some valgrind complaints
Keith Whitwell
2005-05-04
Major check-in of changes for GL_EXT_framebuffer_object extension.
Brian Paul
2005-01-06
Add Intel i915GM support, and these extensions.
Alan Hourihane
2004-12-14
uint*t -> u_int*t changes
Alan Hourihane
2004-07-05
Convert miniglx to use Ian's fancy new driver config code.
Jon Smirl
2004-06-18
add missing license texts
Keith Whitwell
2004-06-16
Fix batch.ptr when dropping a batchbuffer segment due to zero cliprects.
Keith Whitwell
2004-06-10
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell