summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gbm: Use unsigned for BO offset getterDaniel Stone2017-03-234-12/+13
* REVIEWERS: add autogen.sh to the autoconf groupEric Engestrom2017-03-231-0/+1
* docs/submittingpatches: add mention about legal disclaimersEric Engestrom2017-03-231-0/+10
* r600_shader.c: fix indentationJulien Isorce2017-03-231-4/+4
* glx: Prefer library path given by pkgconfig over the systemTopi Pohjolainen2017-03-231-0/+3
* intel: move gen_decoder.* to DECODER_FILESTapani Pälli2017-03-232-3/+5
* android: fix vulkan build issues with anv_entrypointsTapani Pälli2017-03-231-6/+12
* android: i965: generate code for OA counter queriesMauro Rossi2017-03-231-0/+17
* android: rename Intel Vulkan library to match desktop oneTapani Pälli2017-03-231-2/+2
* nouveau: enable glsl/tgsi on-disk cacheBoyan Ding2017-03-222-0/+33
* REVIEWERS: add myself as a reviewer for EGL and docsEric Engestrom2017-03-231-0/+5
* anv: Remove dead prototype from entrypointsDylan Baker2017-03-221-1/+0
* anv: use cElementTree in anv_entrypoints_gen.pyDylan Baker2017-03-221-1/+1
* anv: don't use Element.get in anv_entrypoints_gen.pyDylan Baker2017-03-221-6/+7
* anv: use dict.get in anv_entrypoints_gen.pyDylan Baker2017-03-221-4/+1
* anv: anv_entrypoints_gen.py: use reduce function.Dylan Baker2017-03-221-5/+3
* anv: anv-entrypoints_gen.py: rename hash to cal_hash.Dylan Baker2017-03-221-3/+4
* anv: Generate anv_entrypoints header and code in one commandDylan Baker2017-03-223-18/+17
* anv: anv_entrypoints_gen.py: directly write files instead of pipingDylan Baker2017-03-223-18/+22
* anv: convert C generation to template in anv_entrypoints_gen.pyDylan Baker2017-03-221-173/+167
* anv: convert header generation in anv_entrypoints_gen.py to makoDylan Baker2017-03-221-35/+42
* anv: Update "do not edit" comments with proper filenameDylan Baker2017-03-221-5/+7
* anv: split main into two functions in anv_entrypoints_gen.pyDylan Baker2017-03-221-52/+56
* anv: don't pass xmlfile via stdin anv_entrypoints_gen.pyDylan Baker2017-03-223-23/+16
* anv: make constants capitals in anv_entrypoints_gen.pyDylan Baker2017-03-221-19/+19
* anv: Use python style in anv_entrypoints_gen.pyDylan Baker2017-03-221-31/+36
* anv: anv_entrypoints_gen.py: use a main functionDylan Baker2017-03-221-225/+233