summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Add guda state trackergudaTom Stellard7-0/+640
2017-03-24mesa: set thread name for glthreadMiklós Máté1-0/+3
2017-03-23i965: Replace OPT_V() with OPT().Matt Turner1-23/+19
2017-03-23i965/fs: Return progress from demote_sample_qualifiers().Matt Turner1-1/+6
2017-03-23i965/fs: Return progress from move_interpolation_to_top().Matt Turner1-1/+6
2017-03-23i965: Return progress from brw_nir_lower_uniforms().Matt Turner1-3/+3
2017-03-23nir: Return progress from nir_convert_from_ssa().Matt Turner2-8/+15
2017-03-23nir: Return progress from nir_lower_io().Matt Turner2-6/+15
2017-03-23nir: Return progress from nir_lower_regs_to_ssa().Matt Turner2-6/+10
2017-03-23nir: Return progress from nir_lower_samplers().Matt Turner2-12/+19
2017-03-23nir: Return progress from nir_lower_atomics().Matt Turner2-7/+13
2017-03-23nir: Return progress from nir_lower_clamp_color_outputs().Matt Turner2-10/+22
2017-03-23nir: Return progress from nir_lower_clip_fs().Matt Turner2-3/+7
2017-03-23nir: Return progress from nir_lower_clip_vs().Matt Turner2-5/+7
2017-03-23nir: Return progress from nir_move_vec_src_uses_to_dest().Matt Turner2-6/+18
2017-03-23nir: Return progress from nir_lower_to_source_mods().Matt Turner2-6/+29
2017-03-23nir: Return progress from nir_lower_clip_cull_distance_arrays().Matt Turner2-5/+21
2017-03-23nir: Return progress from nir_lower_var_copies().Matt Turner2-4/+16
2017-03-23nir: Return progress from nir_lower_load_const_to_scalar().Matt Turner2-7/+21
2017-03-23nir: Return progress from nir_lower_64bit_pack().Matt Turner2-4/+14
2017-03-23nir: Return progress from nir_lower_doubles().Matt Turner2-22/+42
2017-03-23nir: Return progress from nir_lower_vars_to_ssa().Matt Turner2-3/+7
2017-03-23nir: Fix syntax.Matt Turner2-6/+6
2017-03-23nir: Fix misspellings.Matt Turner4-7/+7
2017-03-23nir: Stop using apostrophes to pluralize.Matt Turner21-43/+43
2017-03-23st/omx/enc: use PIPE_USAGE_STAGING for output bufferLeo Liu1-2/+4
2017-03-23gbm: Use unsigned for BO offset getterDaniel Stone4-12/+13
2017-03-23REVIEWERS: add autogen.sh to the autoconf groupEric Engestrom1-0/+1
2017-03-23docs/submittingpatches: add mention about legal disclaimersEric Engestrom1-0/+10
2017-03-23r600_shader.c: fix indentationJulien Isorce1-4/+4
2017-03-23glx: Prefer library path given by pkgconfig over the systemTopi Pohjolainen1-0/+3
2017-03-23intel: move gen_decoder.* to DECODER_FILESTapani Pälli2-3/+5
2017-03-23android: fix vulkan build issues with anv_entrypointsTapani Pälli1-6/+12
2017-03-23android: i965: generate code for OA counter queriesMauro Rossi1-0/+17
2017-03-23android: rename Intel Vulkan library to match desktop oneTapani Pälli1-2/+2
2017-03-22nouveau: enable glsl/tgsi on-disk cacheBoyan Ding2-0/+33
2017-03-23REVIEWERS: add myself as a reviewer for EGL and docsEric Engestrom1-0/+5
2017-03-22anv: Remove dead prototype from entrypointsDylan Baker1-1/+0
2017-03-22anv: use cElementTree in anv_entrypoints_gen.pyDylan Baker1-1/+1
2017-03-22anv: don't use Element.get in anv_entrypoints_gen.pyDylan Baker1-6/+7
2017-03-22anv: use dict.get in anv_entrypoints_gen.pyDylan Baker1-4/+1
2017-03-22anv: anv_entrypoints_gen.py: use reduce function.Dylan Baker1-5/+3
2017-03-22anv: anv-entrypoints_gen.py: rename hash to cal_hash.Dylan Baker1-3/+4
2017-03-22anv: Generate anv_entrypoints header and code in one commandDylan Baker3-18/+17
2017-03-22anv: anv_entrypoints_gen.py: directly write files instead of pipingDylan Baker3-18/+22
2017-03-22anv: convert C generation to template in anv_entrypoints_gen.pyDylan Baker1-173/+167
2017-03-22anv: convert header generation in anv_entrypoints_gen.py to makoDylan Baker1-35/+42
2017-03-22anv: Update "do not edit" comments with proper filenameDylan Baker1-5/+7
2017-03-22anv: split main into two functions in anv_entrypoints_gen.pyDylan Baker1-52/+56
2017-03-22anv: don't pass xmlfile via stdin anv_entrypoints_gen.pyDylan Baker3-23/+16