summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-14i915g: implement early zearly_zDaniel Vetter4-20/+55
2011-03-14i915g: split up static stateDaniel Vetter5-33/+59
2011-03-14mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8Marek Olšák1-6/+6
2011-03-14mesa: fix up assertion in _mesa_source_buffer_existsMarek Olšák1-0/+2
2011-03-14r300g: clamp after blending for fixed-point formats onlyMarek Olšák3-14/+36
2011-03-14glx: the server still needs __GLXcontext.Dave Airlie1-2/+2
2011-03-14ir_to_mesa: do not check the number of uniforms against hw limitsMarek Olšák1-5/+3
2011-03-14autoconf/llvm: fix build for disassemblerDave Airlie1-1/+1
2011-03-13gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca1-2/+4
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca12-281/+372
2011-03-13util: Silence gcc unitialized member warningJosé Fonseca1-0/+1
2011-03-13draw: Fix draw_variant_output::format's type.José Fonseca2-3/+4
2011-03-13nv50,nvc0: don't assert on cso with 0 vertex elementsChristoph Bumiller3-6/+2
2011-03-13rbug: Use the call mutexJakob Bornecrantz1-19/+187
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