Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-24 | i915: Create a texture and surface for shared frontbuffer | Jakob Bornecrantz | |
2008-06-24 | i915: Moved screen creation to intel_be_device | Jakob Bornecrantz | |
2008-06-24 | dri/intel: Use standard integer types. | José Fonseca | |
2008-06-12 | revert the DRI2 commits | Alan Hourihane | |
2008-06-11 | fix card_extensions | Alan Hourihane | |
2008-06-11 | fix legacy DRI | Alan Hourihane | |
2008-06-11 | Hook gallium i915 up to DRI2 | Alan Hourihane | |
2008-06-11 | Bring in DRI2 changes | Alan Hourihane | |
2008-06-06 | i915: Moved pipe_buffer and i915_winsys functions to a common folder | Jakob Bornecrantz | |
2008-06-03 | i915: Fix compile on linux-dri-debug | Jakob Bornecrantz | |
2008-06-02 | i915: Implement and use the reworked batchbuffer code | Jakob Bornecrantz | |
2008-06-03 | scons: Integrate gdi winsys. | José Fonseca | |
Conditional build of the winsys based on the platform. | |||
2008-05-30 | i915: Made batch buffer size much larger | Jakob Bornecrantz | |
2008-05-30 | i915: Fix extentions not being set | Jakob Bornecrantz | |
2008-05-29 | i915: Cleaned up intel_winsys_pipe.c | Jakob Bornecrantz | |
2008-05-29 | i915: Deprecated pipe_winsys buffer functions | Jakob Bornecrantz | |
2008-05-29 | i915: Remove last usage of surface_alloc_storage | Jakob Bornecrantz | |
2008-05-29 | i915: Ops how did that get there | Jakob Bornecrantz | |
2008-05-28 | i915: DriConfigOptions started complaining on this line | Jakob Bornecrantz | |
2008-05-28 | i915: Prepare for tiled private front and back buffers | Jakob Bornecrantz | |
2008-05-28 | i915: Made vertex submission eaven faster | Jakob Bornecrantz | |
2008-05-28 | i915: Made vbuf work | Jakob Bornecrantz | |
2008-05-26 | Remove CVS keywords. | José Fonseca | |
2008-05-26 | Merge branch 'gallium-tex-surface' into gallium-0.1 | Jakob Bornecrantz | |
Conflicts: src/gallium/include/pipe/p_util.h | |||
2008-05-23 | i915: Revert accidental change | Jakob Bornecrantz | |
2008-05-23 | i915: Improved vertex buffer performance | Jakob Bornecrantz | |
2008-05-23 | i915: Make batchbuffers larger. | Thomas Hellstrom | |
2008-05-23 | i915: Use the malloc pool for constant buffers since they don't go to the ↵ | Thomas Hellstrom | |
GPU directly. | |||
2008-05-07 | gallium: Propagate tex_usage flags down to winsys. | José Fonseca | |
2008-04-23 | i915: Real fix for weird fence leak. Thanks Thomas | Jakob Bornecrantz | |
2008-04-22 | i915: Fixed weird fence leak when I915_VBUF=true | Jakob Bornecrantz | |
2008-04-15 | i915: Changed name to i915_dri.so | Jakob Bornecrantz | |
2008-04-14 | Removed intel_ioctl it wasn't needed | Jakob Bornecrantz | |
2008-04-12 | Fixed memory leak | Jakob Bornecrantz | |
2008-04-08 | i915: Added debug counter to bufmgr | Jakob Bornecrantz | |
2008-04-08 | i915: Fixed fence related problems | Jakob Bornecrantz | |
2008-04-08 | i915: Fixed fence leak in intel_swapbuffers.c | Jakob Bornecrantz | |
2008-04-08 | Added fence counter to fence manager | Jakob Bornecrantz | |
2008-04-08 | Fixed user_buffer memory leak | Jakob Bornecrantz | |
2008-04-07 | i915: Pulled in changes from i915tex | Jakob Bornecrantz | |
2008-03-31 | gallium: Eliminate p_winsys::printf | José Fonseca | |
Not convenient and almost not used at all. Better replacements in p_debug.h | |||
2008-03-26 | gallium: Change pipe->flush() interface to optionally return a fence. | Michel Dänzer | |
The cell driver still uses an internal CELL_FLUSH_WAIT flag, in the long run proper fencing should be implemented for it. | |||
2008-02-27 | gallium: implement pipe_screen for softpipe driver | Brian | |
2008-02-26 | gallium: introduce 'pipe_screen' for context-independent functions | Brian | |
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. | |||
2008-02-26 | intel_winsys: Fix build failure due to DEBUG_IOCTL being undefined. | Michel Dänzer | |
Include pipe/p_debug.h to consistently enable or disable the debugging code. | |||
2008-02-25 | gallium/i915: Use hardware rendering, unless INTEL_SP env var is set | Brian | |
2008-02-22 | i915: include stdio.h | Brian | |
2008-02-22 | i915: include p_debug.h (resolves undefined assert()) | Brian | |
2008-02-19 | Remove src/mesa and src/mesa/main from gallium source include paths. | José Fonseca | |
2008-02-19 | Simplify makefile boilerplate code. | José Fonseca | |
Don't define ASM_SOURCES variable globally -- reserve that variable to be defined locally by makefiles, together with C_SOURCES and CPP_SOURCES. |