summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-13r600g: Only update DB_SHADER_CONTROL once in r600_pipe_shader_ps().Mathias Fröhlich1-16/+13
2011-03-13tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz1-1/+1
2011-03-13rbug: Skip drawing on disabled shadersJakob Bornecrantz1-1/+4
2011-03-13rbug: Remove flags from flushJakob Bornecrantz2-6/+0
2011-03-13i915g: Lie more so we get GLSLJakob Bornecrantz1-2/+3
2011-03-13i915g: Point sprite cap could be supportedJakob Bornecrantz1-1/+2
2011-03-13i915g: Sort cap listJakob Bornecrantz1-1/+1
2011-03-13nvc0: support edge flagsChristoph Bumiller4-14/+88
2011-03-13nvc0: fix POLYGON_MODE_BACK macro copy/paste errorChristoph Bumiller1-1/+1
2011-03-13nv50,nvc0: fix pipe context switchChristoph Bumiller2-10/+64
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller5-38/+28
2011-03-13nv50,nvc0: add some missing resource referencingChristoph Bumiller4-7/+64
2011-03-13nvc0: mask out centroid bit for writing FP headerChristoph Bumiller1-1/+1
2011-03-13nvc0: identify VERTEX_QUARANTINEChristoph Bumiller3-8/+17
2011-03-13nvc0: don't enable early-z if alpha test is enabledChristoph Bumiller4-12/+20
2011-03-13nvc0: move sprite coord replace state into csoChristoph Bumiller2-27/+8
2011-03-13nvc0: s/nblocksx/nblocksy for height in resource_copy_regionChristoph Bumiller1-1/+1
2011-03-13nvc0: fix unitialized variable in TGSI sysval decl processingChristoph Bumiller1-0/+1
2011-03-13nvc0: update/fix supported instruction src modifiersChristoph Bumiller5-20/+31
2011-03-12glsl: Document glsl_type::sampler_dimensionalityChad Versace1-1/+1
2011-03-12Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt4-668/+783
2011-03-12Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...Eric Anholt2-10/+4
2011-03-12Revert "i965: Use the fixed function GLSL program instead of the ARB program."Eric Anholt2-5/+5
2011-03-12i915g: fix transfer coherencyDaniel Vetter3-26/+7
2011-03-12i915g: don't recalculate fb dimensionDaniel Vetter3-31/+4
2011-03-12i915g: use y-tiling when the blitter is not usedDaniel Vetter1-1/+4
2011-03-12i915g: implement copy_region using u_blitterDaniel Vetter4-9/+128
2011-03-12i915g: fix use after freeDaniel Vetter2-3/+3
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz3-96/+154
2011-03-12r600g: Fix VS sampler view offsets for r600/r700.Carl-Philip Hänsch1-1/+2
2011-03-12r600g: Fix an unused variable warning.Henri Verbeet1-3/+5
2011-03-12u_blitter: Do blits in linear color space.Henri Verbeet3-23/+39
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák1-1/+1
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák1-3/+0
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák2-9/+0
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák1-3/+8
2011-03-12st/dri: fix warning: ‘bind’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-03-12llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák1-1/+1
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák5-0/+33
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák1-1/+5
2011-03-11r600g: revert unintentional commitAdam Jackson1-1/+0
2011-03-11nouveau: Build fixAdam Jackson1-0/+1
2011-03-11r600: Build fixAdam Jackson3-0/+3
2011-03-11st/python: Remove flags from flush function.Vinson Lee1-1/+1
2011-03-11st/python: Remove the geom_flags param from is_format_supported.Vinson Lee1-4/+2
2011-03-11st/python: Clean up fence_finish.Vinson Lee1-1/+1
2011-03-11scons: Move texenvprogram.c to ff_fragment_shader.cpp.Vinson Lee1-1/+1
2011-03-11i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt2-5/+5
2011-03-11mesa: Track a computed _CurrentFragmentProgram for current gl_shader_programEric Anholt2-4/+10
2011-03-11mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt4-783/+668