summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove remnants of GL_MESA_shader_debugBrian Paul2013-10-223-55/+0
* i965: Only emit interpolation setup if there are actual FS inputs.Kenneth Graunke2013-10-211-4/+6
* i965/fs: Fix accidental type conversion in header setupChris Forbes2013-10-221-3/+2
* i965/fs: Fix handling of sampler messages with header but zero offsetChris Forbes2013-10-221-3/+11
* glsl: Optimize -(-expr) into expr.Matt Turner2013-10-211-0/+10
* glsl: Optimize abs(-expr) and abs(abs(expr)) into abs(expr).Matt Turner2013-10-211-0/+18
* glsl: Use saved values instead of recomputing them.Matt Turner2013-10-211-8/+4
* docs: Mark GLSL 1.50, 3.30, and geometry shaders done for i965.Matt Turner2013-10-211-3/+3
* docs: Update docs for ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-212-1/+2
* i965: Implement ARB_texture_mirror_clamp_to_edge.Kenneth Graunke2013-10-212-0/+3
* i965: Drop unused simple_list.h includes.Kenneth Graunke2013-10-212-2/+0
* gbm-dri: Support importing RGB565 buffersKristian Høgsberg2013-10-211-0/+3
* glsl/linker: Allow mixing of desktop GLSL versions.Paul Berry2013-10-211-7/+3
* clover: Improve region and pitch argument handling in memory transfer APIs.Francisco Jerez2013-10-211-130/+270
* clover: Add a pixel_size() method to the image class.Francisco Jerez2013-10-212-0/+7
* clover: Implement support for the ICD extension.Francisco Jerez2013-10-2117-78/+1046
* clover: Make sure hidden is the default symbol visibility.Francisco Jerez2013-10-211-2/+5
* clover: Prepare the build system for ICD support.Tom Stellard2013-10-213-8/+25
* clover: Fix memory leak when initializing a device object fails.Francisco Jerez2013-10-211-1/+3
* clover: Tidy up resource::mapping.Francisco Jerez2013-10-212-11/+9
* clover: Simplify command_queue::flush().Francisco Jerez2013-10-212-11/+10
* clover: Clean up the kernel and program object interface.Francisco Jerez2013-10-218-136/+139
* clover: Clean up the interface of the context object slightly.Francisco Jerez2013-10-216-27/+23
* clover: Delete copy constructors and assignment operators in all non-copiable...Francisco Jerez2013-10-2111-22/+44
* clover: Define a few convenience equality operators.Francisco Jerez2013-10-2110-5/+47
* clover: Simplify the platform object by using util/range.Francisco Jerez2013-10-213-28/+8
* clover: Add property list helpers with a syntax consistent with other API obj...Francisco Jerez2013-10-215-50/+91
* clover: Switch samplers to the new model.Francisco Jerez2013-10-217-53/+53
* clover: Switch memory objects to the new model.Francisco Jerez2013-10-219-302/+267
* clover: Switch kernel and program objects to the new model.Francisco Jerez2013-10-2111-492/+458
* clover: Switch command queues to the new model.Francisco Jerez2013-10-2114-252/+264
* clover: Switch event objects to the new model.Francisco Jerez2013-10-217-222/+233
* clover: Switch context objects to the new model.Francisco Jerez2013-10-2113-103/+91
* clover: Switch device objects to the new model.Francisco Jerez2013-10-219-140/+139
* clover: Switch platform objects to the new model.Francisco Jerez2013-10-217-46/+47
* clover: Define helper classes for the new object model.Francisco Jerez2013-10-2120-107/+398
* clover: Clean up property query functions by using a new property_buffer help...Francisco Jerez2013-10-2112-263/+547
* clover: Switch to the new utility code.Francisco Jerez2013-10-2117-717/+152
* clover: Name include guards consistently.Francisco Jerez2013-10-2117-34/+34
* clover: Replace a bunch of double underscores with single underscores.Francisco Jerez2013-10-2127-206/+208
* clover: Clean up the event profiling code.Francisco Jerez2013-10-218-121/+228
* clover: Import new utility library.Francisco Jerez2013-10-2112-1/+2157
* clover: Require GCC 4.7 or higher to build.Francisco Jerez2013-10-211-2/+2
* clover: Use std::numeric_limits<std::size_t>::max() instead of SIZE_MAXTom Stellard2013-10-211-1/+1
* llvmpipe: enable seamless cube filteringRoland Scheidegger2013-10-211-1/+1
* gallivm: implement seamless cube filteringRoland Scheidegger2013-10-213-40/+368
* winsys/radeon: cleanup CS offloadingChristian König2013-10-211-21/+10
* radeon: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* r200: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1
* gallium: Enable ARB_texture_mirror_clamp_to_edge.Rico Schüller2013-10-201-0/+1