summaryrefslogtreecommitdiff
path: root/src/intel.h
AgeCommit message (Expand)Author
2011-10-12Remove vestigial includes from DRI1Chris Wilson
2011-10-11snb: implement PIPE_CONTROL workaroundDaniel Vetter
2011-08-29video: check that the pixmap exists before useChris Wilson
2011-07-28render: Refactor to use newly shared pipeline setup code in i965_3d.c.Kenneth Graunke
2011-07-28Xv: Refactor out pipeline setup functions for future reuse in render.Kenneth Graunke
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson
2011-07-11dri: Prevent abuse of the Resource databaseChris Wilson
2011-04-08intel: Restore manual flush for old kernelsChris Wilson
2011-04-07Revert "i965: Convert to relative relocations for state"Chris Wilson
2011-04-07i965: Avoid transform overheads for vertex emit where possibleChris Wilson
2011-04-04i965: Reset vertex_id after every batchChris Wilson
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson
2011-04-04Remove unused function 'intel_bo_alloc_for_data'Chris Wilson
2011-04-04i965: segregate each vertex element into its own bufferChris Wilson
2011-04-04i965: Convert to relative relocations for stateChris Wilson
2011-03-30Add a DRI2SwapEventPtr typedef for retro xserversChris Wilson
2011-03-23Handle drawable/client destruction in pending swaps/flipsKeith Packard
2011-03-23dri2: Make DRI2FrameEvent public and use instead of void *Keith Packard
2011-03-09Give each user of tiling separate xorg.conf optionsChris Wilson
2011-01-20Create the UXA generational resources during screen createChris Wilson
2011-01-08Delete unused memory allocation flags.Chris Wilson
2011-01-08Cache the fixed crtc<->pipe relationshipChris Wilson
2011-01-08Remove unused I830OutputChris Wilson
2011-01-08Remove bitrotted, but fortunately unused, I830CrtcPrivateChris Wilson
2011-01-08Remove unused GTT/Map sizes and addressesChris Wilson
2011-01-08Remove unused struct _intel_memory definitionChris Wilson
2010-12-30Don't replace the scanout bo through PutImageChris Wilson
2010-12-23i830: amalgamate consecutive composites into a single primitiveChris Wilson
2010-12-16Fix reporting of pageflip completion events on multi-head.Mario Kleiner
2010-12-06snb: Cache pixmap binding locationsChris Wilson
2010-12-06snb: Cache state between composite opsChris Wilson
2010-12-03Wait on the current buffer to complete when running synchronously.Chris Wilson
2010-12-03i965: Amalgamate surface binding tablesChris Wilson
2010-12-03i965: Upload an entire vbo in a single pwrite, rather than per-rectangleChris Wilson
2010-11-23Disable BLT for i830 and 845GChris Wilson
2010-11-01add BLT ring supportZou Nan hai
2010-11-01Xv: setup pipeline for Xv on SandybridgeXiang, Haihao
2010-10-29uxa: Enable reduced fence sizes for i915Chris Wilson
2010-10-22intel: Listen for hotplug uevents (V3)Adam Jackson
2010-10-13Move EDID_COMPLETE_RAWDATA define to intel.h to avoid redifinition warningChris Wilson
2010-10-06uxa: Re-enable acceleration.Chris Wilson
2010-10-04Split shadow handling routines to their own file.Chris Wilson
2010-09-10shadow: Simply modify the Screen pixmap headerChris Wilson
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-08-22Remove accel_pitch_alignmentChris Wilson
2010-08-18Move registration of vsync fd from pre-init to screen-initChris Wilson
2010-08-01Remove the final references to the drmmode prefixChris Wilson
2010-08-01Rename drmmode_display to intel_displayChris Wilson
2010-07-27Drop use of GL types in the driverKristian Høgsberg
2010-07-13Workaround a broken container_of define in list.hChris Wilson