aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915/intel_tris.c
Commit message (Expand)AuthorAgeFilesLines
* i915: Drop intelFlush().Vinson Lee2010-05-101-1/+1
* intel: Remove redundant fields from struct intel_contextKristian Høgsberg2010-03-301-6/+6
* intel: Use bit-wise not instead of logical not (i830 path)Ian Romanick2010-03-181-1/+1
* Use bit-wise not instead of logical not.Ian Romanick2010-03-181-1/+1
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt2010-03-031-0/+2
* i915: Fix logic !gen >= 3Chris Wilson2010-02-221-1/+1
* i915: Remove superfluous MI_NOOP from vertex emissionChris Wilson2010-02-221-2/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-4/+4
* i915: Remove unnecessary headers.Vinson Lee2010-01-301-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+0
|\
| * i915: Remove unnecessary headers.Vinson Lee2010-01-221-1/+0
* | intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg2010-01-041-4/+3
* | intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt2009-12-221-2/+2
* | i915: Remove dead meta_draw_quad code.Eric Anholt2009-11-191-78/+0
|/
* intel: avoid unnecessary front buffer flushing/updatingBrian Paul2009-11-031-0/+1
* Merge branch 'mesa_7_6_branch'Brian Paul2009-10-221-2/+6
|\
| * intel: Fallback field is a bitmask, use GLbitfieldBrian Paul2009-10-221-2/+6
* | i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt2009-10-011-0/+2
|/
* intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt2009-06-291-5/+2
* i915: move declarations before codeBrian Paul2009-03-121-2/+2
* i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison2009-03-041-2/+2
* [intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg2009-01-211-5/+1
* intel: restore old vertex submit paths for i8xx hardware.Dave Airlie2008-12-021-1/+97
* intel: fix i830 comment + backwards VB offsets.airlied2008-11-201-1/+1
* 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