summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-22mesa: fixes for MSVC 2013Scott Graham1-0/+2
2013-10-22st/mesa: minor whitespace, comment changes in st_draw.cBrian Paul1-8/+11
2013-10-22st/dri: minor formatting clean-ups in dri_context.cBrian Paul1-4/+6
2013-10-22mesa: fix a couple issues with U_FIXED, I_FIXED macrosBrian Paul1-3/+3
2013-10-22mesa: remove remnants of GL_MESA_shader_debugBrian Paul2-35/+0
2013-10-21i965: Only emit interpolation setup if there are actual FS inputs.Kenneth Graunke1-4/+6
2013-10-22i965/fs: Fix accidental type conversion in header setupChris Forbes1-3/+2
2013-10-22i965/fs: Fix handling of sampler messages with header but zero offsetChris Forbes1-3/+11
2013-10-21glsl: Optimize -(-expr) into expr.Matt Turner1-0/+10
2013-10-21glsl: Optimize abs(-expr) and abs(abs(expr)) into abs(expr).Matt Turner1-0/+18
2013-10-21glsl: Use saved values instead of recomputing them.Matt Turner1-8/+4
2013-10-21i965: Implement ARB_texture_mirror_clamp_to_edge.Kenneth Graunke2-0/+3
2013-10-21i965: Drop unused simple_list.h includes.Kenneth Graunke2-2/+0
2013-10-21gbm-dri: Support importing RGB565 buffersKristian Høgsberg1-0/+3
2013-10-21glsl/linker: Allow mixing of desktop GLSL versions.Paul Berry1-7/+3
2013-10-21clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez1-130/+270
2013-10-21clover: Add a pixel_size() method to the image class.Francisco Jerez2-0/+7
2013-10-21clover: Implement support for the ICD extension.Francisco Jerez17-78/+1046
2013-10-21clover: Make sure hidden is the default symbol visibility.Francisco Jerez1-2/+5
2013-10-21clover: Prepare the build system for ICD support.Tom Stellard2-8/+11
2013-10-21clover: Fix memory leak when initializing a device object fails.Francisco Jerez1-1/+3
2013-10-21clover: Tidy up resource::mapping.Francisco Jerez2-11/+9
2013-10-21clover: Simplify command_queue::flush().Francisco Jerez2-11/+10
2013-10-21clover: Clean up the kernel and program object interface.Francisco Jerez8-136/+139
2013-10-21clover: Clean up the interface of the context object slightly.Francisco Jerez6-27/+23
2013-10-21clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez11-22/+44
2013-10-21clover: Define a few convenience equality operators.Francisco Jerez10-5/+47
2013-10-21clover: Simplify the platform object by using util/range.Francisco Jerez3-28/+8
2013-10-21clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez5-50/+91
2013-10-21clover: Switch samplers to the new model.Francisco Jerez7-53/+53
2013-10-21clover: Switch memory objects to the new model.Francisco Jerez9-302/+267
2013-10-21clover: Switch kernel and program objects to the new model.Francisco Jerez11-492/+458
2013-10-21clover: Switch command queues to the new model.Francisco Jerez14-252/+264
2013-10-21clover: Switch event objects to the new model.Francisco Jerez7-222/+233
2013-10-21clover: Switch context objects to the new model.Francisco Jerez13-103/+91
2013-10-21clover: Switch device objects to the new model.Francisco Jerez9-140/+139
2013-10-21clover: Switch platform objects to the new model.Francisco Jerez7-46/+47
2013-10-21clover: Define helper classes for the new object model.Francisco Jerez20-107/+398
2013-10-21clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez12-263/+547
2013-10-21clover: Switch to the new utility code.Francisco Jerez17-717/+152
2013-10-21clover: Name include guards consistently.Francisco Jerez17-34/+34
2013-10-21clover: Replace a bunch of double underscores with single underscores.Francisco Jerez27-206/+208
2013-10-21clover: Clean up the event profiling code.Francisco Jerez8-121/+228
2013-10-21clover: Import new utility library.Francisco Jerez12-1/+2157
2013-10-21clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAXTom Stellard1-1/+1
2013-10-21llvmpipe: enable seamless cube filteringRoland Scheidegger1-1/+1
2013-10-21gallivm: implement seamless cube filteringRoland Scheidegger3-40/+368
2013-10-21winsys/radeon: cleanup CS offloadingChristian König1-21/+10
2013-10-20radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1
2013-10-20r200: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller1-0/+1