glapi: drop SOLARIS_THREADS
[mesa.git] / src / gallium /
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 Marek Olšákr300g: fix texture swizzling for the SRGB formats
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 Chia-I Wust/egl: Unify surface creation.
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é Fonsecasvga: Prevent buffer overflow in buffer ranges.
2010-02-22 José Fonsecasvga: Fix PIPE_LOGICOP_INVERT.
2010-02-22 Brian Pauli965g: added missing texture cap queries
2010-02-22 Brian Pauli915g: added missing texture cap queries
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 Leer300g: Remove unnecessary header.
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 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 Leei965g: Fix use of out-of-scope variable.
2010-02-21 Chia-I Wust/egl: Disable SHM in ximage backend.
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 Vinson Leetgsi: ifdef out unused function micro_sqrt.
2010-02-19 Marek Olšákr300g: fix rendering into the L8 and A8 texture formats
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 old MEMSET macro with memset
2010-02-19 Brian Paulmesa: replace old MEMCPY macro with memcpy
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_strcmp in favor of plain strcmp.
2010-02-19 Kenneth GraunkeRemove _mesa_strncpy in favor of plain strncpy.
2010-02-19 Corbin SimpsonRevert "r300g: remove L8_UNORM from colorbuffer formats"
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 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 Francisco JerezRevert "st/mesa: Make the frontbuffer visible on st_flu...
2010-02-18 Vinson Leeutil: Fix typo of debug_dump_float_rgba_bmp.
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-17 Francisco Jerezst/dri2: Flush FRAME instead of RENDER_CACHE on buffer...
2010-02-17 Ian RomanickMerge commit '381d5e209815235911c4aab516037c868c8f695f'
2010-02-17 Keith Whitwellllvmpipe: use ffs technique for full tiles also
2010-02-17 Keith Whitwellllvmpipe: rework do_block_16 to use bitmasks and ffs
2010-02-16 Francisco Jereznv40: Fix incorrect so_new() numbering.
2010-02-16 Francisco Jereznv40: Implement PIPE_CAP_MAX_COMBINED_SAMPLERS.
2010-02-16 Francisco Jerezst/dri2: Use event-driven buffer validation.
2010-02-16 Ben Skeggsnv50: use hw idx buffers where we can
2010-02-16 Ben Skeggsnouveau: fix for latest libdrm
2010-02-15 José Fonsecawgl: Be lenient when sharing contexts.
2010-02-15 Vinson Leedraw: Add assert to check input of memcpy.
2010-02-15 Marek Olšákr300g: fix the size of constant buffers
2010-02-15 José Fonsecapython: Reconstruct blend state objects from binary...
2010-02-15 José Fonsecatrace: Dump blend state as a binary blob.
2010-02-15 José Fonsecatrace: Fix constant buffer unwrapping.
2010-02-14 José Fonsecautil: Avoid dumping masked state. Other minor improvements.
2010-02-14 José Fonsecaos: A stream for debug logging.
2010-02-14 José Fonsecatrace: No need to dump reference counts.
2010-02-14 José Fonsecapython: Pretty-printing of blend state.
2010-02-14 José Fonsecautil: Helper functions to dump all state objects.
2010-02-14 José Fonsecaos: Add a growable string stream.
2010-02-14 José Fonsecaos: Complement/improve stream inline helpers.
2010-02-14 José Fonsecaos: Fix bad calloc.
2010-02-14 José Fonsecatrace: Update for os_stream changes.
2010-02-14 José Fonsecautil: Update for os_stream changes.
next