summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* nvc0: fix POLYGON_MODE_BACK macro copy/paste errorChristoph Bumiller2011-03-131-1/+1
* nv50,nvc0: fix pipe context switchChristoph Bumiller2011-03-132-10/+64
* nv50,nvc0: clean up flushesChristoph Bumiller2011-03-135-38/+28
* nv50,nvc0: add some missing resource referencingChristoph Bumiller2011-03-134-7/+64
* nvc0: mask out centroid bit for writing FP headerChristoph Bumiller2011-03-131-1/+1
* nvc0: identify VERTEX_QUARANTINEChristoph Bumiller2011-03-133-8/+17
* nvc0: don't enable early-z if alpha test is enabledChristoph Bumiller2011-03-134-12/+20
* nvc0: move sprite coord replace state into csoChristoph Bumiller2011-03-132-27/+8
* nvc0: s/nblocksx/nblocksy for height in resource_copy_regionChristoph Bumiller2011-03-131-1/+1
* nvc0: fix unitialized variable in TGSI sysval decl processingChristoph Bumiller2011-03-131-0/+1
* nvc0: update/fix supported instruction src modifiersChristoph Bumiller2011-03-135-20/+31
* glsl: Document glsl_type::sampler_dimensionalityChad Versace2011-03-121-1/+1
* Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt2011-03-124-668/+783
* 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