mesa.git
2010-02-21 Chia-I Wust/egl: Do not force validate when update_buffer is...
2010-02-21 Chia-I Wust/egl: Clean up DRI2 surface.
2010-02-21 Chia-I Wust/egl: Clean up ximage surface.
2010-02-21 Vinson Leest/xlib: Add assert to check for null pointer dereference.
2010-02-20 Jon TURNEYCygwin build fix: Fix linkage
2010-02-20 Vinson Leegamma: Silence uninitialized variable warnings.
2010-02-20 Vinson Leegamma: Add missing headers.
2010-02-20 Vinson Leegamma: Remove unnecessary header.
2010-02-20 Vinson Leeintel: Silence compiler format warnings.
2010-02-20 Vinson Leeprogs/redbook: Silence warn_unused_result warnings.
2010-02-20 Vinson Leetgsi: ifdef out unused function micro_sqrt.
2010-02-20 Vinson Leemesa: Silence compiler format warning.
2010-02-19 Brian Paulmesa: fix snprintf() typo
2010-02-19 Brian Paulmesa: restore _mesa_snprintf() - it's needed for Windows
2010-02-19 Brian Paulmesa: casts to silence new warnings from printf()
2010-02-19 Brian Paulmesa: remove abs/negate from fetch_vector1ui()
2010-02-19 Kristian Høgsbergintel: Set buffer stamp before getting new buffers
2010-02-19 Marek Olšákr300g: fix rendering into the L8 and A8 texture formats
2010-02-19 Kristian HøgsbergDrop macro wrappers for the aligned memory functions
2010-02-19 Brian Paulprogs/tests: new zbitmap.c test to exercize Z testing...
2010-02-19 Brian Paulprogs/demos: sort filenames
2010-02-19 Michal Kroltgsi: Make more exec opcodes look pretty.
2010-02-19 Michal Kroltgsi: Change prototypes of micro opcodes to explicitly...
2010-02-19 Michal Kroltgsi: Rewrite exec implementations of NRM and NRM4.
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Brian Paulmesa: replace _mesa_bzero() with memset()
2010-02-19 Brian Paulmesa: replace old MEMSET macro with memset
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
2010-02-19 Kenneth GraunkeRemove _mesa_memcmp in favor of plain memcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_memset in favor of plain memset.
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-19 Kenneth GraunkeRemove _mesa_atoi in favor of plain atoi.
2010-02-19 Kenneth GraunkeRemove _mesa_strncmp in favor of plain strncmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strcmp in favor of plain strcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strlen in favor of plain strlen.
2010-02-19 Kenneth GraunkeRemove _mesa_strncpy in favor of plain strncpy.
2010-02-19 Kenneth GraunkeRemove _mesa_strcpy in favor of plain strcpy.
2010-02-19 Kenneth GraunkeRemove _mesa_strncat in favor of plain strncat.
2010-02-19 Kenneth GraunkeRemove _mesa_strstr in favor of plain strstr.
2010-02-19 Corbin SimpsonRevert "r300g: remove L8_UNORM from colorbuffer formats"
2010-02-19 Vinson Leegamma: s#colormac.h#main/colormac.h#
2010-02-19 Vinson Leegamma: s/gammacontext.h/gamma_context.h/
2010-02-19 Chia-I Wuegl: Silence warnings when compiled with -pedantic.
2010-02-19 Chia-I Wuegl: Silence warnings in check/return macros.
2010-02-19 Marek Olšákr300g: remove L8_UNORM from colorbuffer formats
2010-02-19 Brian Paulsoftpipe: fix depth testing problems
2010-02-18 Brian Paulst/mesa: added some bitmap debug code (disabled)
2010-02-18 Brian Paulprogs/demos: update arbocclude.c to do multiple queries...
2010-02-18 Brian Paulsoftpipe: comments and whitespace fixes
2010-02-18 Brian Paulsoftpipe: const qualifiers, comments
2010-02-18 Jakob Bornecrantzidentity: Propagate api->name and api->driver_name up
2010-02-18 Jakob Bornecrantztrace: Propagate api->name up
2010-02-18 Jakob Bornecrantzpipebuffer: Include fenced buffer manager in build
2010-02-18 Jesse Barnesi915: update render buffers at prepare_render time
2010-02-18 Dan NicholsonRevert "Make mklib propogate all errors"
2010-02-18 Brian Paulmklib: remove unused -contents_of_archives(), add comments
2010-02-18 Brian Paulmesa: silence mklib output for libglapi.c as for other...
2010-02-18 Jon TURNEYMake mklib propogate all errors
2010-02-18 Brian Paulmklib: Teach mklib to fail build if link fails on cygwin
2010-02-18 Brian Paulconfigure: PTHREADS should be defined on cygwin, as...
2010-02-18 Brian Paulswrast: fix left side clipping
2010-02-18 Francisco JerezRevert "st/mesa: Make the frontbuffer visible on st_flu...
2010-02-18 Kristian Høgsbergintel: Include main/hash.h using "" instead of <>
2010-02-18 Vinson Leeprogs/trivial: Update .gitignore.
2010-02-18 Vinson Leeprogs/redbook: Fix array out-of-bounds access.
2010-02-18 Keith Whitwellst/mesa: always call FLUSH_CURRENT before st->pipe...
2010-02-18 Vinson Leeprogs/rbug: Silence printf format warning.
2010-02-18 Vinson Leeprogs/rbug: Add missing headers.
2010-02-18 Vinson Leeutil: Fix typo of debug_dump_float_rgba_bmp.
2010-02-18 Vinson Leeprogs/rbug: Use util_format_name().
2010-02-18 Vinson Leeprogs/rbug: Add missing header.
2010-02-18 Vinson Leeprogs/rbug: s/read/rbug_read/
2010-02-18 Vinson Leesvga: Silence uninitialized variable warnings.
2010-02-18 Marek Olšákr300g: add support for all missing non-FP sampler formats
2010-02-18 Chia-I Wuwinsys/drm: Do not use --whole-archive in Makefile...
2010-02-18 Kristian Høgsbergintel: Implement the DRI2 invalidate function properly
2010-02-17 Francisco Jerezdri/nouveau: Some multithreaded rendering fixes.
2010-02-17 Francisco Jerezst/dri2: Flush FRAME instead of RENDER_CACHE on buffer...
2010-02-17 Francisco Jerezst/mesa: Make the frontbuffer visible on st_flush(PIPE_...
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Brian Paulprogs/demos: update GL version test to accept GL 3.x
2010-02-17 Brian Paulglsl/apps: print usage info if insufficient args
2010-02-17 Brian Paulst/mesa: replace conditional with assertion
2010-02-17 Chia-I Wuprogs/openvg: Add .gitignore.
2010-02-17 Chia-I Wuprogs/es1: Update .gitignore.
2010-02-17 Keith Whitwellllvmpipe: use ffs technique for full tiles also
2010-02-17 Chia-I Wudocs: Update TODOs of egl.html.
2010-02-17 Chia-I Wuegl: Revisit global data locking.
2010-02-17 Chia-I Wuegl: Always lock a display before using it.
2010-02-17 Chia-I Wuegl: Make eglGetDisplay atomic.
2010-02-17 Chia-I Wuegl: Add a mutex to _EGLDisplay.
2010-02-17 Chia-I Wuegl: eglGetError should return the status of the last...
2010-02-17 Chia-I Wuegl: Always record error code.
2010-02-17 Chia-I Wuegl: Use new error checking macros.
2010-02-17 Chia-I Wuegl: Add new error checking macros.
2010-02-17 Keith Whitwellllvmpipe: rework do_block_16 to use bitmasks and ffs
2010-02-17 Michal Krolglsl/pp: Remove sl_pp_get_extension_state().
2010-02-17 Michal Krolglsl/cl: Parse layout qualifiers only when an appropria...
2010-02-17 Michal Krolglsl/cl: Properly emit layout qualifier list.
next