aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* 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
* draw: Silence uninitialized var warnings.José Fonseca2013-04-172-3/+7
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-178-1/+47
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-174-4/+1
* gallium/hud: fix FPS computation for framerate > 4.2kMarek Olšák2013-04-161-1/+2
* gallium/hud: increase vertex buffer size for background black rectanglesMarek Olšák2013-04-161-1/+1
* gallium/hud: update the contents of GALLIUM_HUD=helpMarek Olšák2013-04-161-2/+17
* gallium/hud: remove pipeline-statistics- prefix in query namesMarek Olšák2013-04-161-21/+22
* gallivm: fix small but severe bug in handling multiple lod level stridesRoland Scheidegger2013-04-151-1/+1
* gallivm/tgsi: handle untyped movesZack Rusin2013-04-102-0/+10
* gallivm: fix loops and conditionals within GSZack Rusin2013-04-102-19/+105
* gallivm: fix unsigned divide and remainder opcodesZack Rusin2013-04-101-4/+33
* gallivm: fix breakcZack Rusin2013-04-101-12/+14
* tgsi: Ensure struct tgsi_ind_register field Index is initialized.Vinson Lee2013-04-081-0/+1
* gallium/util: add const to a parameter of util_max_layerMarek Olšák2013-04-061-1/+1
* util: add ETC as compressed formatWladimir2013-04-051-0/+1
* gallium/u_blitter: fix is_blit_generic_supported() stencil checkingBrian Paul2013-04-051-12/+14
* gallium/hud: add GALLIUM_HUD_PERIOD env varBrian Paul2013-04-041-1/+16
* gallium/hud: initialize sampler stateBrian Paul2013-04-041-0/+6