Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-25 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Alan Hourihane | |
Conflicts: scons/gallium.py src/gallium/auxiliary/pipebuffer/pb_buffer.h | |||
2008-11-21 | gdi: Reimplement using the WGL statetracker. | José Fonseca | |
2008-11-20 | scons: Support MinGW32 cross compiler. | José Fonseca | |
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 | |||
2008-11-18 | scons: Support MinGW32 cross compiler. | José Fonseca | |
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 | |||
2008-11-15 | i915: Silence warning | Jakob Bornecrantz | |
2008-11-12 | Merge commit 'origin/gallium-0.1' into gallium-0.2 | Pekka Paalanen | |
* 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. | |||
2008-11-10 | nouveau: pass object handle not pointer to GPU... | Ben Skeggs | |
2008-11-08 | Nouveau: build, link and use nv20. | Pekka Paalanen | |
Signed-off-by: Pekka Paalanen <pq@iki.fi> | |||
2008-11-05 | i915: Remove faulty assert | Jakob Bornecrantz | |
2008-10-27 | Merge remote branch 'nouveau/gallium-0.1' into gallium-0.2 | Ben Skeggs | |
2008-10-27 | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | |
2008-10-23 | scons: Don't hardcode any drivers for the xlib winsys, just pick suitable ones. | Michel Dänzer | |
2008-10-07 | nouveau: first draft of swizzle texture upload to vram | Patrice Mandin | |
2008-09-30 | nouveau: some small API changes | Ben Skeggs | |
2008-09-30 | Merge remote branch 'origin/gallium-0.2' into gallium-0.2 | Ben Skeggs | |
2008-09-26 | st: change from ** to * for st_unreference_framebuffer() | Alan Hourihane | |
2008-09-21 | nouveau: init scaled_image_from_memory object for swizzled surface upload | Patrice Mandin | |
2008-09-19 | cell: disable XShmPutImage for tiled surface for now | Brian Paul | |
Multiple displays of same surface data causes pixels to get scrambled. | |||
2008-09-19 | i915simple: Use defined MSAA array | Jakob Bornecrantz | |
2008-09-19 | fix for MSAA | Alan Hourihane | |
2008-09-19 | i915simple: Front flushing does work | Jakob Bornecrantz | |
2008-09-19 | i915simple: Fix extentions being loaded | Jakob Bornecrantz | |
2008-09-18 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-09-15 | i915simple: dri winsys does now compile and works | Jakob Bornecrantz | |
Glxgears hits an assert, but tri works | |||
2008-09-12 | g3dvl: Use winsys_buffer_reference() instead of pipe_buffer_reference(). | Younes Manton | |
Old pipe_buffer_reference() renamed winsys_buffer_reference(), new pipe_buffer_reference() expects a screen. | |||
2008-09-12 | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul | |
2008-09-12 | cell: fix twiddled tile display for XSHM. Fixed blank window problem. | Brian Paul | |
2008-09-12 | g3dvl: Update softlinks to nouveau winsys files, related fixes. | Younes Manton | |
2008-09-12 | g3dvl: Clean up Makefile deps. | Younes Manton | |
2008-09-12 | nouveau: rework nouveau_screen for latest and greatest changes | Ben Skeggs | |
2008-09-12 | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2 | Ben Skeggs | |
2008-09-12 | i915simple: A step closer to compiling | Jakob Bornecrantz | |
2008-09-12 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-09-11 | cell: fix tile twidding bug seen in the event of multiple expose events | Brian Paul | |
2008-09-11 | gallium: typo: s/PIPE_FORMAT_Z16UNORM/PIPE_FORMAT_Z16_UNORM/ | Brian Paul | |
2008-09-11 | cell: checkpoint commit of new per-fragment processing | Brian Paul | |
Do code generation for alpha test, z test, stencil, blend, colormask and framebuffer/tile read/write as a single code block. Ian's previous blend/z/stencil test code is still there but mostly disabled and will be removed soon. | |||
2008-09-11 | nouveau: gallium directory structure changed again.. | Ben Skeggs | |
2008-09-11 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
Conflicts: configs/default | |||
2008-09-08 | scons: Install libGL.so and respective symlinks. | José Fonseca | |
2008-09-03 | gallium: do image clipping in xmesa_display_surface_tiled() | Brian Paul | |
2008-09-03 | cell: move misplaced assertions; put them after ximage is assigned. | Brian Paul | |
2008-09-03 | i915: Fix typo in intel_lock.c | Jakob Bornecrantz | |
2008-09-03 | Cell: added linux-cell-debug config | Brian Paul | |
linux-cell is now the optimized configuration. Remove some Cell-specific stuff from winsys/xlib/Makefile. | |||
2008-09-03 | gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context. | José Fonseca | |
We want to use the pipe_buffer_* inlines everywhere, but a pipe context is not always available nor is it needed. | |||
2008-09-02 | Intialize swizzled_surface object | Patrice Mandin | |
2008-09-02 | i915: Fix typo in ws_dri_bufmgr.c | Jakob Bornecrantz | |
2008-09-01 | gallium: remove glthread.h file (not used) | Brian Paul | |
2008-08-27 | gallium: call st_finish() in XMesaFlush() | Brian Paul | |
2008-08-26 | gallium: thread wrapper clean-up | Brian Paul | |
In p_thread.h replace _glthread_* functions with new pipe_* functions. Remove other old cruft. | |||
2008-08-25 | gallium: include u_math.h | Brian Paul | |