summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm
AgeCommit message (Expand)AuthorFilesLines
2009-09-03i915g: Up the number of relocsJakob Bornecrantz1-1/+1
2009-09-03i915g: Don't run in sync with HWJakob Bornecrantz1-4/+7
2009-09-02st/xorg: Remove code no longer support by xserver Git master.Michel Dänzer2-16/+4
2009-09-01i915g: Implement new winsysJakob Bornecrantz16-1036/+714
2009-08-31nouveau: fix for dri state tracker changesBen Skeggs1-76/+53
2009-08-31nouveau: hack winsys to compile again, it's broken still howeverBen Skeggs1-0/+4
2009-08-28i915g: Don't forget to init buffer ptrsJakob Bornecrantz1-2/+2
2009-08-28r300g: pretty up the new drm code a bitJoakim Sindholt1-7/+7
2009-08-28r300g: support new drm_apiJoakim Sindholt2-20/+49
2009-08-28drm_api: Operate on textures instead of buffersJakob Bornecrantz3-63/+92
2009-08-28st/xorg: Pass dri driver name as driverName on screenJakob Bornecrantz2-2/+2
2009-08-22i915g: Remove bad assert on fenceJakob Bornecrantz1-3/+0
2009-08-18radeon-gallium: Oh, look, we *do* already support DONTBLOCK.Corbin Simpson1-6/+5
2009-08-18radeon-gallium: Stop using outdated ioctls.Corbin Simpson1-11/+3
2009-08-18Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson1-2/+20
2009-08-13gallium/drm: Handle circular dependencies in the auxiliary libraries with make.Michel Dänzer1-1/+3
2009-08-12i915g: Reduce max relocsJakob Bornecrantz1-1/+1
2009-08-11i915g: Implement surface_buffer_create for softpipeJakob Bornecrantz1-2/+38
2009-08-08i915g: Don't try to free a mapped buffer at shutdownJakob Bornecrantz1-1/+0
2009-08-06i915g: Compile with sconsJakob Bornecrantz1-1/+4
2009-08-06i915g: Always run in sync with the HWJakob Bornecrantz1-0/+4
2009-08-06i915g: The i915 seems more happier with sampler domain so lets use thatJakob Bornecrantz1-1/+1
2009-08-06i915g: Switch to mapping the batch buffer instead of using subdataJakob Bornecrantz3-11/+27
2009-08-05i915g: Treat primary textures as scanout buffersJakob Bornecrantz2-5/+41
2009-08-05i915g: Link with trace on EGL and XorgJakob Bornecrantz2-0/+2
2009-07-26radeon-gallium: If BO allocation fails, return NULL.Corbin Simpson1-0/+1
2009-07-24radeon-gallium: remove old getparam ioctlJoakim Sindholt1-13/+3
2009-07-23r300g, radeon-gallium: Fix API, cleanup.Corbin Simpson4-23/+18
2009-07-23radeon-gallium: Build fixes wrt changed libdrm_radeon space check APINicolai Hähnle4-52/+16
2009-07-20r300g: Fix SCons build.Michel Dänzer3-3/+8
2009-07-13r300g, radeon: Whitespace fixes.Nicolai Hähnle3-12/+12
2009-07-05radeon-gallium: Compile warning fix.Corbin Simpson1-1/+1
2009-07-05radeon-gallium: Use FLINK to do proper global buffers.Corbin Simpson3-2/+26
2009-07-05radeon-gallium: Wait for BOs before mapping them.Corbin Simpson1-0/+2
2009-07-02r300g: Readd trace driver supportJakob Bornecrantz1-0/+5
2009-07-02i915g: Readd trace driver supportJakob Bornecrantz1-0/+5
2009-07-01radeon-gallium: Adapt to drm_api changes.Corbin Simpson2-23/+33
2009-07-01nouveau: fix build...Ben Skeggs1-19/+24
2009-07-01drm/st: Remove drm_api struct from driversJakob Bornecrantz3-2/+28
2009-06-30identity: Create a drm_api wrapperJakob Bornecrantz2-0/+6
2009-06-30drm/st: Return drm_api struct from a functionJakob Bornecrantz5-18/+37
2009-06-22gallium-intel: Improve Xorg Makefile a bitJakob Bornecrantz1-15/+27
2009-06-05nouveau: remove unneeded code from ws, use pipe_buffer_ instead of ws->Ben Skeggs5-301/+72
2009-06-05nouveau: move channel creation into pipe driversBen Skeggs3-31/+3
2009-06-05nouveau: call notifier/grobj etc funcs directlyBen Skeggs1-50/+0
2009-06-05nouveau: add pipe_buffer/fence code to pipe drivers, move nv50 overBen Skeggs1-1/+2
2009-06-05nouveau: call nouveau_pushbuf directly rather than going through nvwsBen Skeggs1-24/+0
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson3-3/+3
2009-05-28r300-gallium, radeon-gallium: Make add_buffer indicate when a flush is needed.Corbin Simpson1-5/+11
2009-05-28nouveau: explicitly request mappable buffers for the momentBen Skeggs1-0/+1