summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Implement the CONT opcode.Tom Stellard2010-08-114-7/+20
* r300/compiler: Handle loops in the register allocator.Tom Stellard2010-08-111-4/+34
* mesa: Include missing header in prog_noise.h.Vinson Lee2010-08-111-0/+2
* mesa: Clean up header file inclusion in prog_instruction.h.Vinson Lee2010-08-111-1/+1
* mesa: Include missing header in prog_execute.h.Vinson Lee2010-08-111-0/+1
* mesa: Include missing header in prog_cache.h.Vinson Lee2010-08-111-0/+3
* mesa: Include missing header in nvvertparse.h.Vinson Lee2010-08-111-0/+1
* mesa: Include missing header in nvfragparse.h.Vinson Lee2010-08-111-0/+1
* mesa: Remove unnecessary header from hash_table.h.Vinson Lee2010-08-111-2/+0
* swrast: fix span color array pointer assignment for 32-bit/channel rendering[email protected]2010-08-101-0/+17
* r300g: implement gl_FrontFacingMarek Olšák2010-08-112-0/+44
* swrast: Remove unnecessary header.Vinson Lee2010-08-101-1/+0
* mesa: use switch stmt in init_program_limits()Brian Paul2010-08-101-5/+10
* mesa: remove obsolete commentsBrian Paul2010-08-101-9/+9
* r300/compiler: Use predicate bit for IF statements in r500 vertex shadersTom Stellard2010-08-103-3/+153
* r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard2010-08-108-20/+170
* r300/compiler: Correctly transform nested loops.Tom Stellard2010-08-101-16/+9
* mesa: additional program limit assertionsBrian Paul2010-08-101-1/+9
* mesa: fix comment typoBrian Paul2010-08-101-1/+1
* radeon: Use MESA_FORMAT_SARGB8 for sRGB formatsHenri Verbeet2010-08-096-19/+19
* r600c: Disable alpha test during blitsHenri Verbeet2010-08-091-3/+4
* radeon: fix npot mipmap alignment on r600Andre Maasikas2010-08-091-1/+1
* r600: bump glsl versionAndre Maasikas2010-08-091-0/+2
* i810: Add missing header m_xform.h.Vinson Lee2010-08-071-0/+2
* dri: Add missing header m_xform.h.Vinson Lee2010-08-075-0/+11
* tnl: Reduce header file inclusion in t_context.h.Vinson Lee2010-08-073-2/+2
* swrast: Reduce header file inclusion in s_zoom.h.Vinson Lee2010-08-071-1/+2
* swrast: Fix header file inclusion in s_texfilter.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_texcombine.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_stencil.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_masking.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_logic.h.Vinson Lee2010-08-071-1/+2
* swrast: Reduce header file inclusion in s_fragprog.h.Vinson Lee2010-08-072-1/+3
* swrast: Reduce header file inclusion in s_fog.h.Vinson Lee2010-08-071-1/+2
* swrast: Clean up header file inclusion in s_depth.h.Vinson Lee2010-08-071-1/+2
* swrast: Include missing header in s_context.h.Vinson Lee2010-08-071-0/+1
* swrast: Clean up header file inclusion in s_blend.h.Vinson Lee2010-08-071-1/+2
* swrast: Clean up header file inclusion in s_atifragshader.h.Vinson Lee2010-08-072-1/+3
* swrast: Clean up header file inclusion in s_alpha.h.Vinson Lee2010-08-071-1/+2
* r300c: do not advertise half float vertex on RV3xx, RS4xx, RC4xxMarek Olšák2010-08-072-2/+2
* st/mesa: Remove unnecessary header.Vinson Lee2010-08-061-1/+0
* st/mesa: remove stray semicolonsBrian Paul2010-08-062-2/+2
* swrast: Reduce header file inclusion in s_aatriangle.h.Vinson Lee2010-08-061-1/+1
* swrast: Reduce header file inclusion in s_aaline.h.Vinson Lee2010-08-061-1/+1
* st/mesa: Clean up header file inclusion in st_program.h.Vinson Lee2010-08-053-5/+4
* st/mesa: Only get debug option onceJakob Bornecrantz2010-08-051-1/+3
* st/mesa: Only get mesa mvp dp4 option onceJakob Bornecrantz2010-08-051-1/+4
* st/mesa: Clean up header file inclusion in st_mesa_to_tgsi.h.Vinson Lee2010-08-052-1/+4
* st/mesa: Clean up header file inclusion in st_manager.h.Vinson Lee2010-08-052-2/+6
* glsl: fix atan(0, -1)Brian Paul2010-08-051-1/+1