summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-12-24r300g/swtcl: re-enable LLVMMarek Olšák
2010-12-24r600g: r600_blit_uncompress_depth() can't fail.Henri Verbeet
2010-12-24r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet
2010-12-24mapi: Move mapi_func typedef to entry.h.Chia-I Wu
2010-12-24mapi: Define MAPI_TMP_DEFINES only when needed.Chia-I Wu
2010-12-24mapi: Add and use entry_get_public.Chia-I Wu
2010-12-24mapi: Make struct mapi_stub opaque.Chia-I Wu
2010-12-24mapi: Allow blocks to be disabled from the output.Chia-I Wu
2010-12-24mapi: Fix hidden entries.Chia-I Wu
2010-12-24mapi: Add "handcode" attribute to the script.Chia-I Wu
2010-12-24mapi: Minor ABIPrinter refactoring.Chia-I Wu
2010-12-24mapi: Store alias entry instead of alias name.Chia-I Wu
2010-12-24r600g: hack around property unknown issues.Dave Airlie
2010-12-24r300g: turn back on rv530 hiz.Dave Airlie
2010-12-24r300g: hyperz fixing typo.Dave Airlie
2010-12-23mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps.Vinson Lee
2010-12-24i965: use align1 access mode for instructions with execSize=1 in VSXiang, Haihao
2010-12-24i965: fix register region descriptionXiang, Haihao
2010-12-23r600g: Rearrange print order of outputs of R600_ERR.Vinson Lee
2010-12-23mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader.Vinson Lee
2010-12-23st/egl: Remove unnecessary header.Vinson Lee
2010-12-23libgl-xlib: Remove unnecessary header.Vinson Lee
2010-12-23r300g: Remove unnecessary header.Vinson Lee
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie
2010-12-23mapi: Remove unnecessary header.Vinson Lee
2010-12-23intel: Remove unnecessary headers.Vinson Lee
2010-12-24r300g: add support for color0 writes to all bound color buffers.Dave Airlie
2010-12-24mesa/st: set the color write cbuf property for fragColor writesDave Airlie
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie
2010-12-23i965: Remove unnecessary headers.Vinson Lee
2010-12-23mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps.Vinson Lee
2010-12-23r300g: use a simpler fallback for misaligned ushort indices with trianglesMarek Olšák
2010-12-23r300g: add support for B2G3R3 texturingMarek Olšák
2010-12-23mesa: fix texel store functions for some float formatsMarek Olšák
2010-12-23st/mesa: do not require all texture formats to be renderableMarek Olšák
2010-12-23st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16Marek Olšák
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák
2010-12-23mesa: implement new texture format I16Marek Olšák
2010-12-23mesa: implement new texture format L16Marek Olšák
2010-12-23mesa: implement new texture format A16Marek Olšák
2010-12-23mesa: implement new texture format AL44Marek Olšák
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák
2010-12-23st/mesa: if Z32 is unsupported, prefer Z24 to Z16Marek Olšák
2010-12-23st/mesa: use RGBA16 for RGB12 and RGB16Marek Olšák
2010-12-23st/mesa: use DXT SRGB formats for COMPRESSED_SRGBMarek Olšák
2010-12-23i965: Keep around a copy of the VS constant surface dumping code.Eric Anholt
2010-12-23i965: Correct the dp_read message descriptor setup on g4x.Eric Anholt
2010-12-23i965: upload multisample state for fragment program changeZhenyu Wang
2010-12-23i965: Use MI_FLUSH_DW for blt ring flush on sandybridgeZhenyu Wang