Age | Commit message (Expand) | Author |
2010-03-01 | gallium: Reorg texture usage flags | Jakob Bornecrantz |
2010-03-01 | gallium: Expose a opaque winsys handle and functions on pipe_screen | Jakob Bornecrantz |
2010-03-01 | python: Don't mention deprecated drivers=trace option. | José Fonseca |
2010-03-01 | llvmpipe: Don't mention deprecated drivers=trace option. | José Fonseca |
2010-02-28 | r300g: atomize texture and sampler states | Marek Olšák |
2010-02-28 | r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT) | Marek Olšák |
2010-02-28 | i965g: Fix texture creation | Jakob Bornecrantz |
2010-02-28 | r300g: put validating buffers after flushing | Marek Olšák |
2010-02-28 | r300g: use the atom size directly during emission | Marek Olšák |
2010-02-28 | r300g: atomize invalidation of texture caches | Marek Olšák |
2010-02-28 | r300g: atomize PVS flush | Marek Olšák |
2010-02-28 | r300g: add size parameter to the atom emit functions | Marek Olšák |
2010-02-27 | util: Fix X8/A8B8G8R8_SNORM's swizzle. | José Fonseca |
2010-02-27 | r300g: move the emission of GA_POINT_MINMAX into emit_fb_state | Marek Olšák |
2010-02-27 | r300g: put the emission of R300_US_OUT_FMT_UNUSED back | Marek Olšák |
2010-02-27 | r300g: mark rasterizer_state as dirty only when it's not NULL | Marek Olšák |
2010-02-27 | radeong: clean up includes | Marek Olšák |
2010-02-27 | r300g: always emit the correct max vertex index to avoid DRM errors | Marek Olšák |
2010-02-27 | r300g: remove pointless "while" | Marek Olšák |
2010-02-27 | st/dri: Assert pointer is not null before dereferencing. | Vinson Lee |
2010-02-27 | st/xorg: Re-enable crtc on resize | Jakob Bornecrantz |
2010-02-27 | st/xorg: Fix copy-topy | Jakob Bornecrantz |
2010-02-27 | vmware/xorg: Bump to match vmware driver | Jakob Bornecrantz |
2010-02-27 | st/xorg: Make resize fail gracefully | Jakob Bornecrantz |
2010-02-27 | st/xorg: Obey max {width|height} from kernel and Gallium | Jakob Bornecrantz |
2010-02-27 | st/xorg: Encapsulate all customizable stuff in a separate class. | Thomas Hellstrom |
2010-02-27 | vmware/xorg: Export modinfo just as the other vmware X drivers does | Jakob Bornecrantz |
2010-02-27 | st/xorg: A bit more debugging info | Jakob Bornecrantz |
2010-02-27 | st/xorg: Make default of debugging fallbacks smart | Jakob Bornecrantz |
2010-02-27 | drm/vmware: Latest interface changes are backwards incopatible | Jakob Bornecrantz |
2010-02-27 | st/xorg, vmware/xorg: Fix xnfcalloc arguments. | Thomas Hellstrom |
2010-02-27 | vmware: Update vmwgfx_drm.h to kernel version. | Thomas Hellstrom |
2010-02-26 | nv40: fix include of nv04_surface_2d.h | Christoph Bumiller |
2010-02-26 | gallium: define GENERATED auxiliary files | Brian Paul |
2010-02-26 | gallium: added GENERATED_SOURCES var to Makefile.template | Brian Paul |
2010-02-26 | Revert "gallium: remove unneeded -I path from Makefile.templast" | Brian Paul |
2010-02-26 | gallium/nouveau: clean-up #includes | Brian Paul |
2010-02-26 | gallium: remove unneeded -I path from Makefile.templast | Brian Paul |
2010-02-26 | softpipe: fix up #includes | Brian Paul |
2010-02-26 | gallium/trace: remove unneeded path prefixes on #includes | Brian Paul |
2010-02-26 | gallium/identity: remove unneeded path prefixes on #includes | Brian Paul |
2010-02-26 | util: Define SRGB's channels as normalized. | José Fonseca |
2010-02-26 | util: Code generate functions to pack and unpack a single pixel. | José Fonseca |
2010-02-26 | util: Factor some code into u_format_parse.py | José Fonseca |
2010-02-26 | util: Add util_bswap16. | José Fonseca |
2010-02-26 | util: Use python names consistent with u_format.h | José Fonseca |
2010-02-26 | llvmpipe: Fix lp_tile_r5g6b5_unorm_write_4ub. | José Fonseca |
2010-02-26 | llvmpipe: Fix scons dependencies. | José Fonseca |
2010-02-26 | util: Add is_pot() method to formats. | José Fonseca |
2010-02-26 | minor cleanup of dri/Makefile.template's after miniglx drop | George Sapountzis |