Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-11 | Rename intel_buffers.[ch] to intel_swapbuffers.[ch] | Keith Whitwell | |
2007-08-11 | add intel_lock.c to build | keithw | |
2007-08-11 | remove intel_ioctl.c | keithw | |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | |
2007-08-10 | Add printf handlers, pass pci id and move texlayout code to driver. | Keith Whitwell | |
2007-08-10 | no longer need intel_surface.c | Brian | |
2007-08-09 | don't use intel_read_draw_buffer.c anymore | Brian | |
2007-08-09 | remove intel_depthstencil.c and intel_fbo.c | Brian | |
2007-08-09 | checkpoint: no longer using intel_fbo.c | Brian | |
2007-08-09 | checkpoint: intel_renderbuffer removal | Brian | |
2007-08-09 | Split swapbuffers and read/draw buffers functionality into two files. | Keith Whitwell | |
2007-08-08 | Remove dead files. | Keith Whitwell | |
2007-08-08 | Pull in i915simple.a | Keith Whitwell | |
2007-08-08 | Hook up i915simple. Doesn't compile. | Keith Whitwell | |
2007-08-08 | Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys. | Keith Whitwell | |
This is appropriate as this is not a "pipe driver for the i915" as the old name would suggest, but rather a dri driver that can provide "winsys" backends to softpipe/i915/i965/etc pipe drivers, running under the intel DDX, drm, etc. It also frees up the i915pipe name for something more appropriate, ie mesa/pipe/i915pipe. |