summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* st/nine: Resolve deadlock in surface/volume dtors when using csmtAxel Davy2017-03-263-5/+17
* st/nine: Fix user vertex data uploader with csmtAxel Davy2017-03-262-8/+8
* scons: Fix dependencies of marshal_generated.[ch].Jose Fonseca2017-03-261-2/+2
* glsl: Link tests with CLOCK_LIB.Vinson Lee2017-03-251-3/+6
* mesa/glthread: add custom marshalling for ClearBufferfv()Timothy Arceri2017-03-253-1/+84
* util/disk_cache: don't deadlock on premature EOFGrazvydas Ignotas2017-03-251-17/+26
* genxml: Add 3DSTATE_DEPTH_BUFFER to gen5.xmlChad Versace2017-03-241-0/+56
* tests/cache_test: mark arguments constGrazvydas Ignotas2017-03-251-4/+4
* freedreno: free compiler when screen is destroyedRob Clark2017-03-243-6/+2
* genxml: Whitespace fixesJason Ekstrand2017-03-245-39/+39
* 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