summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/i915_vtbl.c
AgeCommit message (Expand)Author
2011-02-21i915: Emit a single relocation per vboChris Wilson
2011-02-21i915: Separate BLEND from general context state.Chris Wilson
2011-02-21i915: suppress repeated sampler state emissionChris Wilson
2011-02-21intel: use pwrite for batchChris Wilson
2011-01-07i915: Drop old checks for the settexoffset hack.Eric Anholt
2011-01-07intel: Add a vtbl hook for determining if a format is renderable.Eric Anholt
2010-12-13i965: Add support for using the BLT ring on gen6.Eric Anholt
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-08i915: Silence unused variable warning in non-debug builds.Vinson Lee
2010-06-08intel: Change dri_bo_* to drm_intel_bo* to consistently use new API.Eric Anholt
2010-06-05i915: Only emit a MI_FLUSH when the drawing rectangle offset changes.Chris Wilson
2010-06-05i915: Fix off-by-one for drawing rectangle.Chris Wilson
2010-06-05i915: Inhibit render cache flush when changing drawing rectangle offset.Chris Wilson
2010-03-03i915: Use x,y drawing offsets instead of changing buffer offsets.Eric Anholt
2010-02-18i915: update render buffers at prepare_render timeJesse Barnes
2010-01-30i915: Remove unnecessary headers.Vinson Lee
2010-01-28i915: Remove unused initial and current state, now that there's nothing else.Eric Anholt
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22i915: Remove unnecessary headers.Vinson Lee
2010-01-21dri: Remove unnecessary glapi headers.Chia-I Wu
2010-01-04intel: Drop more cliprect bookkeepingKristian Høgsberg
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-12-11Merge branch 'mesa_7_7_branch'Brian Paul
2009-12-10intel: Axe intel_renderbuffer::texformatIan Romanick
2009-11-19intel: Consistently use no_batch_wrap in intel_context struct.Eric Anholt
2009-11-06intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt
2009-10-29intel: update intel_create_renderbuffer(format), add XRGB supportBrian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-01Revert "i915: don't validate PS program when falling back to software"Eric Anholt
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-08-04intel: Add support for EXT_provoking_vertex.Eric Anholt
2009-07-29i915: Add support for EXT_stencil_two_side and ATI_separate_stencil.Eric Anholt
2009-06-29intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt
2009-04-16intel: Add support for argb1555, argb4444 FBOs and fix rgb565 fbo readpixels.Eric Anholt
2008-12-18i915: fix abort issue. (bug #19147)Xiang, Haihao
2008-10-28intel: Don't keep intel->pClipRects, and instead just calculate it when needed.Eric Anholt
2008-09-26intel: Fix a number of memory leaks on context destroy.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-06-11[intel-gem] Chase domain flag renaming in the DRM.Eric Anholt
2008-05-07GEM: Make dri_emit_reloc take GEM domain flags instead of TTM flags.Eric Anholt