aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_tris.c
Commit message (Expand)AuthorAgeFilesLines
* i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.Eric Anholt2008-09-231-17/+18
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-7/+7
* Revert "Revert "Merge branch 'drm-gem'""Dave Airlie2008-08-241-76/+161
* Revert "Merge branch 'drm-gem'"Dave Airlie2008-08-241-161/+76
* intel-gem: Update to new check_aperture API for classic mode.Eric Anholt2008-08-081-2/+8
* i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt2008-06-231-18/+38
* i915: Convert to using VBs instead of inline prims.Eric Anholt2008-06-231-80/+139
* [i915] fix fragment.positionZou Nan hai2008-03-191-6/+21
* intel: Initialize color and spec arrays in LOCAL_VARS macro.Kristian Høgsberg2008-02-251-4/+4
* [i915] Fix driver from cliprects changes, and clean up state emission.Eric Anholt2008-01-171-12/+5
* [intel] Add more cliprect modes to cover other meanings for batch emits.Eric Anholt2008-01-101-6/+6
* [intel] Clean up cliprect handling in intel drivers.Eric Anholt2008-01-091-2/+2
* i915: Needn't adjust pixel centers. fix #12944Xiang, Haihao2008-01-021-2/+2
* [i915] Move meta_draw_quad into the vtbl with other meta operations.Eric Anholt2007-12-201-2/+5
* i915: avoid dead lock in intel_meta_draw_poly. fix #13696Xiang, Haihao2007-12-201-2/+6
* i915: Catch cases where not all state is emitted for a new batchbuffer.Keith Whitwell2007-11-261-0/+3
* [i915] Push locking in intelClearWithTris down inside meta_draw_poly.Eric Anholt2007-11-161-0/+3
* Move i915tex driver into place as just i915.Eric Anholt2007-09-241-0/+1152
* Remove the old i915 driver now that i915tex works without TTM.Eric Anholt2007-09-241-945/+0
* fix the broken fallback string/debug stuffBrian Paul2006-09-221-19/+44
* remove extra indentationBrian Paul2006-09-221-98/+98
* Some structure renaming. Prefix vertex/fragment-related structs withBrian Paul2006-07-201-1/+1
* Add const qualifiers in a number of places.Brian Paul2006-05-231-1/+1
* Move stuff common to vertex/fragment_program into the base class, including:Brian Paul2005-11-121-2/+2
* Disable leftover debug statementsKeith Whitwell2005-05-171-2/+2
* i915 will use _TexEnvProgram (if active)Keith Whitwell2005-05-091-1/+1
* bring over change from xorg trunk - let build on non-i386Dave Airlie2004-08-141-1/+1
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-011-4/+4
* add missing license textsKeith Whitwell2004-06-181-0/+20
* New driver for i915 as well as older i830/i845/i865 chipsets.Keith Whitwell2004-06-101-0/+900