summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-13r600g: Only update DB_SHADER_CONTROL once in r600_pipe_shader_ps().Mathias Fröhlich
2011-03-13tgsi: Fix parsing of properties with digits in the nameJakob Bornecrantz
2011-03-13rbug: Skip drawing on disabled shadersJakob Bornecrantz
2011-03-13rbug: Remove flags from flushJakob Bornecrantz
2011-03-13i915g: Lie more so we get GLSLJakob Bornecrantz
2011-03-13i915g: Point sprite cap could be supportedJakob Bornecrantz
2011-03-13i915g: Sort cap listJakob Bornecrantz
2011-03-13nvc0: support edge flagsChristoph Bumiller
2011-03-13nvc0: fix POLYGON_MODE_BACK macro copy/paste errorChristoph Bumiller
2011-03-13nv50,nvc0: fix pipe context switchChristoph Bumiller
2011-03-13nv50,nvc0: clean up flushesChristoph Bumiller
2011-03-13nv50,nvc0: add some missing resource referencingChristoph Bumiller
2011-03-13nvc0: mask out centroid bit for writing FP headerChristoph Bumiller
2011-03-13nvc0: identify VERTEX_QUARANTINEChristoph Bumiller
2011-03-13nvc0: don't enable early-z if alpha test is enabledChristoph Bumiller
2011-03-13nvc0: move sprite coord replace state into csoChristoph Bumiller
2011-03-13nvc0: s/nblocksx/nblocksy for height in resource_copy_regionChristoph Bumiller
2011-03-13nvc0: fix unitialized variable in TGSI sysval decl processingChristoph Bumiller
2011-03-13nvc0: update/fix supported instruction src modifiersChristoph Bumiller
2011-03-12glsl: Document glsl_type::sampler_dimensionalityChad Versace
2011-03-12Revert "mesa: Convert fixed function fragment program generator to GLSL IR."Eric Anholt
2011-03-12Revert "mesa: Track a computed _CurrentFragmentProgram for current gl_shader_...Eric Anholt
2011-03-12Revert "i965: Use the fixed function GLSL program instead of the ARB program."Eric Anholt
2011-03-12i915g: fix transfer coherencyDaniel Vetter
2011-03-12i915g: don't recalculate fb dimensionDaniel Vetter
2011-03-12i915g: use y-tiling when the blitter is not usedDaniel Vetter
2011-03-12i915g: implement copy_region using u_blitterDaniel Vetter
2011-03-12i915g: fix use after freeDaniel Vetter
2011-03-12gallium: Delay the creation of simple helper shadersJakob Bornecrantz
2011-03-12r600g: Fix VS sampler view offsets for r600/r700.Carl-Philip Hänsch
2011-03-12r600g: Fix an unused variable warning.Henri Verbeet
2011-03-12u_blitter: Do blits in linear color space.Henri Verbeet
2011-03-12r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500Marek Olšák
2011-03-12r300/compiler: TEX instructions don't support negation on source argumentsMarek Olšák
2011-03-12r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)Marek Olšák
2011-03-12r300/compiler: fix translating the src negate bits in pair_translateMarek Olšák
2011-03-12st/dri: fix warning: ‘bind’ may be used uninitialized in this functionMarek Olšák
2011-03-12llvmpipe: fix warning: ‘t0’ may be used uninitialized in this functionMarek Olšák
2011-03-12r300g: implement fragment color clamping in the shaderMarek Olšák
2011-03-12r300/compiler: fix the saturate modifier when applied to TEX instructionsMarek Olšák
2011-03-11r600g: revert unintentional commitAdam Jackson
2011-03-11nouveau: Build fixAdam Jackson
2011-03-11r600: Build fixAdam Jackson
2011-03-11st/python: Remove flags from flush function.Vinson Lee
2011-03-11st/python: Remove the geom_flags param from is_format_supported.Vinson Lee
2011-03-11st/python: Clean up fence_finish.Vinson Lee
2011-03-11scons: Move texenvprogram.c to ff_fragment_shader.cpp.Vinson Lee
2011-03-11i965: Use the fixed function GLSL program instead of the ARB program.Eric Anholt
2011-03-11mesa: Track a computed _CurrentFragmentProgram for current gl_shader_programEric Anholt
2011-03-11mesa: Convert fixed function fragment program generator to GLSL IR.Eric Anholt