mesa.git
2010-02-24 Brian Paulst/mesa: updated comments
2010-02-24 Brian Paulst/mesa: consolidate redundant format conversion code
2010-02-24 Brian Paulst/mesa: more format code clean-up and removal
2010-02-24 Brian Paulst/mesa: clean-ups in FBO code
2010-02-24 Brian Paulst/mesa: clean-up of format-related code
2010-02-24 Brian Paulst/mesa: use util_format_get_blocksize()
2010-02-24 Brian Paulst/mesa: code clean-ups in st_renderbuffer_alloc_storage()
2010-02-24 Brian Paulllvmpipe: SRGB textures not supported yet
2010-02-24 Brian Paulllvmpipe: vertex shader textures not supported yet
2010-02-24 Alex Deucherr600: proper fix for 15601835361e2fdd34b38b265cfc300774...
2010-02-24 José Fonsecar300: Update for UTIL_FORMAT_LAYOUT_xxx changes.
2010-02-24 José Fonsecamesa: Update for UTIL_FORMAT_LAYOUT_xxx changes.
2010-02-24 José Fonsecallvmpipe: Update for UTIL_FORMAT_LAYOUT_xxx changes.
2010-02-24 José Fonsecagallivm: Update for UTIL_FORMAT_LAYOUT_xxx changes.
2010-02-24 José Fonsecautil: Kill array vs arith layouts. Revamp UTIL_FORMAT_L...
2010-02-24 Brian Pauli915g: fix a comment
2010-02-24 Brian Paulgallium/docs: clean up texture usage text, added textur...
2010-02-24 José Fonsecallvmpipe: Fix breakeage.
2010-02-24 José Fonsecautil: Refactor some code.
2010-02-24 José Fonsecautil: Cope with the fact that formats in u_format.csv...
2010-02-24 José Fonsecautil: Factor out the code to shorten a format name.
2010-02-24 José Fonsecallvmpipe: Handle correctly 24bit formats.
2010-02-24 José Fonsecautil: Handle correctly 24bit formats.
2010-02-24 José Fonsecautil: Minor tweaks to ambigous/unused format descriptions.
2010-02-24 José Fonsecautil: Fix swizzles for SRGB formats.
2010-02-24 José Fonsecautil: Organize formats in groups. Add comments.
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.
next