summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-08-10mesa: use switch stmt in init_program_limits()Brian Paul
2010-08-10mesa: remove obsolete commentsBrian Paul
2010-08-10r300/compiler: Use predicate bit for IF statements in r500 vertex shadersTom Stellard
2010-08-10r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard
2010-08-10r300/compiler: Correctly transform nested loops.Tom Stellard
2010-08-10mesa: additional program limit assertionsBrian Paul
2010-08-10mesa: fix comment typoBrian Paul
2010-08-09glsl2: Add a pass to transform ir_binop_sub to add(op0, neg(op1))Eric Anholt
2010-08-09glsl2: Add constant propagation.Eric Anholt
2010-08-09i965: More s/stderr/stdout/ for program debug.Eric Anholt
2010-08-09radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet
2010-08-09r600c: Disable alpha test during blitsHenri Verbeet
2010-08-09radeon: fix npot mipmap alignment on r600Andre Maasikas
2010-08-09r600: bump glsl versionAndre Maasikas
2010-08-07i810: Add missing header m_xform.h.Vinson Lee
2010-08-07dri: Add missing header m_xform.h.Vinson Lee
2010-08-07tnl: Reduce header file inclusion in t_context.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_zoom.h.Vinson Lee
2010-08-07swrast: Fix header file inclusion in s_texfilter.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_texcombine.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_stencil.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_masking.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_logic.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_fragprog.h.Vinson Lee
2010-08-07swrast: Reduce header file inclusion in s_fog.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_depth.h.Vinson Lee
2010-08-07swrast: Include missing header in s_context.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_blend.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_atifragshader.h.Vinson Lee
2010-08-07swrast: Clean up header file inclusion in s_alpha.h.Vinson Lee
2010-08-07r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák
2010-08-06st/mesa: Remove unnecessary header.Vinson Lee
2010-08-06st/mesa: remove stray semicolonsBrian Paul
2010-08-06glsl2: Move gl_program->InputsRead/OutputsWritten setting to an ir pass.Eric Anholt
2010-08-06swrast: Reduce header file inclusion in s_aatriangle.h.Vinson Lee
2010-08-06swrast: Reduce header file inclusion in s_aaline.h.Vinson Lee
2010-08-06ir_to_mesa: Add support for sampler arrays.Eric Anholt
2010-08-06glsl2: Don't assert in a couple of places when encountering sampler arrays.Eric Anholt
2010-08-06ir_to_mesa: Give the expected size for _mesa_add_attribute().Eric Anholt
2010-08-05st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee
2010-08-05ir_to_mesa: Handle texture-array samplersIan Romanick
2010-08-05st/mesa: Only get debug option onceJakob Bornecrantz
2010-08-05st/mesa: Only get mesa mvp dp4 option onceJakob Bornecrantz
2010-08-05st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee
2010-08-05st/mesa: Clean up header file inclusion in st_manager.h.Vinson Lee
2010-08-05glsl: fix atan(0, -1)Brian Paul
2010-08-05glsl2: Add a pass to convert exp and log to exp2 and log2.Eric Anholt
2010-08-05r600c: tiling require drm 2.6.0, not 2.5.0Alex Deucher
2010-08-05r600: add support for getting the tiling config via drm ioctl (v2)Alex Deucher
2010-08-05r600: add new relocs for tiling supportAlex Deucher