summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm
AgeCommit message (Collapse)Author
2009-04-06r300-gallium: Skeleton for integrating into the python statetracker.José Fonseca
2009-04-04radeon: A bit of indent and line break cleanup.Corbin Simpson
2009-04-04radeon: If the CS emit fails, dump it to stderr.Corbin Simpson
2009-04-04Add scons build support for radeon/r300.Corbin Simpson
2009-04-04radeon: Fix compile warnings, compile errors.Corbin Simpson
2009-03-24nouveau: Frontbuffer needs to be marked as linear.Younes Manton
2009-03-18nouveau: rewrite winsys in terms of drm_api, support dri2 state trackerBen Skeggs
drm_api is a set of hooks used by the dri2 state tracker, this wraps our dri1 code around the same set of hooks. Currently the dri2 build will produce nouveau_dri2.so which you'll need to install as nouveau_dri.so if you wish to try it. The dri2 state tracker doesn't make it easy for a driver to support both paths in the same binary.
2009-03-15radeon-gallium: Add my R580 to the xorg PCI ID list.Corbin Simpson
At some point, going to have to grab the big list from xf86-video-ati.
2009-03-13gallium: Remove do_flip argument from surface_copyJakob Bornecrantz
I should have gotten most uses and implementation correctly fixed, but things might break. Feel free to blame me.
2009-03-10radeon-gallium: Unbreak non-RADEON_SOFTPIPE.Corbin Simpson
Hehe, sleep may be necessary now.
2009-03-10radeon-gallium: Unbreak RADEON_SOFTPIPE.Corbin Simpson
And there was much rejoicing.
2009-03-07nouveau: use bo_handle_ref instead of bo_fake to get front-buffer boBen Skeggs
This'll work on non-GEM also as the DDX will just pass an offset, and libdrm_nouveau knows to treat "handle" as a VRAM offset. When running on GEM the DDX (it doesn't yet, but will) passes a buffer handle instead.
2009-03-07nouveau: fix more breakage from pipe_reference..Ben Skeggs
2009-03-07Fix nouveau_pipe_create() / nouveau_context_init(): raise an error if the ↵Victor Stinner
screen/pipe creation failed
2009-03-06st/xorg: Install to XORG_DRIVER_INSTALL_DIRJoel Bosveld
2009-03-05radeon-gallium: fix dri2 buildJoakim Sindholt
2009-03-04radeon-gallium: Add Xorg state tracker Radeon winsys stub.Corbin Simpson
2009-03-04radeon-gallium: Only build drivers for state trackers that are enabled.Corbin Simpson
2009-03-04radeon-gallium: Enable EGL and Xorg state trackers.Corbin Simpson
Compile-tested only, but I have high hopes.
2009-03-04radeon-gallium: DRI2 state tracker, part 3.Corbin Simpson
Properly setup the build process for adding in xorg and egl trackers, and finally put radeon_context and radeon_screen to bed.
2009-03-05intel: Fixup from refcount changesJakob Bornecrantz
2009-03-04gallium: Unify reference counting.Michel Dänzer
The core reference counting code is centralized in p_refcnt.h. This has some consequences related to struct pipe_buffer: * The screen member of struct pipe_buffer must be initialized, or pipe_buffer_reference() will crash trying to destroy a buffer with reference count 0. u_simple_screen takes care of this, but I may have missed some of the drivers not using it. * Except for rare exceptions deep in winsys code, buffers must always be allocated via pipe_buffer_create() or via screen->*buffer_create() rather than via winsys->*buffer_create().
2009-03-03r300-gallium, radeon-gallium: Continue migration to DRI2 state_tracker, part 2.Corbin Simpson
Almost there. glxinfo still works, and AFAICT so does trivial/clear.
2009-03-03r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1.Corbin Simpson
s/migration/migrane/ , actually. Anyway, this has working glxinfo...
2009-03-03st/drm: s/hocks/hooks/Jakob Bornecrantz
2009-03-03winsys: return null for DONTBLOCK flag on existing winsysKeith Whitwell
Add code so that existing driver behaviour doesn't change.
2009-03-03intel: Add Xorg driverJakob Bornecrantz
2009-03-03intel: Add dri2 driver for galliumJakob Bornecrantz
2009-03-03intel: Increase max relocs per batchbufferJakob Bornecrantz
2009-02-27radeon: Add DRM stubs.Corbin Simpson
Nothing really of note, unfortunately.
2009-02-27intel: Use flink for global buffer idsJakob Bornecrantz
Also fix minor drm api change
2009-02-25intel: Adopt to the new drm_api.hJakob Bornecrantz
2009-02-25i915: Clean up i915_winsys.h a bitJakob Bornecrantz
2009-02-23gallium: Install winsys/drm to DESTDIR rather than /Joel Bosveld
2009-02-20gallium: Improve recursive makefilesJakob Bornecrantz
2009-02-20gallium: Improve winsys dri template MakefileJakob Bornecrantz
LIBNAME_EGL had to be removed since if you didn't set it (nobody set it anyways) make would get it confused it with the $(TOP)/lib/gallium target.
2009-02-20intel: Use new makefile template for drm gemJakob Bornecrantz
2009-02-20nouveau: Use new makefile template for drm commonJakob Bornecrantz
2009-02-20nouveau: reenable all the non-nv50 pipe driversBen Skeggs
They still won't build yet, but anyway..
2009-02-20nv50: rework for texture_transfer changesBen Skeggs
2009-02-14radeon-gallium: Clean out extensions explicitly enabled by Mesa.Corbin Simpson
This cleans up some of the cruft from the old DRI setup, and it turns out that only the GLSL extensions are still off if we let st_extensions.c handle the setup instead.
2009-02-13intel: Only build winsys with built state trackersJakob Bornecrantz
2009-02-12intel: Make gem export the drm_api_hocksJakob Bornecrantz
2009-02-12intel: Remove the old depricated dri1 winsysJakob Bornecrantz
2009-02-12intel: Remove the ttm backendJakob Bornecrantz
RIP ttm, its been fun knowing you.
2009-02-10gallium: Don't rebuild common drm codeJakob Bornecrantz
2009-02-10gallium: Install DRI drivers into lib/galliumJakob Bornecrantz
2009-02-10gallium: Introduce new subdirs build variablesJakob Bornecrantz
(based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13)
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul
This contains the core mesa code but excludes things not needed for gallium such as tnl/, swrast/, swrast_setup/, etc.
2009-02-06Merge branch 'gallium-0.2-radeon' into gallium-0.2Corbin Simpson