summaryrefslogtreecommitdiff
path: root/src/intel.h
AgeCommit message (Expand)Author
2012-03-15uxa/i915: Remove broken CA pass, fallback to magic 2-pass composite helperChris Wilson
2012-03-15uxa: Remove unused render_mask_solid membersChris Wilson
2012-03-15uxa: Remove unused tracking of the current render targetChris Wilson
2012-03-15uxa: Simplify flush trackingChris Wilson
2012-03-15uxa: Kill the complicated in-flight trackingChris Wilson
2012-02-21uxa: Silence compiler warning for const argumentsChris Wilson
2012-02-21uxa/glamor/dri: Enable the pageflip support on glamor.Zhigang Gong
2012-02-21uxa/dri: Refine the pageflip processing.Zhigang Gong
2012-02-11Include a local copy of list.hChris Wilson
2012-01-08Removed deprecated xf86PciInfo.h includesChris Wilson
2011-12-18Silence uxa-only compilationChris Wilson
2011-12-17uxa: Explicitly check for libdrm_intel in configureChris Wilson
2011-12-13uxa: Wakeup 3s after the last rendering to reap the bo-cacheChris Wilson
2011-12-02uxa: Reset size limits based on AGP sizeChris Wilson
2011-11-17glamor: Initial commit to introduce glamor acceleration.Zhigang Gong
2011-11-16Compile out UXA if so desiredChris Wilson
2011-11-16sna: Reduce and clarify dependenciesChris Wilson
2011-11-03uxa: Remove caching of surface binding locationChris Wilson
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