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_tris.c
Age
Commit message (
Expand
)
Author
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-08-24
Revert "Revert "Merge branch 'drm-gem'""
Dave Airlie
2008-08-24
Revert "Merge branch 'drm-gem'"
Dave Airlie
2008-08-08
intel-gem: Update to new check_aperture API for classic mode.
Eric Anholt
2008-06-23
i915: Accumulate the VB into a local buffer and subdata it in.
Eric Anholt
2008-06-23
i915: Convert to using VBs instead of inline prims.
Eric Anholt
2008-03-19
[i915] fix fragment.position
Zou Nan hai
2008-02-25
intel: Initialize color and spec arrays in LOCAL_VARS macro.
Kristian Høgsberg
2008-01-17
[i915] Fix driver from cliprects changes, and clean up state emission.
Eric Anholt
2008-01-10
[intel] Add more cliprect modes to cover other meanings for batch emits.
Eric Anholt
2008-01-09
[intel] Clean up cliprect handling in intel drivers.
Eric Anholt
2008-01-02
i915: Needn't adjust pixel centers. fix #12944
Xiang, Haihao
2007-12-20
[i915] Move meta_draw_quad into the vtbl with other meta operations.
Eric Anholt
2007-12-20
i915: avoid dead lock in intel_meta_draw_poly. fix #13696
Xiang, Haihao
2007-11-26
i915: Catch cases where not all state is emitted for a new batchbuffer.
Keith Whitwell
2007-11-16
[i915] Push locking in intelClearWithTris down inside meta_draw_poly.
Eric Anholt
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
2006-09-22
fix the broken fallback string/debug stuff
Brian Paul
2006-09-22
remove extra indentation
Brian Paul
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-05-23
Add const qualifiers in a number of places.
Brian Paul
2005-11-12
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-05-17
Disable leftover debug statements
Keith Whitwell
2005-05-09
i915 will use _TexEnvProgram (if active)
Keith Whitwell
2004-08-14
bring over change from xorg trunk - let build on non-i386
Dave Airlie
2004-07-01
Rename the various function types in t_context.h to include a tnl_ prefix.
Keith Whitwell
2004-06-18
add missing license texts
Keith Whitwell
2004-06-10
New driver for i915 as well as older i830/i845/i865 chipsets.
Keith Whitwell