summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2010-12-01i965: Add support for gen6 BREAK ISA emit.Eric Anholt
2010-12-01i965: Add support for gen6 DO/WHILE ISA emit.Eric Anholt
2010-12-01i965: Dump the WHILE jump distance on gen6.Eric Anholt
2010-12-01i915: Correctly generate unconditional KIL instructionsIan Romanick
2010-12-01i915: Request that POW instructions be loweredIan Romanick
2010-12-01r600c: fix some opcodes on evergreenAlex Deucher
2010-12-01r300/compiler: implement and lower OPCODE_CLAMPMarek Olšák
2010-12-01i965: also using align1 mode for math2 on sandybridgeZhenyu Wang
2010-11-29i965: Fix type of gl_FragData[] dereference for FB write.Eric Anholt
2010-11-29drivers/x11: unifdef XFree86ServerAdam Jackson
2010-11-26r300/compiler: move util functions to radeon_compiler_utilMarek Olšák
2010-11-26r300/compiler: add a function for swizzling a maskMarek Olšák
2010-11-26r300/compiler: remove duplicate function rc_mask_to_swzMarek Olšák
2010-11-26r300/compiler: fix rc_rewrite_depth_out for it to work with any instructionMarek Olšák
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24r300/compiler: Move declaration before code.Vinson Lee
2010-11-24meta: Mask Stencil.Clear against stencilMax in _mesa_meta_ClearPeter Clifton
2010-11-24x11: remove test_proxy_teximage() functionBrian Paul
2010-11-24i965: Don't write mrf assignment for pointsize outputKristian Høgsberg
2010-11-23i915: Disallow alpha, red, RG, and sRGB as render targetsIan Romanick
2010-11-23i965: Use the new embedded compare in SEL on gen6 for VS MIN and MAX opcodes.Eric Anholt
2010-11-23i965: Don't upload line smooth params unless we're line smoothing.Eric Anholt
2010-11-23i965: Don't upload line stipple pattern unless we're stippling.Eric Anholt
2010-11-23i965: Don't upload polygon stipple unless required.Eric Anholt
2010-11-23i965: Move gen4 blend constant color to the gen4 blending file.Eric Anholt
2010-11-23r300/compiler: Don't allow presubtract sources to be remapped twiceTom Stellard
2010-11-22r600c: fix VC flush on cedar and palmAlex Deucher
2010-11-22r600c: add Ontario Fusion APU supportAlex Deucher
2010-11-21r300/compiler: Add a more efficient version of rc_find_free_temporary()Tom Stellard
2010-11-21r300/compiler: Enable rename_reg pass for r500 cardsTom Stellard
2010-11-21r300/compiler: Use presubtract operations as much as possibleTom Stellard
2010-11-21r300/compiler: Convert RGB to alpha in the schedulerTom Stellard
2010-11-21r300/compiler: Track readers through branches in rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Handle BREAK and CONTINUE in rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Add rc_get_readers()Tom Stellard
2010-11-21r300/compiler: Ignore alpha dest register when replicating the resultTom Stellard
2010-11-21r300/compiler: Use zero as the register index for unused sourcesTom Stellard
2010-11-21r300/compiler: Fix instruction scheduling within IF blocksTom Stellard
2010-11-21r300/compiler: Fix register allocator's handling of loopsTom Stellard
2010-11-21r300/compiler: Make sure presubtract sources use supported swizzlesTom Stellard
2010-11-21r600: Remove unnecessary header.Vinson Lee
2010-11-20intel: Remove unnecessary header.Vinson Lee
2010-11-20r600: Remove unnecesary header.Vinson Lee
2010-11-20swrast: Remove unnecessary header.Vinson Lee
2010-11-19i965: Remove duplicate MRF writes in the FS backend.Eric Anholt
2010-11-19i965: Improve compute-to-mrf.Eric Anholt
2010-11-19i965: Recognize saturates and turn them into a saturated mov.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