Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-03 | r300-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-03 | r300-gallium, radeon-gallium: Begin migration to DRI2 state tracker, part 1. | Corbin Simpson | |
s/migration/migrane/ , actually. Anyway, this has working glxinfo... | |||
2009-03-03 | st/drm: s/hocks/hooks/ | Jakob Bornecrantz | |
2009-03-03 | winsys: return null for DONTBLOCK flag on existing winsys | Keith Whitwell | |
Add code so that existing driver behaviour doesn't change. | |||
2009-03-03 | intel: Add Xorg driver | Jakob Bornecrantz | |
2009-03-03 | intel: Add dri2 driver for gallium | Jakob Bornecrantz | |
2009-03-03 | intel: Increase max relocs per batchbuffer | Jakob Bornecrantz | |
2009-03-02 | g3dvl: Grab surface pointer when flushing front buffer in SP winsys. | Younes Manton | |
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 | g3dvl: Update winsys stuff. | Younes Manton | |
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-24 | cell: added null ptr check in xm_flush_frontbuffer() | Brian Paul | |
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-19 | gallium/winsys/xlib: Fix build with USE_XSHM undefined. | Michel Dänzer | |
2009-02-19 | wgl: Use a separate .DEF for MinGW | José Fonseca | |
gnu linker fails to resolve the @n symbols, unless: - they are listed verbatim in the .def - they are already linked. And mingw's .def parser is slightly incompatible with MSVC in respect with underscores. Will try to work with upstream to fix this, but for now there is no option other to use seperate .def for mingw. | |||
2009-02-19 | gdi: Update for texture/surface interface changes. | José Fonseca | |
2009-02-18 | gallium/winsys/egl_xlib: Fix build after introduction of struct pipe_transfer. | Michel Dänzer | |
2009-02-18 | Merge branch 'gallium-texture-transfer' | Michel Dänzer | |
Conflicts: src/gallium/drivers/softpipe/sp_tile_cache.c | |||
2009-02-16 | Merge branch 'master' into gallium-texture-transfer | Keith Whitwell | |
Conflicts: src/mesa/state_tracker/st_cb_accum.c src/mesa/state_tracker/st_cb_drawpixels.c | |||
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-18 | util: Move p_debug.h into util module. | José Fonseca | |
The debug functions depend on several util function for os abstractions, and these depend on debug functions, so a seperate module is not possible. | |||
2009-02-12 | gallium/winsys/xlib: Use XShmPutImage when possible. | Michel Dänzer | |
2009-02-12 | gallium/winsys/xlib: Fix stride calculations. | Michel Dänzer | |
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 | mesa: Build both software rasterizers for debug | Jakob Bornecrantz | |
But put the gallium one in lib/gallium | |||
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-07 | cell: compile fix: no-op xlib_create_brw_screen() for Cell build | Brian Paul | |
2009-02-06 | Merge branch 'gallium-0.2' of git://anongit.freedesktop.org/mesa/mesa into ↵ | Corbin Simpson | |
gallium-0.2 | |||
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-06 | g3dvl: Catch up to gallium changes, fix build. | Younes Manton | |
2009-02-05 | gallium: No longer allow CPU mapping surfaces directly. | Michel Dänzer | |
Instead, a new pipe_transfer object has to be created and mapped for transferring data between the CPU and a texture. This gives the driver more flexibility for textures in address spaces that aren't CPU accessible. This is a first pass; softpipe/xlib builds and runs glxgears, but it only shows a black window. Looks like something's off related to the Z buffer, so the depth test always fails. | |||
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! |