summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-24swrast: Clean up header file inclusion in s_aatriangle.h.Vinson Lee1-1/+1
2010-12-24swrast: Clean up header file inclusion in s_aaline.h.Vinson Lee1-1/+1
2010-12-24st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee1-7/+9
2010-12-24st/mesa: Clean up header file inclusion in st_gen_mipmap.h.Vinson Lee1-1/+3
2010-12-25docs/egl: Update egl.html.Chia-I Wu1-11/+32
2010-12-24r300g/swtcl: re-enable LLVMMarek Olšák3-1/+24
2010-12-24r600g: r600_blit_uncompress_depth() can't fail.Henri Verbeet2-5/+2
2010-12-24r600g: Get rid of r600_blit_uncompress_depth_ptr.Henri Verbeet3-6/+1
2010-12-24mapi: Move mapi_func typedef to entry.h.Chia-I Wu4-4/+4
2010-12-24mapi: Define MAPI_TMP_DEFINES only when needed.Chia-I Wu2-1/+1
2010-12-24mapi: Add and use entry_get_public.Chia-I Wu7-16/+66
2010-12-24mapi: Make struct mapi_stub opaque.Chia-I Wu4-15/+61
2010-12-24mapi: Allow blocks to be disabled from the output.Chia-I Wu1-47/+58
2010-12-24mapi: Fix hidden entries.Chia-I Wu1-16/+55
2010-12-24mapi: Add "handcode" attribute to the script.Chia-I Wu1-0/+22
2010-12-24mapi: Minor ABIPrinter refactoring.Chia-I Wu1-21/+32
2010-12-24mapi: Store alias entry instead of alias name.Chia-I Wu1-6/+8
2010-12-24r600g: hack around property unknown issues.Dave Airlie1-0/+2
2010-12-24r300g: turn back on rv530 hiz.Dave Airlie1-1/+1
2010-12-24r300g: hyperz fixing typo.Dave Airlie1-2/+2
2010-12-23mesa: Assert format is not MESA_FORMAT_COUNT in _mesa_format_to_type_and_comps.Vinson Lee1-1/+4
2010-12-24i965: use align1 access mode for instructions with execSize=1 in VSXiang, Haihao1-0/+2
2010-12-24i965: fix register region descriptionXiang, Haihao1-1/+1
2010-12-23r600g: Rearrange print order of outputs of R600_ERR.Vinson Lee1-1/+1
2010-12-23mesa: Assert _mesa_DeleteFragmentShaderATI doesn't ever free static DummyShader.Vinson Lee1-0/+1
2010-12-23st/egl: Remove unnecessary header.Vinson Lee1-1/+0
2010-12-23libgl-xlib: Remove unnecessary header.Vinson Lee1-1/+0
2010-12-23r300g: Remove unnecessary header.Vinson Lee1-2/+0
2010-12-24tgsi_text: just parse as an integer (value is a boolean).Dave Airlie1-1/+0
2010-12-23mapi: Remove unnecessary header.Vinson Lee1-1/+0
2010-12-23intel: Remove unnecessary headers.Vinson Lee2-2/+0
2010-12-24r300g: add support for color0 writes to all bound color buffers.Dave Airlie5-9/+54
2010-12-24mesa/st: set the color write cbuf property for fragColor writesDave Airlie1-0/+5
2010-12-24softpipe: add support for color writes all color bufs propertyDave Airlie3-4/+14
2010-12-24gallium: add fragment shader property for color writes to all buffers. (v2)Dave Airlie5-3/+30
2010-12-23i965: Remove unnecessary headers.Vinson Lee1-2/+0
2010-12-23mesa: Fix #ifdef typo in _mesa_format_to_type_and_comps.Vinson Lee1-1/+1
2010-12-23r300g: use a simpler fallback for misaligned ushort indices with trianglesMarek Olšák1-26/+53
2010-12-23r300g: add support for B2G3R3 texturingMarek Olšák2-0/+9
2010-12-23mesa: fix texel store functions for some float formatsMarek Olšák1-10/+17
2010-12-23st/mesa: do not require all texture formats to be renderableMarek Olšák1-1/+6
2010-12-23st/mesa: use the formats RGB233, ARGB2101010, AL44, AL1616, A16, L16, I16Marek Olšák1-17/+78
2010-12-23gallium: add new formats L16A16_UNORM, A16_UNORM, I16_UNORM, B2G3R3_UNORMMarek Olšák2-0/+10
2010-12-23mesa: implement new texture format I16Marek Olšák6-4/+50
2010-12-23mesa: implement new texture format L16Marek Olšák7-4/+55
2010-12-23mesa: implement new texture format A16Marek Olšák7-8/+58
2010-12-23mesa: implement new texture format AL44Marek Olšák7-1/+95
2010-12-23mesa: implement new texture format ARGB2101010Marek Olšák7-0/+128
2010-12-23st/mesa: if Z32 is unsupported, prefer Z24 to Z16Marek Olšák1-2/+2
2010-12-23st/mesa: use RGBA16 for RGB12 and RGB16Marek Olšák1-2/+2