summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul44-492/+277
2013-10-23svga: remove unneeded include of u_double_list.hBrian Paul1-2/+0
2013-10-23i965: Expose write_reg() as brw_store_register_mem64().Kenneth Graunke2-9/+11
2013-10-23i965: Move flushing out of write_reg and into the callers.Kenneth Graunke1-4/+8
2013-10-22glsl: Simplify the interface to link_invalidate_variable_locationsIan Romanick3-44/+31
2013-10-22glsl/tests: Unit test vertex shader in / out with link_invalidate_variable_lo...Ian Romanick2-0/+209
2013-10-22glsl: Modify interface to link_invalidate_variable_locationsIan Romanick2-7/+7
2013-10-22glsl/tests: Verify geometry shader built-ins generated by _mesa_glsl_initiali...Ian Romanick1-0/+98
2013-10-22glsl/tests: Verify fragment shader built-ins generated by _mesa_glsl_initiali...Ian Romanick1-0/+71
2013-10-22glsl/tests: Verify vertex shader built-ins generated by _mesa_glsl_initialize...Ian Romanick2-0/+225
2013-10-22glsl: When constructing a variable with an interface type, set interface_typeIan Romanick6-4/+115
2013-10-22mesa/tests: Add simple, dumb test for _mesa_program_state_stringIan Romanick2-1/+48
2013-10-22wayland: Don't leak wl_drm global when unbinding displayAnder Conselvan de Oliveira1-2/+5
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