summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-11-20r600g: Fix location for clip plane registersOwen W. Taylor
2010-11-20r300g: fix rendering with no vertex elementsMarek Olšák
2010-11-19i965: Remove duplicate MRF writes in the FS backend.Eric Anholt
2010-11-19i965: Improve compute-to-mrf.Eric Anholt
2010-11-19ir_to_mesa: Detect and emit MOV_SATs for saturate constructs.Eric Anholt
2010-11-19i965: Recognize saturates and turn them into a saturated mov.Eric Anholt
2010-11-19glsl: Add a helper function for determining if an rvalue could be a saturate.Eric Anholt
2010-11-19i965: Fold constants into the second arg of BRW_SEL as well.Eric Anholt
2010-11-19i965: Remove extra \n at the end of every instruction in INTEL_DEBUG=wm.Eric Anholt
2010-11-19i965: Just use memset() to clear most members in FS constructors.Eric Anholt
2010-11-19i965: Fix compute_to_mrf to not move a MRF write up into another live range.Eric Anholt
2010-11-19mesa: Include C++ files in the makedepend of DRI drivers.Eric Anholt
2010-11-19glsl: Fix type of label 'default' in switch statement.Vinson Lee
2010-11-19glsl: Add lower_vector.cpp to SConscript.Vinson Lee
2010-11-19glsl: Fix matrix constructors with vector parametersIan Romanick
2010-11-19glsl: Combine many instruction lowering passes into one.Kenneth Graunke
2010-11-19glsl: Simplify a type check by using type->is_integer().Kenneth Graunke
2010-11-19glsl: Add ir_quadop_vector expressionIan Romanick
2010-11-19glsl: Add unary ir_expression constructorIan Romanick
2010-11-19glsl: Add ir_rvalue::is_negative_one predicateIan Romanick
2010-11-19glsl: Eliminate assumptions about size of ir_expression::operandsIan Romanick
2010-11-19glsl: Add ir_unop_sin_reduced and ir_unop_cos_reducedIan Romanick
2010-11-19r600g: use full range of VS resources for vertex samplersAlex Deucher
2010-11-19r600g: use meaningful defines for chiprevAlex Deucher
2010-11-19r600g: translate ARR instruction for evergreenAlex Deucher
2010-11-19r600g: add fetch shader capabilitiesJerome Glisse
2010-11-19r600g: All EVENT_WRITE packets need the EVENT_INDEX fieldAlex Deucher
2010-11-19dri/nouveau: Clean up magic numbers in get_rt_formatViktor Novotný
2010-11-19r600g: fix occlusion query on evergreen (avoid lockup)Jerome Glisse
2010-11-19llvmpipe: twoside for specular color alsoKeith Whitwell
2010-11-19llvmpipe: fix up twoside after recent changesKeith Whitwell
2010-11-19llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay
2010-11-18ir_to_mesa: Generate smarter code for some conditional movesIan Romanick
2010-11-18glsl: Make is_zero and is_one virtual methods of ir_rvalueIan Romanick
2010-11-18mesa: pass gl_format to _mesa_init_teximage_fields()Brian Paul
2010-11-18scons: Use inline wrap helpers more consistently.José Fonseca
2010-11-18gallium/noop: report GL 2.1Dave Airlie
2010-11-17glsl: Fix 'control reaches end of non-void function' warning.Vinson Lee
2010-11-18mesa: Clean up core.h.Chia-I Wu
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu
2010-11-18st/wgl: Use st_context_iface::share for DrvShareLists.Chia-I Wu
2010-11-18gallium: Add st_context_iface::share to st_api.Chia-I Wu
2010-11-18gallium: Add st_api::name.Chia-I Wu
2010-11-18st/vega: Do not wait NULL fences.Chia-I Wu
2010-11-18i965: Eliminate dead code more aggressively.Eric Anholt
2010-11-17mesa: upgrade to glext.h version 66Brian Paul
2010-11-17r600g: fix buffer alignmentAlex Deucher
2010-11-18i965: Fail on loops on gen6 for now until we write the EU emit code for it.Eric Anholt
2010-11-18i965: Add dumping of the sampler default color.Eric Anholt
2010-11-18i965: Add state dumping for sampler state.Eric Anholt