mesa.git
2010-02-24 Michal Krolst/mesa: Reset clip state when clearing with quads.
2010-02-24 Michal Krolutil: Reset clip state when doing blitting.
2010-02-24 Michal Krolst/mesa: Use cso context to manage clip state.
2010-02-24 Michal Krolcso: Track clip state with cso context.
2010-02-22 Michal Krolgallium: Remove bypass_vs_clip_and_viewport from raster...
2010-02-22 Brian Pauli965g: added missing texture cap queries
2010-02-22 Brian Pauli915g: added missing texture cap queries
2010-02-22 Brian Paulst/mesa: change viewport Z scale/bias for glBitmap...
2010-02-22 Brian Paulst/mesa: Add checks for ST_SURFACE_x vs MESA_BUFFER_x
2010-02-22 Brian Paulmesa/st: Make ST_SURFACE_DEPTH index consistent with...
2010-02-22 Chris Wilsonintel: assert that we do not overflow the batch buffer.
2010-02-22 Chris Wilsoni915: Fix logic !gen >= 3
2010-02-22 Chris Wilsoni915: Remove superfluous MI_NOOP from vertex emission
2010-02-22 Chris Wilsonintel: Check that we have a bufmgr or bail out when...
2010-02-22 Dave AirlieRevert "r300g: rebuild winsys/pipe buffer handling...
2010-02-22 Dave Airlier300g: rebuild winsys/pipe buffer handling and add...
2010-02-22 Marek Olšákr3OOg: support rendering of more than 65535 vertices...
2010-02-21 Vinson Leei965g: Fix memory leak.
2010-02-21 Vinson Leest/mesa: Fix memory leak on out-of-memory error path.
2010-02-21 Vinson Leer300g: Remove unnecessary header.
2010-02-21 Ray KohlerLink egl progs to libm as necessary.
2010-02-21 Marek Olšákr300g: precompute framebuffer register values
2010-02-21 Marek Olšákr300g: add all missing colorbuffer formats
2010-02-21 Marek Olšákr300g: make r300_translate_texformat private
2010-02-21 Marek Olšákr300g: re-enable SRGB formats
2010-02-21 Vinson Leemesa: Add assert to check for null pointer dereference.
2010-02-21 Vinson Leedraw: Remove dead code.
2010-02-21 Vinson Leei965g: Remove dead code.
2010-02-21 Vinson Leei965g: Fix assertions that were always true.
2010-02-21 Vinson Leeglsl/cl: Prevent possible buffer overflow.
2010-02-21 Vinson Leei965g: Fix use of out-of-scope variable.
2010-02-21 Chia-I Wust/egl: Disable SHM in ximage backend.
2010-02-21 Vinson Leeradeon: Silence compiler format warning.
2010-02-21 Vinson Leeglsl/cl: Prevent possible string overflow.
2010-02-21 Chia-I Wust/egl: Properly convert vrefresh to refresh rate.
2010-02-21 Chia-I Wust/egl: Enable extensions before adding configs.
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 <>
next