summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-02-18Skeleton Glamo DRI driverThomas White
2010-02-18Revert "st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME)."Francisco Jerez
2010-02-18intel: Include main/hash.h using "" instead of <>Kristian Høgsberg
2010-02-18progs/trivial: Update .gitignore.Vinson Lee
2010-02-18progs/redbook: Fix array out-of-bounds access.Vinson Lee
2010-02-18st/mesa: always call FLUSH_CURRENT before st->pipe->flush()Keith Whitwell
2010-02-17progs/rbug: Silence printf format warning.Vinson Lee
2010-02-17progs/rbug: Add missing headers.Vinson Lee
2010-02-17util: Fix typo of debug_dump_float_rgba_bmp.Vinson Lee
2010-02-17progs/rbug: Use util_format_name().Vinson Lee
2010-02-17progs/rbug: Add missing header.Vinson Lee
2010-02-17progs/rbug: s/read/rbug_read/Vinson Lee
2010-02-17svga: Silence uninitialized variable warnings.Vinson Lee
2010-02-18r300g: add support for all missing non-FP sampler formatsMarek Olšák
2010-02-18winsys/drm: Do not use --whole-archive in Makefile.egl.Chia-I Wu
2010-02-17intel: Implement the DRI2 invalidate function properlyKristian Høgsberg
2010-02-17dri/nouveau: Some multithreaded rendering fixes.Francisco Jerez
2010-02-17st/dri2: Flush FRAME instead of RENDER_CACHE on buffer invalidation.Francisco Jerez
2010-02-17st/mesa: Make the frontbuffer visible on st_flush(PIPE_FLUSH_FRAME).Francisco Jerez
2010-02-17Merge commit '381d5e209815235911c4aab516037c868c8f695f'Ian Romanick
2010-02-17progs/demos: update GL version test to accept GL 3.xBrian Paul
2010-02-17glsl/apps: print usage info if insufficient argsBrian Paul
2010-02-17st/mesa: replace conditional with assertionBrian Paul
2010-02-17progs/openvg: Add .gitignore.Chia-I Wu
2010-02-17progs/es1: Update .gitignore.Chia-I Wu
2010-02-17llvmpipe: use ffs technique for full tiles alsoKeith Whitwell
2010-02-17docs: Update TODOs of egl.html.Chia-I Wu
2010-02-17egl: Revisit global data locking.Chia-I Wu
2010-02-17egl: Always lock a display before using it.Chia-I Wu
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu
2010-02-17egl: Add a mutex to _EGLDisplay.Chia-I Wu
2010-02-17egl: eglGetError should return the status of the last call.Chia-I Wu
2010-02-17egl: Always record error code.Chia-I Wu
2010-02-17egl: Use new error checking macros.Chia-I Wu
2010-02-17egl: Add new error checking macros.Chia-I Wu
2010-02-17llvmpipe: rework do_block_16 to use bitmasks and ffsKeith Whitwell
2010-02-17glsl/pp: Remove sl_pp_get_extension_state().Michal Krol
2010-02-17glsl/cl: Parse layout qualifiers only when an appropriate extension enabled.Michal Krol
2010-02-17glsl/cl: Properly emit layout qualifier list.Michal Krol
2010-02-17glsl: Silence unused value warning.Vinson Lee
2010-02-17progs/redbook: Fix memory leaks on error paths.Vinson Lee
2010-02-17nouveau: fix legacy dri driver buildJohannes Obermayr
2010-02-16sl/pp: re-do extension testing codeBrian Paul
2010-02-16nv40: Fix incorrect so_new() numbering.Francisco Jerez
2010-02-16nv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS.Francisco Jerez
2010-02-16glx: Fix a couple of warningsKristian Høgsberg
2010-02-16glx: Only register wire handlers for the events the server supportsKristian Høgsberg
2010-02-16st/dri2: Use event-driven buffer validation.Francisco Jerez
2010-02-16dri/nouveau: Use event driven buffer validation.Francisco Jerez
2010-02-16dri2: Event driven buffer validation.Francisco Jerez