Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-24 | gallium: include u_memory.h, u_math.h | Brian | |
2008-08-24 | gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h | Brian Paul | |
Also, rename p_tile.[ch] to u_tile.[ch] | |||
2008-08-19 | xlib: Revert destroying pipe_screen (temporary). | José Fonseca | |
2008-08-18 | scons: Fix build. | Michal Krol | |
2008-08-18 | g3dvl: Use rotating buffers to avoid waiting for map(). | Younes Manton | |
2008-08-17 | if we can't find a mode, return first. At least we should | Alan Hourihane | |
see the top left portion if we've got larger screens on other CRTC's | |||
2008-08-17 | consolidate intel directories. | Alan Hourihane | |
we now have src/gallium/winsys/drm/intel/{common,dri,egl} | |||
2008-08-17 | rather than use CRTC 1 (aka LVDS), try and setup all connectors/encoders | Alan Hourihane | |
and get the same output on all. | |||
2008-08-15 | xlib: Kill xmesa_surface. | José Fonseca | |
A winsys cannot expect that the surfaces passed display_surface are the surfaces it created, as surface are now in generate texture views created by pipe_screen. Indeed, the fact it was working so far was mere luck. This fixes a weird tiled output when using the trace pipe driver. Winsys' surfaces should die. | |||
2008-08-14 | xlib: Use trace usage. | José Fonseca | |
2008-08-14 | Merge remote branch 'origin/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-08-12 | gdi: Remove CVS keyword. | José Fonseca | |
2008-08-11 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-08-09 | trace: Trace pipe_winsys calls. | José Fonseca | |
2008-08-07 | gallium: use PIPE_FORMAT_X8Z24_UNORM for 24-bit Z but no stencil | Brian Paul | |
2008-08-07 | xlib: Integrate with the trace pipe driver. | José Fonseca | |
2008-07-26 | g3dvl: Recursively build dependencies. | Younes Manton | |
Run `make` in src/libXvMC and everything should be built for Nouveau. Run `make DRIVER=softpipe` in src/libXvMC for SoftPipe. | |||
2008-07-27 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-23 | i915: intel_flush_frontbuffer does work | Jakob Bornecrantz | |
2008-07-23 | g3dvl: Minor fixes. | Younes Manton | |
2008-07-22 | g3dvl: Add Nouveau winsys, libdriclient. | Younes Manton | |
Nouveau winsys is based on Mesa's Nouveau winsys and soft-links to most of it. The 'nouveau_context' and 'nouveau_screen' code contains most of the changes, 'nouveau_winsys_pipe', 'nouveau_swapbuffers' and 'nouveau_lock' contain some minor changes. The driclient library contains the DRI userland stuff, most of which was based on Mesa's DRI code. | |||
2008-07-20 | g3dvl: Fix some memory leaks in the winsys. | Younes Manton | |
2008-07-20 | g3dvl: Minor SP winsys cleanup. | Younes Manton | |
2008-07-13 | i915: Ops should not have pushed that | Jakob Bornecrantz | |
This reverts commit 930a863c4f6f11d0fd5cf396ef76054d52c69b9f. | |||
2008-07-14 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-13 | i915: WIP swap rework | Jakob Bornecrantz | |
2008-07-11 | gallium: Make dri drivers create a egl_name_dri.so if supported | Jakob Bornecrantz | |
2008-07-11 | nouveau: winsys surface funcs deprecated, remove them | Ben Skeggs | |
2008-07-10 | egl: added EGL_OPENVG_API case (allow all APIs) | Brian Paul | |
2008-07-11 | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1 | Ben Skeggs | |
2008-07-09 | egl: plug a small memleak | Zack Rusin | |
2008-07-08 | i915: Takedown EGL screen | Jakob Bornecrantz | |
2008-07-08 | i915: Use deviceID in EGL device create | Jakob Bornecrantz | |
2008-07-08 | i915: Complete the screen -> device renaming | Jakob Bornecrantz | |
2008-07-08 | i915: Renamed intel_screen to intel_device | Jakob Bornecrantz | |
The renameing makes more sense, why because: In egl you have a display/driver/device as the basis, and you have screens as outputs. | |||
2008-07-08 | nv50: make use of nouveau drm 0.0.11 to get 3d going | Ben Skeggs | |
2008-07-08 | nv04: Hook the lib into the build. | Stephane Marchesin | |
2008-07-07 | i915: Fix wrong pointer to cleanup | Jakob Bornecrantz | |
2008-07-07 | i915: Fix EGL make current | Jakob Bornecrantz | |
2008-07-07 | i915: More cleanup of display | Jakob Bornecrantz | |
2008-07-07 | i915: Fetch the real deviceID for EGL | Jakob Bornecrantz | |
2008-07-07 | i915: Destruction of surface, context and device in EGL | Jakob Bornecrantz | |
2008-07-05 | i915: Fix EGL version and name | Jakob Bornecrantz | |
2008-07-05 | i915: Added a intel be function to wrap a drm bo handle | Jakob Bornecrantz | |
2008-07-05 | i915: Fix haveDepth and haveStencil for visual in EGL | Jakob Bornecrantz | |
2008-07-04 | i915: Clean up intel_egl.c a bit | Jakob Bornecrantz | |
2008-07-05 | Merge remote branch 'upstream/gallium-0.1' into gallium-0.1 | Ben Skeggs | |
2008-07-03 | i915: EGL almost works again | Jakob Bornecrantz | |
2008-07-01 | i915: Last reference to surface -> pitch | Jakob Bornecrantz | |
2008-06-30 | g3dvl: Use block and stride instead of cpp and pitch. | Younes Manton | |