aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* build: Remove HAVE_PIPE_LOADER_SW.Matt Turner2013-04-301-4/+0
* build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.Matt Turner2013-04-301-2/+2
* draw: don't crash if GS doesn't emit anythingZack Rusin2013-04-272-0/+18
* Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV2013-04-291-1/+1
* draw/so: fix overflow calculationZack Rusin2013-04-271-8/+18
* draw/so: indicate overflow when buffer is missingZack Rusin2013-04-271-0/+4
* gallivm: fix indirect addressing of temps in soa modeZack Rusin2013-04-271-0/+11
* tgsi/ureg: Add a function to return the number of outputsZack Rusin2013-04-262-0/+15
* draw/so: Fix overflow calculationsZack Rusin2013-04-261-3/+8
* draw/llvm: fix viewport transformationsZack Rusin2013-04-261-4/+5
* Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."José Fonseca2013-04-261-16/+10
* gallivm: Fix trivial out-of-bounds indirection in lp_build_cube_lookup().José Fonseca2013-04-261-1/+1
* draw: Yield zeros for LLVM fetches of non-existing vertex elements.José Fonseca2013-04-251-21/+28
* util/u_sse: Fix _mm_shuffle_epi8 prototype for clang.José Fonseca2013-04-251-1/+6
* draw/gs: preserve leading vertex info for gsZack Rusin2013-04-231-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-239-28/+37
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-2320-20/+20
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-239-9/+9
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-2318-27/+39
* gallium/u_blitter: implement buffer clearingMarek Olšák2013-04-232-8/+97
* gallivm: Fix build with LLVM >= r180063Tom Stellard2013-04-232-0/+8
* draw: use the prim count for ia primitivesZack Rusin2013-04-221-1/+2
* tgsi/scan: set correct input limits for geometry shaderZack Rusin2013-04-221-0/+17
* draw: add code to reset instance dependent dataZack Rusin2013-04-225-1/+31
* gallium: Add a new clip_halfz rasterizer state.José Fonseca2013-04-226-24/+19
* gallivm: Fix assignment of unsigned values to OUT register.José Fonseca2013-04-221-77/+52
* Revert "gallivm: Emit vector selects."José Fonseca2013-04-211-2/+14
* gallivm: Disable LLVM 2.7 workaround on other versions.José Fonseca2013-04-201-2/+1
* gallivm: Emit vector selects.José Fonseca2013-04-201-12/+2
* gallivm: implement switch opcodeRoland Scheidegger2013-04-203-12/+340
* gallivm: use uint build context for mask instead of floatRoland Scheidegger2013-04-201-1/+1
* gallivm/tgsi: fix up breakcRoland Scheidegger2013-04-203-2/+6
* gallivm: increase nesting limit to 66Roland Scheidegger2013-04-201-2/+4
* draw: implement primitive assemblerZack Rusin2013-04-187-4/+386
* util/prim: fix decomposed counts for adjacency primitivesZack Rusin2013-04-181-4/+4
* draw/so: uses the correct index with the pre clipped coordinatesZack Rusin2013-04-181-6/+6
* gallivm: Fix half floats with MCJIT.José Fonseca2013-04-191-0/+3
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-182-0/+46
* gallivm: change cubemaps / derivatives handling, take 55Roland Scheidegger2013-04-183-104/+119
* gallivm: Add no_rho_approx debug optionRoland Scheidegger2013-04-183-118/+185
* gallivm: Drop pos arg from lp_build_tgsi_soa.José Fonseca2013-04-183-6/+0
* draw/so: respect leading/provoking vertex infoZack Rusin2013-04-171-1/+1
* gallivm/gs: fix indirect addressing in geometry shadersZack Rusin2013-04-173-6/+30
* draw/gs: make sure geometry shaders don't overflowZack Rusin2013-04-165-11/+81
* draw/gs: Return early if the passed geometry shader is nullZack Rusin2013-04-161-0/+3
* draw: implement pipeline statistics in the draw moduleZack Rusin2013-04-1610-20/+112
* gallivm/gs: fix the end primitive callsZack Rusin2013-04-162-27/+50
* tgsi/exec: geometry shaders are executed on a single primitiveZack Rusin2013-04-161-13/+17
* tgsi/exec: fix the udiv and umod instructionsZack Rusin2013-04-161-8/+8
* gallivm: JIT symbol resolution with linux perf.José Fonseca2013-04-175-59/+101