summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-11-21i915g: kill idws->poolDaniel Vetter4-14/+7
2010-11-21i915g: kill buf->map_gttDaniel Vetter2-15/+2
2010-11-21i915g: kill RGBA/X formatsDaniel Vetter1-4/+0
2010-11-21i915g: add pineview pci idsDaniel Vetter2-0/+10
2010-11-21i915g: s/hw_tiled/tilingDaniel Vetter2-6/+7
2010-11-21i915g: rip out ->sw_tiledDaniel Vetter4-15/+0
2010-11-21r300g: silence guard band cap errorsJoakim Sindholt1-0/+7
2010-11-21st/vega: Fix vgReadPixels with a subrectangle.Chia-I Wu1-4/+12
2010-11-21st/vega: Set wrap_r for mask and blend samplers.Chia-I Wu1-0/+2
2010-11-21st/vega: vegaLookupSingle should validate the state.Chia-I Wu1-0/+2
2010-11-21tgsi: Add STENCIL to text parser.Chia-I Wu1-1/+2
2010-11-20mesa: Clean up header file inclusion in stencil.h.Vinson Lee1-1/+2
2010-11-20mesa: Clean up header file inclusion in shared.h.Vinson Lee1-1/+1
2010-11-20mesa: Clean up header file inclusion in shaderapi.h.Vinson Lee1-1/+3
2010-11-20mesa: Clean up header file inclusion in scissor.h.Vinson Lee1-1/+2
2010-11-20mesa: Clean up header file inclusion in renderbuffer.h.Vinson Lee1-1/+1
2010-11-20mesa: Clean up header file inclusion in readpix.h.Vinson Lee1-1/+2
2010-11-20mesa: Clean up header file inclusion in rastpos.h.Vinson Lee1-1/+4
2010-11-20mesa: Clean up header file inclusion in polygon.h.Vinson Lee1-1/+2
2010-11-20intel: Remove unnecessary header.Vinson Lee1-1/+0
2010-11-20r600: Remove unnecesary header.Vinson Lee1-1/+0
2010-11-20swrast: Remove unnecessary header.Vinson Lee1-1/+0
2010-11-20st/mesa: Remove unnecessary headers.Vinson Lee2-2/+0
2010-11-20scons: Define IN_DRI_DRIVER.Chia-I Wu1-0/+4
2010-11-20nvfx: only expose one rt on nv30Xavier Chantry1-1/+1
2010-11-20r600g: Fix location for clip plane registersOwen W. Taylor2-8/+8
2010-11-20r300g: fix rendering with no vertex elementsMarek Olšák4-5/+40
2010-11-19i965: Remove duplicate MRF writes in the FS backend.Eric Anholt2-0/+152
2010-11-19i965: Improve compute-to-mrf.Eric Anholt1-53/+49
2010-11-19ir_to_mesa: Detect and emit MOV_SATs for saturate constructs.Eric Anholt1-0/+32
2010-11-19i965: Recognize saturates and turn them into a saturated mov.Eric Anholt2-0/+27
2010-11-19glsl: Add a helper function for determining if an rvalue could be a saturate.Eric Anholt2-0/+58
2010-11-19i965: Fold constants into the second arg of BRW_SEL as well.Eric Anholt1-0/+1
2010-11-19i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.Eric Anholt1-1/+0
2010-11-19i965: Just use memset() to clear most members in FS constructors.Eric Anholt1-18/+11
2010-11-19i965: Fix compute_to_mrf to not move a MRF write up into another live range.Eric Anholt1-7/+5
2010-11-19mesa: Include C++ files in the makedepend of DRI drivers.Eric Anholt1-2/+3
2010-11-19glsl: Fix type of label 'default' in switch statement.Vinson Lee1-1/+1
2010-11-19glsl: Add lower_vector.cpp to SConscript.Vinson Lee1-0/+1
2010-11-19glsl: Fix matrix constructors with vector parametersIan Romanick1-9/+9
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke11-383/+281
2010-11-19glsl: Simplify a type check by using type->is_integer().Kenneth Graunke1-2/+1
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick11-6/+460
2010-11-19glsl: Add unary ir_expression constructorIan Romanick2-0/+21
2010-11-19glsl: Add ir_rvalue::is_negative_one predicateIan Romanick2-3/+58
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick7-7/+13
2010-11-19glsl: Add ir_unop_sin_reduced and ir_unop_cos_reducedIan Romanick6-0/+120
2010-11-19r600g: use full range of VS resources for vertex samplersAlex Deucher3-4/+2
2010-11-19r600g: use meaningful defines for chiprevAlex Deucher3-19/+24
2010-11-19r600g: translate ARR instruction for evergreenAlex Deucher1-4/+13