Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | nouveau: Swizzle textures larger than nv04 SIFM limit in parts. | Younes Manton | 2009-01-10 | 1 | -22/+68 |
| | | | | Limit of SIFM on nv40 is 1024x1024, not sure about others. | ||||
* | gdi: Add newline at end of file. | José Fonseca | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | wgl: Do not provide DllMain inside the state tracker. | José Fonseca | 2009-01-08 | 1 | -1/+16 |
| | | | | | | MS CRT libraries already provide a default DllMain entrypoint, and MS Linker will complain if it finds the same symbol in two different libraries. Therefore the DllMain has to be in (each) winsys. | ||||
* | gdi: Fix warning. | José Fonseca | 2009-01-08 | 1 | -1/+1 |
| | |||||
* | gdi: Remove accidental keypresses. | José Fonseca | 2008-12-30 | 1 | -1/+1 |
| | |||||
* | gdi: Cleanup sconsfile. | José Fonseca | 2008-12-22 | 1 | -5/+9 |
| | |||||
* | cell: fix build breakage | Brian Paul | 2008-12-19 | 1 | -0/+4 |
| | |||||
* | winsys: fix depth buffer size when using stencil | Brian Paul | 2008-12-17 | 1 | -0/+3 |
| | |||||
* | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 1 | -6/+0 |
|\ | | | | | | | | | | | Conflicts: src/gallium/winsys/gdi/SConscript | ||||
| * | gdi: Reimplement using the WGL statetracker. | José Fonseca | 2008-12-12 | 7 | -2464/+352 |
| | | |||||
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Brian Paul | 2008-12-10 | 1 | -2/+2 |
|\| | |||||
| * | gallium: restore default_depth_bits() call in xlib winsys | Brian Paul | 2008-12-10 | 1 | -2/+2 |
| | | | | | | | | This was accidentally disabled in a long-ago commit. | ||||
* | | nouveau: Calc pitch for swizzled textures appropriately. | Younes Manton | 2008-12-02 | 1 | -1/+4 |
| | | |||||
* | | nouveau: Use swizzled textures & render targets on nv40 when possible. | Younes Manton | 2008-12-02 | 1 | -2/+1 |
| | | |||||
* | | nouveau: nv04-nv40 linear <-> swizzled conversion. | Younes Manton | 2008-12-02 | 1 | -73/+78 |
| | | |||||
* | | Nouveau: minor winsys API fix | Pekka Paalanen | 2008-11-30 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane | 2008-11-25 | 1 | -0/+6 |
|\| | | | | | | | | | | | | | Conflicts: scons/gallium.py src/gallium/auxiliary/pipebuffer/pb_buffer.h | ||||
| * | scons: Support MinGW32 cross compiler. | José Fonseca | 2008-11-20 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | To build an alternative opengl32.dll with Gallium's software-rasterizer from a debian-based distribution run: sudo apt-get install mingw32 scons platform=windows toolchain=crossmingw machine=x86 winsys=gdi dri=no | ||||
| * | i915: Remove faulty assert | Jakob Bornecrantz | 2008-11-05 | 1 | -1/+0 |
| | | |||||
* | | gdi: Reimplement using the WGL statetracker. | José Fonseca | 2008-11-21 | 7 | -2464/+352 |
| | | |||||
* | | scons: Support MinGW32 cross compiler. | José Fonseca | 2008-11-18 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | To build an alternative opengl32.dll with Gallium's software-rasterizer from a debian-based distribution run: sudo apt-get install mingw32 scons platform=windows toolchain=crossmingw machine=x86 winsys=gdi dri=no | ||||
* | | i915: Silence warning | Jakob Bornecrantz | 2008-11-15 | 1 | -1/+1 |
| | | |||||
* | | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Pekka Paalanen | 2008-11-12 | 3 | -2/+7 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'origin/gallium-0.1': Mesa: fix number of buffers in st_draw_vbo(). Nouveau: fix nv20_vertex_layout() Nouveau: update nv20 miptree according to nv40. Nouveau: build, link and use nv20. Nouveau: name replace for nv20. Nouveau: Rename nv20/ files as nv20. Nouveau: copy nv30_vertprog.c to nv20. Nouveau: start nv20 by copying the nv10 tree. | ||||
| * | | Nouveau: build, link and use nv20. | Pekka Paalanen | 2008-11-08 | 3 | -2/+7 |
| | | | | | | | | | | | | Signed-off-by: Pekka Paalanen <[email protected]> | ||||
* | | | nouveau: pass object handle not pointer to GPU... | Ben Skeggs | 2008-11-10 | 1 | -1/+1 |
| | | | |||||
* | | | Merge remote branch 'nouveau/gallium-0.1' into gallium-0.2 | Ben Skeggs | 2008-10-27 | 24 | -109/+205 |
|\| | | |||||
| * | | nouveau: first draft of swizzle texture upload to vram | Patrice Mandin | 2008-10-07 | 1 | -0/+83 |
| | | | |||||
| * | | nouveau: init scaled_image_from_memory object for swizzled surface upload | Patrice Mandin | 2008-09-21 | 1 | -0/+16 |
| | | | |||||
| * | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-09-18 | 1 | -5/+12 |
| |\| | |||||
| | * | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul | 2008-09-12 | 1 | -5/+12 |
| | | | |||||
| * | | g3dvl: Use winsys_buffer_reference() instead of pipe_buffer_reference(). | Younes Manton | 2008-09-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | Old pipe_buffer_reference() renamed winsys_buffer_reference(), new pipe_buffer_reference() expects a screen. | ||||
| * | | g3dvl: Update softlinks to nouveau winsys files, related fixes. | Younes Manton | 2008-09-12 | 22 | -103/+99 |
| | | | |||||
| * | | g3dvl: Clean up Makefile deps. | Younes Manton | 2008-09-12 | 1 | -4/+5 |
| | | | |||||
* | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-10-27 | 1 | -9/+13 |
|\ \ \ | |||||
| * | | | scons: Don't hardcode any drivers for the xlib winsys, just pick suitable ones. | Michel Dänzer | 2008-10-23 | 1 | -9/+13 |
| | | | | |||||
* | | | | nouveau: some small API changes | Ben Skeggs | 2008-09-30 | 1 | -5/+7 |
| | | | | |||||
* | | | | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | 2008-09-30 | 4 | -152/+255 |
|\| | | | |||||
| * | | | st: change from ** to * for st_unreference_framebuffer() | Alan Hourihane | 2008-09-26 | 3 | -3/+3 |
| | | | | |||||
| * | | | cell: disable XShmPutImage for tiled surface for now | Brian Paul | 2008-09-19 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Multiple displays of same surface data causes pixels to get scrambled. | ||||
| * | | | i915simple: Use defined MSAA array | Jakob Bornecrantz | 2008-09-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix for MSAA | Alan Hourihane | 2008-09-19 | 1 | -1/+1 |
| | | | | |||||
| * | | | i915simple: Front flushing does work | Jakob Bornecrantz | 2008-09-19 | 1 | -5/+3 |
| | | | | |||||
| * | | | i915simple: Fix extentions being loaded | Jakob Bornecrantz | 2008-09-19 | 1 | -0/+1 |
| | | | | |||||
| * | | | i915simple: dri winsys does now compile and works | Jakob Bornecrantz | 2008-09-15 | 1 | -145/+242 |
| | | | | | | | | | | | | | | | | Glxgears hits an assert, but tri works | ||||
| * | | | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul | 2008-09-12 | 1 | -5/+12 |
| | | | | |||||
* | | | | nouveau: rework nouveau_screen for latest and greatest changes | Ben Skeggs | 2008-09-12 | 1 | -157/+110 |
| | | | | |||||
* | | | | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | 2008-09-12 | 1 | -1/+0 |
|\| | | | |/ / |/| | | |||||
| * | | i915simple: A step closer to compiling | Jakob Bornecrantz | 2008-09-12 | 1 | -1/+0 |
| |/ | |||||
* | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | 2008-09-12 | 2 | -1/+40 |
|\| | |||||
| * | cell: fix tile twidding bug seen in the event of multiple expose events | Brian Paul | 2008-09-11 | 1 | -10/+9 |
| | |