Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-03 | intel: Increase max relocs per batchbuffer | Jakob Bornecrantz | |
2009-02-27 | radeon: Add DRM stubs. | Corbin Simpson | |
Nothing really of note, unfortunately. | |||
2009-02-27 | intel: Use flink for global buffer ids | Jakob Bornecrantz | |
Also fix minor drm api change | |||
2009-02-25 | intel: Adopt to the new drm_api.h | Jakob Bornecrantz | |
2009-02-25 | i915: Clean up i915_winsys.h a bit | Jakob Bornecrantz | |
2009-02-23 | gallium: Install winsys/drm to DESTDIR rather than / | Joel Bosveld | |
2009-02-20 | gallium: Improve recursive makefiles | Jakob Bornecrantz | |
2009-02-20 | gallium: Improve winsys dri template Makefile | Jakob 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-20 | intel: Use new makefile template for drm gem | Jakob Bornecrantz | |
2009-02-20 | nouveau: Use new makefile template for drm common | Jakob Bornecrantz | |
2009-02-20 | nouveau: reenable all the non-nv50 pipe drivers | Ben Skeggs | |
They still won't build yet, but anyway.. | |||
2009-02-20 | nv50: rework for texture_transfer changes | Ben Skeggs | |
2009-02-14 | radeon-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-13 | intel: Only build winsys with built state trackers | Jakob Bornecrantz | |
2009-02-12 | intel: Make gem export the drm_api_hocks | Jakob Bornecrantz | |
2009-02-12 | intel: Remove the old depricated dri1 winsys | Jakob Bornecrantz | |
2009-02-12 | intel: Remove the ttm backend | Jakob Bornecrantz | |
RIP ttm, its been fun knowing you. | |||
2009-02-10 | gallium: Don't rebuild common drm code | Jakob Bornecrantz | |
2009-02-10 | gallium: Install DRI drivers into lib/gallium | Jakob Bornecrantz | |
2009-02-10 | gallium: Introduce new subdirs build variables | Jakob Bornecrantz | |
(based on gallium-xorg-driver/commit 270ce504052d415870a25ab59818b2309eb8ac13) | |||
2009-02-09 | mesa: build/use libmesagallium.a for gallium builds | Brian Paul | |
This contains the core mesa code but excludes things not needed for gallium such as tnl/, swrast/, swrast_setup/, etc. | |||
2009-02-06 | Merge branch 'gallium-0.2-radeon' into gallium-0.2 | Corbin Simpson | |
2009-02-06 | Rename winsys amd to radeon. | Corbin Simpson | |
2009-02-05 | nv04-nv40: move 2d blit/fill code into pipe driver | Ben Skeggs | |
2009-02-05 | nv50: move 2d blit/fill code into pipe driver | Ben Skeggs | |
2009-02-05 | nouveau: support getting "native" bo from winsys | Ben Skeggs | |
2009-02-04 | nouveau: get things building/running again after pipe_surface.buffer removal | Ben Skeggs | |
Don't look at nouveau_winsys_pipe.h... I promise it's temporary! | |||
2009-02-04 | nouveau: link against libdrm_nouveau (installed with libdrm) | Ben Skeggs | |
2009-02-02 | r300, amd: Oops, a couple more API changes. | Corbin Simpson | |
Somehow I forgot to commit these. | |||
2009-02-02 | amd: Fix build errors from rebase. | Corbin Simpson | |
2009-02-01 | amd: Add AMD_SOFTPIPE environment option. | Corbin Simpson | |
If set, AMD_SOFTPIPE will make amd switch to softpipe. | |||
2009-02-01 | BROKEN | Corbin Simpson | |
This commit is only to protect against data loss, so please skip it when bisecting. Thanks. | |||
2009-02-01 | amd: Fix uninitialized pipe_screen. | Corbin Simpson | |
2009-02-01 | amd: Fix missing break statement. | Corbin Simpson | |
2009-02-01 | amd/r300: Wire up GETPARAM ioctls. | Corbin Simpson | |
Whoo, stuff is starting to look cleaner and cleaner. | |||
2009-02-01 | r300: Add path for pci_id in winsys. | Corbin Simpson | |
Needs to be hooked up to the getparam from the kernel. | |||
2009-02-01 | r300, amd: Add the ability to flush the CS. | Corbin Simpson | |
This is probably important, yeah? | |||
2009-02-01 | r300, amd: Make everything build. (Not necessarily work, mind you.) | Corbin Simpson | |
Lots of structural work, especially in getting the two parts to talk nicely. Todo: - Get damn blitter working. - Add CS flush. - Reverse order of above two items. | |||
2009-02-01 | And unbreak traditional build. | Corbin Simpson | |
s/drm-radeon/drm_radeon/ | |||
2009-02-01 | A bit of r300 cleanup. | Corbin Simpson | |
2009-02-01 | Make r300 and amd build in scons. | Corbin Simpson | |
2009-02-01 | r300: Hook up to winsys, add missing header. | Corbin Simpson | |
In theory it works, which of course means that it doesn't. | |||
2009-02-01 | amd: initial winsys | Jerome Glisse | |
2009-02-02 | Merge branch 'gallium-0.2' of ↵ | Stephane Marchesin | |
git+ssh://marcheu@git.freedesktop.org/git/mesa/mesa into gallium-0.2 | |||
2009-02-02 | nv04: some old changes I had lying around. | Stephane Marchesin | |
2009-01-30 | gallium: make p_winsys internal | Zack Rusin | |
move it to pipe/internal/p_winsys_screen.h and start converting the state trackers to the screen usage | |||
2009-01-30 | intel: Remove debug print | Jakob Bornecrantz | |
2009-01-29 | intel: Set render domain on read and write | Jakob Bornecrantz | |
2009-01-29 | intel: Try forcing flushes | Jakob Bornecrantz | |
2009-01-29 | intel: Dump batchbuffer before sending to hw | Jakob Bornecrantz | |