summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/dri
AgeCommit message (Expand)Author
2008-07-23i915: intel_flush_frontbuffer does workJakob Bornecrantz
2008-07-13i915: Ops should not have pushed thatJakob Bornecrantz
2008-07-13i915: WIP swap reworkJakob Bornecrantz
2008-07-11gallium: Make dri drivers create a egl_name_dri.so if supportedJakob Bornecrantz
2008-07-05i915: Added a intel be function to wrap a drm bo handleJakob Bornecrantz
2008-07-01i915: Last reference to surface -> pitchJakob Bornecrantz
2008-06-27gallium: handle msaaRoland Scheidegger
2008-06-27i915: Fix the last of the stride/pitch changesJakob Bornecrantz
2008-06-24i915: Create a texture and surface for shared frontbufferJakob Bornecrantz
2008-06-24i915: Moved screen creation to intel_be_deviceJakob Bornecrantz
2008-06-24dri/intel: Use standard integer types.José Fonseca
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11fix card_extensionsAlan Hourihane
2008-06-11fix legacy DRIAlan Hourihane
2008-06-11Hook gallium i915 up to DRI2Alan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-06i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz
2008-06-03i915: Fix compile on linux-dri-debugJakob Bornecrantz
2008-06-02i915: Implement and use the reworked batchbuffer codeJakob Bornecrantz
2008-06-03scons: Integrate gdi winsys.José Fonseca
2008-05-30i915: Made batch buffer size much largerJakob Bornecrantz
2008-05-30i915: Fix extentions not being setJakob Bornecrantz
2008-05-29i915: Cleaned up intel_winsys_pipe.cJakob Bornecrantz
2008-05-29i915: Deprecated pipe_winsys buffer functionsJakob Bornecrantz
2008-05-29i915: Remove last usage of surface_alloc_storageJakob Bornecrantz
2008-05-29i915: Ops how did that get thereJakob Bornecrantz
2008-05-28i915: DriConfigOptions started complaining on this lineJakob Bornecrantz
2008-05-28i915: Prepare for tiled private front and back buffersJakob Bornecrantz
2008-05-28i915: Made vertex submission eaven fasterJakob Bornecrantz
2008-05-28i915: Made vbuf workJakob Bornecrantz
2008-05-26Remove CVS keywords.José Fonseca
2008-05-26Merge branch 'gallium-tex-surface' into gallium-0.1Jakob Bornecrantz
2008-05-23i915: Revert accidental changeJakob Bornecrantz
2008-05-23i915: Improved vertex buffer performanceJakob Bornecrantz
2008-05-23i915: Make batchbuffers larger.Thomas Hellstrom
2008-05-23i915: Use the malloc pool for constant buffers since they don't go to the GPU...Thomas Hellstrom
2008-05-07gallium: Propagate tex_usage flags down to winsys.José Fonseca
2008-04-23i915: Real fix for weird fence leak. Thanks ThomasJakob Bornecrantz
2008-04-22i915: Fixed weird fence leak when I915_VBUF=trueJakob Bornecrantz
2008-04-15i915: Changed name to i915_dri.soJakob Bornecrantz
2008-04-14Removed intel_ioctl it wasn't neededJakob Bornecrantz
2008-04-12Fixed memory leakJakob Bornecrantz
2008-04-08i915: Added debug counter to bufmgrJakob Bornecrantz
2008-04-08i915: Fixed fence related problemsJakob Bornecrantz
2008-04-08i915: Fixed fence leak in intel_swapbuffers.cJakob Bornecrantz
2008-04-08Added fence counter to fence managerJakob Bornecrantz
2008-04-08Fixed user_buffer memory leakJakob Bornecrantz
2008-04-07i915: Pulled in changes from i915texJakob Bornecrantz
2008-03-31gallium: Eliminate p_winsys::printfJosé Fonseca
2008-03-26gallium: Change pipe->flush() interface to optionally return a fence.Michel Dänzer