summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-07gallivm: restore const qualifierBrian Paul1-1/+1
2010-07-07gallivm: fix cube map LOD computationBrian Paul1-38/+54
2010-07-07st/mesa: fix sampler max_lod computationBrian Paul1-1/+2
2010-07-07r600: workaround 3 comp GL_SHORT vertex attribute format on r700Andre Maasikas1-1/+3
2010-07-07glsl: use Elements() in arrays instead of sentinal valuesBrian Paul1-20/+20
2010-07-06llvmpipe: Don't build lp_test_round when using MSVC.Vinson Lee1-1/+3
2010-07-06llvmpipe: Add lp_test_round to SCons build.Vinson Lee1-0/+1
2010-07-06egl: Remove unnecessary headers.Vinson Lee2-2/+0
2010-07-06draw: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-06gallivm: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-07util: print help for debug options on non-debug buildsMarek Olšák1-2/+2
2010-07-06gallivm: use trunc, not round in lp_build_nearest_mip_level()Brian Paul1-1/+1
2010-07-06llvmpipe: add test program for round(), trunc(), floor(), ceil()Brian Paul2-0/+278
2010-07-06gallivm: finish implementation of lp_build_iceil()Brian Paul1-19/+67
2010-07-06llvmpipe: disconnect vertex texture sampling from the setupZack Rusin8-89/+85
2010-07-06draw: make sure softpipe doesn't crash with vertex tex samplingZack Rusin1-7/+16
2010-07-06draw: implement vertex texture sampling using llvmZack Rusin15-32/+516
2010-07-06r300/compiler: Implement KILP opcode.Tom Stellard6-1/+43
2010-07-06gallivm: Use SSE4.1's BLENDV instructions for lp_build_select().José Fonseca1-0/+41
2010-07-06gallivm: Fix 8bit comparisons.José Fonseca1-5/+3
2010-07-06llvmpipe: ensure all bins are reset avoids memory corruption.Alan Hourihane1-2/+2
2010-07-06mesa: Always initialize transform feedback state.Chia-I Wu2-24/+48
2010-07-06egl: Rework driver loading.Chia-I Wu7-211/+365
2010-07-06st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu5-42/+84
2010-07-05mesa: initial support for unnormalized integer texture formatsBrian Paul9-133/+1140
2010-07-05auxiliary/util: Add SM3 meta-cap list.Corbin Simpson1-0/+17
2010-07-05llvmpipe: wait for queries being finished when asked for it or before deletionRoland Scheidegger1-6/+26
2010-07-04i915g: Remove unnecessary header.Vinson Lee1-1/+0
2010-07-04i915g: Add flag to not send commands to hwJakob Bornecrantz3-1/+6
2010-07-04i915g: If the kernel reject the batchbuffer print it then assertJakob Bornecrantz1-13/+18
2010-07-04i915g: Minor cleanupsJakob Bornecrantz2-9/+16
2010-07-04i915g: Make batchbuffer flush function not be inlineJakob Bornecrantz3-15/+28
2010-07-04i915g: Rename texture state to map stateJakob Bornecrantz1-23/+23
2010-07-04i915g: Move fragment state to its own fileJakob Bornecrantz6-17/+64
2010-07-04i915g: Move static state to its own fileJakob Bornecrantz4-18/+50
2010-07-04i915g: Don't dirty dynamic state if it hasn't changedJakob Bornecrantz1-1/+4
2010-07-04i915g: Don't flush after blitJakob Bornecrantz1-2/+0
2010-07-04i915g: Don't flush empty batchbuffersJakob Bornecrantz1-2/+0
2010-07-04gallium: Make trivial examples use target helpersJakob Bornecrantz3-26/+23
2010-07-04gallium: Fix compilation of trivial quad-texJakob Bornecrantz1-1/+1
2010-07-03st/egl: Remove unnecessary headers.Vinson Lee1-3/+0
2010-07-03docs: Update EGL doc.Chia-I Wu1-50/+19
2010-07-03mesa: Fix OpenGL ES-only builds.Chia-I Wu2-0/+4
2010-07-03egl: Always use EGLAPIENTRY in api function prototypesnobled1-15/+15
2010-07-03gallivm: Remove unnecessary headers.Vinson Lee2-2/+0
2010-07-03r300g: fix warningsMarek Olšák1-2/+5
2010-07-03r300/compiler: Fix loop unrollingTom Stellard1-1/+15
2010-07-03r300/compiler: Use hardware flow control instructions for loops on r500.Tom Stellard8-44/+154
2010-07-03r300g: Fix typo in r300_reg.hTom Stellard1-2/+2
2010-07-03r300/compiler: Don't continue copy propagation inside loops.Tom Stellard1-0/+5