summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)Author
2010-02-28r300g: put validating buffers after flushingMarek Olšák
2010-02-28r300g: use the atom size directly during emissionMarek Olšák
2010-02-28r300g: atomize invalidation of texture cachesMarek Olšák
2010-02-28r300g: atomize PVS flushMarek Olšák
2010-02-28r300g: add size parameter to the atom emit functionsMarek Olšák
2010-02-27util: Fix X8/A8B8G8R8_SNORM's swizzle.José Fonseca
2010-02-27r300g: move the emission of GA_POINT_MINMAX into emit_fb_stateMarek Olšák
2010-02-27r300g: put the emission of R300_US_OUT_FMT_UNUSED backMarek Olšák
2010-02-27r300g: mark rasterizer_state as dirty only when it's not NULLMarek Olšák
2010-02-27radeong: clean up includesMarek Olšák
2010-02-27r300g: always emit the correct max vertex index to avoid DRM errorsMarek Olšák
2010-02-27r300g: remove pointless "while"Marek Olšák
2010-02-27st/dri: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-27st/xorg: Re-enable crtc on resizeJakob Bornecrantz
2010-02-27st/xorg: Fix copy-topyJakob Bornecrantz
2010-02-27vmware/xorg: Bump to match vmware driverJakob Bornecrantz
2010-02-27st/xorg: Make resize fail gracefullyJakob Bornecrantz
2010-02-27st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz
2010-02-27st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom
2010-02-27vmware/xorg: Export modinfo just as the other vmware X drivers doesJakob Bornecrantz
2010-02-27st/xorg: A bit more debugging infoJakob Bornecrantz
2010-02-27st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz
2010-02-27drm/vmware: Latest interface changes are backwards incopatibleJakob Bornecrantz
2010-02-27st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom
2010-02-27vmware: Update vmwgfx_drm.h to kernel version.Thomas Hellstrom
2010-02-26nv40: fix include of nv04_surface_2d.hChristoph Bumiller
2010-02-26gallium: define GENERATED auxiliary filesBrian Paul
2010-02-26gallium: added GENERATED_SOURCES var to Makefile.templateBrian Paul
2010-02-26Revert "gallium: remove unneeded -I path from Makefile.templast"Brian Paul
2010-02-26gallium/nouveau: clean-up #includesBrian Paul
2010-02-26gallium: remove unneeded -I path from Makefile.templastBrian Paul
2010-02-26softpipe: fix up #includesBrian Paul
2010-02-26gallium/trace: remove unneeded path prefixes on #includesBrian Paul
2010-02-26gallium/identity: remove unneeded path prefixes on #includesBrian Paul
2010-02-26util: Define SRGB's channels as normalized.José Fonseca
2010-02-26util: Code generate functions to pack and unpack a single pixel.José Fonseca
2010-02-26util: Factor some code into u_format_parse.pyJosé Fonseca
2010-02-26util: Add util_bswap16.José Fonseca
2010-02-26util: Use python names consistent with u_format.hJosé Fonseca
2010-02-26llvmpipe: Fix lp_tile_r5g6b5_unorm_write_4ub.José Fonseca
2010-02-26llvmpipe: Fix scons dependencies.José Fonseca
2010-02-26util: Add is_pot() method to formats.José Fonseca
2010-02-26minor cleanup of dri/Makefile.template's after miniglx dropGeorge Sapountzis
2010-02-25util: remove a trailing semicolon in format table codeBrian Paul
2010-02-25util: Remove import of unused sys module.Vinson Lee
2010-02-25scons: Always build trace driverJosé Fonseca
2010-02-25python: Fix typo.Michal Krol
2010-02-25tgsi: Remove dead code.Michal Krol
2010-02-25st/egl: Reduce validation round-trips in DRI2 backend.Chia-I Wu
2010-02-25st/egl: Reduce validation round-trips in ximage backend.Chia-I Wu