summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/failover
Commit message (Collapse)AuthorAgeFilesLines
* gallium: michel's patch to rework texture/sampler binding interfaceKeith Whitwell2008-03-053-34/+50
| | | | | Bind all the samplers/textures at once rather than piecemeal. This is easier for drivers to understand.
* gallium: remove pipe_context->texture_create/release/get_tex_surface()Brian2008-02-271-1/+3
| | | | These functions are now per-screen, not per-context.
* gallium: move is_format_supported() to pipe_screen structBrian2008-02-271-1/+1
|
* gallium: start removing pipe_context->get_name/vendor/param/paramfBrian2008-02-271-0/+3
| | | | | These are now per-screen functions, not per-context. State tracker updated, code in drivers and p_context.h disabled.
* gallium: new pipe->texture_update() functionBrian2008-02-201-5/+4
| | | | | Called whenever texture data is changed (glTexImage, glTexSubImage, glCopyTexSubImage, etc).
* Simplify makefile boilerplate code.José Fonseca2008-02-191-8/+1
| | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
* Update scons build for new code layout.José Fonseca2008-02-181-0/+13
|
* Code reorganization: update build.José Fonseca2008-02-151-1/+1
| | | | | | | | | Update the Makefiles and includes for the new paths. Note that there hasn't been no separation of the Makefiles yet, and make is jumping all over the place. That will be taken care shortly. But for now, make should work. It was tested with linux and linux-dri. Linux-cell and linux-llvm might require some minor tweaks.
* Code reorganization: move files into their places.José Fonseca2008-02-156-0/+929
This is in a separate commit to ensure renames are properly preserved.