summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* radv: Invalidate L2 for TRANSFER_WRITE barriersAlex Smith2017-03-231-1/+1
* glsl: Link glsl_compiler with CLOCK_LIB.Vinson Lee2017-03-221-1/+2
* util/disk_cache: use rand_xorshift128plus() to get our random intTimothy Arceri2017-03-231-8/+10
* util/rand_xor: add function to seed randTimothy Arceri2017-03-233-2/+70
* util: move rand_xorshift128plus() to utilsTimothy Arceri2017-03-234-19/+60
* drirc: add force_glsl_abs_sqrt() for "Spec Ops: The Line"Samuel Pitoiset2017-03-221-0/+8
* st/glsl_to_tgsi: enable lower_sqrt() conditionallySamuel Pitoiset2017-03-221-0/+1
* glsl: lower sqrt(abs()) and inversesqrt(abs()) if requestedSamuel Pitoiset2017-03-222-0/+15
* driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset2017-03-227-0/+21