summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel/intel_context.h
AgeCommit message (Expand)AuthorFilesLines
2010-05-14Merge remote branch 'origin/7.8' into 7.8-gles7.8-glesKristian Høgsberg1-1/+0
2010-05-13intel: Clean up chipset name and gen num for IronlakeZhenyu Wang1-1/+0
2010-05-03dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-0/+1
2010-03-04intel: Remove non-kernel-exec-fencing support.Eric Anholt1-21/+0
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-1/+1
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg1-0/+1
2010-02-11i915: Drop intelScreenPrivate typedef and just call it struct intel_screenKristian Høgsberg1-1/+1
2010-01-28intel: Remove long-disabled meta readpixels, and associated meta support.Eric Anholt1-34/+0
2010-01-26intel: Remove the remaining cliprects code from DRI1.Eric Anholt1-4/+0
2010-01-25intel: Don't do client-side frame throttling with DRI2 SwapBuffers.Eric Anholt1-0/+1
2010-01-19intel: Remove dead note_fence vtbl hook.Eric Anholt1-1/+0
2010-01-11Merge branch 'master' of ssh://people.freedesktop.org/~jbarnes/mesaJesse Barnes1-0/+1
2010-01-08intel/DRI2: add DRI2flushExtension support with invalidate hookKristian Høgsberg1-0/+1
2010-01-04intel: Drop more cliprect bookkeepingKristian Høgsberg1-13/+0
2010-01-04intel: Remove client-side vblank codeKristian Høgsberg1-9/+0
2010-01-04intel: Drop DRI1 static regionsKristian Høgsberg1-4/+0
2010-01-04intel: Drop LOCK/UNLOCK_HARDWARE()Kristian Høgsberg1-9/+0
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-5/+5
2009-12-31Merge branch 'mesa_7_7_branch'Brian Paul1-4/+4
2009-12-28intel: Silence compiler warnings.Vinson Lee1-4/+4
2009-12-22intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt1-0/+1
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt1-0/+4
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt1-0/+2
2009-11-19intel: Remove non-GEM support.Eric Anholt1-6/+0
2009-11-19intel: Remove dead intel_context members and move some packing around.Eric Anholt1-9/+1
2009-11-19intel: Remove our special color packing macros and just use colormac.h.Eric Anholt1-23/+0
2009-11-19intel: Pack colors for blit at blit time, rather than at ClearColor.Eric Anholt1-4/+0
2009-11-19i915: Remove dead meta_draw_quad code.Eric Anholt1-8/+0
2009-11-13intel: Remove some dead context structure fields.Eric Anholt1-2/+0
2009-11-13i965: Use bo_map instead of subdata to upload the bits of constant buffer.Eric Anholt1-0/+21
2009-11-06intel: Use PIPE_CONTROL on gen4 hardware for doing pipeline flushing.Eric Anholt1-2/+0
2009-11-06Make a convenient int for what chipset generation we're on.Eric Anholt1-0/+5
2009-10-29i915: Implement min/max LOD clamping with the hardware.Eric Anholt1-0/+13
2009-10-22Merge branch 'mesa_7_6_branch'Brian Paul1-2/+8
2009-10-22intel: define INTEL_FALLBACK_DRIVER for driversBrian Paul1-0/+1
2009-10-22intel: Fallback field is a bitmask, use GLbitfieldBrian Paul1-2/+7
2009-10-01i915: Add optional support for ARB_fragment_shader under a driconf option.Eric Anholt1-1/+0
2009-09-28intel: Remove some dead metaops code.Eric Anholt1-3/+0
2009-09-03intel: Add support for ARB_sync.Eric Anholt1-0/+8
2009-08-14intel: in intel_context struct use typedef for sarea structTobias Doerffel1-1/+1
2009-08-07intel: minor context commentsBrian Paul1-1/+5
2009-08-03intel: Wait on the last swapbuffers to complete before queuing a new one.Eric Anholt1-0/+1
2009-07-15intel/radeon: add common metaops code.Dave Airlie1-31/+2
2009-06-29intel: Move note_unlock() implementation to the one place it's needed.Eric Anholt1-1/+0
2009-06-19intel: Also get the DRI2 front buffer when doing front buffer reading.Eric Anholt1-0/+8
2009-06-09i915: Add an option for testing the effect of early Z in classic mode.Eric Anholt1-0/+1
2009-06-04intel: Add support for tiled textures.Eric Anholt1-0/+2
2009-06-04i915: Don't rely on fence regs when we don't have to.Eric Anholt1-0/+3
2009-05-26i915: Fall back on NPOT textured metaops on 830-class.Eric Anholt1-0/+6
2009-05-13Merge branch 'mesa_7_5_branch'Brian Paul1-0/+8