aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...Eric Anholt2011-03-122-10/+4
* Revert "i965: Use the fixed function GLSL program instead of the ARB program."Eric Anholt2011-03-122-5/+5
* i915g: fix transfer coherencyDaniel Vetter2011-03-123-26/+7
* i915g: don't recalculate fb dimensionDaniel Vetter2011-03-123-31/+4
* i915g: use y-tiling when the blitter is not usedDaniel Vetter2011-03-121-1/+4
* i915g: implement copy_region using u_blitterDaniel Vetter2011-03-124-9/+128
* i915g: fix use after freeDaniel Vetter2011-03-122-3/+3
* gallium: Delay the creation of simple helper shadersJakob Bornecrantz2011-03-123-96/+154
* r600g: Fix VS sampler view offsets for r600/r700.Carl-Philip Hänsch2011-03-121-1/+2
* r600g: Fix an unused variable warning.Henri Verbeet2011-03-121-3/+5
* u_blitter: Do blits in linear color space.Henri Verbeet2011-03-123-23/+39
* r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák2011-03-121-1/+1
* r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák2011-03-121-3/+0
* r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2011-03-122-9/+0
* r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák2011-03-121-3/+8
* st/dri: fix warning: ‘bind’ may be used uninitialized in this functionMarek Olšák2011-03-121-1/+1
* llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák2011-03-121-1/+1
* r300g: implement fragment color clamping in the shaderMarek Olšák2011-03-125-0/+33
* r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák2011-03-121-1/+5
* r600g: revert unintentional commitAdam Jackson2011-03-111-1/+0
* nouveau: Build fixAdam Jackson2011-03-111-0/+1
* r600: Build fixAdam Jackson2011-03-113-0/+3
* st/python: Remove flags from flush function.Vinson Lee2011-03-111-1/+1
* st/python: Remove the geom_flags param from is_format_supported.Vinson Lee2011-03-111-4/+2
* st/python: Clean up fence_finish.Vinson Lee2011-03-111-1/+1
* scons: Move texenvprogram.c to ff_fragment_shader.cpp.Vinson Lee2011-03-111-1/+1
* i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt2011-03-112-5/+5
* mesa: Track a computed _CurrentFragmentProgram for current gl_shader_programEric Anholt2011-03-112-4/+10
* mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt2011-03-114-783/+668
* mesa: Add gl_MESAFogParamsOptimized for our special pre-computed fog params.Eric Anholt2011-03-112-0/+6
* mesa: Add a builtin uniform for the ATI_envmap_bumpmap rotation matrix.Eric Anholt2011-03-112-0/+15
* mesa: Move texenvprogram.c to ff_fragment_shader.cpp.Eric Anholt2011-03-112-7/+16
* prog_cache: Add some support for shader_programs in prog_cache.Eric Anholt2011-03-112-4/+58
* mesa: Don't try to remove an internal shader_program from the hash.Eric Anholt2011-03-111-2/+4
* i965: Use ffs() on a 32-bit int value instad of ffsll().Eric Anholt2011-03-111-1/+1
* gallium: remove flags from the flush functionMarek Olšák2011-03-1169-215/+169
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-1150-283/+208
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-1127-118/+81
* gallium: kill is_resource_referencedMarek Olšák2011-03-1144-462/+44
* swrastg: Add __DRI_TEX_BUFFER supportAdam Jackson2011-03-111-0/+1
* mesa: test against MaxUniformComponents in check_resources()Brian Paul2011-03-111-3/+3
* mesa: move location of some geometry program limitsBrian Paul2011-03-115-26/+29
* mesa: use check_resources() to check program against limitsBrian Paul2011-03-111-0/+58
* mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlinesBrian Paul2011-03-1121-59/+85
* mesa: call FLUSH_VERTICES() before deleting shaders, buffers, query objectsBrian Paul2011-03-113-0/+5
* vega: remove unused pipe varBrian Paul2011-03-111-1/+0
* svga: Propagate discard/unsynchronized flags to the host when doing texture D...José Fonseca2011-03-113-12/+38
* util: Fix typo in u_upload_flush().José Fonseca2011-03-111-2/+2
* r300g: fix alignement for NPOT values in hyperz setupNicolas Peninguy2011-03-111-3/+3
* draw: remove unnecessary flushMarek Olšák2011-03-111-7/+0