summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/intel_tris.c
AgeCommit message (Expand)Author
2011-03-07i915: Only invert wpos when rendering to the system framebuffer.Henri Verbeet
2011-02-21i915: Emit a single relocation per vboChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-05-10i915: Drop intelFlush().Vinson Lee
2010-03-30intel: Remove redundant fields from struct intel_contextKristian Høgsberg
2010-03-18intel: Use bit-wise not instead of logical not (i830 path)Ian Romanick
2010-03-18Use bit-wise not instead of logical not.Ian Romanick
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick
2010-03-03i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt
2010-02-22i915: Fix logic !gen >= 3Chris Wilson
2010-02-22i915: Remove superfluous MI_NOOP from vertex emissionChris Wilson
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-01-30i915: Remove unnecessary headers.Vinson Lee
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22i915: Remove unnecessary headers.Vinson Lee
2010-01-04intel: Drop batchbuffer cliprect_mode trackingKristian Høgsberg
2009-12-22intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt
2009-11-19i915: Remove dead meta_draw_quad code.Eric Anholt
2009-11-03intel: avoid unnecessary front buffer flushing/updatingBrian Paul
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul
2009-10-01i915: Enable ARB_vertex_shader for both i915 and i830.Eric Anholt
2009-06-29intel: Make LOCK_HARDWARE recursive to avoid hand-rolling recursiveness.Eric Anholt
2009-03-12i915: move declarations before codeBrian Paul
2009-03-04i965: add software fallback for conformant 3D textures and GL_CLAMPRobert Ellison
2009-01-21[intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg
2008-12-02intel: restore old vertex submit paths for i8xx hardware.Dave Airlie
2008-11-20intel: fix i830 comment + backwards VB offsets.airlied
2008-09-23i915: fix crash in flush_prim -> wait_flips -> flush_batch -> flush_prim.Eric Anholt
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-24Revert "Revert "Merge branch 'drm-gem'""Dave Airlie
2008-08-24Revert "Merge branch 'drm-gem'"Dave Airlie
2008-08-08intel-gem: Update to new check_aperture API for classic mode.Eric Anholt
2008-06-23i915: Accumulate the VB into a local buffer and subdata it in.Eric Anholt
2008-06-23i915: Convert to using VBs instead of inline prims.Eric Anholt
2008-03-19[i915] fix fragment.positionZou Nan hai
2008-02-25intel: 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-02i915: Needn't adjust pixel centers. fix #12944Xiang, Haihao
2007-12-20[i915] Move meta_draw_quad into the vtbl with other meta operations.Eric Anholt
2007-12-20i915: avoid dead lock in intel_meta_draw_poly. fix #13696Xiang, Haihao
2007-11-26i915: 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-24Move i915tex driver into place as just i915.Eric Anholt
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt
2006-09-22fix the broken fallback string/debug stuffBrian Paul