summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-11added missing fileblorp-flushMark Mueller1-0/+323
2013-11-08smurf commit on new gl_formats, maybe.Mark Mueller4-163/+371
2013-11-07Revert "Revert "i965: Avoid flushing the batch for every blorp op.""Mark Mueller4-17/+50
2013-11-07mesa formats for handling cached textures implemented.Mark Mueller12-51/+618
2013-11-07Revert "Revert "intel: Reuse intel_glFlush().""Mark Mueller1-2/+1
2013-11-07Revert "Revert "intel: Add a batch flush between front-buffer downsample and ...Mark Mueller1-0/+11
2013-11-07Revert "Revert "i965: Directly call intel_batchbuffer_flush() after i915 spli...Mark Mueller1-2/+2
2013-10-28With the current blacklist the GPUTexture Loads reach parity with masterMark Mueller6-103/+129
2013-10-28Minor changes. Improve texture loading metric. Resolving issues with aMark Mueller8-6/+125
2013-10-28Revert "i965: Directly call intel_batchbuffer_flush() after i915 split."Mark Mueller1-2/+2
2013-10-28Revert "intel: Add a batch flush between front-buffer downsample and X protoc...Mark Mueller1-11/+0
2013-10-28Revert "intel: Reuse intel_glFlush()."Mark Mueller1-1/+2
2013-10-28Revert "i965: Avoid flushing the batch for every blorp op."Mark Mueller4-50/+17
2013-10-28clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez1-130/+270
2013-10-28clover: Add a pixel_size() method to the image class.Francisco Jerez2-0/+7
2013-10-28clover: Implement support for the ICD extension.Francisco Jerez17-78/+1046
2013-10-28clover: Make sure hidden is the default symbol visibility.Francisco Jerez1-2/+5
2013-10-28clover: Prepare the build system for ICD support.Tom Stellard3-8/+25
2013-10-28clover: Fix memory leak when initializing a device object fails.Francisco Jerez1-1/+3
2013-10-28clover: Tidy up resource::mapping.Francisco Jerez2-11/+9
2013-10-28clover: Simplify command_queue::flush().Francisco Jerez2-11/+10
2013-10-28clover: Clean up the kernel and program object interface.Francisco Jerez8-136/+139
2013-10-28clover: Clean up the interface of the context object slightly.Francisco Jerez6-27/+23
2013-10-28clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez11-22/+44
2013-10-28clover: Define a few convenience equality operators.Francisco Jerez10-5/+47
2013-10-28clover: Simplify the platform object by using util/range.Francisco Jerez3-28/+8
2013-10-28clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez5-50/+91
2013-10-28clover: Switch samplers to the new model.Francisco Jerez7-53/+53
2013-10-28clover: Switch memory objects to the new model.Francisco Jerez9-302/+267
2013-10-28clover: Switch kernel and program objects to the new model.Francisco Jerez11-492/+458
2013-10-28clover: Switch command queues to the new model.Francisco Jerez14-252/+264
2013-10-28clover: Switch event objects to the new model.Francisco Jerez7-222/+233
2013-10-28clover: Switch context objects to the new model.Francisco Jerez13-103/+91
2013-10-28clover: Switch device objects to the new model.Francisco Jerez9-140/+139
2013-10-28clover: Switch platform objects to the new model.Francisco Jerez7-46/+47
2013-10-28clover: Define helper classes for the new object model.Francisco Jerez20-107/+398
2013-10-28clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez12-263/+547
2013-10-28clover: Switch to the new utility code.Francisco Jerez17-717/+152
2013-10-28clover: Name include guards consistently.Francisco Jerez17-34/+34
2013-10-28clover: Replace a bunch of double underscores with single underscores.Francisco Jerez27-206/+208
2013-10-28clover: Clean up the event profiling code.Francisco Jerez8-121/+228
2013-10-28clover: Import new utility library.Francisco Jerez12-1/+2157
2013-10-28clover: Require GCC 4.7 or higher to build.Francisco Jerez1-2/+2
2013-10-28clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAXTom Stellard1-1/+1
2013-10-28llvmpipe: enable seamless cube filteringRoland Scheidegger1-1/+1
2013-10-28gallivm: implement seamless cube filteringRoland Scheidegger3-40/+368
2013-10-28winsys/radeon: cleanup CS offloadingChristian König1-21/+10
2013-10-28radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1
2013-10-28r200: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1
2013-10-28gallium: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1