summaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys
Commit message (Collapse)AuthorAgeFilesLines
* nouveau: pass nvws to nvws->push_* functions, rather than nouveau_channel*Ben Skeggs2008-03-191-4/+11
|
* nouveau: create fence object when allocating pushbuf, instead of submitBen Skeggs2008-03-173-10/+11
|
* Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-161-0/+4
|\
| * gallium: added dummy install targetBrian2008-03-141-0/+4
| |
* | nv10.Stephane Marchesin2008-03-153-0/+9
| |
* | nouveau: NV9X is basically a G80, fix issue with NV6X being detected as G80.Ben Skeggs2008-03-132-7/+36
| |
* | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-131-1/+1
|\|
| * gallium: Fix scons condition for building the xlib winsys.Michel Dänzer2008-03-041-1/+1
| |
* | nv50: ouch, next_subchannel++ :)Ben Skeggs2008-03-121-1/+1
| |
* | nv50: some forgotten changesBen Skeggs2008-03-121-1/+1
| |
* | nouveau: another "argh gallium fscks with assert" fixBen Skeggs2008-03-071-1/+2
| |
* | nouveau: silence some warningsBen Skeggs2008-03-022-4/+5
| |
* | nouveau: fix potential crashBen Skeggs2008-03-021-1/+3
| |
* | nouveau: enable multi-context/single-channel support for nv40Ben Skeggs2008-03-024-9/+74
| |
* | nouveau: turn pushbuf macros into inline functionsBen Skeggs2008-03-027-259/+396
| |
* | nouveau: hand nouveau_winsys in with pipe_screen initBen Skeggs2008-02-291-4/+4
| |
* | nouveau: implement pipe_screenBen Skeggs2008-02-292-18/+28
| | | | | | | | Untested on NV3x/NV5x. Quite possibly broken.
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-295-7/+22
|\|
| * gallium/i965: implement pipe_screen for i965 driver (untested)Brian2008-02-271-1/+3
| |
| * Cell: implement pipe_screen for cell driverBrian2008-02-271-1/+5
| |
| * gallium: implement pipe_screen for softpipe driverBrian2008-02-272-2/+4
| |
| * gallium: introduce 'pipe_screen' for context-independent functionsBrian2008-02-261-3/+7
| | | | | | | | | | | | | | This will allow creating textures before a rendering context exists, for example. Only implemented in i915 driver for now. i915pipe->texture_create() just dispatches through to the i915screen->texture_create() to avoid state tracker changes for now.
| * intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined.Michel Dänzer2008-02-261-0/+3
| | | | | | | | Include pipe/p_debug.h to consistently enable or disable the debugging code.
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-274-2/+6
|\|
| * gallium/i915: Use hardware rendering, unless INTEL_SP env var is setBrian2008-02-251-1/+2
| |
| * Revamp scons usage.José Fonseca2008-02-231-1/+1
| |
| * i915: include stdio.hBrian2008-02-221-0/+1
| |
| * i915: include p_debug.h (resolves undefined assert())Brian2008-02-221-0/+1
| |
| * Avoid building problematic module/drivers on windows.José Fonseca2008-02-231-1/+2
| |
* | Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-02-229-25/+239
|\| | | | | | | | | | | Conflicts: src/gallium/drivers/Makefile
| * gallium: general clean-up of xlib winsys MakefileBrian2008-02-191-29/+12
| |
| * gallium: updated cell buildBrian2008-02-191-9/+10
| | | | | | | | | | | | Building on Ian's Cell build fix. Put libcell.a in the gallium/drivers/cell/ directory. General Makefile clean-up, simplification, updated comments.
| * Remove src/mesa and src/mesa/main from gallium source include paths.José Fonseca2008-02-194-14/+25
| |
| * Simplify makefile boilerplate code.José Fonseca2008-02-191-2/+3
| | | | | | | | | | Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES.
| * Update for llvm -> gallivm rename.José Fonseca2008-02-181-6/+2
| |
| * Update scons build for new code layout.José Fonseca2008-02-184-8/+95
| |
| * Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-183-2/+137
| | | | | | | | | | | | | | In other words, don't build src/gallium source code from within src/mesa/Makefile. Also, allow to customize which gallium auxiliary dirs, driver driver, winsys dirs get built from the config/* files.
* | nouveau: fix potential userbuf crash.Ben Skeggs2008-02-161-4/+6
| |
* | nouveau: match gallium code reorginisation.Ben Skeggs2008-02-1628-0/+3987
|/ | | | That was... fun..
* Code reorganization: s/aux/auxiliary/ -- update build.José Fonseca2008-02-151-1/+1
|
* Code reorganization: update build.José Fonseca2008-02-157-10/+161
| | | | | | | | | 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-1539-0/+14353
This is in a separate commit to ensure renames are properly preserved.