aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* genxml: Replace "[N]" with "N"Jason Ekstrand2017-03-243-15/+15
* genxml/gen6: Remove a couple of bogus valuesJason Ekstrand2017-03-241-6/+2
* genxml/gen8: Remove BLACK_LEVEL_CORRECTION_STATEJason Ekstrand2017-03-241-6/+0
* genxml: Rename two MCS fields to Auxiliary Surface on gen7Jason Ekstrand2017-03-243-8/+7
* freedreno: fix memory leakRob Clark2017-03-241-0/+2
* genxml: Fix gen_zipped_file.py dependencyChad Versace2017-03-241-1/+1
* genxml: Define GENXML_XML_FILES in Makefile.sourcesChad Versace2017-03-242-8/+11
* clover: use pipe_resource referencesJan Vesely2017-03-242-3/+9
* i965: Fix symbolic size of next_offset[] array.Kenneth Graunke2017-03-241-1/+1
* i965: Remove pointless NULL check from Gen6 primitive counting code.Kenneth Graunke2017-03-241-2/+3
* radeonsi: don't crash on compute shader compile failureMarek Olšák2017-03-241-1/+5
* radeonsi: don't hang on shader compile failureMarek Olšák2017-03-241-1/+1
* radeonsi: fix dvec[34] attributes sourced from current attribute stateNicolai Hähnle2017-03-241-3/+4
* anv: automake: ensure that the destination directory is createdEmil Velikov2017-03-241-0/+1
* glsl_to_tgsi: don't rely on glsl types when visiting tex instructionsSamuel Pitoiset2017-03-241-7/+6
* anv/query: handle out of host memory without crashing in compute_query_result()Iago Toral Quiroga2017-03-241-0/+5
* anv/pipeline: make FragCoord include sample positions when sample shadingIago Toral Quiroga2017-03-243-8/+20
* nir/lower_wpos_center: support adding sample position to fragment coordinateIago Toral Quiroga2017-03-243-9/+26
* anv: return VK_ERROR_DEVICE_LOST immeditely when device is known to be lostIago Toral Quiroga2017-03-242-1/+24
* anv/device: keep track of 'device lost' stateIago Toral Quiroga2017-03-242-0/+6
* anv/device: return VK_ERROR_DEVICE_LOST for errors during queue submissionsIago Toral Quiroga2017-03-241-0/+25
* mesa/marshal: add custom BufferData/BufferSubData marshallingTimothy Arceri2017-03-243-2/+145
* util/disk_cache: write cache entry keys to file headerTimothy Arceri2017-03-241-6/+44
* util/disk_cache: hash pointer size and gpu name into cache keysGrazvydas Ignotas2017-03-243-54/+17
* util/disk_cache: hash timestamps into the cache keysGrazvydas Ignotas2017-03-242-56/+31
* mesa: set thread name for glthreadMiklós Máté2017-03-241-0/+3
* i965: Replace OPT_V() with OPT().Matt Turner2017-03-231-23/+19
* i965/fs: Return progress from demote_sample_qualifiers().Matt Turner2017-03-231-1/+6
* i965/fs: Return progress from move_interpolation_to_top().Matt Turner2017-03-231-1/+6
* i965: Return progress from brw_nir_lower_uniforms().Matt Turner2017-03-231-3/+3
* nir: Return progress from nir_convert_from_ssa().Matt Turner2017-03-232-8/+15
* nir: Return progress from nir_lower_io().Matt Turner2017-03-232-6/+15
* nir: Return progress from nir_lower_regs_to_ssa().Matt Turner2017-03-232-6/+10
* nir: Return progress from nir_lower_samplers().Matt Turner2017-03-232-12/+19
* nir: Return progress from nir_lower_atomics().Matt Turner2017-03-232-7/+13
* nir: Return progress from nir_lower_clamp_color_outputs().Matt Turner2017-03-232-10/+22
* nir: Return progress from nir_lower_clip_fs().Matt Turner2017-03-232-3/+7
* nir: Return progress from nir_lower_clip_vs().Matt Turner2017-03-232-5/+7
* nir: Return progress from nir_move_vec_src_uses_to_dest().Matt Turner2017-03-232-6/+18
* nir: Return progress from nir_lower_to_source_mods().Matt Turner2017-03-232-6/+29
* nir: Return progress from nir_lower_clip_cull_distance_arrays().Matt Turner2017-03-232-5/+21
* nir: Return progress from nir_lower_var_copies().Matt Turner2017-03-232-4/+16
* nir: Return progress from nir_lower_load_const_to_scalar().Matt Turner2017-03-232-7/+21
* nir: Return progress from nir_lower_64bit_pack().Matt Turner2017-03-232-4/+14
* nir: Return progress from nir_lower_doubles().Matt Turner2017-03-232-22/+42
* nir: Return progress from nir_lower_vars_to_ssa().Matt Turner2017-03-232-3/+7
* nir: Fix syntax.Matt Turner2017-03-232-6/+6
* nir: Fix misspellings.Matt Turner2017-03-234-7/+7
* nir: Stop using apostrophes to pluralize.Matt Turner2017-03-2321-43/+43
* st/omx/enc: use PIPE_USAGE_STAGING for output bufferLeo Liu2017-03-231-2/+4