mesa.git
2010-02-24 José Fonsecautil: Allow '#' comments in u_format.csv.
2010-02-24 Brian Paulmesa: disable unreachable meta mipmap gen code
2010-02-24 José Fonsecautil: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.
2010-02-24 José Fonsecallvmpipe: Kill unused UTIL_FORMAT_LAYOUT_SCALAR.
2010-02-24 José Fonsecautil: Store more derived data in the the format descrip...
2010-02-24 Dave Airlieradeon/r200: fix the state emission before kernel clear
2010-02-24 Vinson Leer600: Assert that array index is not negative.
2010-02-24 Dave Airlieradeon: fix bad state emission causes kernel to do...
2010-02-24 Kristian Høgsbergintel: Call intel_prepare_render() in intelMakeCurrent()
2010-02-24 Brian Paulgallivm: added clamp and int_to_float functions
2010-02-24 Brian Paulllvmpipe: add lp_tile_image.c to sources
2010-02-24 Brian Paulllvmpipe: whole image tile/untile functions
2010-02-24 Brian Paulst/mesa: whitespace fixes
2010-02-24 Brian Paulllvmpipe: remove Z16 format override hack
2010-02-24 Brian Paulllvmpipe: Z16 format is not supported
2010-02-24 Brian Paulst/glx: improved depth/stencil format selection code
2010-02-24 Brian Paulst/glx: added PIPE_FORMAT_Z24S8_UNORM code
2010-02-24 Brian Paulllvmpipe: added assertions to verify that scene is...
2010-02-24 Brian Paulllvmpipe: added some assertions
2010-02-24 George Sapountzisglapi: fix es after mv
2010-02-24 George Sapountzisglapi: fix code generation Makefile after mv
2010-02-24 George Sapountzisglapi: mv code generation to subdir
2010-02-24 Marek Olšákr300g: fix texture swizzling for the SRGB formats
2010-02-23 kleinermglx: Fix some typos in pointer checking for OML_sync_co...
2010-02-23 Luca Barbieripipebuffer: slab: if size < alignment, use alignment...
2010-02-23 Luca Barbieripipebuffer: fix inverted signalled checking
2010-02-23 Luca Barbieripipebuffer: avoid assert due to increasing a zeroed...
2010-02-23 Eric Anholti965: Enable GL_ARB_fragment_coord_conventions now...
2010-02-23 Chia-I Wuegl: Remove unused _EGL_SKIP_HANDLE_CHECK.
2010-02-23 Chia-I Wust/egl: Unify surface creation.
2010-02-23 Vinson Leemesa: Assert that array index is not negative.
2010-02-23 Vinson Leeglsl/apps: Assert that ftell does not return an error.
2010-02-23 Vinson Leei965g: Add fallthrough comments in switch statement.
2010-02-23 Vinson Leedraw: Remove dead code.
2010-02-23 Marek Olšákr300g: fix draw_elements for "start" != 0
2010-02-22 José Fonsecasvga: Upload user buffers only once.
2010-02-22 José Fonsecasvga: Fix the guest offset of piecewise buffer DMAs.
2010-02-22 José Fonsecasvga: Emit a scalar rcp in shadow maps.
2010-02-22 José Fonsecasvga: Don't emit zero writemasks.
2010-02-22 José Fonsecatgsi: Report an error when a destination has an empty...
2010-02-22 José Fonsecasvga: Upload the dirty ranges instead of the whole...
2010-02-22 José Fonsecasvga: Break uploads of big buffers into smaller pieces.
2010-02-22 José Fonsecasvga: Note ranges even when there is no hardware buffer...
2010-02-22 José Fonsecasvga: Further cleanup/comment svga buffer code.
2010-02-22 José Fonsecasvga: Temporarily create a sw vertex buf when failed...
2010-02-22 José Fonsecasvga: Remove unused buffer download code.
2010-02-22 José Fonsecapipebuffer: Don't synchronize when checking for buffer...
2010-02-22 José Fonsecapython/retrace: Dump all vertices for verbosity level 3.
2010-02-22 José Fonsecasvga: Prevent buffer overflow in buffer ranges.
2010-02-22 José Fonsecasvga: Fix PIPE_LOGICOP_INVERT.
2010-02-22 Keith Packardbin/mklib: Clear CDPATH to avoid damaging expand_archiv...
2010-02-22 Brian Paulglxinfo: Fix User error in glGetProgramivARB
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
next